[jbossts-issues] [JBoss JIRA] (JBTM-1792) blacktie-stompconnect cannot be deployed

Gytis Trikleris (JIRA) jira-events at lists.jboss.org
Mon Jun 24 05:02:21 EDT 2013


Gytis Trikleris created JBTM-1792:
-------------------------------------

             Summary: blacktie-stompconnect cannot be deployed
                 Key: JBTM-1792
                 URL: https://issues.jboss.org/browse/JBTM-1792
             Project: JBoss Transaction Manager
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: BlackTie
            Reporter: Gytis Trikleris
            Assignee: Amos Feng
            Priority: Minor
             Fix For: 5.0.0.M4


http://172.17.131.2/view/Narayana+BlackTie/job/narayana-dualstack/117/consoleText

{code}
[ERROR] Failed to execute goal org.jboss.as.plugins:jboss-as-maven-plugin:7.3.Final:deploy (default) on project blacktie-stompconnect: Could not execute goal deploy on /home/hudson/workspace/narayana-dualstack/blacktie/stompconnect-1.0/target/blacktie-stompconnect-5.0.0.M4-SNAPSHOT.jar. Reason: Error could not execute operation '{
[ERROR] "address" => [],
[ERROR] "operation" => "read-attribute",
[ERROR] "name" => "launch-type"
[ERROR] }'. java.net.ConnectException: JBAS012144: Could not connect to remote://localhost:9999. The connection timed out
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.jboss.as.plugins:jboss-as-maven-plugin:7.3.Final:deploy (default) on project blacktie-stompconnect: Could not execute goal deploy on /home/hudson/workspace/narayana-dualstack/blacktie/stompconnect-1.0/target/blacktie-stompconnect-5.0.0.M4-SNAPSHOT.jar. Reason: Error could not execute operation '{
    "address" => [],
    "operation" => "read-attribute",
    "name" => "launch-type"
}'.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:534)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: Could not execute goal deploy on /home/hudson/workspace/narayana-dualstack/blacktie/stompconnect-1.0/target/blacktie-stompconnect-5.0.0.M4-SNAPSHOT.jar. Reason: Error could not execute operation '{
    "address" => [],
    "operation" => "read-attribute",
    "name" => "launch-type"
}'.
	at org.jboss.as.plugin.deployment.AbstractDeployment.doExecute(AbstractDeployment.java:155)
	at org.jboss.as.plugin.deployment.AbstractAppDeployment.doExecute(AbstractAppDeployment.java:69)
	at org.jboss.as.plugin.deployment.AbstractDeployment.execute(AbstractDeployment.java:111)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 19 more
Caused by: java.lang.IllegalStateException: Error could not execute operation '{
    "address" => [],
    "operation" => "read-attribute",
    "name" => "launch-type"
}'.
	at org.jboss.as.plugin.common.AbstractServerConnection.isDomainServer(AbstractServerConnection.java:186)
	at org.jboss.as.plugin.common.AbstractServerConnection.getClient(AbstractServerConnection.java:132)
	at org.jboss.as.plugin.common.AbstractServerConnection.isDomainServer(AbstractServerConnection.java:109)
	at org.jboss.as.plugin.deployment.AbstractDeployment.validate(AbstractDeployment.java:167)
	at org.jboss.as.plugin.deployment.AbstractDeployment.doExecute(AbstractDeployment.java:133)
	... 23 more
Caused by: java.io.IOException: java.net.ConnectException: JBAS012144: Could not connect to remote://localhost:9999. The connection timed out
	at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:129)
	at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:71)
	at org.jboss.as.plugin.common.AbstractServerConnection.isDomainServer(AbstractServerConnection.java:181)
	... 27 more
Caused by: java.net.ConnectException: JBAS012144: Could not connect to remote://localhost:9999. The connection timed out
	at org.jboss.as.protocol.ProtocolChannelClient.connectSync(ProtocolChannelClient.java:156)
	at org.jboss.as.protocol.mgmt.ManagementClientChannelStrategy$Establishing.getChannel(ManagementClientChannelStrategy.java:166)
	at org.jboss.as.controller.client.impl.RemotingModelControllerClient.getOrCreateChannel(RemotingModelControllerClient.java:146)
	at org.jboss.as.controller.client.impl.RemotingModelControllerClient$1.getChannel(RemotingModelControllerClient.java:67)
	at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:111)
	at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:94)
	at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeRequest(AbstractModelControllerClient.java:236)
	at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:141)
	at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:127)
	... 29 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :blacktie-stompconnect
UID        PID  PPID  C STIME TTY          TIME CMD
hudson    6674 25496  0 18:38 ?        00:00:00 /bin/bash -xe /tmp/hudson929305314090322865.sh
hudson    7393  6674  0 18:39 ?        00:00:00 ps -f
hudson   25494 29253  0 18:02 ?        00:00:00 /bin/bash -xe /tmp/hudson929305314090322865.sh
hudson   25496 25494  0 18:02 ?        00:00:00 /bin/bash -xe /tmp/hudson929305314090322865.sh
hudson   29208 29205  0 Apr26 ?        00:38:02 sshd: hudson at notty
hudson   29246 29208  0 Apr26 ?        00:00:00 bash -c cd '/home/hudson' && java  -jar slave.jar
hudson   29253 29246  0 Apr26 ?        01:49:14 java -jar slave.jar
testsuite: no process killed
server: no process killed
client: no process killed
cs: no process killed
UID        PID  PPID  C STIME TTY          TIME CMD
hudson    6674 25496  0 18:38 ?        00:00:00 /bin/bash -xe /tmp/hudson929305314090322865.sh
hudson    7404  6674  0 18:39 ?        00:00:00 ps -f
hudson   25494 29253  0 18:02 ?        00:00:00 /bin/bash -xe /tmp/hudson929305314090322865.sh
hudson   25496 25494  0 18:02 ?        00:00:00 /bin/bash -xe /tmp/hudson929305314090322865.sh
hudson   29208 29205  0 Apr26 ?        00:38:02 sshd: hudson at notty
hudson   29246 29208  0 Apr26 ?        00:00:00 bash -c cd '/home/hudson' && java  -jar slave.jar
hudson   29253 29246  0 Apr26 ?        01:49:14 java -jar slave.jar
Some tests failed: http://172.17.131.2/job/narayana-dualstack/117/
BlackTie build failed
Build step 'Execute shell' marked build as failure
Archiving artifacts
Email was triggered for: Failure
Sending email for trigger: Failure
Sending email to: gtrikler at redhat.com zfeng at redhat.com mmusgrov at redhat.com tom.jenkinson at redhat.com mlittle at redhat.com
Finished: FAILURE
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list