On 2/14/06, George Korosy <[EMAIL PROTECTED]> wrote: <snip>
> And this is output: > > org.apache.ddlutils.DdlUtilsException: java.net.MalformedURLException > at org.apache.ddlutils.io.DatabaseIO.read(DatabaseIO.java:172) > at > au.com.ns98.dandf.persistence.builder.SchemaBuilder.createDb(SchemaBuilder.java:183) > at > au.com.ns98.dandf.persistence.builder.SchemaBuilder.main(SchemaBuilder.java:104) > Caused by: java.net.MalformedURLException > at java.net.URL.<init>(Unknown Source) > at java.net.URL.<init>(Unknown Source) > at java.net.URL.<init>(Unknown Source) > at > com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown > Source) > at > com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown > Source) This is a rather rare error thrown by Xerces which as far as I can tell, seems to occur either if you have problems with a firewall/proxy in your network, or sometimes when you try to load an URL (filename ?) with spaces in it. Tom
