Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi All,
I have written a java service which converts stringtodatestring. I’am calling this service from another service Ia’m getting this error “java.lang.nullpointerexception”. I have checked the inputs an all possible causes that i can think.
Anyideas,
Thanks, uwhiz
check your java code some where you are trying to convert null value into string. First try to run the java service seperately instead of calling it from another service. If possible paste your code in the next post. Thanks Jay
Hi Jay,
Yeah the problem solved. I was passing null value to the stirng.
once again thanx,
uwhiz
Just curious: what does your service do exactly? Is it anything that the services in WmPublic/pub.date don’t already do?