在网上搜索了许多上图错误信息都没得到启发,知道看到大佬一篇随笔postgres 中报错 org.quartz.JobPersistenceException: Couldn't store trigger,invalid stream header quartz 使用的表qrtz_job_details 中的字段 job_data 字段类型不正确, 在 mydql 中,是 blob 类型,二进制 大对象,但在postgres数据库中是没有 blob...
Investigating a bit I see that this "StreamCorruptedException: invalid stream header: EFBFBDEF" could indicate some problem with type conversions..but it wouldn't make much sense that there is any problem fetching and sending the data here since the testing part works. I've seen some recommenda...
在网上搜索了许多上图错误信息都没得到启发,知道看到大佬一篇随笔postgres 中报错 org.quartz.JobPersistenceException: Couldn't store trigger,invalid stream header quartz 使用的表qrtz_job_details 中的字段 job_data 字段类型不正确, 在 mydql 中,是 blob 类型,二进制 大对象,但在postgres数据库中是没有 blob...