You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by Dongsheng Song <eg...@msn.com> on 2003/03/20 04:58:19 UTC

Help: datadump task failed

When I use Torque 3.0, Oracle jdbc 8.1.7.1, run datadump task, failed with the following message:

d:\usr\ant\bin\ant -debug -f build-torque.xml datadump

...
BUILD FAILED
file:D:/usr/torque/build-torque.xml:444: Exception thrown by 'tableTool.fetch'.
For more information consult the velocity log, or invoke ant with the -debug flag.
        at org.apache.velocity.texen.ant.TexenTask.execute(TexenTask.java:564)
        at org.apache.tools.ant.Task.perform(Task.java:319)
        at org.apache.tools.ant.Target.execute(Target.java:309)
        at org.apache.tools.ant.Target.performTasks(Target.java:336)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
        at org.apache.tools.ant.Main.runBuild(Main.java:610)
        at org.apache.tools.ant.Main.start(Main.java:196)
        at org.apache.tools.ant.Main.main(Main.java:235)
Caused by: java.sql.SQLException: Fail to convert between UTF8 and UCS2: failUTF8Conv
        at com.workingdogs.village.DataSet.fetchRecords(Unknown Source)
        at com.workingdogs.village.DataSet.fetchRecords(Unknown Source)
        at com.workingdogs.village.DataSet.fetchRecords(Unknown Source)
...