[Management, JMX/JBoss] - Did the
by jbrow
I've been trying to figure out why my Tomcat connector barrier doesn't work in JBoss 5.0.0. Looking through the JBoss source code, it appears that TOMCAT_CONNECTORS_STARTED is the static variable containing the message. That variable seems to only be referenced in org.jboss.web.tomcat.service.deployers.TomcatService.java in a comment within the method startConnectors():
| /*
| * TODO: // Notify listeners that connectors have started processing requests sendNotification(new
| * Notification(TOMCAT_CONNECTORS_STARTED, this, getNextNotificationSequenceNumber()));
| */
|
Has this JMX notification gone away? Is there another way to make MBeans dependent upon Tomcat being able to service connectors?
TIA for any help.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209311#4209311
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209311
17 years, 5 months
[JBoss jBPM] - SOA BPM_Orchestration4 error
by skadirov
Hi,
When example is run via jbpm console it works fine. When run from another web client deployed to the same server, it throws exception below. It only happens on ESB nodes. What could be causing it?
Thanks.
18:09:54,967 ERROR [GraphElement] action threw exception: org.jboss.soa.esb.serv
ices.jbpm.actionhandlers.EsbActionHandler
java.lang.ClassCastException: org.jboss.soa.esb.services.jbpm.actionhandlers.Esb
ActionHandler
at org.jbpm.graph.def.Action.execute(Action.java:121)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(Ja
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209308#4209308
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209308
17 years, 5 months