Re: AW: AW: [JBoss-dev] RH and -classic

2001-10-02 Thread Andreas Schaefer

Hi Geeks

After some tests I figured out that IBM Java 1.3 on Linux causes
the problem whereas Sun's Java 1.3.1-01 works fine.

Blame the IBM.

Andy

- Original Message -
From: Andreas Schaefer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, October 01, 2001 4:07 PM
Subject: Re: AW: AW: [JBoss-dev] RH and -classic


 Me either but I guess that somehow the Classloader load the classes
 on different paths which could lead to something like this.
 This stacktrace I got from the call:

 [Default] java.lang.ClassCircularityError:
org/mortbay/util/JarFileResource
 [Default]   at java.lang.ClassLoader.resolveClass0(Native Method)
 [Default]   at
java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled
 Code))




___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: AW: AW: [JBoss-dev] RH and -classic

2001-10-01 Thread Ignacio Coloma

Jason, I enclose the same error I'm obtaining when trying to debug (I may be
a week or so out of date on the sources, but it's the same error on the same
service). You can see the CCE on org.mortbay.util.JarFileResource:



[AutoDeployer,DEBUG] Received notification of mbean
JBOSS-SYSTEM:service=Jetty's deployment.
[Default,INFO] Created the beanJBOSS-SYSTEM:service=Jetty
[Configurator,DEBUG] JettyHome set to dummy in JBOSS-SYSTEM:service=Jetty
[Jetty,INFO] set JettyHome to dummy
[Configurator,DEBUG] Configuration set to ../conf/default/jetty.xml in
JBOSS-SYSTEM:service=Jetty
[Jetty,INFO] set Configuration to ../conf/default/jetty.xml
[Configurator,DEBUG] WebDefault set to ../conf/default/webdefault.xml in
JBOSS-SYSTEM:service=Jetty
[Jetty,INFO] set WebDefault to ../conf/default/webdefault.xml
[Configurator,DEBUG] UnpackWars set to true in JBOSS-SYSTEM:service=Jetty
[Jetty,INFO] set UnpackWars to true
[Configurator,DEBUG] PublishMBeans set to true in JBOSS-SYSTEM:service=Jetty
[Jetty,INFO] set PublishMBeans to true
[JettyService,INFO] Initializing
[Jetty,INFO] loaded properties from: jetty.properties
[ServiceController,ERROR] java.lang.ClassCircularityError:
org/mortbay/util/JarFileResource
[JettyService,INFO] Starting
[JettyService,ERROR] Stopped
java.lang.NullPointerException
at org.jboss.jetty.JettyService.startService(Unknown Source)
at org.jboss.system.ServiceMBeanSupport.start(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.system.ServiceController$ServiceProxy.invoke(Unknown Source)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.deployment.ServiceDeployer.invoke(Unknown Source)
at org.jboss.deployment.ServiceDeployer.doDeployment(Unknown Source)
at org.jboss.deployment.ServiceDeployer.deploy(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.deployment.AutoDeployer.deploy(Unknown Source)
at org.jboss.deployment.AutoDeployer.run(Unknown Source)
at org.jboss.deployment.AutoDeployer.startService(Unknown Source)
at org.jboss.system.ServiceMBeanSupport.start(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.system.ServiceController$ServiceProxy.invoke(Unknown Source)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.deployment.ServiceDeployer.invoke(Unknown Source)
at org.jboss.deployment.ServiceDeployer.doDeployment(Unknown Source)
at org.jboss.deployment.ServiceDeployer.postRegister(Unknown Source)
at
com.sun.management.jmx.MBeanServerImpl.postRegisterInvoker(MBeanServerImpl.j
ava:2274)
at
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:532)
at org.jboss.Main.init(Unknown Source)
at org.jboss.Main$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.Main.main(Unknown Source)
[ServiceController,ERROR] java.lang.NullPointerException

 -Mensaje original-
 De: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]En nombre de Jason
 Dillon
 Enviado el: lunes, 01 de octubre de 2001 21:14
 Para: '[EMAIL PROTECTED]'
 Asunto: Re: AW: AW: [JBoss-dev] RH and -classic


 CCE?  I only see a NPE from the output you provided.  I still can't
 remember... oh well.

 Did we want to make the jboss.net stuff part of the jboss-all project?  Or
 is it best left by itself for the moment?

 --jason


 On Mon, 1 Oct 2001, Jung , Dr. Christoph wrote:

  you asked, where the CCE occurred, because you may have encountered that
  problem already
  some while ago ...
 
 
  -Ursprüngliche Nachricht-
  Von: Jason Dillon [mailto:[EMAIL PROTECTED]]
  Gesendet: Montag, 1. Oktober 2001 09:29
  An: '[EMAIL PROTECTED]'
  Betreff: Re: AW: [JBoss-dev] RH and -classic
 
 
  Diese Nachricht enthält Zeichen, die vom

Re: AW: AW: [JBoss-dev] RH and -classic

2001-10-01 Thread Andreas Schaefer

Hi

I reported this problem a week or two ago. But recently I got a second
CCE later on (not with Jetty).

Andy

- Original Message -
From: Ignacio Coloma [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, October 01, 2001 1:45 PM
Subject: RE: AW: AW: [JBoss-dev] RH and -classic


 Jason, I enclose the same error I'm obtaining when trying to debug (I may
be
 a week or so out of date on the sources, but it's the same error on the
same
 service). You can see the CCE on org.mortbay.util.JarFileResource:



 [ServiceController,ERROR] java.lang.ClassCircularityError:
 org/mortbay/util/JarFileResource
 [JettyService,INFO] Starting
 [JettyService,ERROR] Stopped
 java.lang.NullPointerException
 at org.jboss.jetty.JettyService.startService(Unknown Source)




___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: AW: AW: [JBoss-dev] RH and -classic

2001-10-01 Thread Jason Dillon

I haven't a clue as to why this happens... =(

--jason


On Mon, 1 Oct 2001, Andreas Schaefer wrote:

 Hi

 I reported this problem a week or two ago. But recently I got a second
 CCE later on (not with Jetty).

 Andy

 - Original Message -
 From: Ignacio Coloma [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, October 01, 2001 1:45 PM
 Subject: RE: AW: AW: [JBoss-dev] RH and -classic


  Jason, I enclose the same error I'm obtaining when trying to debug (I may
 be
  a week or so out of date on the sources, but it's the same error on the
 same
  service). You can see the CCE on org.mortbay.util.JarFileResource:
 
 
 
  [ServiceController,ERROR] java.lang.ClassCircularityError:
  org/mortbay/util/JarFileResource
  [JettyService,INFO] Starting
  [JettyService,ERROR] Stopped
  java.lang.NullPointerException
  at org.jboss.jetty.JettyService.startService(Unknown Source)




 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development



___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: AW: AW: [JBoss-dev] RH and -classic

2001-10-01 Thread Jason Dillon

What does this exception mean... I am confused.

--jason


On Mon, 1 Oct 2001, Ignacio Coloma wrote:

 Jason, I enclose the same error I'm obtaining when trying to debug (I may be
 a week or so out of date on the sources, but it's the same error on the same
 service). You can see the CCE on org.mortbay.util.JarFileResource:



 [AutoDeployer,DEBUG] Received notification of mbean
 JBOSS-SYSTEM:service=Jetty's deployment.
 [Default,INFO] Created the beanJBOSS-SYSTEM:service=Jetty
 [Configurator,DEBUG] JettyHome set to dummy in JBOSS-SYSTEM:service=Jetty
 [Jetty,INFO] set JettyHome to dummy
 [Configurator,DEBUG] Configuration set to ../conf/default/jetty.xml in
 JBOSS-SYSTEM:service=Jetty
 [Jetty,INFO] set Configuration to ../conf/default/jetty.xml
 [Configurator,DEBUG] WebDefault set to ../conf/default/webdefault.xml in
 JBOSS-SYSTEM:service=Jetty
 [Jetty,INFO] set WebDefault to ../conf/default/webdefault.xml
 [Configurator,DEBUG] UnpackWars set to true in JBOSS-SYSTEM:service=Jetty
 [Jetty,INFO] set UnpackWars to true
 [Configurator,DEBUG] PublishMBeans set to true in JBOSS-SYSTEM:service=Jetty
 [Jetty,INFO] set PublishMBeans to true
 [JettyService,INFO] Initializing
 [Jetty,INFO] loaded properties from: jetty.properties
 [ServiceController,ERROR] java.lang.ClassCircularityError:
 org/mortbay/util/JarFileResource
 [JettyService,INFO] Starting
 [JettyService,ERROR] Stopped
 java.lang.NullPointerException
   at org.jboss.jetty.JettyService.startService(Unknown Source)
   at org.jboss.system.ServiceMBeanSupport.start(Unknown Source)
   at java.lang.reflect.Method.invoke(Native Method)
   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
   at org.jboss.system.ServiceController$ServiceProxy.invoke(Unknown Source)
   at $Proxy0.start(Unknown Source)
   at org.jboss.system.ServiceController.start(Unknown Source)
   at java.lang.reflect.Method.invoke(Native Method)
   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
   at org.jboss.deployment.ServiceDeployer.invoke(Unknown Source)
   at org.jboss.deployment.ServiceDeployer.doDeployment(Unknown Source)
   at org.jboss.deployment.ServiceDeployer.deploy(Unknown Source)
   at java.lang.reflect.Method.invoke(Native Method)
   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
   at org.jboss.deployment.AutoDeployer.deploy(Unknown Source)
   at org.jboss.deployment.AutoDeployer.run(Unknown Source)
   at org.jboss.deployment.AutoDeployer.startService(Unknown Source)
   at org.jboss.system.ServiceMBeanSupport.start(Unknown Source)
   at java.lang.reflect.Method.invoke(Native Method)
   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
   at org.jboss.system.ServiceController$ServiceProxy.invoke(Unknown Source)
   at $Proxy0.start(Unknown Source)
   at org.jboss.system.ServiceController.start(Unknown Source)
   at java.lang.reflect.Method.invoke(Native Method)
   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
   at org.jboss.deployment.ServiceDeployer.invoke(Unknown Source)
   at org.jboss.deployment.ServiceDeployer.doDeployment(Unknown Source)
   at org.jboss.deployment.ServiceDeployer.postRegister(Unknown Source)
   at
 com.sun.management.jmx.MBeanServerImpl.postRegisterInvoker(MBeanServerImpl.j
 ava:2274)
   at
 com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:532)
   at org.jboss.Main.init(Unknown Source)
   at org.jboss.Main$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.jboss.Main.main(Unknown Source)
 [ServiceController,ERROR] java.lang.NullPointerException

  -Mensaje original-
  De: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]En nombre de Jason
  Dillon
  Enviado el: lunes, 01 de octubre de 2001 21:14
  Para: '[EMAIL PROTECTED]'
  Asunto: Re: AW: AW: [JBoss-dev] RH and -classic
 
 
  CCE?  I only see a NPE from the output you provided.  I still can't
  remember... oh well.
 
  Did we want to make the jboss.net stuff part of the jboss-all project?  Or
  is it best left by itself for the moment?
 
  --jason
 
 
  On Mon, 1 Oct 2001, Jung , Dr. Christoph wrote:
 
   you asked, where the CCE occurred, because you may have encountered that
   problem already
   some while ago ...
  
  
   -Ursprüngliche Nachricht-
   Von: Jason Dillon [mailto:[EMAIL PROTECTED]]
   Gesendet: Montag, 1. Oktober 2001 09:29