hjfrank1991 opened a new issue, #17419:
URL: https://github.com/apache/dolphinscheduler/issues/17419

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   org.quartz.core.ErrorLogger:[2401] - An error occurred while scanning for 
the next triggers to fire.
   org.quartz.JobPersistenceException: Couldn't acquire next trigger: Couldn't 
retrieve trigger: Cannot convert the column of type BYTEA to requested type 
long.
           at 
org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2910)
           at 
org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)
           at 
org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)
           at 
org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3849)
           at 
org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)
           at 
org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)
   Caused by: org.quartz.JobPersistenceException: Couldn't retrieve trigger: 
Cannot convert the column of type BYTEA to requested type long.
           at 
org.quartz.impl.jdbcjobstore.JobStoreSupport.retrieveTrigger(JobStoreSupport.java:1538)
           at 
org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2854)
           ... 5 common frames omitted
   Caused by: org.postgresql.util.PSQLException: Cannot convert the column of 
type BYTEA to requested type long.
           at 
org.postgresql.jdbc.PgResultSet.readLongValue(PgResultSet.java:3547)
           at org.postgresql.jdbc.PgResultSet.getLong(PgResultSet.java:2530)
           at org.postgresql.jdbc.PgResultSet.getBlob(PgResultSet.java:456)
           at org.postgresql.jdbc.PgResultSet.getBlob(PgResultSet.java:442)
           at 
com.zaxxer.hikari.pool.HikariProxyResultSet.getBlob(HikariProxyResultSet.java)
           at 
org.quartz.impl.jdbcjobstore.StdJDBCDelegate.getObjectFromBlob(StdJDBCDelegate.java:3190)
           at 
org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTrigger(StdJDBCDelegate.java:1780)
           at 
org.quartz.impl.jdbcjobstore.JobStoreSupport.retrieveTrigger(JobStoreSupport.java:1536)
           ... 6 common frames omitted
   
   ### What you expected to happen
   
   org.quartz.core.ErrorLogger:[2401] - An error occurred while scanning for 
the next triggers to fire.
   org.quartz.JobPersistenceException: Couldn't acquire next trigger: Couldn't 
retrieve trigger: 不良的类型值 long : \x
           at 
org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2910)
           at 
org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2805)
           at 
org.quartz.impl.jdbcjobstore.JobStoreSupport$41.execute(JobStoreSupport.java:2803)
           at 
org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3849)
           at 
org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTriggers(JobStoreSupport.java:2802)
           at 
org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:287)
   Caused by: org.quartz.JobPersistenceException: Couldn't retrieve trigger: 
不良的类型值 long : \x
           at 
org.quartz.impl.jdbcjobstore.JobStoreSupport.retrieveTrigger(JobStoreSupport.java:1538)
           at 
org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:2854)
           ... 5 common frames omitted
   Caused by: org.postgresql.util.PSQLException: 不良的类型值 long : \x
           at org.postgresql.jdbc.PgResultSet.toLong(PgResultSet.java:3328)
           at org.postgresql.jdbc.PgResultSet.getLong(PgResultSet.java:2540)
           at org.postgresql.jdbc.PgResultSet.getBlob(PgResultSet.java:456)
           at org.postgresql.jdbc.PgResultSet.getBlob(PgResultSet.java:442)
           at 
com.zaxxer.hikari.pool.HikariProxyResultSet.getBlob(HikariProxyResultSet.java)
           at 
org.quartz.impl.jdbcjobstore.StdJDBCDelegate.getObjectFromBlob(StdJDBCDelegate.java:3190)
           at 
org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTrigger(StdJDBCDelegate.java:1780)
           at 
org.quartz.impl.jdbcjobstore.JobStoreSupport.retrieveTrigger(JobStoreSupport.java:1536)
           ... 6 common frames omitted
   
   ### How to reproduce
   
   use pg.
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to