Bugs item #1042176, was opened at 2004-10-07 11:58
Message generated for change (Comment added) made by klaser
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1042176&group_id=22866
Category: JBossServer
Group: v3.2
Status: Closed
Resolution: None
Priority: 5
Submitted By: pepite (pepite_21)
Assigned to: Thomas Diesler (tdiesler)
Summary: JBoss.net doesn't work with jboss-3.2.6RC2 and jboss-4.0.0
Initial Comment:
Making a request to a web service results on the
following stack trace. This seems to be a thread
problem as from time to time the stack trace disappear.
I included a small client to query the version of axis
(a Version web service provided with JBoss.net (and
axis)). This simple call to the getVersion webservice give:
13:53:58,455 ERROR [Engine]
StandardWrapperValve[JBossAxisServlet]:
Servlet.service() for servlet JBossAxisServlet threw
exception
java.lang.NullPointerException
at
org.jboss.net.axis.Deployment.oldGetService(Deployment.java:255)
at
org.jboss.net.axis.Deployment.getService(Deployment.java:275)
at
org.apache.axis.configuration.FileProvider.getService(FileProvider.java:290)
at
org.apache.axis.AxisEngine.getService(AxisEngine.java:302)
at
org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:900)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:372)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:66)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:158)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:534)
----------------------------------------------------------------------
Comment By: klaser (klaser)
Date: 2004-11-18 09:26
Message:
Logged In: YES
user_id=1161482
Hallo, the same problem seems to be in jboss-3.2.6
Release ID: JBoss [WonderLand] 3.2.6 (build:
CVSTag=JBoss_3_2_6 date=200410140106).
After installing of jboss-net-patch-3.2.6.jar the bug seems to
be fixed.
----------------------------------------------------------------------
Comment By: Thomas Diesler (tdiesler)
Date: 2004-11-02 12:29
Message:
Logged In: YES
user_id=423364
Attached you find a patched version of jboss-net.jar
----------------------------------------------------------------------
Comment By: Thomas Diesler (tdiesler)
Date: 2004-11-02 11:34
Message:
Logged In: YES
user_id=423364
Attached you find a patched version of axis-ws4ee.jar. It
replaces the one distributed in ${jboss.home}/client and
jboss-net.sar
----------------------------------------------------------------------
Comment By: Thomas Diesler (tdiesler)
Date: 2004-10-28 12:29
Message:
Logged In: YES
user_id=423364
The NPE occurs when the endpoint URL contains the
serviceName, e.g. http://localhost:8080/jboss-
net/services/HelloService
workaround:
- call.setTargetEndpointAddress("http://localhost:8080/jboss-
net/services");
- call.setSOAPArctionURI("HelloService")
----------------------------------------------------------------------
Comment By: Thomas Diesler (tdiesler)
Date: 2004-10-27 01:32
Message:
Logged In: YES
user_id=423364
Prevent NPE when current message ctx is not set.
Fixed in Branch_3_2, Branch_4_0
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1042176&group_id=22866
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development