Bugs item #1065269, was opened at 2004-11-12 08:07
Message generated for change (Comment added) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1065269&group_id=22866

Category: JBossServer
Group: v4.0
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Juha Lindfors (juhalindfors)
Assigned to: Scott M Stark (starksm)
Summary: Netboot in 4.0 fails due to missing class

Initial Comment:
I'm seeing a missing class from the
commons-httpclient.jar that used to exist in the
2.0RC2(?) version of the commons lib but is now gone in
the current 2.0 final in our thirdparty. 

Switching back to the previous commons-httpclient.jar
seems to fix this issue. 


12:18:00,867 ERROR [MainDeployer] Could not initialise
deployment:
http://localhost:8080/webdav/jboss-4.0.0/server/standard/conf/jboss-service.xml
java.lang.NoClassDefFoundError:
org/apache/commons/httpclient/ConnectionInterceptor
        at java.lang.ClassLoader.defineClass0(Native
Method)
        at
java.lang.ClassLoader.defineClass(ClassLoader.java:537)
        at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
        at
java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
        at
java.net.URLClassLoader.access$100(URLClassLoader.java:55)
        at
java.net.URLClassLoader$1.run(URLClassLoader.java:194)
        at
java.security.AccessController.doPrivileged(Native Method)
        at
java.net.URLClassLoader.findClass(URLClassLoader.java:187)
        at
java.lang.ClassLoader.loadClass(ClassLoader.java:289)
        at
java.lang.ClassLoader.loadClass(ClassLoader.java:235)
        at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
        at java.lang.ClassLoader.defineClass0(Native
Method)
        at
java.lang.ClassLoader.defineClass(ClassLoader.java:537)
        at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
        at
java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
        at
java.net.URLClassLoader.access$100(URLClassLoader.java:55)
        at
java.net.URLClassLoader$1.run(URLClassLoader.java:194)
        at
java.security.AccessController.doPrivileged(Native Method)
        at
java.net.URLClassLoader.findClass(URLClassLoader.java:187)
        at
java.lang.ClassLoader.loadClass(ClassLoader.java:289)
        at
java.lang.ClassLoader.loadClass(ClassLoader.java:235)
        at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
        at
org.jboss.net.protocol.http.DavURLLister.listMembers(DavURLLister.java:37)
        at
org.jboss.net.protocol.URLListerBase.listMembers(URLListerBase.java:40)
        at
org.jboss.net.protocol.URLListerBase.listMembers(URLListerBase.java:45)
        at
org.jboss.deployment.SARDeployer.parseXMLClasspath(SARDeployer.java:471)
        at
org.jboss.deployment.SARDeployer.init(SARDeployer.java:152)
        at
org.jboss.deployment.MainDeployer.init(MainDeployer.java:799)
        at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:736)
        at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:709)
        at
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:693)
        at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)





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

>Comment By: Scott M Stark (starksm)
Date: 2004-11-21 23:17

Message:
Logged In: YES 
user_id=175228

Updating to slide 2.0 and updating the DavURLLister has
fixed the incompatiblity issue. This will be in 4.0.1

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to