Hi Deborah,
I don't know where "Error:1" is coming from but if this is still
happening it might be worth copying the latest (trunk) copies of the
.bat scripts to your environment and trying them.
They can be downloaded here:
https://fedora-commons.svn.sourceforge.net/svnroot/fedora-commons/fedor
Arne,
On Mon, Apr 6, 2009 at 9:46 AM, arne anka wrote:
> doing in my code
>
> l.87: myFClient = new FedoraClient("url", "user", "password");
> l.88: myFedoraAPIA = myFClient.getAPIA();
>
> produces an exception (see below), because getAPIA() apparently tries to
> access http://localhost:8180/barc
Hello,
I am currently trying to get the PROAI based OAI Provider
(http://fedora-commons.org/confluence/display/FCSVCS/OAI+Provider+Service+1.2)
to work with Fedora 3.1. I've made a checkout of the code and built the
WAR file for it, and after some tweaking with the configuration files,
it is n
doing in my code
l.87: myFClient = new FedoraClient("url", "user", "password");
l.88: myFedoraAPIA = myFClient.getAPIA();
produces an exception (see below), because getAPIA() apparently tries to
access http://localhost:8180/barclient2/describe?xml=true
while trying to solve the issue i noticed,