11 Replies Latest reply on Jun 24, 2009 5:39 AM by maxandersen

    MyEclipse & JBoss Tools

    klob

      I installed MyEclipse & then JBoss tools. Got error message that there are conflicts with some of the features, then removed checkboxes until there were no conflicts, and finished install. Now there is no sign of JBoss Tools in the IDE. If I install JBoss Tools & then MyEclipse, will that work & give me both capabilities?? Or are these 2 different sets of partially overlapping capabilities that will never work together (so you have to pick one).

      I posted on MyEclipse forum. They said to try my own suggestion of installing JBoss Tools first and then MyEclipse and see if that works - they're not sure it will.

      I am using MyEclipse 3.3.1 & JBoss Tools 2.0.0 GA

        • 1. Re: MyEclipse & JBoss Tools
          maxandersen

          What error message did you get ?

          • 2. Re: MyEclipse & JBoss Tools
            klob

             

            "max.andersen@jboss.com" wrote:
            What error message did you get ?


            I started with a clean Eclipse, installed Subclipse, and then JBoss Tools. No errors - JBoss Tools seemed to work. Installed MyEclispe, plugin verison into this Eclipse, got duplicate errors. Did Eclipse - clean - got Null ptr exceptions when strarting up.

            Maybe the only way to use MyEclipse & JBoss Tools is by using a 2nd instance of Eclipse for MyEclipse, if there is value in doing this.

            Using Eclipse 3.3.1, MyEclipse 6.0.1, JBoss Tools 2.0.0 GA

            • 3. Re: MyEclipse & JBoss Tools
              maxandersen

              please - what *exact* error message did you get ? Which duplicates ? What nullpointers ? stacktraces ? Logs ?

              • 4. Re: MyEclipse & JBoss Tools
                klob

                 

                "max.andersen@jboss.com" wrote:
                please - what *exact* error message did you get ? Which duplicates ? What nullpointers ? stacktraces ? Logs ?


                MyEclipse uses it own executable which pops up a problems occurred dialog box which says "Duplicate Errors", but I don't see anything in the Eclipse log.

                At the top of the window when doing the install it says "WTP JAVA EE (MYECLIPSE INCOMPATIBLE) - ECLIPSE PLATFORM

                But after re-installing again, it seems that many more things work, including the JBoss Tools. I just did a few quick tests. This time I used http://download.jboss.org/jbosstools/updates/development as the site.xml.

                Exception stack trace:
                ==============================================
                !MESSAGE An unexpected exception was thrown.
                !STACK 0
                java.lang.NullPointerException
                at org.jboss.tools.jst.jsp.outline.ValueHelper.updateFacelets(ValueHelper.java:314)
                at org.jboss.tools.jst.jsp.outline.ValueHelper.init(ValueHelper.java:109)
                at org.jboss.tools.jst.jsp.outline.ValueHelper.(ValueHelper.java:81)
                at org.jboss.tools.jst.jsp.outline.JSPPropertySourceAdapter.(JSPPropertySourceAdapter.java:66)
                at org.jboss.tools.jst.jsp.outline.JSPPropertySheetConfiguration$JSPPropertySourceProvider0.getPropertySource(JSPPropertySheetConfiguration.java:56)
                at org.eclipse.ui.views.properties.PropertySheetEntry.getPropertySource(PropertySheetEntry.java:470)
                at org.eclipse.ui.views.properties.PropertySheetEntry.setValues(PropertySheetEntry.java:752)
                at org.eclipse.ui.views.properties.PropertySheetViewer.setInput(PropertySheetViewer.java:974)
                at org.eclipse.ui.views.properties.PropertySheetPage.selectionChanged(PropertySheetPage.java:473)
                at org.eclipse.wst.sse.ui.internal.properties.ConfigurablePropertySheetPage.selectionChanged(ConfigurablePropertySheetPage.java:166)
                at org.eclipse.ui.internal.AbstractSelectionService.firePostSelection(AbstractSelectionService.java:179)
                at org.eclipse.ui.internal.AbstractSelectionService$2.selectionChanged(AbstractSelectionService.java:71)
                at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageSelectionProvider$2.run(JSPMultiPageSelectionProvider.java:144)
                at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
                at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageSelectionProvider.fireSelectionChanged(JSPMultiPageSelectionProvider.java:142)
                at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageSelectionProvider.firePostSelectionChanged(JSPMultiPageSelectionProvider.java:131)
                at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor$1.handlePostSelectionChanged(JSPMultiPageEditor.java:306)
                at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor$1$1.selectionChanged(JSPMultiPageEditor.java:289)
                at org.eclipse.wst.sse.ui.StructuredTextEditor$6.run(StructuredTextEditor.java:910)
                at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
                at org.eclipse.wst.sse.ui.StructuredTextEditor$StructuredSelectionProvider.fireSelectionChanged(StructuredTextEditor.java:908)
                at org.eclipse.wst.sse.ui.StructuredTextEditor$StructuredSelectionProvider.handlePostSelectionChanged(StructuredTextEditor.java:966)
                at org.eclipse.wst.sse.ui.StructuredTextEditor$5.selectionChanged(StructuredTextEditor.java:889)
                at org.eclipse.jface.text.TextViewer.firePostSelectionChanged(TextViewer.java:2546)
                at org.eclipse.jface.text.TextViewer.firePostSelectionChanged(TextViewer.java:2498)
                at org.eclipse.jface.text.TextViewer$5.run(TextViewer.java:2477)
                at org.eclipse.swt.widgets.Display.runTimer(Display.java:3745)
                at org.eclipse.swt.widgets.Display.messageProc(Display.java:2967)
                at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
                at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2265)
                at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3291)
                at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
                at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
                at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
                at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
                at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
                at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
                at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
                at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
                at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
                at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
                at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                at java.lang.reflect.Method.invoke(Unknown Source)
                at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
                at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
                at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
                ==============================================


                • 5. Re: MyEclipse & JBoss Tools
                  maxandersen

                  Since it says WTP is MYECLIPSE INCOMPATIBLE I can't see how we can fix it.

                  If someone knows and can contribute a patch so it will work in standard eclipse and MyEclipse then put them in jira and we will investigate.

                  • 6. Re: MyEclipse & JBoss Tools

                     

                    "max.andersen@jboss.com" wrote:
                    Since it says WTP is MYECLIPSE INCOMPATIBLE I can't see how we can fix it.

                    If someone knows and can contribute a patch so it will work in standard eclipse and MyEclipse then put them in jira and we will investigate.



                    Now can fix it?

                    • 7. Re: MyEclipse & JBoss Tools

                      i got a same exception on eclipse 3.4.2 , windows xp ,jboss tools 3.0

                      • 8. Re: MyEclipse & JBoss Tools
                        maxandersen

                        We can't fix issues caused by the closedsourced product named myeclipse. You need to talk with them and if they come back with info on what is causing it and we can do something about it let us know.

                        • 9. Re: MyEclipse & JBoss Tools

                           

                          "max.andersen@jboss.com" wrote:
                          We can't fix issues caused by the closedsourced product named myeclipse. You need to talk with them and if they come back with info on what is causing it and we can do something about it let us know.


                          sorry , i forget write some import infomation.

                          i not use myeclipse, only eclipse 3.4.2 + jboss tools and got that excetion.

                          • 10. Re: MyEclipse & JBoss Tools

                            here is my exception

                            java.lang.NullPointerException
                            at org.jboss.tools.jst.jsp.outline.ValueHelper.updateFacelets(ValueHelper.java:336)
                            at org.jboss.tools.jst.jsp.outline.ValueHelper.init(ValueHelper.java:109)
                            at org.jboss.tools.jst.jsp.outline.ValueHelper.(ValueHelper.java:85)
                            at org.jboss.tools.jst.jsp.outline.JSPPropertySourceAdapter.(JSPPropertySourceAdapter.java:66)
                            at org.jboss.tools.jst.jsp.outline.JSPPropertySheetConfiguration$JSPPropertySourceProvider0.getPropertySource(JSPPropertySheetConfiguration.java:56)
                            at org.eclipse.ui.views.properties.PropertySheetEntry.getPropertySource(PropertySheetEntry.java:470)
                            at org.eclipse.ui.views.properties.PropertySheetEntry.setValues(PropertySheetEntry.java:752)
                            at org.eclipse.ui.views.properties.PropertySheetViewer.setInput(PropertySheetViewer.java:974)
                            at org.eclipse.ui.views.properties.PropertySheetPage.selectionChanged(PropertySheetPage.java:490)
                            at org.eclipse.wst.sse.ui.internal.properties.ConfigurablePropertySheetPage.selectionChanged(ConfigurablePropertySheetPage.java:166)
                            at org.eclipse.ui.views.properties.PropertySheet.selectionChanged(PropertySheet.java:218)
                            at org.eclipse.ui.internal.AbstractSelectionService.fireSelection(AbstractSelectionService.java:156)
                            at org.eclipse.ui.internal.AbstractSelectionService.setActivePart(AbstractSelectionService.java:282)
                            at org.eclipse.ui.internal.WorkbenchPagePartList.fireActivePartChanged(WorkbenchPagePartList.java:59)
                            at org.eclipse.ui.internal.PartList.setActivePart(PartList.java:126)
                            at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3491)
                            at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:610)
                            at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2832)
                            at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2729)
                            at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2721)
                            at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2673)
                            at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
                            at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2668)
                            at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2652)
                            at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2643)
                            at org.eclipse.ui.ide.IDE.openEditor(IDE.java:646)
                            at org.eclipse.ui.ide.IDE.openEditor(IDE.java:605)
                            at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:318)
                            at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:160)
                            at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:228)
                            at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:207)
                            at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:274)
                            at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:250)
                            at org.eclipse.jdt.internal.ui.navigator.OpenAndExpand.run(OpenAndExpand.java:50)
                            at org.eclipse.ui.actions.RetargetAction.run(RetargetAction.java:221)
                            at org.eclipse.ui.internal.navigator.CommonNavigatorManager$3.open(CommonNavigatorManager.java:184)
                            at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:820)
                            at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
                            at org.eclipse.core.runtime.Platform.run(Platform.java:880)
                            at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
                            at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
                            at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:818)
                            at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1079)
                            at org.eclipse.ui.navigator.CommonViewer.handleOpen(CommonViewer.java:372)
                            at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1183)
                            at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:263)
                            at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:257)
                            at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:297)
                            at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
                            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
                            at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
                            at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
                            at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
                            at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
                            at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
                            at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
                            at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
                            at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
                            at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
                            at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
                            at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
                            at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
                            at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
                            at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
                            at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
                            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                            at java.lang.reflect.Method.invoke(Method.java:597)
                            at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
                            at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
                            at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
                            at org.eclipse.equinox.launcher.Main.main(Main.java:1212)

                            • 11. Re: MyEclipse & JBoss Tools
                              maxandersen

                              okey, then please report it in jira with steps to reproduce.