Actions
Bug #5261
closedGet an error when execute the dataturbineToMetacat workflow in the second time
Start date:
12/21/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5261
Description
First, I executed the workflow successfully after i switched from MySQL to HSQL.
But the second time, I got the error:
ptolemy.kernel.util.IllegalActionException: ParseException java.text.ParseException: Unparseable date: "- "
in .reap_dataTurbineToMetacat_v3.DataTurbine2
at org.kepler.data.datasource.dataturbine.DataTurbine.fire(DataTurbine.java:393)
at ptolemy.actor.process.ProcessThread.run(ProcessThread.java:229)
It seems the workflow failed to read date from the db.
Updated by Derik Barseghian almost 14 years ago
changing bugs from REAP to Kepler product
Updated by Jing Tao over 13 years ago
This bug was fixed by adding a String replacement actor.
Actions