0 Replies Latest reply on Nov 18, 2003 11:36 AM by test

    DeploymentException with WAR: UnknownHost for www.jboss.org

      I have a .WAR (few servlet and jsps) that I drop into deploy folder. It doesn't deploy and I get this exception:

      12:24:59,181 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss-3.2.2/server/defaul
      t/deploy/insight.war
      12:25:04,040 ERROR [EmbeddedTomcatService] Problem in init
      org.jboss.deployment.DeploymentException: www.jboss.org; - nested throwable: (java.net.UnknownHostEx
      ception: www.jboss.org)
      at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:316)
      at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:247)
      at org.jboss.web.AbstractWebContainer.init(AbstractWebContainer.java:323)
      at org.jboss.deployment.MainDeployer.init(MainDeployer.java:696)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:632) ************
      *****************


      Question is: why does it try to connect to www.jboss.org ? THis is where it fails ... Is it
      trying to DL a DTD or something like that ?