"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
I am running a jboss 4.0 server and I have a built a new version of a war file.
I deleted the old war file and placed the new one in the jboss folder, it still runs the old java code. I tried to shutdown jboss, restart the server etc. Still same thing. I tried to remove jsp files from the war file, and the jsp I removed are not accessible, so it must be it is using this war file. But still the old code. Stop jboss clear all temp and work folder, delete all bin files and everything on my PC rebuild the war, check so the war have new classes added and updated dates for all classes. Place the war in Jboss folder....... still runs the old code.
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!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234033#4234033
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234033