You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Valentin Tzankov (JIRA)" <ax...@ws.apache.org> on 2005/04/13 15:55:17 UTC

[jira] Commented: (AXIS-1920) Axis on Tomcat Cluster

     [ http://issues.apache.org/jira/browse/AXIS-1920?page=comments#action_62717 ]
     
Valentin Tzankov commented on AXIS-1920:
----------------------------------------

When distributable element is commented in the web.xml is working without any issues.

> Axis on Tomcat Cluster
> ----------------------
>
>          Key: AXIS-1920
>          URL: http://issues.apache.org/jira/browse/AXIS-1920
>      Project: Axis
>         Type: Bug
>  Environment: Linux, Window Tomcat-5.0.28, axis-1_1 java
>     Reporter: Valentin Tzankov
>     Priority: Critical

>
> When I have tried to invoke an Axis service on Tomcat-5.0.28 configured as Cluster 
> I got the folowing exception:
> AxisFault
>  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
>  faultSubcode: 
>  faultString: java.lang.IllegalArgumentException: Attribute [org.apache.axis.handlers.soap.SOAPService@c62c07] is not serializable
>  faultActor: 
>  faultNode: 
>  faultDetail: 
> 	{http://xml.apache.org/axis/}stackTrace: AxisFault
>  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
>  faultSubcode: 
>  faultString: java.lang.IllegalArgumentException: Attribute [org.apache.axis.handlers.soap.SOAPService@c62c07] is not serializable
>  faultActor: 
>  faultNode: 
>  faultDetail: 
> java.lang.IllegalArgumentException: Attribute [org.apache.axis.handlers.soap.SOAPService@c62c07] is not serializable
> 	at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:260)
> 	at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:169)
> 	at org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:1015)
> 	at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
> 	at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
> 	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
> 	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
> 	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
> 	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
> 	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
> 	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
> 	at javax.xml.parsers.SAXParser.parse(Unknown Source)
> 	at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:242)
> 	at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
> 	at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
> 	at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
> 	at org.apache.axis.client.Call.invoke(Call.java:2553)
> 	at org.apache.axis.client.Call.invoke(Call.java:2248)
> 	at org.apache.axis.client.Call.invoke(Call.java:2171)
> 	at org.apache.axis.client.Call.invoke(Call.java:1691)
> 	at com.gfigroup.forex.stp.outgoing.BlotterSoapBindingStub.getEnabledServices(BlotterSoapBindingStub.java:242)
> 	at com.gfigroup.forex.stp.service.base.ServiceContainer.getEnabledServices(ServiceContainer.java:140)
> 	at com.gfigroup.forex.stp.service.base.ServiceContainer.access$1(ServiceContainer.java:126)
> 	at com.gfigroup.forex.stp.service.base.ServiceContainer$1.run(ServiceContainer.java:89)
> 	at java.lang.Thread.run(Thread.java:536)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira