Return-Path: Mailing-List: contact torque-user-help@db.apache.org; run by ezmlm Delivered-To: mailing list torque-user@db.apache.org Received: (qmail 75556 invoked from network); 14 May 2003 16:07:12 -0000 Received: from h-66-134-200-106.snvacaid.covad.net (HELO maggie.mentalshock.com) (66.134.200.106) by daedalus.apache.org with SMTP; 14 May 2003 16:07:12 -0000 Received: by maggie.mentalshock.com with Internet Mail Service (5.5.2656.59) id ; Wed, 14 May 2003 09:03:09 -0700 Message-ID: From: Naveen Viswanatha To: 'Turbine Torque Users List' Subject: RE: java.net.MalformedURLException - newbie Date: Wed, 14 May 2003 09:03:08 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C31A32.4FA20110" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C31A32.4FA20110 Content-Type: text/plain; charset="iso-8859-1" Can the DTD URL in the 'id-table-schema.xml' file be resolved from your system (i.e. are you connected to the internet) ? Naveen -----Original Message----- From: Wang, Kevin [mailto:KWang@TMRS.org] Sent: Wednesday, May 14, 2003 9:03 AM To: 'torque-user@db.apache.org' Subject: java.net.MalformedURLException - newbie Hi, I'm just getting started with Torque, following the online tutorials. At step 3, I got a java.net.MalformedURLException, aparently during the parsing of 'id-table-schema.xml' (attached). Any help is appreciated. Thanks, Kevin Console logs... [torque-sql] Using contextProperties file: C:\jakarta\torque-gen-3.1-alpha1\build.properties [torque-sql] Generating to file C:\jakarta\torque-gen-3.1-alpha1\src\sql\report.bookstore.sql.generation [torque-sql] Parsing file: 'bookstore-schema.xml' [torque-sql] log4j:WARN No appenders could be found for logger (org.apache.torque.engine.database.transform.DTDResolver) . [torque-sql] log4j:WARN Please initialize the log4j system properly. [torque-sql] Parsing file: 'id-table-schema.xml' [torque-sql] java.net.MalformedURLException [torque-sql] at java.net.URL.(URL.java:613) [torque-sql] at java.net.URL.(URL.java:476) [torque-sql] at java.net.URL.(URL.java:425) [torque-sql] at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source) [torque-sql] at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source) [torque-sql] at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source) [torque-sql] at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source) [torque-sql] at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) [torque-sql] at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) [torque-sql] at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) [torque-sql] at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) [torque-sql] at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) [torque-sql] at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) [torque-sql] at org.apache.torque.engine.database.transform.XmlToAppData.parseFile(XmlToAppD ata.java:191) [torque-sql] at org.apache.torque.task.TorqueDataModelTask.initControlContext(TorqueDataMode lTask.java:334) ---------------------------------------- 'id-table-schema.xml':
--------------------------------------------------------------------- To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org For additional commands, e-mail: torque-user-help@db.apache.org ------_=_NextPart_001_01C31A32.4FA20110--