Hi,
I’ve just started with IS and installed some additional packages to give them a try (one of them was WmJBoss). Wheneven I wanted to run the server I did it using “Programs” menu in Windows. I decided to run it from the command line and saw this:
- Starting JBoss (MX MicroKernel)…
- Release ID: null null
- Home Dir: C:\apps\webMethods6\IntegrationServer\packages\WmJBoss\jboss
- Home URL: file:/C:/apps/webMethods6/IntegrationServer/packages/WmJBoss/jboss/
- Library URL: file:/C:/apps/webMethods6/IntegrationServer/packages/WmJBoss/jboss/lib/
- Patch URL: file:/C:/apps/webMethods6/IntegrationServer/packages/WmJBoss/jboss/patches/
- Server Name: all
- Server Home Dir: C:\apps\webMethods6\IntegrationServer\packages\WmJBoss\jboss\server\all
- Server Home URL: file:/C:/apps/webMethods6/IntegrationServer/packages/WmJBoss/jboss/server/all/
- Server Data Dir: C:\apps\webMethods6\IntegrationServer\packages\WmJBoss\jboss\server\all\data
- Server Temp Dir: C:\apps\webMethods6\IntegrationServer\packages\WmJBoss\jboss\server\all\tmp
- Server Config URL: file:/C:/apps/webMethods6/IntegrationServer/packages/WmJBoss/jboss/server/all/conf/
- Server Library URL: file:/C:/apps/webMethods6/IntegrationServer/packages/WmJBoss/jboss/server/all/lib/
- Root Deployemnt Filename: jboss-service.xml
- Starting General Purpose Architecture (GPA)…
- …my thread is (Thread[main,5,jboss]), my loader(wm.jboss.launch$SCL@392aea58)
- Failed to start
java.lang.NoClassDefFoundError: com/sun/management/jmx/MBeanServerImpl
at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:72)
at org.jboss.system.server.ServerImpl.doStart(Unknown Source)
at org.jboss.system.server.ServerImpl.start(Unknown Source)
at org.jboss.Main.boot(Main.java:156)
at org.jboss.Main$1.run(Main.java:394)
at java.lang.Thread.run(Thread.java:512)
java.lang.NoClassDefFoundError: com/sun/management/jmx/MBeanServerImpl
at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:72)
at org.jboss.system.server.ServerImpl.doStart(Unknown Source)
at org.jboss.system.server.ServerImpl.start(Unknown Source)
at org.jboss.Main.boot(Main.java:156)
at org.jboss.Main$1.run(Main.java:394)
at java.lang.Thread.run(Thread.java:512)
I run the IS from the command line using server.bat, and never seen the messages in the server*.log file.
C:\apps\webMethods6\IntegrationServer\bin>java -version
java version “1.4.2_07”
Java™ 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05)
Java HotSpot™ Client VM (build 1.4.2_07-b05, mixed mode)
C:\apps\webMethods6\IntegrationServer\bin>ver
Microsoft Windows XP [Version 5.1.2600]
Jacek