Cannot add resource to berkeley dbxml container
Posted: Tue Oct 13, 2009 5:51 pm
Configuration
- Oxygen 11
- dbxml-2.5.13
- Mac OS X Snow Leopard
I'm able to:
- connect to a dbxml database
- create a container
But I'm not able to add a resource. If I select a xml file to load to the DB, nothing happens.
I can load a XML file from the dbxml shell and this file is shown in Oxygen then.
When I open this file, change it and save it back, I'll get
- Oxygen 11
- dbxml-2.5.13
- Mac OS X Snow Leopard
I'm able to:
- connect to a dbxml database
- create a container
But I'm not able to add a resource. If I select a xml file to load to the DB, nothing happens.
I can load a XML file from the dbxml shell and this file is shown in Oxygen then.
When I open this file, change it and save it back, I'll get
Code: Select all
[ class ro.sync.exml.editor.L.D ] - java.lang.IllegalArgumentException: Invalid argument: txn_begin interface requires an environment configured for the transaction subsystem
java.lang.IllegalArgumentException: Invalid argument: txn_begin interface requires an environment configured for the transaction subsystem
at com.sleepycat.db.internal.db_javaJNI.DbEnv_txn_begin(Native Method)
at com.sleepycat.db.internal.DbEnv.txn_begin(DbEnv.java:538)
at com.sleepycat.db.TransactionConfig.beginTransaction(TransactionConfig.java:355)
at com.sleepycat.db.Environment.beginTransaction(Environment.java:1153)
at com.sleepycat.dbxml.XmlManager.createTransaction(XmlManager.java:266)
at com.sleepycat.dbxml.XmlManager.createTransaction(XmlManager.java:277)
at ro.sync.db.nxd.berkeley.BerkeleySession$_B.close(Unknown Source)
at sun.nio.cs.StreamEncoder.implClose(StreamEncoder.java:301)
at sun.nio.cs.StreamEncoder.close(StreamEncoder.java:130)
at java.io.OutputStreamWriter.close(OutputStreamWriter.java:216)
at java.io.FilterWriter.close(FilterWriter.java:87)
at java.io.BufferedWriter.close(BufferedWriter.java:248)
at ro.sync.exml.editor.QA.A(Unknown Source)
at ro.sync.exml.editor.QA.F(Unknown Source)
at ro.sync.exml.editor.CB.Ў(Unknown Source)
at ro.sync.exml.editor.L.D.ۊ(Unknown Source)
at ro.sync.exml.editor.L.D.K(Unknown Source)
at ro.sync.exml.editor.L.D$1.actionPerformed(Unknown Source)
at ro.sync.ui.application.A.P$_A$1.ᄤ(Unknown Source)
at ro.sync.ui.application.O.run(Unknown Source)