Hello,
I noticed that a while ago my gt4.0.8 container started to log a
NullPointerException in the container.log file every 5 minutes, as shown
below:
2008-10-27 11:05:38,182 ERROR container.ServiceThread
[ServiceThread-89,run:297] Unexpected error during request processing
java.lang.NullPointerException
at
org.globus.wsrf.container.GSIServiceThread.process(GSIServiceThread.java:151)
at
org.globus.wsrf.container.ServiceThread.run(ServiceThread.java:291)
I tracked down the line in GSIServiceThread.java that throws the exception:
} catch (IOException e) {
(...)
if (msg.indexOf("Token length") != -1) {
So it looks like first a IOException is thrown, but the msg is null,
which makes line 151 to throw the NullPointerException.
I tried restarting the container, and cleaning up the .globus
directories but the error just won't go away.
Are there any instructions on how I can completely reset the globus
container (i.e., remove all persisted data) so that I can start it again
for a fresh/pristine state?
Anything else I should try that might help me identify the source of the
problem?
(I'm running a gt4.0.8 installation on SUSE LINUX 10.0 (i586), Java:
(build 1.6.0_07-b06))
Thanks,
Andre