I don't think I've seen either of these.
There are currently three problems that I am working
on:
1. Jetty has been integrated without it's usual home
tree - the easiest way around this is to set JettyHome
in jboss-service.xml to point to a Jetty-3.1.RC8
(don't try RC9 - it won't work) directory. (Jetty is
at SourceForge).
2. Something has changed in the ClassLoader passed
down to Jetty from the J2EEDeployer causing Jetty to
not see some/all? classes in jars in WEB-INF/lib
3. The build process is not copying
tools/lib/javac.jar into the output tree, however even
if you do this JSPs still do not work properly - I'm
putting this down to the ClassLoader issues in (2).
If you run the web test suite, you will also get
errors to do with authentication - I haven't really
looked at this yet - I figure it's probably not Jetty,
as nothing has changed between the last 2.4
integration and RH.
I made a couple of changes last night (GMT) - so you
might want to refresh your tree.
If you fix your jboss-service.xml as described, you
might get away with unpacking all your required jars
into WEB-INF/classes - I haven't tried this yet.
Let me know how you get on.
Jules
--- Chris Kimpton <[EMAIL PROTECTED]> wrote: >
Hi,
>
> I presume the jetty integration is currently in
> flux?
>
> I get the following errors upon startup of a
> standard build server:
>
>
>
>
> [DefaultDS,INFO] Initialized
> [JettyService,INFO] Initializing
> [Jetty,INFO] loaded properties from:
> jetty.properties
> [Service Controller,ERROR]
> java.lang.ClassCircularityError:
> com/mortbay/Util/JarFileResource
> [Service Controller,ERROR] at
> java.lang.ClassLoader.resolveClass0(Native Method)
> [Service Controller,ERROR] at
>
java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled
> Code))
> [Service Controller,ERROR] at
>
java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled
> Code))
> [Service Controller,ERROR] at
>
org.jboss.system.URLClassLoader.loadClassLocally(URLClassLoader.java:124)
> [Service Controller,ERROR] at
>
org.jboss.system.ServiceLibraries.loadClass(ServiceLibraries.java:144)
> [Service Controller,ERROR] at
>
org.jboss.system.URLClassLoader.loadClass(URLClassLoader.java:109)
> [Service Controller,ERROR] at
>
org.jboss.system.URLClassLoader.loadClass(URLClassLoader.java:115)
> [Service Controller,ERROR] at
> java.lang.ClassLoader.defineClass0(Native Method)
> [Service Controller,ERROR] at
>
java.lang.ClassLoader.defineClass(ClassLoader.java:496)
> [Service Controller,ERROR] at
>
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:117)
> [Service Controller,ERROR] at
>
java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
> [Service Controller,ERROR] at
>
java.net.URLClassLoader.access$300(URLClassLoader.java:69)
> [Service Controller,ERROR] at
>
java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java(Compiled
> Code))
> [Service Controller,ERROR] at
> java.security.AccessController.doPrivileged(Native
> Method)
> [Service Controller,ERROR] at
>
java.net.URLClassLoader.findClass(URLClassLoader.java(Compiled
> Code))
> [Service Controller,ERROR] at
>
java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled
> Code))
> [Service Controller,ERROR] at
>
org.jboss.system.URLClassLoader.loadClassLocally(URLClassLoader.java:124)
> [Service Controller,ERROR] at
>
org.jboss.system.ServiceLibraries.loadClass(ServiceLibraries.java:144)
> [Service Controller,ERROR] at
>
org.jboss.system.URLClassLoader.loadClass(URLClassLoader.java:109)
> [Service Controller,ERROR] at
>
org.jboss.system.URLClassLoader.loadClass(URLClassLoader.java:115)
> [Service Controller,ERROR] at
> java.lang.ClassLoader.resolveClass0(Native Method)
> [Service Controller,ERROR] at
>
java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled
> Code))
> [Service Controller,ERROR] at
>
java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled
> Code))
> [Service Controller,ERROR] at
>
org.jboss.system.URLClassLoader.loadClassLocally(URLClassLoader.java:124)
> [Service Controller,ERROR] at
>
org.jboss.system.ServiceLibraries.loadClass(ServiceLibraries.java:144)
> [Service Controller,ERROR] at
>
org.jboss.system.URLClassLoader.loadClass(URLClassLoader.java:109)
> [Service Controller,ERROR] at
>
org.jboss.system.URLClassLoader.loadClass(URLClassLoader.java:115)
> [
>
>
>
>
>
>
>
>
>
>
>
> and
>
>
>
>
>
>
> [DefaultDS,INFO] Started
> [JettyService,INFO] Starting
> [JettyService,ERROR] Stopped
> java.lang.NullPointerException
> at
>
org.jboss.jetty.JettyService.startService(JettyService.java:216)
> at
>
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:109)
> 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(ServiceController.java:508)
> at $Proxy0.start(Unknown Source)
> at
>
org.jboss.system.ServiceController.start(ServiceController.java:331)
> 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.postRegister(ServiceDeployer.java:529)
> at
>
com.sun.management.jmx.MBeanServerImpl.postRegisterInvoker(MBeanServerImpl.java:2274)
> at
>
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:532)
> at org.jboss.Main.<init>(Main.java:171)
> at org.jboss.Main$1.run(Main.java:311)
> at
> java.security.AccessController.doPrivileged(Native
> Method)
> at org.jboss.Main.main(Main.java:306)
> [Service Controller,ERROR]
> java.lang.NullPointerException
> [Service Controller,ERROR] at
>
org.jboss.jetty.JettyService.startService(JettyService.java:216)
> [Service Controller,ERROR] at
>
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:109)
> [Service Controller,ERROR] at
> java.lang.reflect.Method.invoke(Native
> Method)
> [Service Controller,ERROR] at
>
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
> [Service Controller,ERROR] at
>
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
> [Service Controller,ERROR] at
>
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:508)
> [Service Controller,ERROR] at $Proxy0.start(Unknown
> Source)
> [Service Controller,ERROR] at
>
org.jboss.system.ServiceController.start(ServiceController.java:331)
> [Service Controller,ERROR] at
> java.lang.reflect.Method.invoke(Native
> Method)
> [Service Controller,ERROR] at
>
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
> [Service Controller,ERROR] at
>
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
> [Service Controller,ERROR] at
>
org.jboss.deployment.ServiceDeployer.postRegister(ServiceDeployer.java:529)
> [Service Controller,ERROR] at
>
com.sun.management.jmx.MBeanServerImpl.postRegisterInvoker(MBeanServerImpl.java:2274)
> [Service Controller,ERROR] at
>
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:532)
> [Service Controller,ERROR] at
> org.jboss.Main.<init>(Main.java:171)
> [Service Controller,ERROR] at
> org.jboss.Main$1.run(Main.java:311)
> [Service Controller,ERROR] at
> java.security.AccessController.doPrivileged(Native
> Method)
> [Service Controller,ERROR] at
> org.jboss.Main.main(Main.java:306)
>
>
>
> Regards,
> Chris
>
> =====
> Need somewhere to Live in London -
> http://freeflats.com
>
> __________________________________________________
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant
> messaging with Yahoo! Messenger
> http://im.yahoo.com
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/jboss-development
____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development