1 Reply Latest reply on Mar 3, 2005 9:18 PM by lowhm

    ECLIPSE AND JBoss IDE. Can someone help?

    taliz

      Hi all,

      I installed, ECLIPSE AND JBoss IDE
      I followed JBossIDE guide and when trying to deploy FiboApp.ear im having the following exception:

      org.jboss.deployment.DeploymentException: Connection timed out: connect; - nested throwable: (java.net.ConnectException: Connection timed out: connect) at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:316).....
      Im using..

      Eclipse 3.0.1
      JBoss 3.2.5
      JBoss-IDE 1.4.1
      J2sdk 1.4.2

      Can anyone help me out please??
      Thanks a lot and best regards.

        • 1. Re: ECLIPSE AND JBoss IDE. Can someone help?
          lowhm

          Hi,

          First thing, can you go to Window | Preferences | JBoss-IDE | Deployer to check if your configuration for your Local JBoss x.x.x target is to the correct directory. If not, try to configure a new target correctly.

          If you still having problem, simply throw the FibaApp.jar to the jboss/server/default/deploy directory and see if you app does get deployed successfully.
          If successfully, the worst case is you can just write your own ant script to do the deployment. :D
          Anyway, I believe you might need a couple of ant script for some file updating, touching the dd, etc.

          Hope this helps.

          Cheers.


          Han Ming