[JBoss jBPM] - Process Not getting deployed while restarting the server.
by dhanushgopinath
Hi,
I have deployed a BPEL Process via API's.
When I restart the Application Server, the deployed process is not getting redeployed automatically.
The Server log throws oout this error 6:45:42,972 INFO [TomcatDeployer] deploy, ctxPath=/BatchMeshHumanTask, warUrl=.../tmp/deploy/tmp61316BatchMeshHumanTask-exp.war/
| 16:45:43,144 ERROR [[/BatchMeshHumanTask]] Error configuring application listener of class org.jbpm.bpel.integration.server.IntegrationConfigurator
| java.lang.ClassNotFoundException: org.jbpm.bpel.integration.server.IntegrationConfigurator
| at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
| at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
| at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3797)
| at org.apache.catalina.core.StandardContext.start(StandardContext.java:4359)
16:45:43,159 ERROR [[/BatchMeshHumanTask]] Skipped installing application listeners due to previous error(s)
| 16:45:43,159 ERROR [StandardContext] Error listenerStart
| 16:45:43,159 ERROR [StandardContext] Context [/BatchMeshHumanTask] startup failed due to previous errors
| 16:45:43,159 WARN [ServiceController] Problem starting service jboss.web.deployment:war=BatchMeshHumanTask.war,id=1202004567
| org.jboss.deployment.DeploymentException: URL file:/D:/JBOSS/jboss-4.2.0.GA/server/default/tmp/deploy/tmp61316BatchMeshHumanTask-exp.war/ deployment failed
| at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:379)
Any idea why is this happening? IS there any listeners that need to be configured after deployment.
Thanks in Advance.
Regards
Dhanush
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185678#4185678
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185678
17 years, 5 months
[JBoss AOP] - Re: How to set a breakpoint for weaved classes.
by smile24
Hello Flavia,
Thanx for really quick answer.
"Still, when I need to debug some aspectized class, I just add the
breakpoint to the parts that I have written and that I want to debug, and it works. Inclusively, it works when I need to debug an aspect, I just add the breakpoint to the aspect itself and Eclipse stops when the aspect execution starts."
Could you write if it is any difference for debugging when I compile code with aopc in ant task so all compiled classes are stored then in my jar file or if I let JBoss to compile aopclasses in deploy time and aopclasses are stored then in .....\tmp\aopdynclasses\ucl... ?
"If you run into a point of the stack where Eclipse gets lost (i.e., where it doesn't show where is the line it is running), just proceed pressing F5 until you get to your aspects code or until you get back to your aspectized class. I'm writing a tutorial about this at our blog, by the way. The part II, that talks about this stuff, should come out really soon."
I read first part and can't wait to read this part II. Wish you the best to finish soon :)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185668#4185668
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185668
17 years, 5 months
[Installation, Configuration & DEPLOYMENT] - Re: Migrating from JBoss 3.2.6 to JBoss 4.2
by jaikiran
"gunjan_versata" wrote :
| Even still I am getting NoClassDefFoundError in 4.2.0(GA) for the thrid-party jars.
| On putting them inside the lib it seems to work. Is it mandatory now? Or can i change the setting somewhere?
|
You will have to post more details. The application packaging did not show up well, so not sure how the application is packaged. You can post the output of
jar -tf sample.ear
and
jar -tf mydemo.war
Post the entire exception stacktrace that you are seeing and also let us know where that class is placed (in which jar). Also post the contents of the application.xml and jboss-app.xml (and maybe even the MANIFEST.mf file).
"gunjan_versata" wrote :
| 3. For the html apps. We are facing the error Non-serializable-attribute in the function setAttribute. On removing the distributable tag from web.xml, it works. Is there any way to get it working with distributable tag??
|
|
Making an application distributable probably enables persisting the HTTPSession information. So your HTTPSession should not contain non-serializable attributes.
While posting the logs or code or xml content, remember to wrap it in a code block using the Code button in the message editor window and please hit the Preview button to make sure your post is correctly formatted
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185666#4185666
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185666
17 years, 5 months