facebook

problems not showing in problem list or package exp [Closed]

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #208527 Reply

    Brett Connor
    Member

    – System Setup ——————————-
    Operating System and version: WinXP pro
    Eclipse version: 3.0RC2
    Eclipse build id: 200406111814
    Fresh Eclipse install (y/n): y
    If not, was it upgraded to its current version using the update manager?
    Other installed external plugins:
    Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 7
    MyEclipse version: 3.8 B1
    Eclipse JDK version: 1.4.2_01
    Application Server JDK version: 1.4.2_01
    Are there any exceptions in the Eclipse log file? yes – below but I think unrelated

    – Message Body ——————————-
    First I know Eclipse 3.0.0RC2 isn’t officially supported, I’m reporting this here in case it’s useful or is expected to work in RC2. I don’t want to go back to RC1 or earlier for other eclipse bugs.
    I’m looking to see if I can throw away Lomboz for myeclipse and I don’ t want to wait – work to do.
    I did the manual install, and apart from a couple of bits in the html not being right it seems ok.

    But: I create a new web project, create an action/form/jsp. Any errors in the ActionForm class show in the overview ruler but not in the problem list or package explorer. This applies to errors when first generated (struts.jar was not initially in the build path – imports missing) and any errors I introduce – random syntax errors.

    In addition the error log shows the these exceptions repeated, but they seem to be related to the struts-config outliner:

    Error Jun 15, 2004 10:58:54.890 java.lang.NullPointerException
    java.lang.NullPointerException
    at com.genuitec.eclipse.struts.editor.outline.StrutsConfigOutlinePage.redrawTree(Unknown Source)
    at org.xmen.internal.ui.text.DampenedXMLStructureUpdaterPage$1.run(Unknown Source)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2709)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2401)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
    at org.eclipse.jface.window.Window.open(Window.java:648)
    at com.genuitec.eclipse.core.M$1.run(Unknown Source)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2709)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2401)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:136)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:262)
    at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:397)
    at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:251)
    at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.refreshFromLocal(IDEWorkbenchAdvisor.java:434)
    at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.postStartup(IDEWorkbenchAdvisor.java:212)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1317)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:252)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:272)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    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:324)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
    at org.eclipse.core.launcher.Main.run(Main.java:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)

    Error Jun 15, 2004 10:58:54.875 Failed to execute runnable (java.lang.NullPointerException)
    org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
    at org.eclipse.swt.SWT.error(SWT.java:2691)
    at org.eclipse.swt.SWT.error(SWT.java:2616)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:109)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2709)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2401)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
    at org.eclipse.jface.window.Window.open(Window.java:648)
    at com.genuitec.eclipse.core.M$1.run(Unknown Source)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2709)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2401)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:136)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:262)
    at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:397)
    at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:251)
    at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.refreshFromLocal(IDEWorkbenchAdvisor.java:434)
    at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.postStartup(IDEWorkbenchAdvisor.java:212)

    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1317)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:252)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:272)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    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:324)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
    at org.eclipse.core.launcher.Main.run(Main.java:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)

    #208549

    Riyad Kalla
    Member

    Brett this is strange… what about opening a normal Java file (like an action) and editing it to create an error? Is that shown? The Java editor is dictated by Eclipse, so if that isn’t even working then there is something funky going on with the setup.

    Are you using the Eclipse SDK or JDT downloads? You can’t use the Eclipse Platform download for MyEclipse.

    #208555

    Brett Connor
    Member

    oops, humble pie; I thought this had been working since I upgraded eclipse version, but on checking other projects it is not working anywhere. I can’t believe I didn’t check this. Sorry for the goose chase, I’ll check the eclipse bugs and raise there if it isn’t already. 😳

    BTW the exception is still consistently present each time eclipse starts, plus another one this time with the struts config outliner view open (the view does seem to draw though):

    Error Jun 15, 2004 16:12:56.890 java.lang.NullPointerException
    java.lang.NullPointerException
    at com.genuitec.eclipse.struts.editor.outline.StrutsConfigOutlinePage.redrawTree(Unknown Source)
    at org.xmen.internal.ui.text.DampenedXMLStructureUpdaterPage$1.run(Unknown Source)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2709)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2401)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
    at org.eclipse.jface.window.Window.open(Window.java:648)
    at com.genuitec.eclipse.core.M$1.run(Unknown Source)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2709)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2401)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:136)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:262)
    at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:397)
    at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:251)
    at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.refreshFromLocal(IDEWorkbenchAdvisor.java:434)
    at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.postStartup(IDEWorkbenchAdvisor.java:212)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1317)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:252)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:272)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    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:324)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
    at org.eclipse.core.launcher.Main.run(Main.java:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)

    #208563

    support-michael
    Keymaster

    We have resolved the NPE problem in the stacktrace you presented for the beta-2 codestream. Thanks for the report.

    #208564

    Riyad Kalla
    Member

    I am closing this because your base platform install is having problems.
    If you get everything setup and working and MyEclipse is still hiding problem reports from you, please let us know and I’ll reopen this ASAP.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: problems not showing in problem list or package exp [Closed]

You must be logged in to post in the forum log in