tried to upgrade from 1.7.x to current version. everything seem to go fine but QM will not start with the above error.
looking in logs, catalina.out looks normal.
in the localhost.log file, there is this:
SEVERE: Exception starting filter BalancerFilter
java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
at org.apache.webapp.balancer.RulesParser.createDigester(RulesParser.java:65)
at org.apache.webapp.balancer.RulesParser.<init>(RulesParser.java:43)
........
Caused by: java.lang.ClassNotFoundException: org.apache.commons.digester.Digester
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1680)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1526)
... 30 more
this is followed by:
INFO: LowayTransactionController: [859CBC2C16236FEF75F08FD6D0EF0C14] [ERR] The verb 'qm_realtime2_ds' does not allow the creation of a new sessions.
Jul 1, 2012 7:16:30 PM org.apache.catalina.core.ApplicationContext log
INFO: LowayTransactionController: [859CBC2C16236FEF75F08FD6D0EF0C14] [ERR] The verb 'qm_realtime2_ds' requires a ke y that the current user does not hold.
Jul 1, 2012 7:16:30 PM org.apache.catalina.core.ApplicationContext log
...... [this shows up multiple times]
How do I get this back on track??
Thanks!