[OPEN-ILS-DEV] Re: Build errors on Debian -- Org_Utils.js

Jason Etheridge jasone at georgialibraries.org
Fri Mar 31 16:00:51 EST 2006


On 3/31/06, Don McMorris <don.mcmorris at gmail.com> wrote:
> OPAC seems to be running... One sec while I enable a port forward <a
> good 2 minutes later> http://24.195.108.130:60080

It looks like the OPAC won't work through a port forward setup like
that.  Bill says  he can see where the server side includes are
probably breaking things.  But that's a separate issue.

I get the same error you do with the staff client.

When I try to hand craft some gateway URL's, it takes a long time to
return a result, and the results are weird. :D

http://dev.gapines.org/restgateway?service=open-ils.auth&method=test
Gives a Status of 404, which it should.

http://24.195.108.130:60080/restgateway?service=open-ils.auth&method=test
Gives a Status of 0.  Hrmm.

http://dev.gapines.org/restgateway?service=open-ils.auth&method=open-ils.auth.authenticate.init&param=%22admin%22
Gives a Status of 200, and a decent payload.

http://24.195.108.130:60080/restgateway?service=open-ils.auth&method=open-ils.auth.authenticate.init&param=%22admin%22
Gives another 0.  Yeah, something is broken there.

Anything in the server side logs?

-- Jason


More information about the Open-ils-dev mailing list