[jboss-jira] [JBoss JIRA] (JBASMP-22) deploy goal failing on 7.1 final
shay Matasaro (JIRA)
jira-events at lists.jboss.org
Wed Feb 22 17:13:36 EST 2012
shay Matasaro created JBASMP-22:
-----------------------------------
Summary: deploy goal failing on 7.1 final
Key: JBASMP-22
URL: https://issues.jboss.org/browse/JBASMP-22
Project: JBoss AS Maven Plugins
Issue Type: Bug
Components: deploy
Environment: ubuntu 11.10 , maven 303 ,AS 7.1 Final
Reporter: shay Matasaro
Assignee: Andrew Rubinger
Priority: Blocker
when running deploy goal using hello world sample app to AS 7.1 final , operation fails with the following error:
[INFO] Executing goal deploy for /home/shay/workspace/helloworld/jboss-as-helloworld/target/jboss-as-helloworld.war on server localhost (127.0.0.1) port 9999.
22-Feb-2012 5:05:44 PM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 3.2.0.Beta2
22-Feb-2012 5:05:44 PM org.xnio.Xnio <clinit>
INFO: XNIO Version 3.0.0.Beta2
22-Feb-2012 5:05:44 PM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.0.0.Beta2
22-Feb-2012 5:05:45 PM org.xnio.ChannelListeners invokeChannelListener
ERROR: A channel event listener threw an exception
java.lang.NullPointerException
at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:291)
at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:182)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:173)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:94)
at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:92)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
at org.xnio.nio.NioHandle.invoke(NioHandle.java:77)
at org.xnio.nio.AbstractNioChannelThread$1.run(AbstractNioChannelThread.java:142)
at java.lang.Thread.run(Thread.java:662)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
--
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
More information about the jboss-jira
mailing list