[OPEN-ILS-DEV] Trying out staff client with new install (long)
Josh Stompro
stomproj at larl.org
Tue May 23 18:11:38 EDT 2006
srfsh login attempt.
srfsh# login admin open-ils
Received Data: "e867985f1e68ba81099bc0d004140171"
------------------------------------
Request Completed Successfully
Request Time in seconds: 0.041211
------------------------------------
Received Data: {
"ilsevent":1000,
"textcode":"LOGIN_FAILED",
"desc":"User login failed",
"pid":29575,
"stacktrace":"oils_auth.c:339"
}
------------------------------------
Request Completed Successfully
Request Time in seconds: 60.159571
------------------------------------
Login Session: (null). Session timeout: 0.000000
>>>>>
oils_auth.c
>>>>>
335 if(uname) userObj = oilsUtilsFetchUserByUsername( uname );
336 else if(barcode) userObj = oilsUtilsFetchUserByBarcode(
barcode );
337
338 if(!userObj) {
339 response = oilsNewEvent( OSRF_LOG_MARK,
OILS_EVENT_AUTH_FAILED );
340 osrfAppRespondComplete( ctx,
oilsEventToJSON(response) );
341 oilsEventFree(response);
342 free(barcode);
343 return 0;
344 }
>>>>>
I'm still getting these errors, but I'm not familiar with mcm.
[NOTICE at 1148417152.446259] mcm_server_connect():2302: Software caused
connection abort
[NOTICE at 1148417152.446348] mcm_server_connect_next_avail():2333:
Software caused connection abort
[WARN at 1148417152.446361] mcm_server_connect_next_avail():2338
What is the mcm_server?
Josh
More information about the Open-ils-dev
mailing list