[Xbrlapi-developer] Testing out org.xbrlapi.data.exist.Load
Brought to you by:
shuetrim
From: Brian D. <bde...@gm...> - 2006-09-27 03:56:23
|
I true to run this command: java -Xmx1g -jar xbrlapi-20060925.jar -class org.xbrlapi.data.exist.Load-logger log4j.xml -cache /home/brian/JAVACACHE http://www.sec.gov/Archives/edgar/data/796343/000110465906046450/adbe-20060615.xml But I keep getting the following error: The specified class does not implement the org.xbrlapi.EntryPointinterface. Choose another. Command line usage options: 1. java org.xbrlapi.Run -class <value> -logger <value> [other parameters] 2. java -jar xbrlapi.jar -class <value> -logger <value> [other parameters] -class <value> must be the name of the class to run. -logger <value> must be the file containing the log4j XML configuration. Test Results: "specified class does not implement the org.xbrlapi.EntryPoint interface" Not working correctly in xbrlapi-20060923.jar Not working correctly in xbrlapi-20060925.jar I keep getting the following warnings at eXist load time - could that be a problem? ============= eXist Initialization ============= Mon Sep 25 10:55:53 EDT 2006 - eXist logs dir=/tmp/Jetty_0_0_0_0_8080__exist_/we bapp/WEB-INF/logs Mon Sep 25 10:55:53 EDT 2006 - eXist log4j configuration=/tmp/Jetty_0_0_0_0_8080 __exist_/webapp/WEB-INF/TMPfile.xml log4j:WARN Continuable parsing error 1 and column 181 log4j:WARN Document root element "log4j:configuration", must match DOCTYPE root "null". log4j:WARN Continuable parsing error 1 and column 181 log4j:WARN Document is invalid: no grammar found. Mon Sep 25 10:55:53 EDT 2006 - eXist-DB configuration=/tmp/Jetty_0_0_0_0_8080__e xist_/webapp/WEB-INF/conf.xml Found 1 catalog entries. Loading catalog: /tmp/Jetty_0_0_0_0_8080__exist_/webapp/WEB-INF/catalog.xml Any ideas? |