Hi,

i want to execute the next command:

rft -h pdclab-00.ece.uprm.edu -f rft.xfr

with rft.xfr:

true
16000
16000
false
1
true
1
null
null
false
10
gsiftp://init.ece.uprm.edu:2811/tmp/rftTest.tmp
gsiftp://init.ece.uprm.edu:2811/tmp/rftTest_Done.tmp

but i got an error (attached to end), however if i run the next command:

globus-url-copy gsiftp://init.ece.uprm.edu:2811/tmp/rftTest.tmp
gsiftp://init.ece.uprm.edu:2811/tmp/rftTest_Done.tmp

it works! What do i need to configure for achieve that rft works?

error:

2007-06-27 10:55:51,019 ERROR delegation.DelegationUtil
[main,getCertificateChainRP:558] org.globus.common.ChainedIOException:
Authentication failed [Caused by: Miscellaneous failure. [Caused by: Bad
certificate (java.security.SignatureException: MD5/RSA/PKCS#1: Not
initialized)]]
Exception in thread "main" Error during startup processing. Caused by .
Caused by AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: org.globus.common.ChainedIOException: Authentication failed
[Caused by: Miscellaneous failure. [Caused by: Bad certificate
(java.security.SignatureException: MD5/RSA/PKCS#1: Not initialized)]]
 faultActor:
 faultNode:
 faultDetail:
        {http://xml.apache.org/axis/}stackTrace:Authentication failed.
Caused by Miscellaneous failure. Caused by
COM.claymoresystems.ptls.SSLThrewAlertException: Bad certificate
(java.security.SignatureException: MD5/RSA/PKCS#1: Not
initialized)
   at COM.claymoresystems.ptls.SSLConn.alert(SSLConn.java:243)
   at
COM.claymoresystems.ptls.SSLHandshake.recvCertificate(SSLHandshake.java:299)
   at
COM.claymoresystems.ptls.SSLHandshakeClient.processTokens(SSLHandshakeClient.java:128)
   at
COM.claymoresystems.ptls.SSLHandshake.processHandshake(SSLHandshake.java:135)
   at
org.globus.gsi.gssapi.GlobusGSSContextImpl.initSecContext(GlobusGSSContextImpl.java:483)
   at
org.globus.gsi.gssapi.net.GssSocket.authenticateClient(GssSocket.java:102)
   at org.globus.gsi.gssapi.net.GssSocket.startHandshake(GssSocket.java:140)
   at org.globus.gsi.gssapi.net.GssSocket.getOutputStream(GssSocket.java:161)
   at
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:433)
   at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:135)
   at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.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:165)
   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.delegationService.DelegationFactoryPortTypeSOAPBindingStub.getResourceProperty(DelegationFactoryPortTypeSOAPBindingStub.java:1323)
   at
org.globus.delegation.DelegationUtil.getCertificateChainRP(DelegationUtil.java:556)
   at
org.globus.delegation.DelegationUtil.getCertificateChainRP(DelegationUtil.java:514)
   at
org.globus.transfer.reliable.client.BaseRFTClient.delegateCredential(BaseRFTClient.java:294)
   at
org.globus.transfer.reliable.client.ReliableFileTransferClient.main(ReliableFileTransferClient.java:174)
   at java.lang.reflect.Method.invoke(libgcj.so.7rh)
   at org.globus.bootstrap.BootstrapBase.launch(BootstrapBase.java:95)
   at org.globus.bootstrap.Bootstrap.main(Bootstrap.java:37)

        {http://xml.apache.org/axis/}hostname:pdclab-00.ece.uprm.edu

org.globus.common.ChainedIOException: Authentication failed [Caused by:
Miscellaneous failure. [Caused by: Bad certificate
(java.security.SignatureException: MD5/RSA/PKCS#1: Not initialized)]]
   at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
   at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
   at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.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:165)
   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.delegationService.DelegationFactoryPortTypeSOAPBindingStub.getResourceProperty(DelegationFactoryPortTypeSOAPBindingStub.java:1323)
   at
org.globus.delegation.DelegationUtil.getCertificateChainRP(DelegationUtil.java:556)
   at
org.globus.delegation.DelegationUtil.getCertificateChainRP(DelegationUtil.java:514)
   at
org.globus.transfer.reliable.client.BaseRFTClient.delegateCredential(BaseRFTClient.java:294)
   at
org.globus.transfer.reliable.client.ReliableFileTransferClient.main(ReliableFileTransferClient.java:174)
   at java.lang.reflect.Method.invoke(libgcj.so.7rh)
   at org.globus.bootstrap.BootstrapBase.launch(BootstrapBase.java:95)
   at org.globus.bootstrap.Bootstrap.main(Bootstrap.java:37)
Caused by: org.globus.common.ChainedIOException: Authentication failed
[Caused by: Miscellaneous failure. [Caused by: Bad certificate
(java.security.SignatureException: MD5/RSA/PKCS#1: Not initialized)]]
   at org.globus.gsi.gssapi.net.GssSocket.startHandshake(GssSocket.java:145)
   at org.globus.gsi.gssapi.net.GssSocket.getOutputStream(GssSocket.java:161)
   at
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:433)
   at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:135)
   ...17 more



http://ece.uprm.edu/~s047267
http://del.icio.us/josanabr
http://blog-grid.blogspot.com

Reply via email to