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 "Mayakumar Vembunarayanan (JIRA)" <ji...@apache.org> on 2010/05/19 13:40:53 UTC

[jira] Created: (AXIS2-4721) Intermittent JaxB exception [org.apache.axis2.AxisFault: Error in JAXB marshalling]

Intermittent JaxB exception [org.apache.axis2.AxisFault: Error in JAXB marshalling]
-----------------------------------------------------------------------------------

                 Key: AXIS2-4721
                 URL: https://issues.apache.org/jira/browse/AXIS2-4721
             Project: Axis2
          Issue Type: Bug
    Affects Versions: 1.4.1
         Environment: Java 1.5
OS : Sun Solaris
            Reporter: Mayakumar Vembunarayanan


Hi Apache Team,
We are getting intermittent "org.apache.axis2.AxisFault: Error in JAXB marshalling" errors.
We could not simulate in our DEV environment and QA envrionment but we are seeing this happen in our Production environment.

We are using axis 2-1.4.1. We are using JAXB data binding. When we run wsdl2java we give jaxb as the databinding option.
			<arg value="jaxbri" />

Axis Jars which we use are :
**********************************
axis2-1.4.1/lib/activation-1.1.jar" />
axis2-1.4.1/lib/annogen-0.1.0.jar" />
axis2-1.4.1/lib/axiom-api-1.2.7.jar" />
axis2-1.4.1/lib/axiom-dom-1.2.7.jar" />
axis2-1.4.1/lib/axiom-impl-1.2.7.jar" />
axis2-1.4.1/lib/axis2-adb-1.4.1.jar" />
axis2-1.4.1/lib/axis2-fastinfoset-1.4.1.jar" />
axis2-1.4.1/lib/axis2-java2wsdl-1.4.1.jar" />
axis2-1.4.1/lib/axis2-jaxbri-1.4.1.jar" />
axis2-1.4.1/lib/axis2-kernel-1.4.1.jar" />
axis2-1.4.1/lib/backport-util-concurrent-3.1.jar" />
axis2-1.4.1/lib/commons-codec-1.3.jar" />
axis2-1.4.1/lib/commons-fileupload-1.2.jar" />
axis2-1.4.1/lib/geronimo-stax-api_1.0_spec-1.0.1.jar" />
axis2-1.4.1/lib/jaxb-api-2.1.jar" />
axis2-1.4.1/lib/jaxb-impl-2.1.6.jar" />
axis2-1.4.1/lib/jaxb-xjc-2.1.6.jar" />
axis2-1.4.1/lib/log4j-1.2.15.jar" />
axis2-1.4.1/lib/neethi-2.0.4.jar" />
axis2-1.4.1/lib/activation-1.1.jar" />
axis2-1.4.1/lib/soapmonitor-1.4.1.jar" />
axis2-1.4.1/lib/XmlSchema-1.4.2.jar" />
axis2-1.4.1/lib/woden-api-1.0M8.jar" />
axis2-1.4.1/lib/woden-impl-dom-1.0M8.jar" />
axis2-1.4.1/lib/wsdl4j-1.6.2.jar" />
axis2-1.4.1/lib/wstx-asl-3.2.4.jar" />
axis2-1.4.1/lib/axis2-codegen-1.4.1.jar" />

Please respond back as soon as possible since we are unable to understand what could be causing this and we are failing intermittent client requests
who are suffering from bad user experience.
Please let know if this issue has been fixed already and a new patch release is available.  Please also do know if you need any more information from my side.

Awaiting your response at the earliest. 
Thanks in advance.

Regards,
V.Mayakumar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4721) Intermittent JaxB exception [org.apache.axis2.AxisFault: Error in JAXB marshalling]

Posted by "Mayakumar Vembunarayanan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mayakumar Vembunarayanan updated AXIS2-4721:
--------------------------------------------


Exception which we are seeing :
****************************************

st=org.apache.axis2.AxisFault: Error in JAXB marshalling
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:83)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.sendUsingOutputStream(CommonsHTTPTransportSender.java:337)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:214)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
at org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:43)
at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:100)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:176)
at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:275)
at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:133)
at com.ebay.trinity.common.IdentityAxisServlet.process(IdentityAxisServlet.java:67)

> Intermittent JaxB exception [org.apache.axis2.AxisFault: Error in JAXB marshalling]
> -----------------------------------------------------------------------------------
>
>                 Key: AXIS2-4721
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4721
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>         Environment: Java 1.5
> OS : Sun Solaris
>            Reporter: Mayakumar Vembunarayanan
>
> Hi Apache Team,
> We are getting intermittent "org.apache.axis2.AxisFault: Error in JAXB marshalling" errors.
> We could not simulate in our DEV environment and QA envrionment but we are seeing this happen in our Production environment.
> We are using axis 2-1.4.1. We are using JAXB data binding. When we run wsdl2java we give jaxb as the databinding option.
> 			<arg value="jaxbri" />
> Axis Jars which we use are :
> **********************************
> axis2-1.4.1/lib/activation-1.1.jar" />
> axis2-1.4.1/lib/annogen-0.1.0.jar" />
> axis2-1.4.1/lib/axiom-api-1.2.7.jar" />
> axis2-1.4.1/lib/axiom-dom-1.2.7.jar" />
> axis2-1.4.1/lib/axiom-impl-1.2.7.jar" />
> axis2-1.4.1/lib/axis2-adb-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-fastinfoset-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-java2wsdl-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-jaxbri-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-kernel-1.4.1.jar" />
> axis2-1.4.1/lib/backport-util-concurrent-3.1.jar" />
> axis2-1.4.1/lib/commons-codec-1.3.jar" />
> axis2-1.4.1/lib/commons-fileupload-1.2.jar" />
> axis2-1.4.1/lib/geronimo-stax-api_1.0_spec-1.0.1.jar" />
> axis2-1.4.1/lib/jaxb-api-2.1.jar" />
> axis2-1.4.1/lib/jaxb-impl-2.1.6.jar" />
> axis2-1.4.1/lib/jaxb-xjc-2.1.6.jar" />
> axis2-1.4.1/lib/log4j-1.2.15.jar" />
> axis2-1.4.1/lib/neethi-2.0.4.jar" />
> axis2-1.4.1/lib/activation-1.1.jar" />
> axis2-1.4.1/lib/soapmonitor-1.4.1.jar" />
> axis2-1.4.1/lib/XmlSchema-1.4.2.jar" />
> axis2-1.4.1/lib/woden-api-1.0M8.jar" />
> axis2-1.4.1/lib/woden-impl-dom-1.0M8.jar" />
> axis2-1.4.1/lib/wsdl4j-1.6.2.jar" />
> axis2-1.4.1/lib/wstx-asl-3.2.4.jar" />
> axis2-1.4.1/lib/axis2-codegen-1.4.1.jar" />
> Please respond back as soon as possible since we are unable to understand what could be causing this and we are failing intermittent client requests
> who are suffering from bad user experience.
> Please let know if this issue has been fixed already and a new patch release is available.  Please also do know if you need any more information from my side.
> Awaiting your response at the earliest. 
> Thanks in advance.
> Regards,
> V.Mayakumar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4721) Intermittent JaxB exception [org.apache.axis2.AxisFault: Error in JAXB marshalling]

Posted by "Mayakumar Vembunarayanan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mayakumar Vembunarayanan updated AXIS2-4721:
--------------------------------------------


Exception which we are seeing :
****************************************

st=org.apache.axis2.AxisFault: Error in JAXB marshalling
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:83)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.sendUsingOutputStream(CommonsHTTPTransportSender.java:337)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:214)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
at org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:43)
at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:100)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:176)
at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:275)
at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:133)
at com.ebay.trinity.common.IdentityAxisServlet.process(IdentityAxisServlet.java:67)

> Intermittent JaxB exception [org.apache.axis2.AxisFault: Error in JAXB marshalling]
> -----------------------------------------------------------------------------------
>
>                 Key: AXIS2-4721
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4721
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>         Environment: Java 1.5
> OS : Sun Solaris
>            Reporter: Mayakumar Vembunarayanan
>
> Hi Apache Team,
> We are getting intermittent "org.apache.axis2.AxisFault: Error in JAXB marshalling" errors.
> We could not simulate in our DEV environment and QA envrionment but we are seeing this happen in our Production environment.
> We are using axis 2-1.4.1. We are using JAXB data binding. When we run wsdl2java we give jaxb as the databinding option.
> 			<arg value="jaxbri" />
> Axis Jars which we use are :
> **********************************
> axis2-1.4.1/lib/activation-1.1.jar" />
> axis2-1.4.1/lib/annogen-0.1.0.jar" />
> axis2-1.4.1/lib/axiom-api-1.2.7.jar" />
> axis2-1.4.1/lib/axiom-dom-1.2.7.jar" />
> axis2-1.4.1/lib/axiom-impl-1.2.7.jar" />
> axis2-1.4.1/lib/axis2-adb-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-fastinfoset-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-java2wsdl-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-jaxbri-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-kernel-1.4.1.jar" />
> axis2-1.4.1/lib/backport-util-concurrent-3.1.jar" />
> axis2-1.4.1/lib/commons-codec-1.3.jar" />
> axis2-1.4.1/lib/commons-fileupload-1.2.jar" />
> axis2-1.4.1/lib/geronimo-stax-api_1.0_spec-1.0.1.jar" />
> axis2-1.4.1/lib/jaxb-api-2.1.jar" />
> axis2-1.4.1/lib/jaxb-impl-2.1.6.jar" />
> axis2-1.4.1/lib/jaxb-xjc-2.1.6.jar" />
> axis2-1.4.1/lib/log4j-1.2.15.jar" />
> axis2-1.4.1/lib/neethi-2.0.4.jar" />
> axis2-1.4.1/lib/activation-1.1.jar" />
> axis2-1.4.1/lib/soapmonitor-1.4.1.jar" />
> axis2-1.4.1/lib/XmlSchema-1.4.2.jar" />
> axis2-1.4.1/lib/woden-api-1.0M8.jar" />
> axis2-1.4.1/lib/woden-impl-dom-1.0M8.jar" />
> axis2-1.4.1/lib/wsdl4j-1.6.2.jar" />
> axis2-1.4.1/lib/wstx-asl-3.2.4.jar" />
> axis2-1.4.1/lib/axis2-codegen-1.4.1.jar" />
> Please respond back as soon as possible since we are unable to understand what could be causing this and we are failing intermittent client requests
> who are suffering from bad user experience.
> Please let know if this issue has been fixed already and a new patch release is available.  Please also do know if you need any more information from my side.
> Awaiting your response at the earliest. 
> Thanks in advance.
> Regards,
> V.Mayakumar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4721) Intermittent JaxB exception [org.apache.axis2.AxisFault: Error in JAXB marshalling]

Posted by "Mayakumar Vembunarayanan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mayakumar Vembunarayanan updated AXIS2-4721:
--------------------------------------------


Exception which we are seeing :
****************************************

st=org.apache.axis2.AxisFault: Error in JAXB marshalling
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:83)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.sendUsingOutputStream(CommonsHTTPTransportSender.java:337)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:214)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
at org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:43)
at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:100)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:176)
at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:275)
at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:133)
at com.ebay.trinity.common.IdentityAxisServlet.process(IdentityAxisServlet.java:67)

> Intermittent JaxB exception [org.apache.axis2.AxisFault: Error in JAXB marshalling]
> -----------------------------------------------------------------------------------
>
>                 Key: AXIS2-4721
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4721
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>         Environment: Java 1.5
> OS : Sun Solaris
>            Reporter: Mayakumar Vembunarayanan
>
> Hi Apache Team,
> We are getting intermittent "org.apache.axis2.AxisFault: Error in JAXB marshalling" errors.
> We could not simulate in our DEV environment and QA envrionment but we are seeing this happen in our Production environment.
> We are using axis 2-1.4.1. We are using JAXB data binding. When we run wsdl2java we give jaxb as the databinding option.
> 			<arg value="jaxbri" />
> Axis Jars which we use are :
> **********************************
> axis2-1.4.1/lib/activation-1.1.jar" />
> axis2-1.4.1/lib/annogen-0.1.0.jar" />
> axis2-1.4.1/lib/axiom-api-1.2.7.jar" />
> axis2-1.4.1/lib/axiom-dom-1.2.7.jar" />
> axis2-1.4.1/lib/axiom-impl-1.2.7.jar" />
> axis2-1.4.1/lib/axis2-adb-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-fastinfoset-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-java2wsdl-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-jaxbri-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-kernel-1.4.1.jar" />
> axis2-1.4.1/lib/backport-util-concurrent-3.1.jar" />
> axis2-1.4.1/lib/commons-codec-1.3.jar" />
> axis2-1.4.1/lib/commons-fileupload-1.2.jar" />
> axis2-1.4.1/lib/geronimo-stax-api_1.0_spec-1.0.1.jar" />
> axis2-1.4.1/lib/jaxb-api-2.1.jar" />
> axis2-1.4.1/lib/jaxb-impl-2.1.6.jar" />
> axis2-1.4.1/lib/jaxb-xjc-2.1.6.jar" />
> axis2-1.4.1/lib/log4j-1.2.15.jar" />
> axis2-1.4.1/lib/neethi-2.0.4.jar" />
> axis2-1.4.1/lib/activation-1.1.jar" />
> axis2-1.4.1/lib/soapmonitor-1.4.1.jar" />
> axis2-1.4.1/lib/XmlSchema-1.4.2.jar" />
> axis2-1.4.1/lib/woden-api-1.0M8.jar" />
> axis2-1.4.1/lib/woden-impl-dom-1.0M8.jar" />
> axis2-1.4.1/lib/wsdl4j-1.6.2.jar" />
> axis2-1.4.1/lib/wstx-asl-3.2.4.jar" />
> axis2-1.4.1/lib/axis2-codegen-1.4.1.jar" />
> Please respond back as soon as possible since we are unable to understand what could be causing this and we are failing intermittent client requests
> who are suffering from bad user experience.
> Please let know if this issue has been fixed already and a new patch release is available.  Please also do know if you need any more information from my side.
> Awaiting your response at the earliest. 
> Thanks in advance.
> Regards,
> V.Mayakumar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4721) Intermittent JaxB exception [org.apache.axis2.AxisFault: Error in JAXB marshalling]

Posted by "Mayakumar Vembunarayanan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mayakumar Vembunarayanan updated AXIS2-4721:
--------------------------------------------


Exception which we are seeing :
****************************************

st=org.apache.axis2.AxisFault: Error in JAXB marshalling
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:83)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.sendUsingOutputStream(CommonsHTTPTransportSender.java:337)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:214)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
at org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:43)
at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:100)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:176)
at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:275)
at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:133)
at com.ebay.trinity.common.IdentityAxisServlet.process(IdentityAxisServlet.java:67)

> Intermittent JaxB exception [org.apache.axis2.AxisFault: Error in JAXB marshalling]
> -----------------------------------------------------------------------------------
>
>                 Key: AXIS2-4721
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4721
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>         Environment: Java 1.5
> OS : Sun Solaris
>            Reporter: Mayakumar Vembunarayanan
>
> Hi Apache Team,
> We are getting intermittent "org.apache.axis2.AxisFault: Error in JAXB marshalling" errors.
> We could not simulate in our DEV environment and QA envrionment but we are seeing this happen in our Production environment.
> We are using axis 2-1.4.1. We are using JAXB data binding. When we run wsdl2java we give jaxb as the databinding option.
> 			<arg value="jaxbri" />
> Axis Jars which we use are :
> **********************************
> axis2-1.4.1/lib/activation-1.1.jar" />
> axis2-1.4.1/lib/annogen-0.1.0.jar" />
> axis2-1.4.1/lib/axiom-api-1.2.7.jar" />
> axis2-1.4.1/lib/axiom-dom-1.2.7.jar" />
> axis2-1.4.1/lib/axiom-impl-1.2.7.jar" />
> axis2-1.4.1/lib/axis2-adb-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-fastinfoset-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-java2wsdl-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-jaxbri-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-kernel-1.4.1.jar" />
> axis2-1.4.1/lib/backport-util-concurrent-3.1.jar" />
> axis2-1.4.1/lib/commons-codec-1.3.jar" />
> axis2-1.4.1/lib/commons-fileupload-1.2.jar" />
> axis2-1.4.1/lib/geronimo-stax-api_1.0_spec-1.0.1.jar" />
> axis2-1.4.1/lib/jaxb-api-2.1.jar" />
> axis2-1.4.1/lib/jaxb-impl-2.1.6.jar" />
> axis2-1.4.1/lib/jaxb-xjc-2.1.6.jar" />
> axis2-1.4.1/lib/log4j-1.2.15.jar" />
> axis2-1.4.1/lib/neethi-2.0.4.jar" />
> axis2-1.4.1/lib/activation-1.1.jar" />
> axis2-1.4.1/lib/soapmonitor-1.4.1.jar" />
> axis2-1.4.1/lib/XmlSchema-1.4.2.jar" />
> axis2-1.4.1/lib/woden-api-1.0M8.jar" />
> axis2-1.4.1/lib/woden-impl-dom-1.0M8.jar" />
> axis2-1.4.1/lib/wsdl4j-1.6.2.jar" />
> axis2-1.4.1/lib/wstx-asl-3.2.4.jar" />
> axis2-1.4.1/lib/axis2-codegen-1.4.1.jar" />
> Please respond back as soon as possible since we are unable to understand what could be causing this and we are failing intermittent client requests
> who are suffering from bad user experience.
> Please let know if this issue has been fixed already and a new patch release is available.  Please also do know if you need any more information from my side.
> Awaiting your response at the earliest. 
> Thanks in advance.
> Regards,
> V.Mayakumar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Updated: (AXIS2-4721) Intermittent JaxB exception [org.apache.axis2.AxisFault: Error in JAXB marshalling]

Posted by "Mayakumar Vembunarayanan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mayakumar Vembunarayanan updated AXIS2-4721:
--------------------------------------------


Exception which we are seeing :
****************************************

st=org.apache.axis2.AxisFault: Error in JAXB marshalling
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:83)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.sendUsingOutputStream(CommonsHTTPTransportSender.java:337)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:214)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
at org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:43)
at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:100)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:176)
at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:275)
at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:133)
at com.ebay.trinity.common.IdentityAxisServlet.process(IdentityAxisServlet.java:67)

> Intermittent JaxB exception [org.apache.axis2.AxisFault: Error in JAXB marshalling]
> -----------------------------------------------------------------------------------
>
>                 Key: AXIS2-4721
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4721
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>         Environment: Java 1.5
> OS : Sun Solaris
>            Reporter: Mayakumar Vembunarayanan
>
> Hi Apache Team,
> We are getting intermittent "org.apache.axis2.AxisFault: Error in JAXB marshalling" errors.
> We could not simulate in our DEV environment and QA envrionment but we are seeing this happen in our Production environment.
> We are using axis 2-1.4.1. We are using JAXB data binding. When we run wsdl2java we give jaxb as the databinding option.
> 			<arg value="jaxbri" />
> Axis Jars which we use are :
> **********************************
> axis2-1.4.1/lib/activation-1.1.jar" />
> axis2-1.4.1/lib/annogen-0.1.0.jar" />
> axis2-1.4.1/lib/axiom-api-1.2.7.jar" />
> axis2-1.4.1/lib/axiom-dom-1.2.7.jar" />
> axis2-1.4.1/lib/axiom-impl-1.2.7.jar" />
> axis2-1.4.1/lib/axis2-adb-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-fastinfoset-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-java2wsdl-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-jaxbri-1.4.1.jar" />
> axis2-1.4.1/lib/axis2-kernel-1.4.1.jar" />
> axis2-1.4.1/lib/backport-util-concurrent-3.1.jar" />
> axis2-1.4.1/lib/commons-codec-1.3.jar" />
> axis2-1.4.1/lib/commons-fileupload-1.2.jar" />
> axis2-1.4.1/lib/geronimo-stax-api_1.0_spec-1.0.1.jar" />
> axis2-1.4.1/lib/jaxb-api-2.1.jar" />
> axis2-1.4.1/lib/jaxb-impl-2.1.6.jar" />
> axis2-1.4.1/lib/jaxb-xjc-2.1.6.jar" />
> axis2-1.4.1/lib/log4j-1.2.15.jar" />
> axis2-1.4.1/lib/neethi-2.0.4.jar" />
> axis2-1.4.1/lib/activation-1.1.jar" />
> axis2-1.4.1/lib/soapmonitor-1.4.1.jar" />
> axis2-1.4.1/lib/XmlSchema-1.4.2.jar" />
> axis2-1.4.1/lib/woden-api-1.0M8.jar" />
> axis2-1.4.1/lib/woden-impl-dom-1.0M8.jar" />
> axis2-1.4.1/lib/wsdl4j-1.6.2.jar" />
> axis2-1.4.1/lib/wstx-asl-3.2.4.jar" />
> axis2-1.4.1/lib/axis2-codegen-1.4.1.jar" />
> Please respond back as soon as possible since we are unable to understand what could be causing this and we are failing intermittent client requests
> who are suffering from bad user experience.
> Please let know if this issue has been fixed already and a new patch release is available.  Please also do know if you need any more information from my side.
> Awaiting your response at the earliest. 
> Thanks in advance.
> Regards,
> V.Mayakumar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org