From: Joe W. <jo...@gm...> - 2011-03-02 23:17:56
|
Hi all, When trying to open any file in the db with oXygen (browsing to it using XMLRPC-based data source connection in the Data Source Explorer pane), I get this error in oXygen: === The application detected an error that is not automatically handled. It is possible that this error is not critical and the application may continue to work normally but our recommendation is to report the error and restart the application. If the application has become unstable and cannot be closed normally, you can use the Force Quit button from this dialog. Be aware that by doing this you will lose all unsaved changes in the opened documents. Here are the error details: [ Resource Opener ] - java.lang.NoClassDefFoundError: org/exist/xmldb/RemoteUserManagementService java.lang.NoClassDefFoundError: org/exist/xmldb/RemoteUserManagementService at org.exist.xmldb.RemoteCollection.getService(RemoteCollection.java:242) at ro.sync.db.nxd.exist.i.gd(Unknown Source) at ro.sync.exml.editor.t.v$25.c(Unknown Source) at ro.sync.db.nxd.c.be(Unknown Source) at ro.sync.db.nxd.c$_f$1.tkh(Unknown Source) at ro.sync.ui.application.q.run(Unknown Source) === This problem didn't begin precisely with rev. 13895 but with recent builds in the last week or two. (It is definitely later than 12715, which I also have running locally and which doesn't exhibit the error.) This happens with any file, but a test file that has this problem is /db/mods/eXist/uuid-0687412F-777A-46B8-933D-C1DD19AAD919.xml -- data loaded via the Install Documentation tab. This error does not occur at all if I use a WebDAV-based data source connection on rev. 13895. So the problem is limited to XMLRPC-based connections. (Note I did define this Data Source Connection using the 5 jars bundled with rev. 13895: exist.jar and lib/core/ ws-commons-util-1.0.2.jar, xmldb.jar, xmlrpc-client-3.1.3.jar, and xmlrpc-common-3.1.3.jar. Is anyone else seeing this? Does anyone have any suggestions? I'm happy to troubleshoot or test new builds. Joe |