Problems adding large files in multiple threads
-----------------------------------------------

                 Key: NXP-6937
                 URL: https://jira.nuxeo.com/browse/NXP-6937
             Project: Nuxeo Enterprise Platform
          Issue Type: Bug
            Reporter: Joe Kay
            Priority: Major
         Attachments: server.log

We have been trying to add multiple large documents (1 GB +) to our Nuxeo DM 
system at the same time using different threads.  When we do this with smaller 
files, everything works.  However, when we do this with larger files we are 
getting the following exception:  

2011-05-19 13:24:52,574 DEBUG [org.nuxeo.runtime.transaction.TransactionHelper] 
[http-0.0.0.0-8080-5] Unable to commit/rollback  
org.apache.geronimo.transaction.GeronimoUserTransaction@4c6ed9d1
javax.transaction.RollbackException: Unable to commit: transaction marked for 
rollback

The exception is occurring at the end of our operation when the transaction is 
supposed to be committed.  I have attached a log showing both completed 
transactions and transactions that have failed.  See the log starting at line 
13636 (timestamp 13:19:05) for a successful case and line 16838 (timestamp 
13:24:52) for a failed case.

We did some research in the code and found the code that is throwing the 
exception in the log.  It is in the method commitOrRollbackTranscation in class 
org.nuxeo.runtime.transaction.TransactionHelper in commitOrRollbackTransaction. 
 However, we aren't sure if that is where the problem is, or if there is 
another issue.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to