You won't find a Java file - because the Jetty source is not yet checked in.
You should have all the jars you need in thirdparty/mortbay :

thirdparty/mortbay/
thirdparty/mortbay/CVS
thirdparty/mortbay/CVS/Root
thirdparty/mortbay/CVS/Repository
thirdparty/mortbay/CVS/Entries
thirdparty/mortbay/jetty
thirdparty/mortbay/jetty/CVS
thirdparty/mortbay/jetty/CVS/Root
thirdparty/mortbay/jetty/CVS/Repository
thirdparty/mortbay/jetty/CVS/Entries
thirdparty/mortbay/jetty/lib
thirdparty/mortbay/jetty/lib/CVS
thirdparty/mortbay/jetty/lib/CVS/Root
thirdparty/mortbay/jetty/lib/CVS/Repository
thirdparty/mortbay/jetty/lib/CVS/Entries
thirdparty/mortbay/jetty/lib/org.apache.jasper.jar
thirdparty/mortbay/jetty/lib/javax.servlet.jar
thirdparty/mortbay/jetty/lib/org.mortbay.jetty.jar
thirdparty/mortbay/jetty3extra
thirdparty/mortbay/jetty3extra/CVS
thirdparty/mortbay/jetty3extra/CVS/Root
thirdparty/mortbay/jetty3extra/CVS/Repository
thirdparty/mortbay/jetty3extra/CVS/Entries
thirdparty/mortbay/jetty3extra/lib
thirdparty/mortbay/jetty3extra/lib/CVS
thirdparty/mortbay/jetty3extra/lib/CVS/Root
thirdparty/mortbay/jetty3extra/lib/CVS/Repository
thirdparty/mortbay/jetty3extra/lib/CVS/Entries
thirdparty/mortbay/jetty3extra/lib/org.mortbay.ftp.jar
thirdparty/mortbay/jetty3extra/lib/org.mortbay.jetty.jmx.jar
thirdparty/mortbay/jetty3extra/lib/org.mortbay.jetty.nbio.jar
thirdparty/mortbay/jetty3extra/lib/org.mortbay.tools.jar
thirdparty/mortbay/jetty3extra/lib/cryptix-sasl-jetty.jar
thirdparty/mortbay/jetty3extra/lib/javax-sasl.jar
thirdparty/mortbay/jetty3extra/lib/org.mortbay.jetty.sasl.jar

The exception is worrying - I do not see this. I was sure my tree was
absolutely fresh. I will check out another one and try it....

Here is what I get....

........
[Default] About to create the bean:service=Jetty
[Jetty] connected JBoss and Jetty Log models
[Default] Created the bean:service=Jetty
[Jetty] set JettyHome to dummy
[Jetty] set Configuration to ../conf/default/jetty.xml
[Jetty] set WebDefault to ../conf/default/webdefault.xml
[Jetty] set UnpackWars to true
[Jetty] set PublishMBeans to false
[JettyService] Initializing
[Jetty] loaded properties from: jetty.properties
[Jetty] instantiated and configured server
[Jetty] MBean peers WILL NOT be created for Jetty Contexts
[Jetty] loading config: ../conf/default/jetty.xml
[Jetty] loaded config: ../conf/default/jetty.xml
[JettyService] Initialized
[JettyService] Starting
[Jetty] start HttpServer version Jetty/3.1.RC9
[Jetty] Started SocketListener on 0.0.0.0:8080
[JettyService] Started
........


Jules


> Hi Jules
>
> I tried to search for the Service class for jetty referenced
> in the jetty-service.xml (org.jboss.jetty.JettyService).
> But I couldn't find this class in the jboss-all module
> (find . -name JettyService.java -print).
>
> The only exception I get is the following when I run
> the build JBoss:
>
> [Default] About to create the bean:service=Jetty
> [ServiceController] Could not create MBean: :service=Jetty
> javax.management.ReflectionException: The MBean class could not be loaded by
> the specified loader
>  at javax.management.JMException.<init>(JMException.java:36)
>  at javax.management.ReflectionException.<init>(ReflectionException.java:48)
>  at
> com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:754)
>  at org.jboss.system.ServiceCreator.create(Unknown Source)
>  at org.jboss.system.ServiceController.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.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)
>
> Thanx Andy
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to