6 Replies Latest reply on Jun 3, 2009 11:29 AM by jpla2005

    Failed while installing Seam 2.1

    jpla2005

      Hi all, recently I'm evaluating the seam framework for a new development. The problems appear when I try to create a new project, because the eclipse shows me the following error "Failed while installing Seam 2.1" and the detailed description is "java.lang.IllegalArgumentException". I use this configuration:

      eclipse-jee-ganymede-SR2-win32
      JBossTools-ALL-win32-3.0.1.GA-R200905070146-H18
      jboss-seam-2.1.2.CR2
      jboss-4.2.2.GA

      regards

        • 1. Re: Failed while installing Seam 2.1
          nickboldt

          > "Failed while installing Seam 2.1"

          How are you installing Seam? How did you install the JBoss Tools plugins? Was there anything else around the Illegal Arg Exeption in your wrkspace/.metadata/.log or the Error view?

          • 2. Re: Failed while installing Seam 2.1
            jpla2005

            Well, I installed seam extracting the zip file to my partition root (c:). For jboss tools I took an eclipse ganymede jee, extract it, and later extract the jboss tools plugins to the eclipse folder. I'm omitting some step?

            This is the .log file in the .metadata folder.

            
            !ENTRY org.eclipse.wst.common.project.facet.core 4 0 2009-05-30 00:41:55.015
            !MESSAGE Failed while installing Seam 2.1.
            !STACK 0
            java.lang.IllegalArgumentException
             at org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy.changeProjectFacetVersion(FacetedProjectWorkingCopy.java:858)
             at org.eclipse.wst.common.project.facet.core.internal.FacetedProject$1.run(FacetedProject.java:290)
             at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
             at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modify(FacetedProject.java:319)
             at org.jboss.tools.seam.internal.core.project.facet.SeamProjectCreator.execute(SeamProjectCreator.java:270)
             at org.jboss.tools.seam.internal.core.project.facet.SeamFacetAbstractInstallDelegate.execute(SeamFacetAbstractInstallDelegate.java:188)
             at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.callDelegate(FacetedProject.java:1394)
             at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modifyInternal(FacetedProject.java:401)
             at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.mergeChangesInternal(FacetedProject.java:1134)
             at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.access$2(FacetedProject.java:1070)
             at org.eclipse.wst.common.project.facet.core.internal.FacetedProject$5.run(FacetedProject.java:1052)
             at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
             at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.mergeChanges(FacetedProject.java:1062)
             at org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy.commitChanges(FacetedProjectWorkingCopy.java:1828)
             at org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard.performFinish(ModifyFacetedProjectWizard.java:388)
             at org.eclipse.wst.web.ui.internal.wizards.NewProjectDataModelFacetWizard.performFinish(NewProjectDataModelFacetWizard.java:276)
             at org.jboss.tools.seam.ui.wizard.SeamProjectWizard.performFinish(SeamProjectWizard.java:226)
             at org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard$3.run(ModifyFacetedProjectWizard.java:330)
             at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
             at org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard$4.run(ModifyFacetedProjectWizard.java:344)
             at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
            
            


            • 3. Re: Failed while installing Seam 2.1
              maxandersen


              Looks like you are changing the version of a project and not creating a project from scratch ?

              Please report in jira with exact steps on how you get this error.

              thanks

              • 4. Re: Failed while installing Seam 2.1
                jpla2005

                No, I'm creating a project from scratch. One curious thing is that creating a war project instead of an ejb one it works fine, using the same tools. Even worst, using the same tools in other machine all works fine too (including jboss as, seam framework, eclipse and java jdk). Could be possible any problem associated to any configuration param?

                • 5. Re: Failed while installing Seam 2.1
                  maxandersen

                  Please report in jira with exact steps on how you get this error.

                  • 6. Re: Failed while installing Seam 2.1
                    jpla2005

                    Created an Jira issue.
                    https://jira.jboss.org/jira/browse/JBIDE-4415

                    thanks for the answers