5 Replies Latest reply on Mar 28, 2007 10:26 AM by zdaler

    error loading http://jboss.com/products/seam/pages-1.1.dtd

    zdaler

      Hi,

      This morning (for us in Europe) the jboss website was down during a few hours ... as a result, a seam project would not start because of the error :

      java.lang.RuntimeException: org.dom4j.DocumentException: Error on line 1 of document http://jboss.com/products/seam/pages-1.1.dtd : The markup declarations contained or pointed to by the document type declaration must be well-formed. Nested exception: The markup declarations contained or pointed to by the document type declaration must be well-formed.
      at org.jboss.seam.core.Pages.getDocumentRoot(Pages.java:836)
      at org.jboss.seam.core.Pages.parse(Pages.java:794)
      at org.jboss.seam.core.Pages.initialize(Pages.java:106)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


      checking the page http://jboss.com/products/seam/pages-1.1.dtd I got :

      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
      <html><head></head><body>
      <div align="center">Cannot connect to database.</div></body></html>

      as a reply.

      Of course this is a real problem ... I don't want to be unable to restart my jboss server because the jboss web server is down ... is there a way to be independent from that ?

      Thanks in advance,

      Z.