4 Replies Latest reply on Jul 23, 2008 10:13 AM by freakwave10

    deployment problem

    freakwave10

      Hi all,

      I just created a new SEAM Web project in MyEclipse 6.5 (Europa).
      type: EAR
      server: jboss 4.2.2GA
      jboss tools 2.1.2GA

      To deploy I am able to add 2 projects to the jboss server:
      <actual project name>-ear
      /lib/<project name>-ear/EarContent

      when I click on deploy I get the following error:

      BUILD FAILED
      C:\Program Files\MyEclipse 6.5\myeclipse\eclipse\plugins\org.eclipse.jst.server.generic.jboss_1.5.105.v200709061325\buildfiles\jboss323.xml:17: Problem creating jar: C:\Projects\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\lib\BasisDataNewPrototype-ear\EarContent\jboss-seam.jar.jar (The system cannot find the path specified) (and the archive is probably corrupt but I could not delete it)

      Thanks all for your help,

      Wolfgang

        • 1. Re: deployment problem
          rob.stryker

          You are clearly using MyEclipse and not JBoss Tools.
          Also, you are using the "Generic JBoss Server Adapter" provided by webtools, which no one at JBoss has contributed to. It is not our plugin.

          None of the tools you've mentioned are provided by us, and so it is extremely unlikely anyone here will be able to meaningfully assist you. You might want to try the eclipse usergroup or the MyEclipse forums.

          • 2. Re: deployment problem
            maxandersen

            not so quick Rob - I don't know of any other tools that create those project names.

            freakwave, it looks like you are missing the patch needed for WTP to deploy ejb3 jars properly. See the release notes for JBoss Tools at http://in.relation.to

            • 3. Re: deployment problem
              maxandersen

              but if Rob is right and you are purely using MyEclipse we can't do much else...

              • 4. Re: deployment problem
                freakwave10

                Hi Rob/Max,

                thanks for the hints, I updated the WTP plugin with the patch, used the jboss tools Server View to deploy and there it goes :-)

                Thanks again,

                Wolfgang