0 Replies Latest reply on Apr 20, 2005 11:49 PM by maxll

    NOVICE: plese help to deploy simple app

    maxll

      JBoss 3.2.5:
      I wrote simple app with EJP SessionBean and Servlet in IDEA 4.5, compilation is processed sucesfully but i can not deploy that app to JBoss.

      JBoss LOG from IDEA:

      ...
      17:29:24,958 INFO [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
      17:29:24,988 INFO [JkMain] Jk running ID=0 time=0/1442 config=null
      17:29:25,138 INFO [EARDeployer] Init J2EE application: file:/D:/idea/sample/app/app.ear
      17:29:27,582 ERROR [MainDeployer] Could not initialise deployment: file:/D:/idea/sample/app/app.ear
      org.jboss.deployment.DeploymentException: www.jboss.org; - nested throwable: (java.net.UnknownHostException: www.jboss.org)
      at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:316)
      at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:247)
      at org.jboss.ejb.EJBDeployer.init(EJBDeployer.java:416)
      ...

      whats wrong or what can i do/check?