2 Replies Latest reply on Jul 16, 2008 1:10 AM by rahulrocks

    Can not publish because...

    rahulrocks

      I am using jboss-4.2.2.GA server and JBoss Tools in Eclipse. I had deployed a EJB project and removed a project from eclipse workspace. After deleting the project, whenever I start JBoss server it gives the following error:

      Error:

      Can not publish because module EJBWebProject is closed or deleted


      How to solve this problem? . I have googled and didn't got any right solution yet.

        • 1. Re: Can not publish because...
          celle2006

          Hi RahulRocks!

          Did you remove the Project out of your Server View? With JBossTools you usually deploy your project with drag n drop into the server view. Perhaps there is still a reference to your deleted project.

          Greetz celle2006

          • 2. Re: Can not publish because...
            rahulrocks

            Yes, I have did it. In Eclipse JBoss Sever View, Select Server->Right Click->Add and Remove Projects->Configured Projects->Select Project Name->Remove.

            Thanks for your reply.