Race condition in Tomcat Containers between deploy and container available
--------------------------------------------------------------------------
Key: ARQ-702
URL:
https://issues.jboss.org/browse/ARQ-702
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Tomcat Containers
Affects Versions: tomcat_1.0.0.CR2
Reporter: Aslak Knutsen
Fix For: tomcat_1.0.0.Final
There seems to be some odd race condition in the Tomcat Embedded 7 container
{code}
cc.start("tomcat")
d.deploy("X")
d.undeploy("X")
cc.stop("tomcat")
cc.start("tomcat")
d.deploy("X")
invoke URL(server/servlet).openConnection()
{code}
Causes:
{code}
Dec 15, 2011 5:47:04 PM org.apache.catalina.connector.CoyoteAdapter log
WARNING: Exception while attempting to add an entry to the access log
java.lang.NullPointerException
at org.apache.catalina.connector.CoyoteAdapter.log(CoyoteAdapter.java:511)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:227)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:515)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:302)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira