Hi,
I have seen the same error with previous jboss-jetty revisions, and with the lastet
i discovered that simply making a directory called jbossmq in the jboss/db dir solved
the problem. I have just downloaded the 5th rev. and the same thing worked here...
Not all problems have complex solutions :-)
^terp
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of David
> Castro-Diephouse
> Sent: Saturday, June 23, 2001 3:23 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Exceptions starting and stopping
> JBoss-2.2.2_Jetty-3.1.RC5
>
>
> Hi. It looks like this is the root cause... Could it be a file locking
> issue on W98? Look for the log it mentions - is it there? is it
> readable/writable? Is there a problem with the slash before the D, or a
> missing directory?
>
> Did you have this working on an earlier version? and if so what version?
> I would agree with Jules that the stack trace does not indicate a
> Jetty problem.
>
> > [JBossMQ] Linked Exception:
> > [JBossMQ] javax.jms.JMSException: Could not open the queue's tranaction log:
> /D:/java/JBoss/JBoss-2.2.2_Jetty-3.1.RC5/jboss/db/jbossmq/transactions.dat
> > [JBossMQ] at org.jbossmq.persistence.SpyTxLog.throwJMSException(SpyTxLog.java:95)
> > [JBossMQ] at org.jbossmq.persistence.SpyTxLog.<init>(SpyTxLog.java:35)
> > [JBossMQ] at
>org.jbossmq.server.PersistenceManager.<init>(PersistenceManager.java:104)
> > [JBossMQ] at org.jbossmq.server.StartServer.run(StartServer.java:170)
> > [JBossMQ] at org.jbossmq.server.StartServer.start(StartServer.java:70)
> > [JBossMQ] at
>org.jbossmq.server.JBossMQService.startService(JBossMQService.java:66)
> > [JBossMQ] at
>org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:93)
> > [JBossMQ] at java.lang.reflect.Method.invoke(Native Method)
> > [JBossMQ] at
>com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
> > [JBossMQ] at
>com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
> > [JBossMQ] at org.jboss.util.ServiceControl.start(ServiceControl.java:97)
> > [JBossMQ] at java.lang.reflect.Method.invoke(Native Method)
> > [JBossMQ] at
>com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
> > [JBossMQ] at
>com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
> > [JBossMQ] at org.jboss.Main.<init>(Main.java:217)
> > [JBossMQ] at org.jboss.Main$1.run(Main.java:121)
> > [JBossMQ] at java.security.AccessController.doPrivileged(Native Method)
> > [JBossMQ] at org.jboss.Main.main(Main.java:117)
> > [JBossMQ] Started
> >
> >
> > I don't explicitly use JMS, so don't know if it's working or not.
> >
> >
> > When I shut down I get the following;
> >
> > [Jetty] Deregister
>com.mortbay.Jetty:name=Jetty,Jetty=0,context=/,ServletHandlerContext=0
> > [Jetty] Destroyed ForwardHandler in null
> > [Jetty] Destroyed ResourceHandler in null
> > [Jetty] Deregister
>com.mortbay.Jetty:name=Jetty,Jetty=0,context=/cgi-bin,ServletHandlerContext=0
> > [Jetty] Deregister
>com.mortbay.Jetty:name=Jetty,Jetty=0,context=/javadoc,ServletHandlerContext=0
> > [Jetty] Destroyed ResourceHandler in null
> > [Jetty] Deregister
>com.mortbay.Jetty:name=Jetty,Jetty=0,context=/demo,ServletHandlerContext=0
> > [Jetty] Destroyed ForwardHandler in null
> > [Jetty] Destroyed ResourceHandler in null
> > [Jetty] Destroyed DumpHandler in null
> > [Jetty] Deregister
>com.mortbay.Jetty:name=Jetty,Jetty=0,context=/jetty,WebApplicationContext=0
> > [Jetty] Destroyed SecurityHandler in null
> > [Jetty] Destroyed WebInfProtect
> > [Jetty] Destroyed ResourceHandler in null
> > [Jetty] Destroyed NotFoundHandler in null
> > [Jetty] Destroyed SecurityHandler in null
> > [Jetty] Destroyed WebInfProtect
> > [Jetty] Destroy SocketListener on 0.0.0.0:8080
> > [Jetty] Deregister com.mortbay.Jetty:name=Jetty,Jetty=0,SocketListener=0
> > [Jetty] Destroying
> > [Jetty] Destroying (jetty.mortbay.com)
> > [Jetty] java.lang.NullPointerException
> > [Jetty] at com.mortbay.HTTP.HttpServer.destroy(HttpServer.java:229)
> > [Jetty] at org.jboss.jetty.JettyService.destroyService(JettyService.java:317)
> > [Jetty] at
>org.jboss.util.ServiceMBeanSupport.destroy(ServiceMBeanSupport.java:147)
> > [Jetty] at java.lang.reflect.Method.invoke(Native Method)
> > [Jetty] at
>com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
> > [Jetty] at
>com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
> > [Jetty] at org.jboss.util.ServiceControl.destroy(ServiceControl.java:172)
> > [Jetty] at java.lang.reflect.Method.invoke(Native Method)
> > [Jetty] at
>com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
> > [Jetty] at
>com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
> > [Jetty] at org.jboss.util.Shutdown.shutdownServices(Shutdown.java:96)
> > [Jetty] at org.jboss.util.Shutdown$1.run(Shutdown.java:56)
> > [Jetty] Destroyed
> >
> >
> > Is this all normal, or should I panic?
> >
> > Cheers
> > Bent D
> >
>
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user