[gt-user] GRAM V5 Alpha 3 now available

2009-09-17 Thread Stuart Martin

Hi All,

We are happy to make available a new GRAM V5 alpha 3 version for  
testing.

http://dev.globus.org/wiki/GRAM/GRAM5#Alpha_3

New features in this release:
- Support for clients to get the remote application's exit code
- Support for clients to get the version of the job manager

Alpha 2 was deployed at 2 TeraGrid sites: LSU's Queen Bee and NCSA's  
Abe.  Thanks to Lukasz Lacinski and Doru Marcusiu.  Also, Alpha 2 got  
some excellent testing and feedback from Jaime Frey and Igor Sfiligoi  
using condor-g.  Thanks Jaime and Igor.  Igor ran a number of tests  
submitting 5000 jobs at a time.  Here is a comment from Igor on the  
performance comparison to GRAM2:


"GRAM5 can easily keep a job turnaround of around 1Hz (50 jobs/min).  
Compare this to the 7.5 jobs/min of GT2.
Plus, it can start jobs at a 7Hz rate (450 jobs/min); GT2 best case  
scenario was 0.5Hz (33 jobs/min).
(note: the comparison is not really apple to apple due to missing file  
transfer)"


We would encourage GRAM users to install and test this new Alpha 3  
version.  Please send your feedback to gram-...@globus.org or to me  
directly.


Thanks for your support!

- GRAM development team


Re: [gt-user] Error : globus-stop-container . GSSException: Defective credential detected

2009-09-17 Thread Tom Scavo
2009/9/17 zhong kai :
>
>     I've trid  that command, but it doesn't work. here is the error message
> :
>     E:\ws-core-4.0.5\bin\globus-stop-container -m msg -s h
> ttp://localhost:8080/wsrf/services/ShutdownService
> 2009-09-17 21:09:47,396 ERROR securemsg.X509SignHandler
> [main,handleMessage:109]
>  Failed to sign message
> org.globus.gsi.GlobusCredentialException: Proxy file
> (C:\Users\ADMINI~1\AppData\
> Local\Temp\x509up_u_administrator) not found.

That says it all.  You need a credential.  Follow this tutorial:

http://gridshib.globus.org/docs/gridshib/install-windows.html#install-jwscore40-windows

Hope this helps,
Tom


Re: [gt-user] Error : globus-stop-container . GSSException: Defective credential detected

2009-09-17 Thread zhong kai
Hi Tom,
I've trid  that command, but it doesn't work. here is the error message :
E:\ws-core-4.0.5\bin\globus-stop-container -m msg -s h
ttp://localhost:8080/wsrf/services/ShutdownService
2009-09-17 21:09:47,396 ERROR securemsg.X509SignHandler [main,handleMessage:109]
 Failed to sign message
org.globus.gsi.GlobusCredentialException: Proxy file (C:\Users\ADMINI~1\AppData\
Local\Temp\x509up_u_administrator) not found.
at org.globus.gsi.GlobusCredential.(GlobusCredential.java:102)
at org.globus.gsi.GlobusCredential.reloadDefaultCredential(GlobusCredent
ial.java:544)
at org.globus.gsi.GlobusCredential.getDefaultCredential(GlobusCredential
.java:529)
at org.globus.wsrf.impl.security.authentication.signature.X509WSSignedSO
APEnvelopeBuilder.getCredential(X509WSSignedSOAPEnvelopeBuilder.java:82)
at org.globus.wsrf.impl.security.authentication.signature.X509WSSignedSO
APEnvelopeBuilder.buildMessage(X509WSSignedSOAPEnvelopeBuilder.java:100)
at org.globus.wsrf.impl.security.authentication.securemsg.X509SignHandle
r.handleMessage(X509SignHandler.java:107)
at org.globus.wsrf.impl.security.authentication.securemsg.X509SignHandle
r.handleRequest(X509SignHandler.java:53)
at org.apache.axis.handlers.HandlerChainImpl.handleRequest(HandlerChainI
mpl.java:105)
at org.apache.axis.handlers.JAXRPCHandler.invoke(JAXRPCHandler.java:52)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrateg
y.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:127)
at org.apache.axis.client.Call.invokeEngine(Call.java:2727)
at org.apache.axis.client.Call.invoke(Call.java:2710)
at org.apache.axis.client.Call.invoke(Call.java:2386)
at org.apache.axis.client.Call.invoke(Call.java:2309)
at org.apache.axis.client.Call.invoke(Call.java:1766)
at org.globus.wsrf.core.shutdown.bindings.ShutdownPortTypeSOAPBindingStu
b.shutdown(ShutdownPortTypeSOAPBindingStub.java:154)
at org.globus.wsrf.container.ShutdownClient.main(ShutdownClient.java:85)


at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.globus.bootstrap.BootstrapBase.launch(BootstrapBase.java:95)
at org.globus.bootstrap.Bootstrap.main(Bootstrap.java:37)
Error: ; nested exception is:
javax.xml.rpc.soap.SOAPFaultException: Proxy file (C:\Users\ADMINI~1\App
Data\Local\Temp\x509up_u_administrator) not found.
  
   I havn't set any security configeration in my GT 4.0.5
在2009-09-17,"Tom Scavo"  写道:
>2009/9/17 zhong kai :
>>
>> ?? ? I install GT 4.0.5 ,start a insecurity container:
>> ?? ? ?globus-start-container -nosec -p 8443
>> ?? ? ?and it works good.
>> ?? ? But when I use 'globus-stop-container' to shutdown this container,error
>> comes up:
>> GSSException: Defective credential detected [Caused by: Proxy file (C:\U
>> sers\ADMINI~1\AppData\Local\Temp\x509up_u_administrator) not found.]
>> ?? Now my question is how to use command line to shutdown an insecurity
>> container.
>
>$ cd $GLOBUS_LOCATION
>$ bin/globus-stop-container -m msg \
>-s http://localhost:8080/wsrf/services/ShutdownService


Re: [gt-user] Error : globus-stop-container . GSSException: Defective credential detected

2009-09-17 Thread Tom Scavo
2009/9/17 zhong kai :
>
>      I install GT 4.0.5 ,start a insecurity container:
>       globus-start-container -nosec -p 8443
>       and it works good.
>      But when I use 'globus-stop-container' to shutdown this container,error
> comes up:
> GSSException: Defective credential detected [Caused by: Proxy file (C:\U
> sers\ADMINI~1\AppData\Local\Temp\x509up_u_administrator) not found.]
>    Now my question is how to use command line to shutdown an insecurity
> container.

$ cd $GLOBUS_LOCATION
$ bin/globus-stop-container -m msg \
-s http://localhost:8080/wsrf/services/ShutdownService