I can find only one historical Globus reference to that error message,
which claims the problem to be an "older java": http://www.globus.org/mail_archive/gt4-friends/2005/05/msg00246.html
What is your JAVA_HOME? What does java -version say? Is it being set/
overwritten in the start-stop script?
Charles
On Oct 24, 2008, at 3:36 PM, Patrick Armstrong wrote:
Hi Everyone,
I'm very confused by this problem, since I've set up many machines
with GLobus, and never seen anything like it. When I try to start my
container on a new globus host, I get the following error:
[EMAIL PROTECTED] globus-4.0.8]$ ./start-stop start ; tail -f /usr/
local/globus-4.0.8/var/container.log
Stale pid file detected. It will be removed
Starting Globus container. PID: 21187
2008-10-24 13:30:16,376 ERROR container.ServiceThread
[ServiceThread-69,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)
Failed to obtain a list of services from 'https://142.104.63.23:8443/wsrf/services/ContainerRegistryService'
service: ; nested exception is:
org.globus.common.ChainedIOException: Authentication failed [Caused
by: Miscellaneous failure. [Caused by: Bad certificate
(java.security.SignatureException: SHA-1/RSA/PKCS#1: Not
initialized)]]
Does anyone know what this might be? Should I just request a new
certificate from my certificate authority?
--patrick