Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2017
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. Staff Client at login:
  2.  
  3. Network or server failure. Please check your Internet connection to csharp-master-trusty and choose Retry Network. If you need to enter Offline Mode, choose Ignore Errors in this and subsequent dialogs. 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:
  4. method=open-ils.pcrud.search.atb.atomic
  5. params=["<REDACTED>?",{"-or":[{"ws":"t"},{"usr":1},{"org":["1","2","4","5","8"]}]},{"order_by":{"atb":"label"}}]
  6. THROWN:
  7. {"payload":[],"debug":"osrfMethodException : Severe query error -- see error log for more details","status":500}
  8. STATUS:
  9.  
  10. osrferror:
  11.  
  12. 2017-02-02 13:34:31 csharp-master-trusty open-ils.pcrud: [ERR :21485:oils_sql.c:5930:14859949502173639] open-ils.pcrud: Error retrieving actor::toolbar with query [SELECT "atb".id, "atb".usr, "atb".org, "atb".ws, oils_i18n_xlate('actor.toolbar', 'atb', 'label', 'id', "atb".id::TEXT, 'en-US') AS "label", "atb".layout FROM actor.toolbar AS "atb" WHERE ( ( "atb".ws = 't' ) OR ( "atb".usr = 1 ) OR ( "atb".org IN ('1', '2', '4', '5', '8') ) ) ORDER BY label;]: 3484946 3484946: ERROR: invalid input syntax for integer: "t"
  13. LINE 1: ... FROM actor.toolbar AS "atb" WHERE ( ( "atb".ws = 't' ) OR (...
  14. ^
  15. 2017-02-02 13:34:31 csharp-master-trusty osrf_json_gw: [ERR :21736:./osrf_json_gateway.c:373:14859949502173639] Gateway received error: Severe query error -- see error log for more details
  16.  
  17. PG log:
  18.  
  19. 2017-02-02 13:34:31 csharp-master-trusty postgres[21486]: [249-1] 2017-02-02 13:34:31 EST ERROR: invalid input syntax for integer: "t" at character 205
  20. 2017-02-02 13:34:31 csharp-master-trusty postgres[21486]: [249-2] 2017-02-02 13:34:31 EST STATEMENT: SELECT "atb".id, "atb".usr, "atb".org, "atb".ws, oils_i18n_xlate('actor.toolbar', 'atb', 'label', 'id', "atb".id::TEXT, 'en-US') AS "label", "atb".layout FROM actor.toolbar AS "atb" WHERE ( ( "atb".ws = 't' ) OR ( "atb".usr = 1 ) OR ( "atb".org IN ('1', '2', '4', '5', '8') ) ) ORDER BY label;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement