Julian Gosnell schrieb:
> 
> Frank,
> 
> I'm surprised at the Jetty error.
> 
> mortbay.jetty.jar should not be in lib/etc but jetty-plugin.sar, which contains it, 
>should.
> 
> can you confirm ?

jetty-plugin.sar is in deploy/lib. It contains
org.jboss.jetty.JBossLogSink but not org.mortbay.util.LogSink.

> 
> when you say current - how current ?

did cvs update just before sending the mail.

> 
> are there any other errors, warnings associable with Jetty upon startup ?
> 

No !

> what happens if you move the jetty-plugin.jar out of the deployment directory, then 
>back in - i.e. redeploy
> Jetty ?

Same problem. The same error messages appear when deploying
jetty-plugin.sar.

> 
> Jules
> 
> > Using the current cvs-version of jboss, I get some new problems on
> > startup after doing an build all.
> >
> > conf-file jboss-service.xml requests jbosspool.jar.
> > jbosspool.jar was build in jboss-all/pool/ouput/lib but not copied to
> > $JBOSS_HOME/lib/ext.
> >
> > conf-file jboss-service.xml also requests RARDeployer.jar.
> > RARDeplyoer.jar was not build. There is only an RARDeployer.class in
> > connector/output/classes/org/jboss/resource.
> >
> > Starting jetty fails with "java.lang.NoClassDefFoundError:
> > org/mortbay/util/LogSink".
> > File org.mortbay.jetty.jar is in thirdparty/mortbay/jetty/lib but not in
> > the runtime dir.
> >
> > Finally I get two NPE at the end of startup:
> > 19:16:39,870 INFO  [org.jboss.deployment.AutoDeployer] Auto deploy of
> > file:/home
> > 
>/frank/java/JBoss-cvs/jboss-all/build/output/jboss-3.0.0alpha/deploy/jmx-ejb-adaptor.jar
> > 19:16:39,880 INFO  [org.jboss.deployment.J2eeDeployer#Default] Deploy
> > J2EE application:
> > file:/home/frank/java/JBoss-cvs/jboss-all/build/output/jboss-3.0.0alpha/
> > deploy/jmx-ejb-adaptor.jar
> > 19:16:39,890 ERROR [org.jboss.deployment.AutoDeployer] Deployment
> > 
>failed:file:/home/frank/java/JBoss-cvs/jboss-all/build/output/jboss-3.0.0alpha/deploy/jmx-ejb-
> > adaptor.jar
> > java.lang.NullPointerException
> >         at
> > org.jboss.deployment.J2eeDeployer.installApplication(J2eeDeployer.java:388)
> >         at
> > org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:199)
> >         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(AutoDeployer.java:653)
> >         at org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:326)
> >         at java.lang.Thread.run(Thread.java:484)
> >
> > 19:16:39,920 INFO  [org.jboss.deployment.AutoDeployer] Auto deploy of
> > 
>file:/home/frank/java/JBoss-cvs/jboss-all/build/output/jboss-3.0.0alpha/deploy/ejb-managem
> > ent.jar
> > 19:16:39,920 INFO  [org.jboss.deployment.J2eeDeployer#Default] Deploy
> > J2EE application:
> > file:/home/frank/java/JBoss-cvs/jboss-all/build/output/jboss-3.0.0alpha/
> > deploy/ejb-management.jar
> > 19:16:39,920 ERROR [org.jboss.deployment.AutoDeployer] Deployment
> > 
>failed:file:/home/frank/java/JBoss-cvs/jboss-all/build/output/jboss-3.0.0alpha/deploy/ejb-management.jar
> > java.lang.NullPointerException:
> >         at
> > org.jboss.deployment.J2eeDeployer.installApplication(J2eeDeployer.java:388)
> >         at
> > org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:199)
> >         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(AutoDeployer.java:653)
> >         at org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:326)
> >         at java.lang.Thread.run(Thread.java:484)
> >
> > Is anybody else getting this problems ?
> >
> > Frank Langelage
> >
> > _______________________________________________
> > 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