I got my "hello comet" servlet worked in JBoss 4.2.2 after putting the catalina.jar from jboss-web-2.1.0 but it throws following exception (instead of firing a "EventType.END" event) when I click the "stop" button in my browser. it works nicely in tomcat 6.
12:20:37,091 INFO [STDOUT] eventType=BEGIN | 12:21:00,113 ERROR [CoyoteAdapter] An exception or error occurred in the container during the request processing | java.lang.NoSuchFieldError: OPEN_READ | at org.apache.catalina.connector.CoyoteAdapter.event(CoyoteAdapter.java:153) | at org.apache.coyote.http11.Http11NioProcessor.event(Http11NioProcessor.java:749) | at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.event(Http11NioProtocol.java:634) | at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2008) | at org.apache.tomcat.util.net.NioEndpoint.processSocket(NioEndpoint.java:1126) | at org.apache.tomcat.util.net.NioEndpoint$Poller.cancelledKey(NioEndpoint.java:1376) | at org.apache.tomcat.util.net.NioEndpoint$Poller.timeout(NioEndpoint.java:1610) | at org.apache.tomcat.util.net.NioEndpoint$Poller.run(NioEndpoint.java:1451) | at java.lang.Thread.run(Thread.java:595) We are going to build quite a big infrastructure for comet based on this api. So we need to be sure that this is stable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161399#4161399 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161399 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
