javaee7-samples icon indicating copy to clipboard operation
javaee7-samples copied to clipboard

websocket/atmosphere-chat failing with IndexOutOfBoundsException

Open arun-gupta opened this issue 12 years ago • 3 comments

Deploying the sample on WildFly beta2-snapshot fails with the failing exception:

22:43:30,999 ERROR [org.jboss.as.controller.management-operation](management-handler-thread - 27) JBAS014613: Operation ("deploy") failed - address: ({"deployment" => "atmosphere-chat.war"}) - failure description: {"JBAS014671: Failed services" => {"jboss.deployment.unit."atmosphere-chat.war".INSTALL" => "org.jboss.msc.service.StartException in service jboss.deployment.unit."atmosphere-chat.war".INSTALL: JBAS018733: Failed to process phase INSTALL of deployment "atmosphere-chat.war" Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS017327: Deployment error processing SCI for jar: atmosphere-runtime-2.0.3.jar Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS017327: Deployment error processing SCI for jar: atmosphere-runtime-2.0.3.jar Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 0"}} 22:43:31,002 ERROR [org.jboss.as.server](management-handler-thread - 27) JBAS015870: Deploy of deployment "atmosphere-chat.war" was rolled back with the following failure message: {"JBAS014671: Failed services" => {"jboss.deployment.unit."atmosphere-chat.war".INSTALL" => "org.jboss.msc.service.StartException in service jboss.deployment.unit."atmosphere-chat.war".INSTALL: JBAS018733: Failed to process phase INSTALL of deployment "atmosphere-chat.war" Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS017327: Deployment error processing SCI for jar: atmosphere-runtime-2.0.3.jar Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS017327: Deployment error processing SCI for jar: atmosphere-runtime-2.0.3.jar Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 0"}}

arun-gupta avatar Nov 12 '13 21:11 arun-gupta

This exception is a problem in Wildfly, reported in Atmosphere here and in Wildfly here

jfarcand avatar Nov 12 '13 21:11 jfarcand

Fix available in Wildfly 8.0.0.CR1

jfarcand avatar Nov 12 '13 21:11 jfarcand

Got it, I'll update my workspace (after #Devoxx) and then will try it.

On Tue, Nov 12, 2013 at 10:59 PM, Jeanfrancois Arcand < [email protected]> wrote:

Fix available in Wildfly 8.0.0.CR1

— Reply to this email directly or view it on GitHubhttps://github.com/arun-gupta/javaee7-samples/issues/112#issuecomment-28337831 .

http://blog.arungupta.me http://twitter.com/arungupta

arun-gupta avatar Nov 12 '13 22:11 arun-gupta