RE: [JBoss-user] Error debugging 3.2.0

2003-07-15 Thread Danny . Yates
Thanks Scott. I think I'll leave it chalked up to the JDK bug for now.

Rgds,

Dan.

-- 
Danny Yates
 


-Original Message-
From: Scott M Stark [mailto:[EMAIL PROTECTED] 
Sent: 15 July 2003 05:44
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Error debugging 3.2.0


I'm going to have to see a trace log of the class loading layer when this
occurs 
to try to see where this is coming from. It could be this JDK bug showing up

since java.lang.NumberFormatException cannot be causing cicularity problem:
http://developer.java.sun.com/developer/bugParade/bugs/4699981.html

If you want to try to create a trace log see the class loading debugging 
instructions on the sourceforge project page under the docs section.

-- 

Scott Stark
Chief Technology Officer
JBoss Group, LLC


[EMAIL PROTECTED] wrote:

 Hi Scott,
 
 Seems I'm not having a good day! It turns out that this error is actually
 only intermittent. The relevant bits of log file are copied below
(apologies
 for the size):
 
 2003-07-14 16:53:59,759 WARN  [org.jboss.system.ServiceController] Problem
 starting service jboss.jca:service=ManagedConnectionFactory,name=DefaultDS
 java.lang.ClassCircularityError: java/lang/NumberFormatException
   at java.lang.Class.getDeclaredConstructors0(Native Method)
   at java.lang.Class.privateGetDeclaredConstructors(Class.java:1590)
   at java.lang.Class.getConstructor0(Class.java:1762)
   at java.lang.Class.newInstance0(Class.java:276)
   at java.lang.Class.newInstance(Class.java:259)
   at



---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing  more.
Download  eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


_ 
Notice to recipient: 
The information in this internet e-mail and any attachments is confidential
and may be privileged. It is intended solely for the addressee. If you are
not the intended addressee please notify the sender immediately by
telephone. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken or omitted to be taken in reliance on it,
is prohibited and may be unlawful. 

When addressed to external clients any opinions or advice contained in this
internet e-mail are subject to the terms and conditions expressed in any
applicable governing terms of business or client engagement letter issued by
the pertinent Bank of America group entity. 

If this email originates from the U.K. please note that Bank of America,
N.A., London Branch, Banc of America Securities Limited and Banc of America
Futures Incorporated are regulated by the Financial Services Authority.
_ 




---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing  more.
Download  eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Error debugging 3.2.0

2003-07-14 Thread Danny . Yates
Hi all,

I'm debugging my code using the following:

  JBoss 3.2.0
  Eclipse 2.1.1
  JBoss IDE 1.1.0

Every 10 seconds, I get the following console output:

14:54:35,603 INFO [DLQHandler] Destroying
14:54:35,603 INFO [DLQHandler] Destroyed
14:54:35,613 INFO [DLQHandler] Creating
14:54:35,613 ERROR [DLQHandler] Initialization failed
javax.jms.JMSException: Error creating the dlq connection:
XAConnectionFactory not bound
at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:152)
at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoke
r.java:394)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvok
er.java:553)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onExcept
ion(JMSContainerInvoker.java:1053)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java
:565)
14:54:35,613 INFO [JMSContainerInvoker] Reconnected to JMS provider
14:54:35,633 WARN [JMSContainerInvoker] JMS provider failure detected: 
javax.jms.JMSException: Error creating the dlq connection:
XAConnectionFactory not bound
at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:152)
at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoke
r.java:394)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvok
er.java:553)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onExcept
ion(JMSContainerInvoker.java:1053)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java
:565)
14:54:35,633 INFO [JMSContainerInvoker] Trying to reconnect to JMS provider

This only occurs when I debug, NOT when I do a normal start/stop of the
server.

Does anybody have any ideas?

Thanks,

Dan.


_ 
Notice to recipient: 
The information in this internet e-mail and any attachments is confidential
and may be privileged. It is intended solely for the addressee. If you are
not the intended addressee please notify the sender immediately by
telephone. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken or omitted to be taken in reliance on it,
is prohibited and may be unlawful. 

When addressed to external clients any opinions or advice contained in this
internet e-mail are subject to the terms and conditions expressed in any
applicable governing terms of business or client engagement letter issued by
the pertinent Bank of America group entity. 

If this email originates from the U.K. please note that Bank of America,
N.A., London Branch, Banc of America Securities Limited and Banc of America
Futures Incorporated are regulated by the Financial Services Authority.
_ 




---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing  more.
Download  eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] Error debugging 3.2.0

2003-07-14 Thread Scott M Stark
What does the JNDI namespace show in terms of bound jms factories? What does the 
jms invocation layer service associated with XAConnectionFactory show in terms 
of starting up?

--

Scott Stark
Chief Technology Officer
JBoss Group, LLC

[EMAIL PROTECTED] wrote:

Hi all,

I'm debugging my code using the following:

  JBoss 3.2.0
  Eclipse 2.1.1
  JBoss IDE 1.1.0
Every 10 seconds, I get the following console output:

14:54:35,603 INFO [DLQHandler] Destroying
14:54:35,603 INFO [DLQHandler] Destroyed
14:54:35,613 INFO [DLQHandler] Creating
14:54:35,613 ERROR [DLQHandler] Initialization failed
javax.jms.JMSException: Error creating the dlq connection:
XAConnectionFactory not bound
at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:152)
at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoke
r.java:394)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvok
er.java:553)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onExcept
ion(JMSContainerInvoker.java:1053)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java
:565)
14:54:35,613 INFO [JMSContainerInvoker] Reconnected to JMS provider
14:54:35,633 WARN [JMSContainerInvoker] JMS provider failure detected: 
javax.jms.JMSException: Error creating the dlq connection:
XAConnectionFactory not bound
at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:152)
at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoke
r.java:394)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvok
er.java:553)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onExcept
ion(JMSContainerInvoker.java:1053)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java
:565)
14:54:35,633 INFO [JMSContainerInvoker] Trying to reconnect to JMS provider

This only occurs when I debug, NOT when I do a normal start/stop of the
server.
Does anybody have any ideas?

Thanks,

Dan.


---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing  more.
Download  eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] Error debugging 3.2.0

2003-07-14 Thread Danny . Yates
 javax.ejb.Handle)
  |   +- jmx (class: org.jnp.interfaces.NamingContext)
  |   |   +- ejb (class: org.jnp.interfaces.NamingContext)
  |   |   |   +- Adaptor (proxy: $Proxy32 implements interface
org.jboss.jmx.adaptor.interfaces.AdaptorHome,interface javax.ejb.Handle)
  |   +- feedmanager (class: org.jnp.interfaces.NamingContext)
  |   |   +- [commercially sensitive stuff deleted]
  +- OIL2ConnectionFactory (class: org.jboss.mq.SpyConnectionFactory)
  +- UUIDKeyGeneratorFactory (class:
org.jboss.ejb.plugins.keygenerator.uuid.UUIDKeyGeneratorFactory)

As I mentioned previously, none of this occurs when I don't use debug. I
also forgot to mention that I am using JDK 1.4.1_01.

Rgds,

Dan.

-- 
Danny Yates
 


-Original Message-
From: Scott M Stark [mailto:[EMAIL PROTECTED] 
Sent: 14 July 2003 15:56
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Error debugging 3.2.0


What does the JNDI namespace show in terms of bound jms factories? What does
the 
jms invocation layer service associated with XAConnectionFactory show in
terms 
of starting up?

-- 

Scott Stark
Chief Technology Officer
JBoss Group, LLC


[EMAIL PROTECTED] wrote:

 Hi all,
 
 I'm debugging my code using the following:
 
   JBoss 3.2.0
   Eclipse 2.1.1
   JBoss IDE 1.1.0
 
 Every 10 seconds, I get the following console output:
 
 14:54:35,603 INFO [DLQHandler] Destroying
 14:54:35,603 INFO [DLQHandler] Destroyed
 14:54:35,613 INFO [DLQHandler] Creating
 14:54:35,613 ERROR [DLQHandler] Initialization failed
 javax.jms.JMSException: Error creating the dlq connection:
 XAConnectionFactory not bound
 at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:152)
 at
org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
 at

org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoke
 r.java:394)
 at

org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvok
 er.java:553)
 at

org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onExcept
 ion(JMSContainerInvoker.java:1053)
 at

org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java
 :565)
 14:54:35,613 INFO [JMSContainerInvoker] Reconnected to JMS provider
 14:54:35,633 WARN [JMSContainerInvoker] JMS provider failure detected: 
 javax.jms.JMSException: Error creating the dlq connection:
 XAConnectionFactory not bound
 at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:152)
 at
org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
 at

org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoke
 r.java:394)
 at

org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvok
 er.java:553)
 at

org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onExcept
 ion(JMSContainerInvoker.java:1053)
 at

org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java
 :565)
 14:54:35,633 INFO [JMSContainerInvoker] Trying to reconnect to JMS
provider
 
 This only occurs when I debug, NOT when I do a normal start/stop of the
 server.
 
 Does anybody have any ideas?
 
 Thanks,
 
 Dan.



---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing  more.
Download  eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


_ 
Notice to recipient: 
The information in this internet e-mail and any attachments is confidential
and may be privileged. It is intended solely for the addressee. If you are
not the intended addressee please notify the sender immediately by
telephone. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken or omitted to be taken in reliance on it,
is prohibited and may be unlawful. 

When addressed to external clients any opinions or advice contained in this
internet e-mail are subject to the terms and conditions expressed in any
applicable governing terms of business or client engagement letter issued by
the pertinent Bank of America group entity. 

If this email originates from the U.K. please note that Bank of America,
N.A., London Branch, Banc of America Securities Limited and Banc of America
Futures Incorporated are regulated by the Financial Services Authority.
_ 




---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing  more.
Download  eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] Error debugging 3.2.0

2003-07-14 Thread Danny . Yates
I wrote:
 As I mentioned previously, none of this occurs when I don't use debug.

Sorry, that was a slightly misleading statement. The specific startup
warnings I refered to in my previous e-mail DO occur during a normal
startup. It's the JMS messages every 10 seconds which only occur during
a debug.

Rgds,

Dan.

-- 
Danny Yates


-Original Message-
From: Scott M Stark [mailto:[EMAIL PROTECTED] 
Sent: 14 July 2003 15:56
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Error debugging 3.2.0


What does the JNDI namespace show in terms of bound jms factories? What does
the 
jms invocation layer service associated with XAConnectionFactory show in
terms 
of starting up?

-- 

Scott Stark
Chief Technology Officer
JBoss Group, LLC


[EMAIL PROTECTED] wrote:

 Hi all,
 
 I'm debugging my code using the following:
 
   JBoss 3.2.0
   Eclipse 2.1.1
   JBoss IDE 1.1.0
 
 Every 10 seconds, I get the following console output:
 
 14:54:35,603 INFO [DLQHandler] Destroying
 14:54:35,603 INFO [DLQHandler] Destroyed
 14:54:35,613 INFO [DLQHandler] Creating
 14:54:35,613 ERROR [DLQHandler] Initialization failed
 javax.jms.JMSException: Error creating the dlq connection:
 XAConnectionFactory not bound
 at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:152)
 at
org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
 at

org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoke
 r.java:394)
 at

org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvok
 er.java:553)
 at

org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onExcept
 ion(JMSContainerInvoker.java:1053)
 at

org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java
 :565)
 14:54:35,613 INFO [JMSContainerInvoker] Reconnected to JMS provider
 14:54:35,633 WARN [JMSContainerInvoker] JMS provider failure detected: 
 javax.jms.JMSException: Error creating the dlq connection:
 XAConnectionFactory not bound
 at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:152)
 at
org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
 at

org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoke
 r.java:394)
 at

org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvok
 er.java:553)
 at

org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onExcept
 ion(JMSContainerInvoker.java:1053)
 at

org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java
 :565)
 14:54:35,633 INFO [JMSContainerInvoker] Trying to reconnect to JMS
provider
 
 This only occurs when I debug, NOT when I do a normal start/stop of the
 server.
 
 Does anybody have any ideas?
 
 Thanks,
 
 Dan.



---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing  more.
Download  eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


_ 
Notice to recipient: 
The information in this internet e-mail and any attachments is confidential
and may be privileged. It is intended solely for the addressee. If you are
not the intended addressee please notify the sender immediately by
telephone. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken or omitted to be taken in reliance on it,
is prohibited and may be unlawful. 

When addressed to external clients any opinions or advice contained in this
internet e-mail are subject to the terms and conditions expressed in any
applicable governing terms of business or client engagement letter issued by
the pertinent Bank of America group entity. 

If this email originates from the U.K. please note that Bank of America,
N.A., London Branch, Banc of America Securities Limited and Banc of America
Futures Incorporated are regulated by the Financial Services Authority.
_ 




---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing  more.
Download  eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


_ 
Notice to recipient: 
The information in this internet e-mail and any attachments is confidential
and may be privileged. It is intended solely for the addressee. If you are
not the intended addressee please notify the sender immediately by
telephone. If you are not the intended recipient, any disclosure, copying

RE: [JBoss-user] Error debugging 3.2.0

2003-07-14 Thread Danny . Yates
=DestinationManager

 Depends On Me: , ObjectName:
jboss.mq.destination:service=Queue,name=[commercially sensitive]
 state: CREATED
 I Depend On:   jboss.mq:service=DestinationManager

 Depends On Me: , ObjectName: jboss.j2ee:jndiName=ejb/[commercially
sensitive],service=EJB
 state: FAILED
 I Depend On: 
 Depends On Me: org.jboss.deployment.DeploymentException: Error: can't find
data source: java:/DefaultDS; - nested throwable:
(javax.naming.NameNotFoundException: DefaultDS not bound), ObjectName:
jboss.j2ee:jndiName=ejb/[commercially sensitive],service=EJB
 state: FAILED
 I Depend On: 
 Depends On Me: org.jboss.deployment.DeploymentException: Error: can't find
data source: java:/DefaultDS; - nested throwable:
(javax.naming.NameNotFoundException: DefaultDS not bound), ObjectName:
jboss.j2ee:jndiName=ejb/[commercially sensitive],service=EJB
 state: FAILED
 I Depend On: 
 Depends On Me: org.jboss.deployment.DeploymentException: Error: can't find
data source: java:/DefaultDS; - nested throwable:
(javax.naming.NameNotFoundException: DefaultDS not bound)]



So, it actually looks as though the underlying failure is due to a class
circularity error causing the DefaultDS not to deploy. This has knock-on
effects on many components, including the JMS provider (I'm using the
default [Hypersonic] config). So I guess the question is, what causes the
class circularity error? The only thing I can see which comes close is:

2003-07-14 16:53:57,936 WARN  [org.jboss.mx.loading.ClassLoadingTask]
Duplicate class found: org.jboss.jmx.connector.invoker.InvokerAdaptorService
Current CS:
(file:/C:/java/jboss-3.2.0/server/default/deploy/jmx-invoker-adaptor-server.
sar/ no certificates)
Duplicate CS:
(file:/C:/java/jboss-3.2.0/server/default/tmp/deploy/server/default/deploy/j
mx-ejb-connector-server.sar/9.jmx-ejb-connector-server.sar no
certificates)
2003-07-14 16:53:57,936 DEBUG [org.jboss.mx.loading.ClassLoadingTask]
Ignoring source of: org.jboss.jmx.connector.invoker.InvokerAdaptorService
from CodeSource:
(file:/C:/java/jboss-3.2.0/server/default/tmp/deploy/server/default/deploy/j
mx-ejb-connector-server.sar/9.jmx-ejb-connector-server.sar no
certificates), due to order(0=0), accepted CodeSource:
(file:/C:/java/jboss-3.2.0/server/default/deploy/jmx-invoker-adaptor-server.
sar/ no certificates)

Needless to say, the JNDI namespaces are all but empty now!

Thanks,

-- 
Danny Yates
 


-Original Message-
From: Scott M Stark [mailto:[EMAIL PROTECTED] 
Sent: 14 July 2003 15:56
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Error debugging 3.2.0


What does the JNDI namespace show in terms of bound jms factories? What does
the 
jms invocation layer service associated with XAConnectionFactory show in
terms 
of starting up?

-- 

Scott Stark
Chief Technology Officer
JBoss Group, LLC



_ 
Notice to recipient: 
The information in this internet e-mail and any attachments is confidential
and may be privileged. It is intended solely for the addressee. If you are
not the intended addressee please notify the sender immediately by
telephone. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken or omitted to be taken in reliance on it,
is prohibited and may be unlawful. 

When addressed to external clients any opinions or advice contained in this
internet e-mail are subject to the terms and conditions expressed in any
applicable governing terms of business or client engagement letter issued by
the pertinent Bank of America group entity. 

If this email originates from the U.K. please note that Bank of America,
N.A., London Branch, Banc of America Securities Limited and Banc of America
Futures Incorporated are regulated by the Financial Services Authority.
_ 




---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing  more.
Download  eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] Error debugging 3.2.0

2003-07-14 Thread Scott M Stark
Then the likely problem is that the ObjectFactory for the java: namespace, which 
is implemented as a singleton via a static class variable is not working in your 
debug environment because the class is being loaded through another class loader 
and thus creating a seperate java: namespace that contains no bindings.

--

Scott Stark
Chief Technology Officer
JBoss Group, LLC

[EMAIL PROTECTED] wrote:

Hi Scott,

Skimming through the startup logs, the only non-INFO messages are:

16:22:55,008 WARN  [ClassLoadingTask] Duplicate class found:
org.jboss.jmx.connector.invoker.InvokerAdaptorService
Current CS:
(file:/C:/java/jboss-3.2.0/server/default/deploy/jmx-invoker-adaptor-server.
sar/ no certificates)
Duplicate CS:
(file:/C:/java/jboss-3.2.0/server/default/tmp/deploy/server/default/deploy/j
mx-ejb-connector-server.sar/9.jmx-ejb-connector-server.sar no
certificates)
16:23:03,059 WARN  [WrappedConnection] Closing a statement you left open,
please do your own housekeeping
16:23:03,059 WARN  [WrappedConnection] Closing a statement you left open,
please do your own housekeeping
[NOTE: none of my code is deployed at this point!!!]
The java: JNDI namespace shows:

  +- XAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory)
  +- DefaultDS (class: org.jboss.resource.adapter.jdbc.WrapperDataSource)
  +- SecurityProxyFactory (class:
org.jboss.security.SubjectSecurityProxyFactory)
  +- DefaultJMSProvider (class: org.jboss.jms.jndi.JBossMQProvider)
  +- CounterService (class: org.jboss.varia.counter.CounterService)
  +- comp (class: javax.naming.Context)
  +- JmsXA (class: org.jboss.resource.adapter.jms.JmsConnectionFactoryImpl)
  +- ConnectionFactory (class: org.jboss.mq.SpyConnectionFactory)
  +- jaas (class: javax.naming.Context)
  |   +- jbossmq-httpil (class:
org.jboss.security.plugins.SecurityDomainContext)
  |   +- JmsXARealm (class:
org.jboss.security.plugins.SecurityDomainContext)
  |   +- jmx-console (class:
org.jboss.security.plugins.SecurityDomainContext)
  |   +- jbossmq (class: org.jboss.security.plugins.SecurityDomainContext)
  |   +- http-invoker (class:
org.jboss.security.plugins.SecurityDomainContext)
  +- timedCacheFactory (class: javax.naming.Context)
Failed to lookup: timedCacheFactory, errmsg=null
  +- TransactionPropagationContextExporter (class:
org.jboss.tm.TransactionPropagationContextFactory)
  +- Mail (class: javax.mail.Session)
  +- StdJMSPool (class: org.jboss.jms.asf.StdServerSessionPoolFactory)
  +- TransactionPropagationContextImporter (class:
org.jboss.tm.TransactionPropagationContextImporter)
  +- TransactionManager (class: org.jboss.tm.TxManager)
The global JNDI namespace shows:

  +- jmx (class: org.jnp.interfaces.NamingContext)
  |   +- invoker (class: org.jnp.interfaces.NamingContext)
  |   |   +- RMIAdaptor (proxy: $Proxy22 implements interface
org.jboss.jmx.adaptor.rmi.RMIAdaptor)
  |   +- rmi (class: org.jnp.interfaces.NamingContext)
  |   |   +- RMIAdaptor (class: org.jboss.jmx.adaptor.rmi.RMIAdaptorImpl)
  +- OIL2XAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory)
  +- FiboLocal (proxy: $Proxy51 implements interface
tutorial.intf.FiboLocalHome)
  +- HTTPXAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory)
  +- ConnectionFactory (class: org.jboss.mq.SpyConnectionFactory)
  +- UserTransactionSessionFactory (class:
org.jboss.tm.usertx.server.UserTransactionSessionFactoryImpl)
  +- HTTPConnectionFactory (class: org.jboss.mq.SpyConnectionFactory)
  +- XAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory)
  +- invokers (class: org.jnp.interfaces.NamingContext)
  |   +- B0008025D6358 (class: org.jnp.interfaces.NamingContext)
  |   |   +- pooled (class:
org.jboss.invocation.pooled.interfaces.PooledInvokerProxy)
  |   |   +- jrmp (class:
org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy)
  |   |   +- http (class:
org.jboss.invocation.http.interfaces.HttpInvokerProxy)
  +- UserTransaction (class:
org.jboss.tm.usertx.client.ClientUserTransaction)
  +- UILXAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory)
  +- RMIXAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory)
  +- UIL2XAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory)
  +- jmx:B0008025D6358:rmi (class: org.jboss.jmx.adaptor.rmi.RMIAdaptorImpl)
  +- queue (class: org.jnp.interfaces.NamingContext)
  |   +- A (class: org.jboss.mq.SpyQueue)
  |   +- testQueue (class: org.jboss.mq.SpyQueue)
  |   +- ex (class: org.jboss.mq.SpyQueue)
  |   +- DLQ (class: org.jboss.mq.SpyQueue)
  |   +- D (class: org.jboss.mq.SpyQueue)
  |   +- C (class: org.jboss.mq.SpyQueue)
  |   +- feedmanager (class: org.jnp.interfaces.NamingContext)
  |   |   +- [commercially sensitive stuff deleted]
  |   +- B (class: org.jboss.mq.SpyQueue)
  +- topic (class: org.jnp.interfaces.NamingContext)
  |   +- testDurableTopic (class: org.jboss.mq.SpyTopic)
  |   +- testTopic (class: org.jboss.mq.SpyTopic)
  |   +- securedTopic (class: 

Re: [JBoss-user] Error debugging 3.2.0

2003-07-14 Thread Scott M Stark
I'm going to have to see a trace log of the class loading layer when this occurs 
to try to see where this is coming from. It could be this JDK bug showing up 
since java.lang.NumberFormatException cannot be causing cicularity problem:
http://developer.java.sun.com/developer/bugParade/bugs/4699981.html

If you want to try to create a trace log see the class loading debugging 
instructions on the sourceforge project page under the docs section.

--

Scott Stark
Chief Technology Officer
JBoss Group, LLC

[EMAIL PROTECTED] wrote:

Hi Scott,

Seems I'm not having a good day! It turns out that this error is actually
only intermittent. The relevant bits of log file are copied below (apologies
for the size):
2003-07-14 16:53:59,759 WARN  [org.jboss.system.ServiceController] Problem
starting service jboss.jca:service=ManagedConnectionFactory,name=DefaultDS
java.lang.ClassCircularityError: java/lang/NumberFormatException
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:1590)
at java.lang.Class.getConstructor0(Class.java:1762)
at java.lang.Class.newInstance0(Class.java:276)
at java.lang.Class.newInstance(Class.java:259)
at


---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing  more.
Download  eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user