Good afternoon,
Making a call to a webservice, I returned the following error:
java.rmi.RemoteException: Runtime exception; nested exception is:
XML parsing error: com.sun.xml.rpc.sp.ParseException:1:
com.sun.xml.rpc.sp/P-067
at com.sun.xml.rpc.client.StreamingSender._handleRuntimeExceptionInSend
(StreamingSender.java:248)
at com.sun.xml.rpc.client.StreamingSender._send
(StreamingSender.java:230)
at tp2.ADDNIFILPort_Stub.CBSSDFX1(tp2.ADDNIFILPort_Stub:66)
at tp2.ADDNIFILPort_CBSSDFX1.invoke(tp2.ADDNIFILPort_CBSSDFX1:262)
at com.stc.wsclient.runtime.impl.WSDLOtdDelegateImpl.invoke
(WSDLOtdDelegateImpl.java:81)
at urn_com_softwareag_entirex_rpc_ADDNIFIL.CBSSDFX1.invoke
(urn_com_softwareag_entirex_rpc_ADDNIFIL.CBSSDFX1:102)
at DGPjcd.jcdProcess.callWSDGP(DGPjcd.jcdProcess:250)
at DGPjcd.jcdProcess.receive(DGPjcd.jcdProcess:92)
at DGP.cmProcess_jcdProcess1.jcdProcess_Runtime_Handler.handleRequest
(DGP.cmProcess_jcdProcess1.jcdProcess_Runtime_Handler:441)
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 com.sun.enterprise.security.SecurityUtil.invoke
(SecurityUtil.java:140)
at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke
(EJBLocalObjectInvocationHandler.java:135)
at $Proxy21.handleRequest(Unknown Source)
at com.stc.codegen.JMSImpl.runtime.ejb.JMSEndPointListener.sendMessage
(JMSEndPointListener.java:329)
at com.stc.codegen.JMSImpl.runtime.ejb.JMSEndPointListener.onContents
(JMSEndPointListener.java:109)
at com.stc.codegen.JMSImpl.runtime.ejb.JMSEndPointListener.onMessage
(JMSEndPointListener.java:170)
at sun.reflect.GeneratedMethodAccessor229.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.enterprise.security.SecurityUtil$2.run(SecurityUtil.java:146)
at java.security.AccessController.doPrivileged(Native Method)
at
com.sun.enterprise.security.application.EJBSecurityManager.doAsPrivileged
(EJBSecurityManager.java:940)
at com.sun.enterprise.security.SecurityUtil.invoke
(SecurityUtil.java:151)
at com.sun.ejb.containers.MessageBeanContainer.deliverMessage
(MessageBeanContainer.java:948)
at com.sun.ejb.containers.MessageBeanListenerImpl.deliverMessage
(MessageBeanListenerImpl.java:42)
at
com.sun.enterprise.connectors.inflow.MessageEndpointInvocationHandler.invoke
(MessageEndpointInvocationHandler.java:136)
at $Proxy25.onMessage(Unknown Source)
at com.stc.jmsjca.core.Delivery.deliverToEndpoint(Delivery.java:1309)
at com.stc.jmsjca.core.SerialDelivery.onMessage(SerialDelivery.java:231)
at com.stc.jms.client.SessionImpl.processAsyncDataAvailable
(SessionImpl.java:1661)
at com.stc.jms.client.SessionImpl.processAsync(SessionImpl.java:1750)
at com.stc.jms.client.SessionImpl.asyncEnter(SessionImpl.java:1778)
at com.stc.jms.client.SessionImpl.access$500(SessionImpl.java:56)
at com.stc.jms.client.SessionImpl$1.run(SessionImpl.java:1556)
at com.stc.jms.client.SessionImpl$2.run(SessionImpl.java:1809)
at java.lang.Thread.run(Thread.java:595)
Caused by: XML parsing error: com.sun.xml.rpc.sp.ParseException:1:
com.sun.xml.rpc.sp/P-067
at com.sun.xml.rpc.streaming.XMLReaderImpl.next(XMLReaderImpl.java:114)
at com.sun.xml.rpc.streaming.XMLReaderBase.nextContent
(XMLReaderBase.java:24)
at com.sun.xml.rpc.streaming.XMLReaderBase.nextElementContent
(XMLReaderBase.java:42)
at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:92)
... 37 more
Good afternoon, Making a call to a webservice, I returned the following error: java.rmi.RemoteException: Runtime exception; nested exception is: XML parsing error: com.sun.xml.rpc.sp.ParseException:1: com.sun.xml.rpc.sp/P-067 at com.sun.xml.rpc.client.StreamingSender._handleRuntimeExceptionInSend (StreamingSender.java:248) at com.sun.xml.rpc.client.StreamingSender._send (StreamingSender.java:230) at tp2.ADDNIFILPort_Stub.CBSSDFX1(tp2.ADDNIFILPort_Stub:66) at tp2.ADDNIFILPort_CBSSDFX1.invoke(tp2.ADDNIFILPort_CBSSDFX1:262) at com.stc.wsclient.runtime.impl.WSDLOtdDelegateImpl.invoke (WSDLOtdDelegateImpl.java:81) at urn_com_softwareag_entirex_rpc_ADDNIFIL.CBSSDFX1.invoke (urn_com_softwareag_entirex_rpc_ADDNIFIL.CBSSDFX1:102) at DGPjcd.jcdProcess.callWSDGP(DGPjcd.jcdProcess:250) at DGPjcd.jcdProcess.receive(DGPjcd.jcdProcess:92) at DGP.cmProcess_jcdProcess1.jcdProcess_Runtime_Handler.handleRequest (DGP.cmProcess_jcdProcess1.jcdProcess_Runtime_Handler:441) 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 com.sun.enterprise.security.SecurityUtil.invoke (SecurityUtil.java:140) at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke (EJBLocalObjectInvocationHandler.java:135) at $Proxy21.handleRequest(Unknown Source) at com.stc.codegen.JMSImpl.runtime.ejb.JMSEndPointListener.sendMessage (JMSEndPointListener.java:329) at com.stc.codegen.JMSImpl.runtime.ejb.JMSEndPointListener.onContents (JMSEndPointListener.java:109) at com.stc.codegen.JMSImpl.runtime.ejb.JMSEndPointListener.onMessage (JMSEndPointListener.java:170) at sun.reflect.GeneratedMethodAccessor229.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.sun.enterprise.security.SecurityUtil$2.run(SecurityUtil.java:146) at java.security.AccessController.doPrivileged(Native Method) at com.sun.enterprise.security.application.EJBSecurityManager.doAsPrivileged (EJBSecurityManager.java:940) at com.sun.enterprise.security.SecurityUtil.invoke (SecurityUtil.java:151) at com.sun.ejb.containers.MessageBeanContainer.deliverMessage (MessageBeanContainer.java:948) at com.sun.ejb.containers.MessageBeanListenerImpl.deliverMessage (MessageBeanListenerImpl.java:42) at com.sun.enterprise.connectors.inflow.MessageEndpointInvocationHandler.invoke (MessageEndpointInvocationHandler.java:136) at $Proxy25.onMessage(Unknown Source) at com.stc.jmsjca.core.Delivery.deliverToEndpoint(Delivery.java:1309) at com.stc.jmsjca.core.SerialDelivery.onMessage(SerialDelivery.java:231) at com.stc.jms.client.SessionImpl.processAsyncDataAvailable (SessionImpl.java:1661) at com.stc.jms.client.SessionImpl.processAsync(SessionImpl.java:1750) at com.stc.jms.client.SessionImpl.asyncEnter(SessionImpl.java:1778) at com.stc.jms.client.SessionImpl.access$500(SessionImpl.java:56) at com.stc.jms.client.SessionImpl$1.run(SessionImpl.java:1556) at com.stc.jms.client.SessionImpl$2.run(SessionImpl.java:1809) at java.lang.Thread.run(Thread.java:595) Caused by: XML parsing error: com.sun.xml.rpc.sp.ParseException:1: com.sun.xml.rpc.sp/P-067 at com.sun.xml.rpc.streaming.XMLReaderImpl.next(XMLReaderImpl.java:114) at com.sun.xml.rpc.streaming.XMLReaderBase.nextContent (XMLReaderBase.java:24) at com.sun.xml.rpc.streaming.XMLReaderBase.nextElementContent (XMLReaderBase.java:42) at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:92) ... 37 more
could help me, thanks
Environment
Operating System: SunOS Platform: Sun
Affected Versions
[current]