Thanks, we added a better log for that case: http://jira.nuxeo.org/browse/NXP-4408 Meanwhile you can find out what's happening by adding a breakpoint in PostCommitSynchronousRunner.MonoThreadExecutor in the catch (Throwable t) case. Or just apply the patch in the ticket above.
Florent On Wed, Nov 25, 2009 at 5:27 PM, Alvaro De Andres Gomez <[email protected]> wrote: > > Hello, > > > > We were working with Nuxeo 5.2 with the embedded database. Now we’ve moved to > Nuxeo 5.3 and MySQL as database with no apparent problem. Everything seems to > be working correctly but one listener associated to a create document event. > > > > In this listener we call the transformation service to perform an XSL > transformation like this: > > > > final TransformServiceCommon service = > TransformServiceDelegate.getLocalTransformService(); > > > > However, it seems it hangs at some point there, as the debug process finishes > without doing anything. > > > > We also see the following in the log: > > > > 17:12:33,664 DEBUG [IdleRemover] run: IdleRemover notifying pools, interval: > 450000 > > 17:12:35,946 DEBUG [EventBundleTransactionHandler] Rolling back transaction > > 17:12:35,946 DEBUG [PersistenceContext] Saving persistence context > > 17:12:35,961 DEBUG [PersistenceContext] End of save > > 17:12:35,961 DEBUG [ManagedConnectionImpl] closeConnections: > org.nuxeo.ecm.core.storage.sql.ra.managedconnectioni...@714180 > > 17:12:35,961 DEBUG [ManagedConnectionImpl] closing connection: > org.nuxeo.ecm.core.storage.sql.ra.connectioni...@ab6a15 > > 17:12:35,993 DEBUG [ManagedConnectionImpl] cleanup: > org.nuxeo.ecm.core.storage.sql.ra.managedconnectioni...@714180 > > > > Regards, > > -- Florent Guillaume, Director of R&D, Nuxeo Open Source, Java EE based, Enterprise Content Management (ECM) http://www.nuxeo.com http://www.nuxeo.org +33 1 40 33 79 87 _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
