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 "Stefano Meneghello (JIRA)" <ax...@ws.apache.org> on 2005/10/25 14:32:01 UTC

[jira] Commented: (AXIS-2186) AxisFault with DIME attachments greater than 1MB with .Net Web Service

    [ http://issues.apache.org/jira/browse/AXIS-2186?page=comments#action_12355749 ] 

Stefano Meneghello commented on AXIS-2186:
------------------------------------------

Hi,

Axis 1.3 final gives the same error message for >1MB attachments

Stefano

> AxisFault with DIME attachments greater than 1MB with .Net Web Service
> ----------------------------------------------------------------------
>
>          Key: AXIS-2186
>          URL: http://issues.apache.org/jira/browse/AXIS-2186
>      Project: Apache Axis
>         Type: Bug
>   Components: Serialization/Deserialization
>  Environment: Axis 1.2.1 (+patch for issue 2084); JRE 1.3.1, JRE 1.5.0; Windows XP, 2K
>     Reporter: Stefano Meneghello

>
> Windows XP (and 2K).
> JRE 1.3.1 and 1.5.0
> When I invoke a .Net Web Service using DIME attachments (greater than 1MB), I get the following Stack Trace:
> AxisFault
>  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
>  faultSubcode: 
>  faultString: In the record EB5604032C3DDD214F52C4F324868FD0, the number of bytes in the Data field is less than 309079, which is the value indicated in the ContentLength field.
>  faultActor: http://192.168.1.13/test/ws.asmx
>  faultNode: 
>  faultDetail: 
> 	{http://xml.apache.org/axis/}stackTrace:In the record EB5604032C3DDD214F52C4F324868FD0, the number of bytes in the Data field is less than 309079, which is the value indicated in the ContentLength field.
> 	at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
> 	at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
> 	at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
> 	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 org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
> 	at javax.xml.parsers.SAXParser.parse(Unknown Source)
> 	at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
> 	at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
> 	at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
> 	at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
> 	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
> 	at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
> 	at org.apache.axis.client.Call.invoke(Call.java:2748)
> 	at org.apache.axis.client.Call.invoke(Call.java:2424)
> 	at org.apache.axis.client.Call.invoke(Call.java:2347)
> 	at org.apache.axis.client.Call.invoke(Call.java:1804)
> 	at WSSoapStub._import(WSSoapStub.java:443)
> 	at WebServiceCallerImpl.wsImport(WebServiceCallerImpl.java:111)
> 	at DominoJavaWSImpl.doImport(DominoJavaWSImpl.java:219)
> 	at DominoJavaWSImpl.doAction(DominoJavaWSImpl.java:113)
> 	at WSUtils.processSingleMicroDoc(WSUtils.java:58)
> 	at WSUtils.processSingleMicroDoc(WSUtils.java:50)
> 	at WSUtils.processMicroDoc(WSUtils.java:121)
> 	at JavaAgent.NotesMain(JavaAgent.java:24)
> 	at lotus.domino.AgentBase.runNotes(Unknown Source)
> 	at lotus.domino.NotesThread.run(NotesThread.java:215)
> It works for single-chunk requests.
> The stack trace is taken from a Domino application, but I get the same from outside.
> thanks
> stefano

-- 
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