-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Transaction not getting commited on production machine
PostPosted: Sun Apr 24, 2005 1:19 pm 
Senior
Senior

Joined: Tue Mar 02, 2004 6:17 pm
Posts: 151
I've got an identical webapp running under Netbeans' integrated Tomcat server and my production server (using Hibernate3 and MySQL).

For some unknown reason, when I try inserting data on the production machine no records seem to get commited (almost looks like an unflushed session) whereas under the Netbeans server it works fine.

I tried FLUSH TABLES under MySQL, or killing the connections but nothing seems to help. Any idea what could be causing this?

Thanks,
Gili


Top
 Profile  
 
 Post subject: Re: Transaction not getting commited on production machine
PostPosted: Sun Apr 24, 2005 9:28 pm 
Senior
Senior

Joined: Tue Mar 02, 2004 6:17 pm
Posts: 151
I tracked this down to jta-1.0.1.jar in /common/lib in my production machine. If I remove it, commits go through just fine.

Unfortunately I cannot remove that file because JIRA depends upon it being in /common/lib. Does anyone have any ideas why the presence of this file would cause problems? My Hibernate application is using JDBC, not JTA, so in theory it shouldn't be affected by this JAR.


Top
 Profile  
 
 Post subject: Re: Transaction not getting commited on production machine
PostPosted: Sun Apr 24, 2005 10:13 pm 
Senior
Senior

Joined: Tue Mar 02, 2004 6:17 pm
Posts: 151
Fixed!

Was aparently caused by two seperate issues:

1) My web-inf/lib still contained Hibernate2 dependencies -- I had to update them

2) Tomcat was running out of memory during the operation of my application. I've increased the maximum memory limit.

Thanks anyway ;)
Gili


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.