Exception using XFire
---------------------

                 Key: XFIRE-895
                 URL: http://jira.codehaus.org/browse/XFIRE-895
             Project: XFire
          Issue Type: Bug
    Affects Versions: 1.2.4
         Environment: HP-UX 11i,  WebSphere 6
            Reporter: pazitgazit
         Assigned To: Dan Diephouse
            Priority: Critical


I'm using XFire in my application. Everything worked fine until I've upgrated 
the WebSphere version from 6.0.2.7
 to 6.0..2.17 and the MQ csd from 12 to 13.
After the upgrade, I'm getting the following exception:

[2/22/07 11:23:01:519 GMT+02:00] 00000035 ServletWrappe E   SRVE0068E: Could 
not invoke the service() method on servlet xfirerpcrouter. Exception thrown : 
java.lang.VerifyError: (class: com/ctc/wstx/sr/StreamScanner, method: 
getNameBuffer signature: (I)[C) Accessing value from uninitialized register 5
        at 
com.ctc.wstx.stax.WstxInputFactory.doCreateSR(WstxInputFactory.java:547)
        at 
com.ctc.wstx.stax.WstxInputFactory.createSR(WstxInputFactory.java:592)
        at 
com.ctc.wstx.stax.WstxInputFactory.createSR(WstxInputFactory.java:617)
        at 
com.ctc.wstx.stax.WstxInputFactory.createXMLStreamReader(WstxInputFactory.java:312)
        at 
org.codehaus.xfire.util.STAXUtils.createXMLStreamReader(STAXUtils.java:645)
        at 
org.codehaus.xfire.transport.http.XFireServletController.invoke(XFireServletController.java:269)
        at 
org.codehaus.xfire.transport.http.XFireServletController.doService(XFireServletController.java:145)
        at 
org.codehaus.xfire.transport.http.XFireServlet.doPost(XFireServlet.java:100)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
        at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1572)
        at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1521)
        at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:136)
        at api.BigMsgFilter.doFilter(BigMsgFilter.java:86)
        at 
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:142)
        at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:121)
        at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:82)
        at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.monitored_original$handleRequest(ServletWrapper.java:759)
        at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java)
        at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3071)
        at 
com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:236)
        at 
com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:210)
        at 
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1958)
        at 
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:98)
        at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:472)
        at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:411)
        at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:288)
        at 
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:207)
        at 
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:109)
        at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566)
        at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:619)
        at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952)
        at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039)
        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)

[2/22/07 11:23:01:533 GMT+02:00] 00000035 WebApp        E   SRVE0026E: [Servlet 
Error]-[xfirerpcrouter]: java.lang.VerifyError: (class: 
com/ctc/wstx/sr/StreamScanner, method: getNameBuffer signature: (I)[C) 
Accessing value from uninitialized register 5
        at 
com.ctc.wstx.stax.WstxInputFactory.doCreateSR(WstxInputFactory.java:547)
        at 
com.ctc.wstx.stax.WstxInputFactory.createSR(WstxInputFactory.java:592)
        at 
com.ctc.wstx.stax.WstxInputFactory.createSR(WstxInputFactory.java:617)
        at 
com.ctc.wstx.stax.WstxInputFactory.createXMLStreamReader(WstxInputFactory.java:312)
        at 
org.codehaus.xfire.util.STAXUtils.createXMLStreamReader(STAXUtils.java:645)
        at 
org.codehaus.xfire.transport.http.XFireServletController.invoke(XFireServletController.java:269)
        at 
org.codehaus.xfire.transport.http.XFireServletController.doService(XFireServletController.java:145)
        at 
org.codehaus.xfire.transport.http.XFireServlet.doPost(XFireServlet.java:100)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
        at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1572)
        at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1521)
        at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:136)
        at api.BigMsgFilter.doFilter(BigMsgFilter.java:86)
        at 
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:142)
        at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:121)
        at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:82)
        at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.monitored_original$handleRequest(ServletWrapper.java:759)
        at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java)
        at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3071)
        at 
com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:236)
        at 
com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:210)
        at 
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1958)
        at 
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:98)
        at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:472)
        at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:411)
        at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:288)
        at 
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:207)
        at 
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:109)
        at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566)
        at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:619)
        at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952)
        at 
com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039)
        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)

I'm not sure if the problem is connected to the upgrade, because I've created 
another profile that  work ok for a while, and then suddenly started to give me 
the same exception.

Does anyone know something about this problem?

Thanks,

Ofir

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to