Bug 5821 - rft command failed with ClassCastException
: rft command failed with ClassCastException
Status: NEW
: RFT
RFT
: development
: Other Linux
: P3 normal
: 4.1
Assigned To:
: http://www.globus.org/toolkit/docs/de...
:
:
:
  Show dependency treegraph
 
Reported: 2008-01-31 05:35 by
Modified: 2008-01-31 05:35 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-01-31 05:35:13
I've installed 4.1.3 as described in the quickstart.  All other components work
fine except for RFT.  In running "rft -h myhost -f /tmp/rft.xfr", I get the
following exception below.  However, I can see the file was ftp'ed; only the
notification part failed.

Status: Pending
2008-01-31 10:13:55,139 WARN  notification.NotificationConsumerProvider
[ServiceThread-2,notify:1
63] [JWSCORE-168] Failed to invoke notify callback for notification
java.lang.ClassCastException:
org.oasis.wsn.NotificationMessageHolderTypeMessage
        at
org.globus.transfer.reliable.client.ReliableFileTransferJob.deliver(ReliableFileTransf
erJob.java:518)
        at
org.globus.wsrf.impl.notification.NotificationConsumerProvider.notify(NotificationCons
umerProvider.java:155)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:410)
        at
org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
        at
org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:332)
        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.handlers.soap.SOAPService.invoke(SOAPService.java:454)
        at org.apache.axis.server.AxisServer.invokeService(AxisServer.java:234)
        at org.apache.axis.server.AxisServer.invoke(AxisServer.java:375)
        at
org.globus.wsrf.container.ServiceThread.doPost(ServiceThread.java:929)
        at
org.globus.wsrf.container.ServiceThread.process(ServiceThread.java:666)
        at
org.globus.wsrf.container.GSIServiceThread.process(GSIServiceThread.java:163)
        at org.globus.wsrf.container.ServiceThread.run(ServiceThread.java:463)
2008-01-31 10:13:55,418 WARN  notification.NotificationConsumerProvider
[ServiceThread-3,notify:1
63] [JWSCORE-168] Failed to invoke notify callback for notification
java.lang.ClassCastException:
org.oasis.wsn.NotificationMessageHolderTypeMessage
        at
org.globus.transfer.reliable.client.ReliableFileTransferJob.deliver(ReliableFileTransf
erJob.java:518)
        at
org.globus.wsrf.impl.notification.NotificationConsumerProvider.notify(NotificationCons
umerProvider.java:155)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:410)
        at
org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
        at
org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:332)
        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.handlers.soap.SOAPService.invoke(SOAPService.java:454)
        at org.apache.axis.server.AxisServer.invokeService(AxisServer.java:234)
        at org.apache.axis.server.AxisServer.invoke(AxisServer.java:375)
        at
org.globus.wsrf.container.ServiceThread.doPost(ServiceThread.java:929)
        at
org.globus.wsrf.container.ServiceThread.process(ServiceThread.java:666)
        at
org.globus.wsrf.container.GSIServiceThread.process(GSIServiceThread.java:163)
        at org.globus.wsrf.container.ServiceThread.run(ServiceThread.java:463)