can we stop this XCHML crazyness? this is dumb and un-user friendly. XML is bullshit.
marc f > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On > Behalf Of Michael Bartmann > Sent: Saturday, September 28, 2002 2:56 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] Why does www.jboss.org need to be up > and working to boot JBoss? > > > It seems that you have an xml file which references its > document type as an external entity on jboss.org. Judging > from the dtd's name it is probabely a file like > "jbosscmp-jdbc.xml" in on of your EJB's deployment descriptors. > > You could modify that file so thats its doctype references a > local file, or simply has a doctype like <!DOCTYPE > jbosscmp-jdbc> as it sould be done in > standardjbosscmp-jdbc.xml in your servers config dir. (...or > disable validation in the crimson parser.) > > Michael Bartmann > > Jason Dillon wrote: > > I am getting exceptions like the follwing because for some reason > > www.jboss.org is down. Sup with that? > > > > --jason > > > > > > 22:36:58,880 ERROR [XmlFileLoader] External entity not found: > > "http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd".:-1:4 > > java.net.ConnectException: Connection timed out > > at > org.apache.crimson.parser.Parser2.fatal(Parser2.java:3108) > > at > > > org.apache.crimson.parser.Parser2.externalParameterEntity(Parser2.java > > :2 > > 796) > > at > > > org.apache.crimson.parser.Parser2.maybeDoctypeDecl(Parser2.java:1155) > > at > > org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:489) > > at org.apache.crimson.parser.Parser2.parse(Parser2.java:305) > > at > > > org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:433) > > at > > > org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuil > derImpl.ja > > va:185) > > at > > javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:86) > > at > > org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:257) > > at > > > org.jboss.metadata.XmlFileLoader.getDocumentFromURL(XmlFileLoa > der.java:2 > > 26) > > at > > org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:211) > > at > > > org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCXmlFileLoader.load > (JDBCXmlFi > > leLoader.java:74) > > at > > > org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.loadJDBCEntity > MetaData(J > > DBCStoreManager.java:677) > > at > > > org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.initStoreManag > er(JDBCSto > > reManager.java:389) > > at > > > org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStor > eManager.j > > ava:339) > > at > > > org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersisten > ceManager. > > java:198) > > at > org.jboss.ejb.EntityContainer.start(EntityContainer.java:376) > > at org.jboss.ejb.Container.invoke(Container.java:764) > > at > > org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:1058) > > at > > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) > > at > > > org.jboss.system.ServiceController$ServiceProxy.invoke(Service > Controller > > .java:976) > > at $Proxy7.start(Unknown Source) > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Jboss-development mailing list > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jboss-development > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
