[jboss-dev-forums] [Design of JMX on JBoss (JBoss/JMX)] - Problem deploy my application using JMX over RMI

litalh do-not-reply at jboss.com
Sun Jan 28 05:10:38 EST 2007


Hi,

I'm trying to deploy my application using JMX over RMI. This works great on jboss 4.0.2 but failes on jboss 4.0.3 and later versions.
I'm performing the deploy operation calling:

  server.invoke(deployment.getMainDeployer(), "deploy", new Object[]{"http://localhost:8080/AppSight/download/installer?filename=/jboss/AppSightInstallerService.deployer"},
                        new String[]{"java.lang.String"});

As aresult I get the following error:
Caused by: Incomplete Deployment listing:

--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo at e8499f27 { url=http://localhost:8080/AppSight/download/installer?filename=/jboss/AppSightInstallerService.deployer }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: http://localhost:8080/AppSight/download/installer?filename=/jboss/AppSightInstallerService.deployer
  altDD: null
  lastDeployed: 1169745706645
  lastModified: 1169745706630
  mbeans:

Was there any change in the way the JMX works in these versions.

I will appreciate any help.
Thanks,
Lital

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007393#4007393

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007393



More information about the jboss-dev-forums mailing list