× 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 tried closing and re opening outline view and refresh, that did not work.

I was in the middle of debug, so I did not want to reboot....

but then closed the source member and re-open and that fixed it.

never saw this on previous releases, not even once...

oh well, better than rebooting/restarting rdi...


On Jun 5, 2018, at 16:29, Mike Hockings <hockings@xxxxxxxxxx> wrote:


There is an APAR open for this issue. I believe that just closing and
re-opening the edit session will fix the outline.

Mike

Mike Hockings, M.Eng., P.Eng.
DevOps for Enterprise
IBM Developer for z Systems and Power Systems Software Technical Support
IBM Canada Ltd. Laboratory
hockings@xxxxxxxxxx





From: Ken Killian <kkillian@xxxxxxxxxxxx>
To: Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries <wdsci-l@xxxxxxxxxxxx>
Date: 2018/06/05 08:37
Subject: [WDSCI-L] RDI 9.6.0.3 Not just Good, Good Enough!
Sent by: "WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxx>



RDi 9.6.0.3 wonderful outline view, a great Tool!

https://imgur.com/a/Zi0zEUV


Never saw this on previous releases of WDSC/RDP/RDI... <strange>

Great diagnostic Error: "Unhandled event loop exception"

https://uedata.amazon.com/STICKER-830B-KRUSTY-BRAND-APPROVAL/dp/B0119PU0QI


It passes the Krusty Brand Approval! :)

Closing down and re-open does not work either. This is in the middle of
debug...

Oh well, another reboot to fix...

Full Error:
eclipse.buildId=unknown
java.fullversion=JRE 1.8.0 IBM J9 2.8 Windows 10 amd64-64 Compressed
References 20170722_357405 (JIT enabled, AOT enabled)
J9VM - R28_20170722_0201_B357405
JIT - tr.r14.java_20170722_357405
GC - R28_20170722_0201_B357405_CMPRSS
J9CL - 20170722_357405
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product com.ibm.rational.developer.ibmi.product.ide
Command-line arguments: -os win32 -ws win32 -arch x86_64 -debug -product
com.ibm.rational.developer.ibmi.product.ide

org.eclipse.ui
Error
Tue Jun 05 08:24:43 EDT 2018
Unhandled event loop exception

org.eclipse.swt.SWTException: Graphic is disposed
at org.eclipse.swt.SWT.error(SWT.java:4533)
at org.eclipse.swt.SWT.error(SWT.java:4448)
at org.eclipse.swt.SWT.error(SWT.java:4419)
at org.eclipse.swt.graphics.Image.getImageDataAtCurrentZoom
(Image.java:1493)
at org.eclipse.swt.internal.ImageList.set(ImageList.java:405)
at org.eclipse.swt.internal.ImageList.add(ImageList.java:70)
at org.eclipse.swt.widgets.Tree.imageIndex(Tree.java:3716)
at org.eclipse.swt.widgets.Tree.wmNotifyChild(Tree.java:7514)
at org.eclipse.swt.widgets.Control.wmNotify(Control.java:5825)
at org.eclipse.swt.widgets.Composite.wmNotify
(Composite.java:2048)
at org.eclipse.swt.widgets.Control.WM_NOTIFY
(Control.java:5379)
at org.eclipse.swt.widgets.Control.windowProc
(Control.java:4855)
at org.eclipse.swt.widgets.Display.windowProc
(Display.java:5110)
at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native
Method)
at org.eclipse.swt.internal.win32.OS.CallWindowProc
(OS.java:2446)
at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java:1552)
at org.eclipse.swt.widgets.Control.windowProc
(Control.java:4897)
at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:6074)
at org.eclipse.swt.widgets.Display.windowProc
(Display.java:5123)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native
Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage
(OS.java:2552)
at org.eclipse.swt.widgets.Display.readAndDispatch
(Display.java:3822)
at
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run
(PartRenderingEngine.java:1121)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault
(Realm.java:336)
at
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run
(PartRenderingEngine.java:1022)
at
org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI
(E4Workbench.java:150)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault
(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:610)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench
(PlatformUI.java:148)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start
(IDEApplication.java:138)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run
(EclipseAppHandle.java:196)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication
(EclipseAppLauncher.java:134)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start
(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at org.eclipse.equinox.launcher.Main.invokeFramework
(Main.java:673)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
at org.eclipse.equinox.launcher.Main.main(Main.java:1492)


-Ken Killian-
--
This is the Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/wdsci-l

or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
https://archive.midrange.com/wdsci-l
.



--
This is the Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/wdsci-l.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.