Advertisement
psi_mmobile

Untitled

Aug 30th, 2022
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. ERROR
  2. Object { headers: {…}, status: 503, statusText: "OK", url: "https://ords.traxxeo.com/calendar/vehicle-owner", ok: false, name: "HttpErrorResponse", message: "Http failure response for https://ords.traxxeo.com/calendar/vehicle-owner: 503 OK", error: {…} }
  3. error: Object { code: "ServiceUnavailable", title: "Service Unavailable", message: "ORDS was unable to make a connection to the database. This can occur if the database is unavailable, the maximum number of sessions has been reached or the pool is not correctly configured. The connection pool named: |apex|pu| had the following error(s): Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: All connections in the Universal Connection Pool are in use - [ 50, 50, 202, 152, 0, 50, 13, 0, 49 ] ", … }
  4. ​​
  5. code: "ServiceUnavailable"
  6. ​​
  7. instance: "tag:oracle.com,2020:ecid/ClZd6IQtbGAOSEUtik4XuQ"
  8. ​​
  9. message: "ORDS was unable to make a connection to the database. This can occur if the database is unavailable, the maximum number of sessions has been reached or the pool is not correctly configured. The connection pool named: |apex|pu| had the following error(s): Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: All connections in the Universal Connection Pool are in use - [ 50, 50, 202, 152, 0, 50, 13, 0, 49 ] "
  10. ​​
  11. title: "Service Unavailable"
  12. ​​
  13. type: "tag:oracle.com,2020:error/ServiceUnavailable"
  14. ​​
  15. <prototype>: Object { … }
  16. headers: Object { normalizedNames: Map(0), lazyUpdate: null, lazyInit: lazyInit() }
  17. message: "Http failure response for https://ords.traxxeo.com/calendar/vehicle-owner: 503 OK"
  18. name: "HttpErrorResponse"
  19. ok: false
  20. status: 503
  21. statusText: "OK"
  22. url: "https://ords.traxxeo.com/calendar/vehicle-owner"
  23. <prototype>: Object { … }
  24. core.js:6486
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement