[Installation, Configuration & DEPLOYMENT] - Jboss AS 4.2.2 wont' start
by abradley
I downloaded the JBoss Portal + JBoss AS 4.2.2 and I am trying to get it installed on a Windows 2003 server. I have Java V 1.5.0.14 installed. When I try to start the server I get the below error. Any thoughts on the cause? I am able to get AS 4.0.3sp1 to start. But I would like to get 4.2.2 running.
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: C:\\jboss-portal-2.6.4
JAVA: C:\\j2sdk1.4.2_16\\bin\\java
JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.cli
ent.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
CLASSPATH: C:\\j2sdk1.4.2_16\\lib\\tools.jar;C:\\jboss-portal-2.6.4\\bin\\run.jar
===============================================================================
java.lang.UnsupportedClassVersionError: javax/management/NotificationEmitter (Un
supported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
3)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
3)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at org.jboss.system.server.ServerLoader.createServer(ServerLoader.java:2
86)
at org.jboss.system.server.ServerLoader.load(ServerLoader.java:268)
at org.jboss.Main.boot(Main.java:194)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:534)
Press any key to continue . . .
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131517#4131517
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131517
18 years, 2 months
[EJB/JBoss] - Re: System.getProperty(
by gordonh
The application is a Java WebStart application. Here is what is displayed when I start JBoss (includes version info).
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: C:\JAVA\jboss-4.0.5.GA\bin\\..
JAVA: C:\Program Files\Java\jdk1.5.0_14\\bin\java
JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.cli
ent.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
CLASSPATH: C:\Program Files\Java\jdk1.5.0_14\\lib\tools.jar;C:\JAVA\jboss-4.0.
5.GA\bin\\run.jar
===============================================================================
11:41:33,484 INFO [Server] Starting JBoss (MX MicroKernel)...
11:41:33,500 INFO [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Bra
nch_4_0 date=200610162339)
11:41:33,500 INFO [Server] Home Dir: C:\JAVA\jboss-4.0.5.GA
11:41:33,500 INFO [Server] Home URL: file:/C:/JAVA/jboss-4.0.5.GA/
11:41:33,500 INFO [Server] Patch URL: null
11:41:33,500 INFO [Server] Server Name: default
11:41:33,500 INFO [Server] Server Home Dir: C:\JAVA\jboss-4.0.5.GA\server\defau
lt
11:41:33,500 INFO [Server] Server Home URL: file:/C:/JAVA/jboss-4.0.5.GA/server
/default/
11:41:33,500 INFO [Server] Server Log Dir: C:\JAVA\jboss-4.0.5.GA\server\defaul
t\log
11:41:33,500 INFO [Server] Server Temp Dir: C:\JAVA\jboss-4.0.5.GA\server\defau
lt\tmp
11:41:33,500 INFO [Server] Root Deployment Filename: jboss-service.xml
11:41:35,015 INFO [ServerInfo] Java version: 1.5.0_14,Sun Microsystems Inc.
11:41:35,015 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_14-b03
,Sun Microsystems Inc.
11:41:35,015 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
11:41:38,500 INFO [Server] Core system initialized
11:41:52,093 INFO [WebService] Using RMI server codebase: http://protools1:8083
/
11:41:52,187 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resour
ce:log4j.xml
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131506#4131506
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131506
18 years, 2 months