4 Replies Latest reply on Jul 24, 2006 11:50 AM by falazar

    Problem Installing GPD Eclipse Plugin/Features

      Hello,
      Has anyone gotten the new build of GPD eclipse plugin 3.0.11 working with jBPM 3.1.2?

      I have tried every combination that I know of, but it will not install atall. I am on redhat fedora core 4.

      Also what is the difference between the jbpm-gpd-feature, and the jbpm-gpd-site? I saw somewhere that it was suggested to use the site, but Im not sure why or what the difference is.

      James Ratcliff

        • 1. Re: Problem Installing GPD Eclipse Plugin/Features
          newbie007

          I guess the difference between jbpm-gpd-feature and jbpm-gpd site is that if you install site, it will take care of updating if there is any new version of gpd out there.

          What is the relation between gpd 3.0.11 and jbpm 3.1.2? As long as the par file is correct, jbpm 3.1.2 should work fine.

          I guess your question is gpd 3.0.11 on eclipse 3.1?

          Look at the following post:

          http://www.jboss.com/index.html?module=bb&op=viewtopic&t=87095

          Thanks.

          • 2. Re: Problem Installing GPD Eclipse Plugin/Features

            Yes sorry I meanth Eclipse 3.2, the recommended version.

            I removed all componenets reinstalled them and
            I installed the plugin, it says to restart, it restarts and then it says
            "An internal error occurred during: "Initializing Java Tooling""


            java.lang.NullPointerException
            at org.jbpm.ui.util.JbpmClasspathContainer.getJarNames(Unknown Source)
            at org.jbpm.ui.util.JbpmClasspathContainer.createJbpmLibraryEntries(Unknown Source)
            at org.jbpm.ui.util.JbpmClasspathContainer.getClasspathEntries(Unknown Source)
            at org.eclipse.jdt.internal.core.JavaModelManager.containerPutIfInitializingWithSameEntries(JavaModelManager.java:494)
            at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:4118)
            at org.jbpm.ui.util.JbpmClasspathContainerInitializer.initialize(Unknown Source)
            at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:1900)
            at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:1267)
            at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1470)
            at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2169)
            at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2073)
            at org.eclipse.jdt.internal.core.search.JavaSearchScope.add(JavaSearchScope.java:107)
            at org.eclipse.jdt.internal.core.search.JavaWorkspaceScope.initialize(JavaWorkspaceScope.java:84)
            at org.eclipse.jdt.internal.core.search.JavaSearchScope.(JavaSearchScope.java:61)
            at org.eclipse.jdt.internal.core.search.JavaSearchScope.(JavaSearchScope.java:57)
            at org.eclipse.jdt.internal.core.search.JavaWorkspaceScope.(JavaWorkspaceScope.java:29)
            at org.eclipse.jdt.internal.core.JavaModelManager.getWorkspaceScope(JavaModelManager.java:1705)
            at org.eclipse.jdt.internal.core.search.BasicSearchEngine.createWorkspaceScope(BasicSearchEngine.java:155)
            at org.eclipse.jdt.core.search.SearchEngine.createWorkspaceScope(SearchEngine.java:397)
            at org.eclipse.jdt.core.JavaCore.initializeAfterLoad(JavaCore.java:2855)
            at org.eclipse.jdt.internal.ui.InitializeAfterLoadJob$RealJob.run(InitializeAfterLoadJob.java:35)
            at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)

            • 3. Re: Problem Installing GPD Eclipse Plugin/Features
              koen.aers

              James,

              I have the impression that you try to use the GPD with an already existing workspace. Is that right?

              Regards,
              Koen

              • 4. Re: Problem Installing GPD Eclipse Plugin/Features

                Hmm correct.

                Must a remove the workspace as well?

                Can I easily import the old workspaces afterwards?

                James