java - JBilling ActiveMQ Scheduler Exception -


i trying run jbilling 4.4.1. keep getting following error;

exception in thread "activemq scheduler" java.lang.illegalstateexception: can't overwrite cause java.lang.illegalstateexception: illegal access: web application instance has been stopped already.  not load org.apache.activemq.broker.region.queue$8.  eventual following stack trace caused error thrown debugging purposes attempt terminate thread caused illegal access, , has no functional impact. @ java.lang.throwable.initcause(throwable.java:457) @ org.apache.catalina.loader.webappclassloaderbase.checkstateforclasslo ading(webappclassloaderbase.java:1304) @ org.apache.catalina.loader.webappclassloaderbase.loadclass(webappclas sloaderbase.java:1184) @ org.apache.catalina.loader.webappclassloaderbase.loadclass(webappclas sloaderbase.java:1145) @ org.apache.activemq.broker.region.queue.expiremessages(queue.java:614 @ org.apache.activemq.broker.region.queue.access$100(queue.java:89) @ org.apache.activemq.broker.region.queue$2.run(queue.java:122) @ org.apache.activemq.thread.schedulertimertask.run(schedulertimertask. java:33) @ java.util.timerthread.mainloop(timer.java:555) @ java.util.timerthread.run(timer.java:505) caused by: java.lang.classnotfoundexception @ org.apache.catalina.loader.webappclassloaderbase.checkstateforclasslo  ading(webappclassloaderbase.java:1303)         ... 8 more 

how can fix without changing source code? appreciated.

i had same problem, turns out problem in database (postgresql)...

caused by: org.postgresql.util.psqlexception: error: relation     "reseller_entityid_map" not exist   position: 449 @ org.postgresql.core.v3.queryexecutorimpl.receiveerrorresponse(queryexecutorimpl.ja    va:2198) 

the "reseller_entityid_map" table missing, once created, restarted tomcat , exception in thread "activemq scheduler" error went away.

you should check following log file:

jbilling-community-4.1.1/bin/logs/jbilling-stacktrace.log 

that's found errors:

grep -i psqlexception ./jbilling-community-4.1.1/bin/logs/jbilling-stacktrace.log 

Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -