Hi Rajesh

I'll try to reproduce this tonight. Can you let me know which version of JiBX you are using?

thanks
Nigel

Rajesh R.V - ESA wrote:

Hi,

I am using JiBX for creating OTA schema based web service. Everything is working fine except --

When I get this error due to either when the client goes down or client times out, Further requests are not sending back,

17:10:10,695 INFO [STDOUT] 17:10:10,679 ERROR SoapProcessor:146 - Error aborting send

_ClientAbortException_: _java.net.SocketException_: Software caused connection abort: socket write error

at org.apache.catalina.connector.OutputBuffer.realWriteBytes(_OutputBuffer.java:399_)

at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(_ByteChunk.java:449_)

      at org.apache.tomcat.util.buf.ByteChunk.append(_ByteChunk.java:349_)

at org.apache.catalina.connector.OutputBuffer.writeBytes(_OutputBuffer.java:422_)

at org.apache.catalina.connector.OutputBuffer.write(_OutputBuffer.java:411_)

at org.apache.catalina.connector.CoyoteOutputStream.write(_CoyoteOutputStream.java:89_)

at org.jibx.runtime.impl.OutByteBuffer.flush(_OutByteBuffer.java:186_)

at org.jibx.runtime.impl.StreamWriterBase.flush(_StreamWriterBase.java:412_)

at org.jibx.runtime.impl.StreamWriterBase.close(_StreamWriterBase.java:426_)

at org.jibx.ws.http.servlet.WsServletDelegate$OutboundConnection.close(_WsServletDelegate.java:516_)

After the above error, the next request onwards fails after processing with the following error.

17:10:23,632 ERROR Service:255 - Aborted response due to error after commit

_java.lang.IllegalArgumentException_: Index out of range

at org.jibx.runtime.impl.UTF8StreamWriter.defineNamespace(_UTF8StreamWriter.java:178_)

at org.jibx.runtime.impl.XMLWriterNamespaceBase.openNamespaces(_XMLWriterNamespaceBase.java:229_)

at org.jibx.runtime.impl.XMLWriterBase.startTagNamespaces(_XMLWriterBase.java:225_)

      at org.jibx.ws.soap.SoapWriter.startMessage(_SoapWriter.java:80_)

at org.jibx.ws.soap.SoapProcessor.sendMessage(_SoapProcessor.java:123_)

      at org.jibx.ws.server.Service.processRequest(_Service.java:245_)

at org.jibx.ws.http.servlet.WsServletDelegate.doPost(_WsServletDelegate.java:147_)

      at org.jibx.ws.http.servlet.WsServlet.doPost(_WsServlet.java:76_)

      at javax.servlet.http.HttpServlet.service(_HttpServlet.java:637_)

      at javax.servlet.http.HttpServlet.service(_HttpServlet.java:717_)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(_ApplicationFilterChai_

A redeployment of the war file is the only solution if this happens. I struck with this point and any help would be appreciated.
Best Regards

Rajesh R V

------------------------------------------------------------------------

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
------------------------------------------------------------------------

_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users
------------------------------------------------------------------------------
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security 
easier or more difficult to achieve? Read this whitepaper to separate the 
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to