Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
In an environment with Postgres 9.5 the JobScheduler has no problems to access the database but the
web service ./jobscheduler/master/api/order?return=JocOrderStatistics
comes with
com.sos.scheduler.engine.plugins.newwebservice.routes.ApiRoute [WARN ] - org.postgresql.util.PSQLException: ERROR: syntax error at or near "not"
Position: 200
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2310)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2023)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:217)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:421)
Desired Behavior
The web service ./jobscheduler/master/api/order?return=JocOrderStatistics should work properly.
Attachments
Issue Links
- is duplicated by
-
JS-1710 HikariPool$PoolInitializationException if JocOrderStatistics is called
- Dismissed