Exception and server falls
"DataCom - Estevao" <estevao-lTwzwfQtfhvIp6JUJ/xx9mp/[email protected]>
| Newsgroups | gmane.comp.java.openjms.user |
|---|---|
| Message-ID | <002e01c52aee$e9d7e370$0f0ba8c0@estevao> |
Hello, I had this exception while the server was running, an then it falls. I don't know what is the reason, the exception says it's something about persistence, but I'm using only non-persistent messages. Anybody has some info? Thanks a lot, Estêvão Rohr. ------------------------------------------------- INFO | jvm 1 | 2005/01/17 16:25:10 | org.exolab.jms.server.ServerException: org.exolab.jms.persistence.PersistenceException: org.exolab.core.foundation.FailedToCreateDatabaseException: Failed to create database openjms b/cjava.io.IOException: Cannot acquire lock=openjms.lock - a lock exists that will expire at 17/01/05 16:26 INFO | jvm 1 | 2005/01/17 16:25:10 | at org.exolab.core.database.recman.PageManagedDatabase.<init>(PageManagedDatabase.java:118) INFO | jvm 1 | 2005/01/17 16:25:10 | at org.exolab.jms.persistence.ObjectAdapter.<init>(ObjectAdapter.java:218) INFO | jvm 1 | 2005/01/17 16:25:10 | at org.exolab.jms.persistence.DatabaseService.createJdbmAdapter(DatabaseService.java:258) INFO | jvm 1 | 2005/01/17 16:25:10 | at org.exolab.jms.persistence.DatabaseService.<init>(DatabaseService.java:166) INFO | jvm 1 | 2005/01/17 16:25:10 | at org.exolab.jms.persistence.DatabaseService.instance(DatabaseService.java:115) INFO | jvm 1 | 2005/01/17 16:25:10 | at org.exolab.jms.server.JmsServer.registerServices(JmsServer.java:274) INFO | jvm 1 | 2005/01/17 16:25:10 | at org.exolab.jms.server.JmsServer.init(JmsServer.java:185) INFO | jvm 1 | 2005/01/17 16:25:10 | at org.exolab.jms.server.JmsServer.main(JmsServer.java:229) INFO | jvm 1 | 2005/01/17 16:25:10 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) INFO | jvm 1 | 2005/01/17 16:25:10 | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) INFO | jvm 1 | 2005/01/17 16:25:10 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) INFO | jvm 1 | 2005/01/17 16:25:10 | at java.lang.reflect.Method.invoke(Unknown Source) INFO | jvm 1 | 2005/01/17 16:25:10 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:136) INFO | jvm 1 | 2005/01/17 16:25:10 | at java.lang.Thread.run(Unknown Source)