Hello,

I can't reproduce this, but here is something you could try which might shed 
some light on your problem.  First, login using srfsh to get a auth token:

srfsh# login admin YOUR_PASSWORD

Next, use the returned token (the long hex value after "Login Session:") to try 
running the "ranged.retrieve" manually.

srfsh# request open-ils.actor 
open-ils.actor.org_unit_setting.values.ranged.retrieve "YOUR_AUTH_TOKEN", "4"

The "4" there is BR1 in the example data; adjust if needed.

If that request doesn't at a minimum return an empty hash, something else is 
wrong, and hopefully we'll get a better error message.

Good luck,
Dan


Daniel Wells
Library Programmer/Analyst
Hekman Library, Calvin College
616.526.7133

From: [email protected] 
[mailto:[email protected]] On Behalf Of Peter Lux
Sent: Thursday, November 21, 2013 10:29 AM
To: [email protected]
Subject: [OPEN-ILS-DEV] 2.5 client issues

Hi,

I have two fresh installs, one on debian squeeze, one on ubuntu precise.

For both instances, the http response is fine as are srfsh checks against the 
admin login supplied when the base sql script is run. However, with just that 
raw ( no records or changes to default 2.5 sql) the 2.5 windows client fails 
after authentication and workstation registry with the following error.

Network or server failure. Please check your Internet connection to 
137.149.200.52 and choose Retry Network. If you need to enter Offline Mode, 
choose Ignore Errors in this and subsequent dialogues. If you believe this 
error is due to a bug in Evergreen and not network problems, please contact 
your help desk or friendly Evergreen administrators, and give them this 
information:
method=open-ils.actor.org_unit_setting.values.ranged.retrieve
params=["9b3fd3b2e90fb00dd79585b7b119ab63","4"]
THROWN:
{"fileName":"oils://remote/js/dojo/dojo/dojo.js","lineNumber":152}
STATUS:


I'm not seeing errors in the /openils/var/log files although you can see 
successful connections.   The client in all cases authenticates successfully 
and has registered the workstation.

Any idea if this is a known issue?

Reply via email to