Ok,
so I now have a reasonably stable build version of JBoss running on my development 
box.  I would now like to make a "release" version to deploy to a test server 
so that the team can start testing the Application.  I tried running the target 
"release-tgz".  I then copied that file to a test server and unpacked it.  When 
I tried running it, the following stack trace fired on start-up, and I can't hit any 
apps.

What am I doing wrong????

Thanks,
Steve

14:29:24,540 ERROR [ServiceController] Could not create MBean: 
jboss.management.single:type=J2EEDomain,name=Manager
javax.management.NotCompliantMBeanException: Getter isStateManageable cannot co-exist 
with getter getStateManageable
         at com.sun.management.jmx.Introspector.testConsistency(Introspector.java:328)
         at com.sun.management.jmx.Introspector.introspect(Introspector.java:264)
         at com.sun.management.jmx.Introspector.testCompliance(Introspector.java:134)
         at com.sun.management.jmx.MetaData.testCompliance(MetaData.java:132)
         at 
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:759)
         at org.jboss.system.ServiceCreator.install(ServiceCreator.java:98)
         at org.jboss.system.ServiceController.install(ServiceController.java:155)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:78)
         at $Proxy2.install(Unknown Source)
         at org.jboss.deployment.SARDeployer.create(SARDeployer.java:227)
         at org.jboss.deployment.MainDeployer.create(MainDeployer.java:613)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:525)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:506)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:488)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:325)
         at org.jboss.system.server.ServerImpl.start(ServerImpl.java:211)
         at org.jboss.Main.boot(Main.java:127)
         at org.jboss.Main$1.run(Main.java:335)
         at java.lang.Thread.run(Thread.java:536)
14:29:24,553 ERROR [SARDeployer] operation failed
javax.management.NotCompliantMBeanException: Getter isStateManageable cannot co-exist 
with getter getStateManageable
         at com.sun.management.jmx.Introspector.testConsistency(Introspector.java:328)
         at com.sun.management.jmx.Introspector.introspect(Introspector.java:264)
         at com.sun.management.jmx.Introspector.testCompliance(Introspector.java:134)
         at com.sun.management.jmx.MetaData.testCompliance(MetaData.java:132)
         at 
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:759)
         at org.jboss.system.ServiceCreator.install(ServiceCreator.java:98)
         at org.jboss.system.ServiceController.install(ServiceController.java:155)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:78)
         at $Proxy2.install(Unknown Source)
         at org.jboss.deployment.SARDeployer.create(SARDeployer.java:227)
         at org.jboss.deployment.MainDeployer.create(MainDeployer.java:613)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:525)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:506)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:488)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:325)
         at org.jboss.system.server.ServerImpl.start(ServerImpl.java:211)
         at org.jboss.Main.boot(Main.java:127)
         at org.jboss.Main$1.run(Main.java:335)
         at java.lang.Thread.run(Thread.java:536)
14:29:24,556 ERROR [MainDeployer] could not create deployment 
:file:/home/jboss/jboss-3.0.0beta2/server/default/conf/jboss-service.xml
org.jboss.deployment.DeploymentException: Getter isStateManageable cannot co-exist 
with getter getStateManageable; - nested throwable is: 
javax.management.NotCompliantMBeanException: Getter isStateManageable cannot co-exist 
with getter getStateManageable
javax.management.NotCompliantMBeanException: Getter isStateManageable cannot co-exist 
with getter getStateManageable
         at com.sun.management.jmx.Introspector.testConsistency(Introspector.java:328)
         at com.sun.management.jmx.Introspector.introspect(Introspector.java:264)
         at com.sun.management.jmx.Introspector.testCompliance(Introspector.java:134)
         at com.sun.management.jmx.MetaData.testCompliance(MetaData.java:132)
         at 
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:759)
         at org.jboss.system.ServiceCreator.install(ServiceCreator.java:98)
         at org.jboss.system.ServiceController.install(ServiceController.java:155)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:78)
         at $Proxy2.install(Unknown Source)
         at org.jboss.deployment.SARDeployer.create(SARDeployer.java:227)
         at org.jboss.deployment.MainDeployer.create(MainDeployer.java:613)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:525)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:506)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:488)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:325)
         at org.jboss.system.server.ServerImpl.start(ServerImpl.java:211)
         at org.jboss.Main.boot(Main.java:127)
         at org.jboss.Main$1.run(Main.java:335)
         at java.lang.Thread.run(Thread.java:536)
org.jboss.deployment.DeploymentException: Getter isStateManageable cannot co-exist 
with getter getStateManageable; - nested throwable is: 
javax.management.NotCompliantMBeanException: Getter isStateManageable cannot co-exist 
with getter getStateManageable
         at org.jboss.deployment.SARDeployer.create(SARDeployer.java:248)
         at org.jboss.deployment.MainDeployer.create(MainDeployer.java:613)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:525)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:506)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:488)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:325)
         at org.jboss.system.server.ServerImpl.start(ServerImpl.java:211)
         at org.jboss.Main.boot(Main.java:127)
         at org.jboss.Main$1.run(Main.java:335)
         at java.lang.Thread.run(Thread.java:536)
Caused by: javax.management.NotCompliantMBeanException: Getter isStateManageable 
cannot co-exist with getter getStateManageable
         at com.sun.management.jmx.Introspector.testConsistency(Introspector.java:328)
         at com.sun.management.jmx.Introspector.introspect(Introspector.java:264)
         at com.sun.management.jmx.Introspector.testCompliance(Introspector.java:134)
         at com.sun.management.jmx.MetaData.testCompliance(MetaData.java:132)
         at 
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:759)
         at org.jboss.system.ServiceCreator.install(ServiceCreator.java:98)
         at org.jboss.system.ServiceController.install(ServiceController.java:155)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:78)
         at $Proxy2.install(Unknown Source)
         at org.jboss.deployment.SARDeployer.create(SARDeployer.java:227)
         ... 15 more
14:29:24,580 ERROR [MainDeployer] Couldn't deploy URL 
file:/home/jboss/jboss-3.0.0beta2/server/default/conf/jboss-service.xml
org.jboss.deployment.DeploymentException: Could not create deployment: 
file:/home/jboss/jboss-3.0.0beta2/server/default/conf/jboss-service.xml; - nested 
throwable is: org.jboss.deployment.DeploymentException: Getter isStateManageable 
cannot co-exist with getter getStateManageable; - nested throwable is: 
javax.management.NotCompliantMBeanException: Getter isStateManageable cannot co-exist 
with getter getStateManageable
org.jboss.deployment.DeploymentException: Getter isStateManageable cannot co-exist 
with getter getStateManageable; - nested throwable is: 
javax.management.NotCompliantMBeanException: Getter isStateManageable cannot co-exist 
with getter getStateManageable
javax.management.NotCompliantMBeanException: Getter isStateManageable cannot co-exist 
with getter getStateManageable
         at com.sun.management.jmx.Introspector.testConsistency(Introspector.java:328)
         at com.sun.management.jmx.Introspector.introspect(Introspector.java:264)
         at com.sun.management.jmx.Introspector.testCompliance(Introspector.java:134)
         at com.sun.management.jmx.MetaData.testCompliance(MetaData.java:132)
         at 
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:759)
         at org.jboss.system.ServiceCreator.install(ServiceCreator.java:98)
         at org.jboss.system.ServiceController.install(ServiceController.java:155)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:78)
         at $Proxy2.install(Unknown Source)
         at org.jboss.deployment.SARDeployer.create(SARDeployer.java:227)
         at org.jboss.deployment.MainDeployer.create(MainDeployer.java:613)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:525)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:506)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:488)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:325)
         at org.jboss.system.server.ServerImpl.start(ServerImpl.java:211)
         at org.jboss.Main.boot(Main.java:127)
         at org.jboss.Main$1.run(Main.java:335)
         at java.lang.Thread.run(Thread.java:536)
org.jboss.deployment.DeploymentException: Getter isStateManageable cannot co-exist 
with getter getStateManageable; - nested throwable is: 
javax.management.NotCompliantMBeanException: Getter isStateManageable cannot co-exist 
with getter getStateManageable
         at org.jboss.deployment.SARDeployer.create(SARDeployer.java:248)
         at org.jboss.deployment.MainDeployer.create(MainDeployer.java:613)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:525)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:506)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:488)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:325)
         at org.jboss.system.server.ServerImpl.start(ServerImpl.java:211)
         at org.jboss.Main.boot(Main.java:127)
         at org.jboss.Main$1.run(Main.java:335)
         at java.lang.Thread.run(Thread.java:536)
Caused by: javax.management.NotCompliantMBeanException: Getter isStateManageable 
cannot co-exist with getter getStateManageable
         at com.sun.management.jmx.Introspector.testConsistency(Introspector.java:328)
         at com.sun.management.jmx.Introspector.introspect(Introspector.java:264)
         at com.sun.management.jmx.Introspector.testCompliance(Introspector.java:134)
         at com.sun.management.jmx.MetaData.testCompliance(MetaData.java:132)
         at 
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:759)
         at org.jboss.system.ServiceCreator.install(ServiceCreator.java:98)
         at org.jboss.system.ServiceController.install(ServiceController.java:155)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:78)
         at $Proxy2.install(Unknown Source)
         at org.jboss.deployment.SARDeployer.create(SARDeployer.java:227)
         ... 15 more
org.jboss.deployment.DeploymentException: Could not create deployment: 
file:/home/jboss/jboss-3.0.0beta2/server/default/conf/jboss-service.xml; - nested 
throwable is: org.jboss.deployment.DeploymentException: Getter isStateManageable 
cannot co-exist with getter getStateManageable; - nested throwable is: 
javax.management.NotCompliantMBeanException: Getter isStateManageable cannot co-exist 
with getter getStateManageable
         at org.jboss.deployment.MainDeployer.create(MainDeployer.java:624)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:525)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:506)
         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:488)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:325)
         at org.jboss.system.server.ServerImpl.start(ServerImpl.java:211)
         at org.jboss.Main.boot(Main.java:127)
         at org.jboss.Main$1.run(Main.java:335)
         at java.lang.Thread.run(Thread.java:536)
Caused by: org.jboss.deployment.DeploymentException: Getter isStateManageable cannot 
co-exist with getter getStateManageable; - nested throwable is: 
javax.management.NotCompliantMBeanException: Getter isStateManageable cannot co-exist 
with getter getStateManageable
         at org.jboss.deployment.SARDeployer.create(SARDeployer.java:248)
         at org.jboss.deployment.MainDeployer.create(MainDeployer.java:613)
         ... 14 more
Caused by: javax.management.NotCompliantMBeanException: Getter isStateManageable 
cannot co-exist with getter getStateManageable
         at com.sun.management.jmx.Introspector.testConsistency(Introspector.java:328)
         at com.sun.management.jmx.Introspector.introspect(Introspector.java:264)
         at com.sun.management.jmx.Introspector.testCompliance(Introspector.java:134)
         at com.sun.management.jmx.MetaData.testCompliance(MetaData.java:132)
         at 
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:759)
         at org.jboss.system.ServiceCreator.install(ServiceCreator.java:98)
         at org.jboss.system.ServiceController.install(ServiceController.java:155)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:78)
         at $Proxy2.install(Unknown Source)
         at org.jboss.deployment.SARDeployer.create(SARDeployer.java:227)
         ... 15 more
14:29:24,596 INFO  [MainDeployer] Starting

-- 
Stephen Davidson
Java Consultant
Delphi Consultants, LLC
http://www.delphis.com
Phone: 214-696-6224 x208


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to