Unable to connect to exist

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Unable to connect to exist

stacyladnier
I have the nightly build from 7/6/09. When trying to connect to exist using the exist Admin Client, I get an XMLDBException while retrieving collection: Server returned HTTP response code 500 for URL http://localhost:8080/orbeon/exist/xmlrpc.

I have never had issues connecting the exist with any other build I have used. The account and URL are the same as I have always used. Is this a bug in the nightly build? Anyone else experience this issue?
Reply | Threaded
Open this post in threaded view
|

Re: Unable to connect to exist

Alessandro Vernet
Administrator
Stacy,

stacyladnier wrote
I have the nightly build from 7/6/09. When trying to connect to exist using the exist Admin Client, I get an XMLDBException while retrieving collection: Server returned HTTP response code 500 for URL http://localhost:8080/orbeon/exist/xmlrpc.

I have never had issues connecting the exist with any other build I have used. The account and URL are the same as I have always used. Is this a bug in the nightly build? Anyone else experience this issue?
I think we are missing ws-commons-util-1.0.2.jar. You can get it from:

http://www.jarfinder.com/index.php/jars/versionInfo/17466

After you add it to the WEB-INF/lib and restart Tomcat, you'll let us know if you can connect to the embedded eXist with the eXist client. If this is the only file missing, we can easily add it to the build.

Alex
Reply | Threaded
Open this post in threaded view
|

Re: Re: Unable to connect to exist

stacyladnier
In reply to this post by stacyladnier
Alex,

Adding the file corrected the issue. Will this be corrected in
tomorrow's nightly build?

THANKS FOR HELPING!!!
Stacy

----- Original Message -----
From: Alessandro Vernet <[hidden email]>
Date: Wednesday, July 8, 2009 10:01 pm
Subject: [ops-users] Re: Unable to connect to exist

>
> Stacy,
>
>
> stacyladnier wrote:
> >
> > I have the nightly build from 7/6/09. When trying to connect to
> exist> using the exist Admin Client, I get an XMLDBException while
> retrieving> collection: Server returned HTTP response code 500 for URL
> > http://localhost:8080/orbeon/exist/xmlrpc.
> >
> > I have never had issues connecting the exist with any other build
> I have
> > used. The account and URL are the same as I have always used. Is
> this a
> > bug in the nightly build? Anyone else experience this issue?
> >
>
> I think we are missing ws-commons-util-1.0.2.jar. You can get it from:
>
> http://www.jarfinder.com/index.php/jars/versionInfo/17466
>
> After you add it to the WEB-INF/lib and restart Tomcat, you'll let
> us know
> if you can connect to the embedded eXist with the eXist client. If
> this is
> the only file missing, we can easily add it to the build.
>
> Alex
>
> -----
> Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
> Orbeon's Blog: http://www.orbeon.com/blog/
> Personal Blog: http://avernet.blogspot.com/
> Twitter - http://twitter.com/avernet
> --
> View this message in context: http://www.nabble.com/Unable-to-
> connect-to-exist-tp24390887p24402927.html
> Sent from the ObjectWeb OPS - Users mailing list archive at
> Nabble.com.
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Unable to connect to exist

Alessandro Vernet
Administrator
Stacy,

stacyladnier wrote
Adding the file corrected the issue. Will this be corrected in
tomorrow's nightly build?
I just checked in the jar file and the updated build file. And yes, this will be in the next nightly build. For reference, the bug was:

http://forge.ow2.org/tracker/index.php?func=detail&aid=314047&group_id=168&atid=350207

Alex