Options

Could not restore timer

rachel_lomaskyrachel_lomasky Member Posts: 52 Guru
edited November 2018 in Help

I made a new AWS instance with RapidMiner server on it, more storage than the old one.  However, when I go to start it, I get:

02:39:14,519 ERROR [org.jboss.as.ejb3] (EJB default - 34) JBAS014129: Could not restore timer from /opt/rapidminer/standalone/data/timer-service-data/rapidminer-server-ear.rapidminer-server-ejb.TriggerEJBImpl/e25c9a67-bb2f-4c8b-8e2d-c24e5d625910: java.io.EOFException: Read past end of file
at org.jboss.marshalling.SimpleDataInput.eofOnRead(SimpleDataInput.java:151) [jboss-marshalling-1.4.10.Final-redhat-1.jar:1.4.10.Final-redhat-1]
at org.jboss.marshalling.SimpleDataInput.readUnsignedByteDirect(SimpleDataInput.java:294) [jboss-marshalling-1.4.10.Final-redhat-1.jar:1.4.10.Final-redhat-1]
at org.jboss.marshalling.SimpleDataInput.readUnsignedByte(SimpleDataInput.java:249) [jboss-marshalling-1.4.10.Final-redhat-1.jar:1.4.10.Final-redhat-1]
at org.jboss.marshalling.river.RiverUnmarshaller.start(RiverUnmarshaller.java:1247) [jboss-marshalling-river-1.4.10.Final-redhat-1.jar:1.4.10.Final-redhat-1]
at org.jboss.as.ejb3.timerservice.persistence.filestore.FileTimerPersistence.loadTimersFromFile(FileTimerPersistence.java:309) [jboss-as-ejb3-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
at org.jboss.as.ejb3.timerservice.persistence.filestore.FileTimerPersistence.getTimers(FileTimerPersistence.java:290) [jboss-as-ejb3-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
at org.jboss.as.ejb3.timerservice.persistence.filestore.FileTimerPersistence.persistTimer(FileTimerPersistence.java:172) [jboss-as-ejb3-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
at org.jboss.as.ejb3.timerservice.persistence.filestore.FileTimerPersistence.persistTimer(FileTimerPersistence.java:150) [jboss-as-ejb3-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
at org.jboss.as.ejb3.timerservice.TimerServiceImpl.persistTimer(TimerServiceImpl.java:573) [jboss-as-ejb3-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
at org.jboss.as.ejb3.timerservice.task.TimerTask.run(TimerTask.java:176) [jboss-as-ejb3-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [rt.jar:1.8.0_161]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_161]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_161]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_161]
at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_161]
at org.jboss.threads.JBossThread.run(JBossThread.java:122) [jboss-threads-2.1.2.Final-redhat-1.jar:2.1.2.Final-redhat-1]

Any advice on what to do?

 

Thanks,

Rachel

Tagged:

Best Answer

  • Options
    rachel_lomaskyrachel_lomasky Member Posts: 52 Guru
    Solution Accepted

    Solved this by copying the file in standalone/data/timer-service-data/rapidminer-server-ear.rapidminer-server-ejb.TriggerEJBImpl/ to the one it was complaining about.    

Sign In or Register to comment.