Hi,
I'm getting the following exception.
An exception occured while running tool org.wandora.application.tools.extractors.GenericDatabaseExtractor
org.wandora.topicmap.TopicMapException: java.sql.SQLException: Cannot convert value '0000-00-00 00:00:00' from column 3 to TIMESTAMP.
at org.wandora.application.tools.extractors.GenericDatabaseExtractor.execute(GenericDatabaseExtractor.java:124)
at org.wandora.application.tools.AbstractAdminTool.run(AbstractAdminTool.java:192)
at java.lang.Thread.run(Thread.java:735)
Caused by: java.sql.SQLException: Cannot convert value '0000-00-00 00:00:00' from column 3 to TIMESTAMP.
at com.mysql.jdbc.ResultSet.getTimestampFromString(ResultSet.java:5465)
at com.mysql.jdbc.ResultSet.getStringInternal(ResultSet.java:4886)
at com.mysql.jdbc.ResultSet.getString(ResultSet.java:4739)
at org.wandora.application.tools.extractors.GenericDatabaseExtractor.makeTopicMap(GenericDatabaseExtractor.java:337)
at org.wandora.application.tools.extractors.GenericDatabaseExtractor.execute(GenericDatabaseExtractor.java:112)
... 2 more
This is on Linux 2.6.18-92.el5 #1 SMP (RHEL). Db is mysql 5 and I use Java 1.6.
Could be related to this:
http://bugs.mysql.com/bug.php?id=18308
BR,
Juha