Bugs item #669043, was opened at 2003-01-16 13: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: Rod Burgett (rodburgett)
Date: 2003-01-22 20:48

Message:
Logged In: YES 
user_id=681969

I'm seeing the same NoClassDefFoundError for the same 
class when running JBoss 3.2.0 on win2K compiled with and 
running under IBMs 1.3.1 JDK:
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 
1.3.1)
Classic VM (build 1.3.1, J2RE 1.3.1 IBM Windows 32 build 
cn131-20020403 (JIT enabled: jitc))

A few curious things:
 - the string 'org.jboss.net.protocol.jar' doesn't seem to occur 
in any of the source files
 - the org.jboss.net.protocol.njar package was added about a 
year ago
 - the same compiler built and ran JBoss 3.0.6 testsuite; 
though with more errors/failures than Suns 1.3.1 or 1.4.0



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

Comment By: Dennis Cartier (dcartier)
Date: 2003-01-19 16:59

Message:
Logged In: YES 
user_id=673615

I noticed this as well and tried IBM 1.3, it failed in the
same place with the same error. Must be a problem with the
3.0.5 version.

Dennis


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

Comment By: Stefan Kuehnel (skuehnel)
Date: 2003-01-16 13: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: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to