Bugs item #669043, was opened at 2003-01-16 14:28
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=669043&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Stefan Kuehnel (skuehnel)
Assigned to: Nobody/Anonymous (nobody)
Summary: JBoss 3.0.5 throws exceptions on startup with IBM JDK 1.4.0

Initial Comment:
Not sure if IBM JVM 1.4.0 is supported, but I understand JBOss used to work with 1.3.  
Just tried to test the new 3.0.5 with IBM JVM 1.4.0 and it failed with the exceptions 
below.

System info:
14:03:21,498 INFO  [ServerInfo] Java version: 1.4.0,IBM Corporation
14:03:21,504 INFO  [ServerInfo] Java VM: Classic VM 1.4.0,IBM Corporation
14:03:21,510 INFO  [ServerInfo] OS-System: Linux 2.4.18-17.7.x,x86

Exceptions:

14:03:27,372 ERROR [MainDeployer] could not create deployment: 
file:/usr/local/jboss-3.0.5_tomcat-4.1.18/server/frontis/conf/jboss-service.xml
org.jboss.deployment.DeploymentException: instantiating 
org.jboss.varia.property.PropertyEditorManagerService failed: 
java.lang.NoClassDefFoundError: org/jboss/net/protocol/jar/Handler (wrong name: 
org/jboss/varia/property/PropertyEditorManagerService); - nested throwable: 
(RuntimeErrorException: instantiating 
org.jboss.varia.property.PropertyEditorManagerService failed: 
java.lang.NoClassDefFoundError: org/jboss/net/protocol/jar/Handler (wrong name: 
org/jboss/varia/property/PropertyEditorManagerService)
Cause: java.lang.NoClassDefFoundError: org/jboss/net/protocol/jar/Handler (wrong name: 
org/jboss/varia/property/PropertyEditorManagerService))
        at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:153)
        at org.jboss.system.ServiceController.install(ServiceController.java:231)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:40)
        at java.lang.reflect.Method.invoke(Method.java:335)
        at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
        at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
        at $Proxy2.install(Unknown Source)
        at org.jboss.deployment.SARDeployer.create(SARDeployer.java:189)
        at org.jboss.deployment.MainDeployer.create(MainDeployer.java:766)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:626)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:591)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:575)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:40)
        at java.lang.reflect.Method.invoke(Method.java:335)
        at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:325)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:222)
        at org.jboss.Main.boot(Main.java:148)
        at org.jboss.Main$1.run(Main.java:381)
        at java.lang.Thread.run(Thread.java:566)
Caused by: RuntimeErrorException: instantiating 
org.jboss.varia.property.PropertyEditorManagerService failed: 
java.lang.NoClassDefFoundError: org/jboss/net/protocol/jar/Handler (wrong name: 
org/jboss/varia/property/PropertyEditorManagerService)
Cause: java.lang.NoClassDefFoundError: org/jboss/net/protocol/jar/Handler (wrong name: 
org/jboss/varia/property/PropertyEditorManagerService)
        at 
org.jboss.mx.server.MBeanServerImpl.handleInstantiateExceptions(MBeanServerImpl.java:883)
        at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:816)
        at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:266)
        at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:293)
        at org.jboss.system.ServiceCreator.install(ServiceCreator.java:86)
        at 
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:165)
        at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:128)
        ... 25 more
14:03:27,499 ERROR [Server] start failed
org.jboss.deployment.DeploymentException: instantiating 
org.jboss.varia.property.PropertyEditorManagerService failed: 
java.lang.NoClassDefFoundError: org/jboss/net/protocol/jar/Handler (wrong name: 
org/jboss/varia/property/PropertyEditorManagerService); - nested throwable: 
(RuntimeErrorException: instantiating 
org.jboss.varia.property.PropertyEditorManagerService failed: 
java.lang.NoClassDefFoundError: org/jboss/net/protocol/jar/Handler (wrong name: 
org/jboss/varia/property/PropertyEditorManagerService)
Cause: java.lang.NoClassDefFoundError: org/jboss/net/protocol/jar/Handler (wrong name: 
org/jboss/varia/property/PropertyEditorManagerService))
        at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:153)
        at org.jboss.system.ServiceController.install(ServiceController.java:231)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:40)
        at java.lang.reflect.Method.invoke(Method.java:335)
        at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
        at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
        at $Proxy2.install(Unknown Source)
        at org.jboss.deployment.SARDeployer.create(SARDeployer.java:189)
        at org.jboss.deployment.MainDeployer.create(MainDeployer.java:766)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:626)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:591)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:575)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:40)
        at java.lang.reflect.Method.invoke(Method.java:335)
        at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:325)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:222)
        at org.jboss.Main.boot(Main.java:148)
        at org.jboss.Main$1.run(Main.java:381)
        at java.lang.Thread.run(Thread.java:566)
Caused by: RuntimeErrorException: instantiating 
org.jboss.varia.property.PropertyEditorManagerService failed: 
java.lang.NoClassDefFoundError: org/jboss/net/protocol/jar/Handler (wrong name: 
org/jboss/varia/property/PropertyEditorManagerService)
Cause: java.lang.NoClassDefFoundError: org/jboss/net/protocol/jar/Handler (wrong name: 
org/jboss/varia/property/PropertyEditorManagerService)
        at 
org.jboss.mx.server.MBeanServerImpl.handleInstantiateExceptions(MBeanServerImpl.java:883)
        at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:816)
        at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:266)
        at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:293)
        at org.jboss.system.ServiceCreator.install(ServiceCreator.java:86)
        at 
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:165)
        at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:128)
        ... 25 more


----------------------------------------------------------------------

>Comment By: Stefan Kuehnel (skuehnel)
Date: 2003-01-16 14:36

Message:
Logged In: YES 
user_id=596644

Just wanted to add that this happens also with the version that is compiled for a 1.4 
JVM.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=669043&group_id=22866


-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to