Exception thrown when submitting a 100 MB sized attachment using the MTOM 
sample client with default settings in Axis2.xml
--------------------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-1430
                 URL: http://issues.apache.org/jira/browse/AXIS2-1430
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: samples
    Affects Versions: 1.1
         Environment: Win XP, Apache tomcat 5.5.16, JDK 1.5, Axis2 1.1 RC1
            Reporter: Charitha Kankanamge


When I tried to submit a large file (~120 MB) using Mtom sample app, following 
exception thrown and file was not transferring to the specified output location.
Note that, I did not enable attachment caching in axis2.xml.

     [java] org.apache.axis2.AxisFault: null; nested exception is:
     [java]     java.lang.reflect.InvocationTargetException
     [java]     at org.apache.axis2.description.OutInAxisOperationClient.execute
(OutInAxisOperation.java:294)
     [java]     at 
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:571)
     [java]     at 
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:502)
     [java]     at 
sample.mtom.filetransfer.client.MTOMClientModel.sendFilesUsingMTOM(MTOMClientModel.java:193)
     [java]     at 
sample.mtom.filetransfer.client.UserInterface.send(UserInterface.java:432)
     [java]     at 
sample.mtom.filetransfer.client.UserInterface.execute(UserInterface.java:389)
     [java]     at 
sample.mtom.filetransfer.client.UserInterface.actionPerformed(UserInterface.java:300)
     [java]     at 
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
     [java]     at 
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
     [java]     at 
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     [java]     at 
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     [java]     at 
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
     [java]     at java.awt.Component.processMouseEvent(Component.java:5488)
     [java]     at javax.swing.JComponent.processMouseEvent(JComponent.java:3126
)
     [java]     at java.awt.Component.processEvent(Component.java:5253)
     [java]     at java.awt.Container.processEvent(Container.java:1966)
     [java]     at java.awt.Component.dispatchEventImpl(Component.java:3955)
     [java]     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     [java]     at java.awt.Component.dispatchEvent(Component.java:3803)
     [java]     at 
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
     [java]     at 
java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
     [java]     at 
java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
     [java]     at java.awt.Container.dispatchEventImpl(Container.java:2010)
     [java]     at java.awt.Window.dispatchEventImpl(Window.java:1774)
     [java]     at java.awt.Component.dispatchEvent(Component.java:3803)
     [java]     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     [java]     at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     [java]     at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     [java]     at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     [java]     at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     [java]     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110


-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to