From: Jonas G. <gr...@gm...> - 2004-10-06 19:59:16
|
Hi, After quite a bit of trial and error I've finally got TM4Web/Velocity sort of up and running. However, when I try to process a topic map i get the following error output: ant -f batch.xml -Dtopicmap=test.xtm topicmap Buildfile: batch.xml topicmap: [copy] Copying 1 file to C:\TEMP\tm4web\build\batch\temp [java] 0 [main] WARN org.tm4j.vtl.factory.BaseFactory - Could not locate properties file: factory.props [java] Cannot find CatalogManager.properties [java] Processing explicit mergeMap directives... [java] Merging referenced topic maps... [java] All external maps merged! [java] Making merged map consistent... [java] java.lang.StackOverflowError [java] Exception in thread "main" BUILD SUCCESSFUL Total time: 3 seconds Did I misunderstand something here? I've searched for a file named factory.props which, as anticipated, is not to be found anywhere. All references and paths to various jars should be in place. I should add that I'm running the binary package including the Velocity files (installed from file tm4web-velocity-bin-0.2rc1.zip) with version 0.9.6 (binary) of TM4J, that I have installed Apache Ant separately, and that I'm running Apache Tomcat as a part of the Ontopia Omnigator. I really hope I'm making some kind of obvious mistake.. - jonas. |