×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I am trying to set a breakpoint, or use the "Run to location" option in
debug. When I right click I am getting 2 different pop ups again. The
first is useless, the second has function, but missing all debug options.
I have:
Closed down RDi, and restarted.
Shut down PC and restarted.
Restarted RDi with the -clean option
Removed ALL plugins like iSphere, Linoma, etc, then restated RDi (with and
without the -clean option).
None of the above has fixed the issue. I shut down RDi, cleared all my log
and trace files in the .metadata, then recreated the issue and I include
the log file below.
My current install has no 3rd party plugins installed. I use several of
those plugins daily.
The only thing that has worked is creating a new workspace. Then I get the
debug options again. The downside is that I have many filters and
modifications that will take me days to get back, and I really don't have
the time to spare to rebuild.
!ENTRY org.eclipse.rse.core 1 0 2014-05-07 15:47:02.057
!MESSAGE Saved passwords are not available for migration to secure storage.
Deprecated authorization classes
(org.eclipse.core.runtime.compatibility.auth) are not installed.
!ENTRY org.eclipse.ui 4 0 2014-05-07 15:47:17.431
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.StringIndexOutOfBoundsException: String index out of range: 116
at java.lang.String.substring(String.java:1217)
at
com.ibm.etools.iseries.parsers.ISeriesEditorRPGILEElementClasses.getLineClassTypes(ISeriesEditorRPGILEElementClasses.java:254)
at
com.ibm.etools.iseries.parsers.ISeriesEditorRPGILEElementClasses.setElementSpecTypeClass(ISeriesEditorRPGILEElementClasses.java:409)
at
com.ibm.etools.iseries.parsers.ISeriesEditorRPGILEParser.determineElement(ISeriesEditorRPGILEParser.java:1081)
at
com.ibm.etools.iseries.parsers.ISeriesEditorRPGILEParser.determineElement(ISeriesEditorRPGILEParser.java:1054)
at
com.ibm.etools.iseries.parsers.ISeriesEditorRPGILEParser.determineLine(ISeriesEditorRPGILEParser.java:1044)
at
com.ibm.etools.iseries.parsers.ISeriesEditorRPGILEParser.isLineDebuggable(ISeriesEditorRPGILEParser.java:3511)
at
com.ibm.etools.systems.editor.SystemTextEditor.isLineDebuggable(SystemTextEditor.java:820)
at
com.ibm.etools.systems.editor.SystemTextEditor.editorContextMenuAboutToShow(SystemTextEditor.java:455)
at
com.ibm.lpex.alef.LpexAbstractTextEditor$18.menuAboutToShow(LpexAbstractTextEditor.java:2127)
at
org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:343)
at
org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:475)
at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:470)
at
org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:500)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:4881)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4557)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2069)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4976)
at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:257)
at org.eclipse.swt.widgets.Display.runPopups(Display.java:4210)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3752)
at
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1054)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:943)
at
org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:88)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
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:353)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
!ENTRY org.eclipse.ui 4 0 2014-05-07 15:47:20.375
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.StringIndexOutOfBoundsException: String index out of range: 116
at java.lang.String.substring(String.java:1217)
at
com.ibm.etools.iseries.parsers.ISeriesEditorRPGILEElementClasses.getLineClassTypes(ISeriesEditorRPGILEElementClasses.java:254)
at
com.ibm.etools.iseries.parsers.ISeriesEditorRPGILEElementClasses.setElementSpecTypeClass(ISeriesEditorRPGILEElementClasses.java:409)
at
com.ibm.etools.iseries.parsers.ISeriesEditorRPGILEParser.determineElement(ISeriesEditorRPGILEParser.java:1081)
at
com.ibm.etools.iseries.parsers.ISeriesEditorRPGILEParser.determineElement(ISeriesEditorRPGILEParser.java:1054)
at
com.ibm.etools.iseries.parsers.ISeriesEditorRPGILEParser.determineLine(ISeriesEditorRPGILEParser.java:1044)
at
com.ibm.etools.iseries.parsers.ISeriesEditorRPGILEParser.isLineDebuggable(ISeriesEditorRPGILEParser.java:3511)
at
com.ibm.etools.systems.editor.SystemTextEditor.isLineDebuggable(SystemTextEditor.java:820)
at
com.ibm.etools.systems.editor.SystemTextEditor.editorContextMenuAboutToShow(SystemTextEditor.java:455)
at
com.ibm.lpex.alef.LpexAbstractTextEditor$18.menuAboutToShow(LpexAbstractTextEditor.java:2127)
at
org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:343)
at
org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:475)
at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:470)
at
org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:500)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:4881)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4557)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2069)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4976)
at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:257)
at org.eclipse.swt.widgets.Display.runPopups(Display.java:4210)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3752)
at
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1054)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:943)
at
org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:88)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
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:353)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
!ENTRY com.ibm.etools.stacktool 0 0 2014-05-07 15:47:29.257
!MESSAGE plugin is stopped and cleaned up the stack tool properties file.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.