0 Replies Latest reply on Jul 17, 2003 5:14 AM by simondonally

    ERROR [MainDeployer] could not create deployment file : Conn

    simondonally

      Hi JBoss Users

      I've created a hello world application, packaged it together with an ejb-jar.xml in a META-INF directory, in a HelloWorld.jar file and copied it to the server/default/deployment directory.

      After I copy the file I receive a deployment error due to a connection which is refused.

      I have checked the hostname in the /etc/hosts file which I think is correct

      127.0.0.1 localhost.localdomain
      10.111.195.34 darkstar.xxx.yyy darkstar

      The netstat -an command shows that the port 1099 is in Listen mode

      tcp 0 0 0.0.0.0:1099 0.0.0.0:* LISTEN

      Please could someone tell me what is wrong with my configuration?

      I'm using RedHat 7.3 and the JBoss-3.2.1 package with the integrated Tomcat 4.1.24.

      Simon Donally