JDBCPools scheduler stuck at Next Run 0.0 - Active

I got this error after expanding the stacktrace, also i got information that the JDBCPools Schema is Copied from another Environment like SIT to UAT, is that possible to use this JDBCPools by only importing DB dmp?

java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:542)
at java.lang.Integer.valueOf(Integer.java:766)
at com.wm.app.b2b.server.scheduler.TimeMigrator.checkDBLevel(TimeMigrator.java:103)
at com.wm.app.b2b.server.scheduler.ScheduleDB.init(ScheduleDB.java:374)
at com.wm.app.b2b.server.scheduler.ScheduleManager.run(ScheduleManager.java:173)
at com.wm.util.pool.PooledThread.run(PooledThread.java:127)
at java.lang.Thread.run(Thread.java:748)