DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13725>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13725

Deserializing MIME attachments fails





------- Additional Comments From [EMAIL PROTECTED]  2002-10-22 17:36 -------
Could it be that this is strangely OS dependent (in terms of encoding)?

When using crimson (JDK 1.4.1) on the client side it now reports this 
Exception:

Translations:
"Zeichenumwandlungsfehler": "character conversion error"
"Zeilenzahl möglicherweise zu niedrig": "line number may be too low"


22.10.2002 19:34:21 org.apache.axis.client.Call invoke
INFO: Mapping Exception to AxisFault
AxisFault
 faultCode: {http://xml.apache.org/axis/}Server.userException
 faultString: org.xml.sax.SAXParseException: Zeichenumwandlungsfehler:
"Unconvertible UTF-8 character beginning with 0xb7" (Zeilenzahl möglicherweise
zu niedrig)
 faultActor: null
 faultDetail: 
        stackTrace: org.xml.sax.SAXParseException: Zeichenumwandlungsfehler:
&quot;Unconvertible UTF-8 character beginning with 0xb7&quot; (Zeilenzahl
möglicherweise zu niedrig)
        at org.apache.crimson.parser.InputEntity.fatal(InputEntity.java:1100)
        at org.apache.crimson.parser.InputEntity.fillbuf(InputEntity.java:1072)
        at
org.apache.crimson.parser.InputEntity.isXmlDeclOrTextDeclPrefix(InputEntity.java:914)
        at org.apache.crimson.parser.Parser2.maybeXmlDecl(Parser2.java:1009)
        at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:486)
        at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
        at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
        at
org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:236)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:545)
        at org.apache.axis.Message.getSOAPEnvelope(Message.java:377)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2366)
        at org.apache.axis.client.Call.invoke(Call.java:2336)
        at org.apache.axis.client.Call.invoke(Call.java:2033)
        at org.apache.axis.client.Call.invoke(Call.java:1957)
        at org.apache.axis.client.Call.invoke(Call.java:1480)
        at Client.main(Client.java:23)


org.xml.sax.SAXParseException: Zeichenumwandlungsfehler: "Unconvertible UTF-8
character beginning with 0xb7" (Zeilenzahl möglicherweise zu niedrig)
        at org.apache.axis.AxisFault.makeFault(AxisFault.java:119)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:550)
        at org.apache.axis.Message.getSOAPEnvelope(Message.java:377)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2366)
        at org.apache.axis.client.Call.invoke(Call.java:2336)
        at org.apache.axis.client.Call.invoke(Call.java:2033)
        at org.apache.axis.client.Call.invoke(Call.java:1957)
        at org.apache.axis.client.Call.invoke(Call.java:1480)
        at Client.main(Client.java:23)
Caused by: org.xml.sax.SAXParseException: Zeichenumwandlungsfehler:
"Unconvertible UTF-8 character beginning with 0xb7" (Zeilenzahl möglicherweise
zu niedrig)
        at org.apache.crimson.parser.InputEntity.fatal(InputEntity.java:1100)
        at org.apache.crimson.parser.InputEntity.fillbuf(InputEntity.java:1072)
        at
org.apache.crimson.parser.InputEntity.isXmlDeclOrTextDeclPrefix(InputEntity.java:914)
        at org.apache.crimson.parser.Parser2.maybeXmlDecl(Parser2.java:1009)
        at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:486)
        at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
        at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
        at
org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:236)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:545)
        ... 7 more
AxisFault
 faultCode: {http://xml.apache.org/axis/}Server.userException
 faultString: org.xml.sax.SAXParseException: Zeichenumwandlungsfehler:
"Unconvertible UTF-8 character beginning with 0xb7" (Zeilenzahl möglicherweise
zu niedrig)
 faultActor: null
 faultDetail: 
        stackTrace: org.xml.sax.SAXParseException: Zeichenumwandlungsfehler:
&quot;Unconvertible UTF-8 character beginning with 0xb7&quot; (Zeilenzahl
möglicherweise zu niedrig)
        at org.apache.crimson.parser.InputEntity.fatal(InputEntity.java:1100)
        at org.apache.crimson.parser.InputEntity.fillbuf(InputEntity.java:1072)
        at
org.apache.crimson.parser.InputEntity.isXmlDeclOrTextDeclPrefix(InputEntity.java:914)
        at org.apache.crimson.parser.Parser2.maybeXmlDecl(Parser2.java:1009)
        at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:486)
        at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
        at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
        at
org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:236)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:545)
        at org.apache.axis.Message.getSOAPEnvelope(Message.java:377)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2366)
        at org.apache.axis.client.Call.invoke(Call.java:2336)
        at org.apache.axis.client.Call.invoke(Call.java:2033)
        at org.apache.axis.client.Call.invoke(Call.java:1957)
        at org.apache.axis.client.Call.invoke(Call.java:1480)
        at Client.main(Client.java:23)


org.xml.sax.SAXParseException: Zeichenumwandlungsfehler: "Unconvertible UTF-8
character beginning with 0xb7" (Zeilenzahl möglicherweise zu niedrig)
        at org.apache.axis.AxisFault.makeFault(AxisFault.java:119)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:550)
        at org.apache.axis.Message.getSOAPEnvelope(Message.java:377)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2366)
        at org.apache.axis.client.Call.invoke(Call.java:2336)
        at org.apache.axis.client.Call.invoke(Call.java:2033)
        at org.apache.axis.client.Call.invoke(Call.java:1957)
        at org.apache.axis.client.Call.invoke(Call.java:1480)
        at Client.main(Client.java:23)
Caused by: org.xml.sax.SAXParseException: Zeichenumwandlungsfehler:
"Unconvertible UTF-8 character beginning with 0xb7" (Zeilenzahl möglicherweise
zu niedrig)
        at org.apache.crimson.parser.InputEntity.fatal(InputEntity.java:1100)
        at org.apache.crimson.parser.InputEntity.fillbuf(InputEntity.java:1072)
        at
org.apache.crimson.parser.InputEntity.isXmlDeclOrTextDeclPrefix(InputEntity.java:914)
        at org.apache.crimson.parser.Parser2.maybeXmlDecl(Parser2.java:1009)
        at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:486)
        at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
        at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
        at
org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:236)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:545)
        ... 7 more

Reply via email to