1 Reply Latest reply on Dec 31, 2005 2:02 PM by russray

    JBOSSIDE Tutorial Deployment--Please Help!

    russray

      I am running Eclipse 3.2M3, JBossIDE-1.5RC2-ALL, on JBOSS4.0.3.SP1.

      I am working through the JBOSS-IDE Tutorial. I am in chapter 10 now. I am attempting to deploy the application. However, I get a dialog box explaining there has been a deployment error. The error message is not very descriptive--none :-). When I go looking in the log files, I do not see any errors involving the deployment in the server log. When I go to the workspace log file, I notice the below error:



      !ENTRY org.eclipse.core.runtime 4 2 2005-12-31 12:16:16.484
      !MESSAGE An internal error occurred during: "Deployment of FiboApp.ear".
      !STACK 0
      java.lang.NullPointerException
      at org.jboss.ide.eclipse.deployer.ui.actions.DeployAction.process(DeployAction.java:86)
      at org.jboss.ide.eclipse.deployer.ui.actions.AbstractDeployAction$1.run(AbstractDeployAction.java:153)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)


      I've gone through the steps to be sure I followed them exactly, so I don't see where the mistake comes in the project.

      I have had a similar problem before and I think this is a path issue. The JBOSS-IDE/Eclipse can not find the ear file located in the root directory for the project. I just don't know the steps how to correct this issue because I am so new to Eclipse and JBOSS.

      Any comments or suggestions will be tried at this point. :-)

      Thank you for reading my post!

      Russ

        • 1. Re: JBOSSIDE Tutorial Deployment--Please Help!
          russray

          okay I figured it out.

          One has to add the root directory to the source path for the project.

          Right click on the project and select the properties file.

          Click on the Java Build path. Select the source tab. Click on the add folder button. Add the project's root folder--where the ear file is located.

          :-)