Yes:

Yes on the Sourceforge site:
[ 1037726 ] JvmRouteFilter crashes in init() method for clustered webapp
Bug details:

During JBoss startup JvmRouteFilter.init() method
throws an exception
"JvmRouteFilter.init(): No AbstractJBossManager found
for clustering support."

this happens because the code

...
manager_ = (AbstractJBossManager)
filterConfig.getServletContext().getAttribute(AbstractJBossManager.class.getName());
...

returns null, there is no object registered with the key 
"org.jboss.web.tomcat.tc5.session.AbstractJBossManager"

the manager is registered under key
"org.jboss.web.tomcat.tc5.session.JBossManager"


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911566#3911566

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911566


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to