Hi, I am using the same user (globus) to start and stop the container.
[globus@nodea ~]$ globus-start-container Starting SOAP server at: https://192.168.128.129:8443/wsrf/services/ With the following services: [1]: https://192.168.128.129:8443/wsrf/services/AdminService [2]: https://192.168.128.129:8443/wsrf/services/AuthzCalloutTestService [3]: https://192.168.128.129:8443/wsrf/services/CASService [4]: https://192.168.128.129:8443/wsrf/services/ContainerRegistryEntryService [5]: https://192.168.128.129:8443/wsrf/services/ContainerRegistryService [6]: https://192.168.128.129:8443/wsrf/services/CounterService [7]: https://192.168.128.129:8443/wsrf/services/DefaultIndexService .......... [globus@nodea ~]$ globus-stop-container Error: ; nested exception is: GSSException: Defective credential detected [Caused by: Proxy file (/tmp/x509up_u501) not found.] [globus@nodea ~]$ globus-stop-container Error: ; nested exception is: GSSException: Defective credential detected [Caused by: Proxy file (/tmp/x509up_u501) not found.] in my installation the globus user (quser) has the uid 502. Do I need to change it to 501? Thanks, -Arindam > Date: Mon, 25 Apr 2011 10:40:53 +0400 > From: [email protected] > To: [email protected] > Subject: Re: [gt-user] Defective credential detected [Caused by: Proxy file > (/tmp/x509up_u501) not found.] > > arindam choudhury wrote on 24/04/11 22:57: > > Hi, > > > > I am installing globus toolkit 4.0.8 on Fedora 9. I followed the steps > > given in > > http://www.globus.org/toolkit/docs/4.0/admin/docbook/quickstart.html > > > > I am getting an error: > > > > [globus@nodea ~]$ globus-stop-container > > Error: ; nested exception is: > > GSSException: Defective credential detected [Caused by: Proxy file > > (/tmp/x509up_u501) not found.] > It looks like globus container was run by user with uid 501 but you are > trying to stop globus container under user with uid 502 (see a value for > path field in the output of grid-proxy-info below). So one needs to > become user with uid 501, generate a valid proxy-certificate and stop > container. > > HTH, > Nikolay. > > > > [quser@nodea example]$ grid-proxy-info > > subject : > > /O=Grid/OU=GlobusTest/OU=simpleCA-nodea.globus.es/OU=globus.es/CN=quser/CN=398098423 > > issuer : > > /O=Grid/OU=GlobusTest/OU=simpleCA-nodea.globus.es/OU=globus.es/CN=quser > > identity : > > /O=Grid/OU=GlobusTest/OU=simpleCA-nodea.globus.es/OU=globus.es/CN=quser > > type : Proxy draft (pre-RFC) compliant impersonation proxy > > strength : 512 bits > > path : /tmp/x509up_u502 > > timeleft : 11:18:56 > > > > Please help. > > > > -Arindam
