BorisOsipov / reportportal-js-client

Apache License 2.0
2 stars 4 forks source link

Error: Request failed with status code 500: {"errorCode":5000,"message":"Unclassified error [org.hibernate.exception.GenericJDBCException: could not execute statement]"} #33

Open ilyaminovich opened 1 year ago

ilyaminovich commented 1 year ago

Hello, could you please help me with several issue, everything works fine previous week, but yesterday we faced such issue during tests run

Error: Request failed with status code 500: {"errorCode":5000,"message":"Unclassified error [org.hibernate.exception.GenericJDBCException: could not execute statement]"}

the full log looks like:

[0-0] Error: Request failed with status code 500: {"errorCode":5000,"message":"Unclassified error [org.hibernate.exception.GenericJDBCException: could not execute statement]"} [0-0] at /Users/Ilya_Minovich/Documents/NEW FRAME/epm-staf-e2e-tests-wdio/node_modules/reportportal-js-client/lib/rest.js:33:23 [0-0] at processTicksAndRejections (node:internal/process/task_queues:96:5) { [0-0] [Symbol(originalCallSite)]: [ CallSite {}, CallSite {} ], [0-0] [Symbol(mutatedCallSite)]: [ CallSite {}, CallSite {} ] [0-0] }

reportportal-js-client version - 2.2.1 wdio-reportportal-reporter@7.6.0 wdio-reportportal-service@7.3.1

BorisOsipov commented 1 year ago

status code 500

500 is the server error response code indicates that the server encountered an unexpected condition that prevented it from fulfilling the request. Please check report portal services logs and fix your RP server instance.