Hmmm, this is weird. The contents of the deploy folder show that your application is present in that folder:
anonymous wrote : 28.05.2009 10:56 796 testShop-ds.xml
| 28.05.2009 10:56 11.665.500 testShop-ear.ear
|
But the logs that you posted shows no signs of this being picked up. Did you do any changes to a clean installation of JBoss? And just to be clear - you are not trying hot deployment, are you?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234053#4234053
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234053
"arthurpdittle" wrote : I've run into the same issue. I'm running jboss 5.1, jdk 1.6, on windows. Any know what is wrong?
|
| -Arthur
Arthur, please open a new thread to discuss this issue. In the new thread please provide more details about the issue you are running into, including the entire exception stacktrace, the exact version of Java and JBoss you use and the operating system.
While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to ensure that your post is correctly formatted.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234051#4234051
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234051
"dakiar" wrote :
| I cannot for the world of me understand how it even finds this old code!
|
| Please help !!! If you need anymore info please let me know!
By old code, you mean the java code? Maybe your classpath has a jar containing the old code and is being picked up by the application? Can you post the console output (not the server.log)? And a bit more details about how you access this code/jsp.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234049#4234049
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234049
Our JBoss server in production became very slow so we had to bounce it. But we were able to get some important information. We found this kind of messages in our log file
May 29, 01:25:41 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.BasicAction_58] - Abort of action id ad7d147:95eb:4a1f69f5:7f4 invoked while multiple threads active within it.
May 29, 01:25:41 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.CheckedAction_2] - CheckedAction::check - atomic action ad7d147:95eb:4a1f69f5:7f4 aborting with 1 threads active!
Also we found out that "JMS SessionPool " thread went very high along with the Worker Thread. Please help.
Thanks,
Pratim
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234042#4234042
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234042
You configure jBPM to handle the transactions:
<field name="isTransactionEnabled"><true/></field>
but you comment out
<!-- configuration property used by persistence service impl org.jbpm.persistence.db.DbPersistenceSer
| viceFactory
| <string name="resource.hibernate.cfg.xml" value="hibernate.cfg.xml" />
| -->
(check the comment). So my wild guess is that you need a hibernate config to make it work.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234038#4234038
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234038