[Beginner's Corner] - Getting error while starting the server
by Harikrishna S
Harikrishna S [https://community.jboss.org/people/harikrishnas] created the discussion
"Getting error while starting the server"
To view the discussion, visit: https://community.jboss.org/message/715381#715381
--------------------------------------------------------------
Hi All,
I have installed jboss 4.2.3 and getting the below error while starting the server
10:57:19,715 WARN [JMSContainerInvoker] destination not found: queue/ProfileMDB
reason: javax.naming.NameNotFoundException: queue not bound
10:57:19,730 WARN [JMSContainerInvoker] creating a new temporary destination: q
ueue/ProfileMDB
10:57:19,746 ERROR [JMSContainerInvoker] Reconnect failed: JMS provider failure
detected for ProfileMDB
org.jboss.deployment.DeploymentException: Error during queue setup; - nested thr
owable: (javax.management.InstanceNotFoundException: jboss.mq:service=Destinatio
nManager is not registered.)
at org.jboss.deployment.DeploymentException.rethrowAsDeploymentException
(DeploymentException.java:53)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSC
ontainerInvoker.java:811)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl$E
xceptionListenerRunnable.run(JMSContainerInvoker.java:1428)
at java.lang.Thread.run(Thread.java:595)
Caused by: javax.management.InstanceNotFoundException: jboss.mq:service=Destinat
ionManager is not registered.
at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistr
y.java:523)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:653)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.createDestination(JMSCo
ntainerInvoker.java:1113)
What could be the cause for this issue?
Is there any fix or workaround there?
Regards,
Hari
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/715381#715381]
Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 11 months
[jBPM] - Extending Existing Richfaces Project
by John Bize
John Bize [https://community.jboss.org/people/jbize] created the discussion
"Extending Existing Richfaces Project"
To view the discussion, visit: https://community.jboss.org/message/648849#648849
--------------------------------------------------------------
Hi,
An existing Maven WAR project uses the following technologies: Spring3.1, Hibernate3.5/JPA2, JSF2/Richfaces4.1, & JEE Security. I now need to extend it to add workflow, so I am evaluating jBPM for that. The application is role based in that when a user logs in, he is presented a different view of the application and data based on his roles. Likewise, once the new workflow component is added, the user will also be presented with a list (inbox?) of pending tasks/activities (Human Tasks?) based on his role (JEE Security role as in "HttpServletRequest.isUserInRole()"). I would prefer to use Tomcat 6 or 7 as the AS, with all the relevant libraries in the WAR, not the AS.
My first question: Is jBPM suited (the best choice) for this?
And if it is, are there available examples to help me through this?
I am very new to jBPM, though I have some past experience with ALBPM6 (now Oracle BPM of course).
Should I be starting with the jBPM5 demo? It's not clear to me what the "ant start.human.task" piece is doing. Is that used to run the various examples in eclipse (JVM)? I've run some of the "ProcessTest" examples in the "jbpm-examples" project and I've noticed that they do not exit when the workflows are complete. Is this intentional behavior? (I haven't looked to see what threads remain.)
Any help, tips, suggestions, or examples would be greatly appreciated.
Thank you very much.
John
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/648849#648849]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 11 months