Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] webadmin eXist db connection for creation of SSHTELNET MP 3.0-RC1

Subject: perfsonar development work

List archive

Re: [pS-dev] webadmin eXist db connection for creation of SSHTELNET MP 3.0-RC1


Chronological Thread 
  • From: Stijn Melis <>
  • To: Michael Michalis <>
  • Cc: Loukik Kudarimoti <>, "" <>
  • Subject: Re: [pS-dev] webadmin eXist db connection for creation of SSHTELNET MP 3.0-RC1
  • Date: Tue, 29 Jan 2008 17:29:07 +0100

I tried it with the URI equal to xmldb:exist://127.0.0.1:8680/exist/xmlrpc/db and also with 127.0.0.1:8680/exist/xmlrpc/db, but this doesn't seem to work either.

You don't need to add the /db at the end of the URI. The manager by default is connected to the root of the eXist. Omitting "/db" will probably solve the problem. To get the root colection use manager.getCollection(null); I hope this helps. Buzz if you have any more problems.

bzzz ;)

I tried it again, and this time I get the following output:

adminPass: admin
newAdminPass: admin
creating eXist stuff
existURI to connect to: 127.0.0.1:8680/exist/xmlrpc
username to use: admin
password to use: admin
org.xmldb.api.base.XMLDBException:
at org.xmldb.api.DatabaseManager.getDatabase(Unknown Source)
at org.xmldb.api.DatabaseManager.getCollection(Unknown Source)
at perfSONARWebAdmin.auxiliary.xmlDB.xmlDBManagerImpl.<init>(xmlDBManagerImpl.java:57)
...

It still doesn't seem to connect to the database and I can't really see what is causing the problem.


Stijn

Michalis



Archive powered by MHonArc 2.6.16.

Top of Page