l
[main,<init>:69] Unable to setup database driver with
pooling.Connection refused. Check that the hostname and port are
correct and that the postmaster is accepting TCP/IP connections.
2007-06-20 15:28:43,677 WARN service.ReliableFileTransferHome
[main,initialize:97] All RFT requests will fail and all GRAM jobs that
require file staging will fail.Connection refused. Check that the
hostname and port are correct and that the postmaster is accepting
TCP/IP connections.
2007-06-20 15:28:44,709 ERROR container.GSIServiceThread
[ServiceThread-9,process:141] Error processing request
Authentication failed
. Caused by
Defective credential detected
. Caused by
org.globus.gsi.proxy.ProxyPathValidatorException:
Certificate
O=Grid,OU=GlobusTest,OU=simpleCA-rabail,CN=host/wulf08.niit.edu.pk not
yet valid.
at
org.globus.gsi.proxy.ProxyPathValidator.checkValidity(ProxyPathValidator.java:749)
at
org.globus.gsi.proxy.ProxyPathValidator.validate
(ProxyPathValidator.java:367)
at
org.globus.gsi.gssapi.GlobusGSSContextImpl$GSSProxyPathValidator.validate(GlobusGSSContextImpl.java:668)
at
org.globus.gsi.gssapi.GlobusGSSContextImpl.verifyChain(GlobusGSSContextImpl.java:704)
at
org.globus.gsi.gssapi.GlobusGSSContextImpl.acceptSecContext(GlobusGSSContextImpl.java:303)
at
org.globus.gsi.gssapi.net.GssSocket.authenticateServer
(GssSocket.java:124)
at
org.globus.gsi.gssapi.net.GssSocket.startHandshake(GssSocket.java:142)
at
org.globus.gsi.gssapi.net.GssSocket.getOutputStream(GssSocket.java:161)
at
org.globus.wsrf.container.GSIServiceThread.process(GSIServiceThread.java
:98)
at
org.globus.wsrf.container.ServiceThread.run(ServiceThread.java:291)
Failed to obtain a list of services
from 'https://127.0.0.1:8443/wsrf/services/ContainerRegistryService
' service: ; nested exception is:
java.io.EOFException
I
am discussing the whole issue in the context of my second machine....as
you know there are two types of certificates user certificates and
hostcertificates, while obtaining the certificates i executed the
followin command
grid-cert-request -host `hostname` from the root user coz i was
suppose to obtain the host certificate ad get it signed from CA(first
machine).
i got the error that wulf08 is not the fully qualified name ....so i
made the following changes in my /etc/hosts file
127.0.0.1
wulf08 localhost.localdomain localhost
::1 wulf08 localhost.localdomain localhost
192.168.1.110
wulf08.niit.edu.pk
wulf08
and
after obtaining the hostcertificate and usercertificate (for auser1)
and getting it signed from the CA...when i executed the command
globus-start-container ....got the above
exception....."proxypathvalidatorexception"......secondly while using
the following command for asuer1 ...am getting an error about the
clocks
[EMAIL PROTECTED] root]$ grid-proxy-init -debug -verify
User Cert File: /home/auser1/.globus/usercert.pem
User Key File: /home/auser1/.globus/userkey.pem
Trusted CA Cert Dir: /etc/grid-security/certificates
Output File: /tmp/x509up_u503
Your identity: /O=Grid/OU=GlobusTest/OU=simpleCA-rabail/CN=grid user 1
Enter GRID pass phrase for this identity:
Creating proxy ............++++++++++++
........++++++++++++
Done
ERROR: Couldn't verify the
authenticity of the user's credential to generate a proxy from.
grid_proxy_init.c:1070:globus_credential:
Error verifying credential: Failed to verify credential
globus_gsi_callback_module: Could
not verify credential
globus_gsi_callback_module: The
certificate is not yet valid: Cert with subject:
/O=Grid/OU=GlobusTest/OU=simpleCA-rabail/CN=grid user 1 is not yet
valid- check clock skew between hosts.