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.

--
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx

[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

Reply via email to