简体   繁体   中英

OpenJMS : Failed to start database 'openjmsdb', see the next exception for details

Yesterday, I created a topic and a queue on my OpenJMS server, graphically (using admin.sh ). I was able to start it with openjms/bin/admin.sh and then clicking on the menus "Start OpenJMS server>Start connections, etc." and even by executing only openjms/bin/startupt.sh (instead of admin.sh ).

Today, I deleted all the topic and queue (graphically, by right-cliking on "Delete" on each node Topic and Queue ).

And now, when I type openjms/bin/startup.sh , it displays this exception : http://pastebin.com/PY2wpBkv

Do you know why and how to solve this problem ?

NB : the graphical tool (so admin.sh ) still works well.

In fact one must use the classes from package org.exolab.jms.administration (and not use javax.jms.Session 's create<Queue||Topic> methods). Read this page : http://openjms.sourceforge.net/usersguide/admin.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM