17 Aug 2004 15:33
Re: TransactionManager - Aborting transaction failed
Martin Kersten <Martin.Kersten <at> Student.Uni-Magdeburg.DE>
2004-08-17 13:33:59 GMT
2004-08-17 13:33:59 GMT
Hi, > I have just started to get the following error - is there an easy > explantation? This is an very odd situation. If you ae using an windows/dos maschine (you forgot to tell us), I guess your operating system has ran out of file handles. Please check how many open files you have and refer to your operating system manual (check google for instance :) how to increase the amount of available file handles. (usally it is 20 on Win98). Cheers, Martin (Kersten) PS: I am not sure this is the solution but hey... I guess so. > > WARN [main] TransactionManager - Aborting transaction failed: > ta[id=25110,blocker=null] > java.io.IOException: Too many open files > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.<init>(FileInputStream.java:106) > at java.io.FileInputStream.<init>(FileInputStream.java:66) > at > org.ozoneDB.core.storage.wizardStore.ClusterStore.loadData(Unknown > Source) > at > org.ozoneDB.core.storage.wizardStore.ClusterStore.loadCluster(Unknown > Source) > at > org.ozoneDB.core.storage.wizardStore.ClusterStore.abortCluster(Unknown > Source) > at > org.ozoneDB.core.storage.wizardStore.WizardStore.abortTransaction(Unknow > n Source) > at org.ozoneDB.core.Transaction.abort(Unknown Source) > at org.ozoneDB.core.TransactionManager.abortTransaction(Unknown > Source) > at > org.ozoneDB.core.TransactionManager.completeTransaction(Unknown Source) > at org.ozoneDB.core.TransactionManager.handleCommand(Unknown > Source) > at org.ozoneDB.core.DbRemote.DbLocalClient.send(Unknown Source) > at org.ozoneDB.ExternalDatabase.sendCommand(Unknown Source) > at org.ozoneDB.ExternalDatabase.sendCommand(Unknown Source) > at org.ozoneDB.ExternalDatabase.invoke(Unknown Source) > at PatchManImpl_Proxy.build(PatchManImpl_Proxy.java:77) > at Test.main(Test.java:105) > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Ozone-users mailing list > Ozone-users <at> lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ozone-users ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
RSS Feed