Hi Marco,

Please contact IBM support with a small snippet of code.

Especially any Data Structures using ALIGN(*FULL) and LIKEREC(<prototyped value>); If it's a common issue in your source code, it's likely in a /copy or /include file.

I suspect these occurred in 98 as well, but that stack trace will fill up logs very quickly.

Thanks!

Steve Ferrell
Team Lead Software Engineer - RDi
Fortra.com





-----Original Message-----
From: WDSCI-L <wdsci-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Marco Facchinetti
Sent: Tuesday, February 3, 2026 7:28 PM
To: Rational Developer for IBM i <wdsci-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: [WDSCI-L] RDi 9.9 still generates RCL_API_Log_Sample files :(

External: Pause and review the sender's email address, any URLs before clicking links, opening attachments, or following requests. When in doubt, contact the Service Desk.


What make me worried is that we are seeing a ton of this problems:

java.lang.NullPointerException: Cannot invoke "com.ibm.etools.iseries.rpgle.SubfieldPositionCalculator.getAlignedPosition(int)"
because "this._positionCalculator" is null at
com.ibm.etools.iseries.rpgle.DataStructure.getLength(DataStructure.java:1232)
at
com.ibm.etools.iseries.rpgle.DataStructDataFormat.getLength(DataStructDataFormat.java:63)
at
com.ibm.etools.iseries.rpgle.FieldDataFormat.getFreeRpgKeyword(FieldDataFormat.java:1518)
at
com.ibm.etools.iseries.rpgle.ui.RpgAstLabels.getDataTypeLabel(RpgAstLabels.java:1327)
at
com.ibm.etools.iseries.rpgle.ui.RpgAstLabels.getFieldTypeLabel(RpgAstLabels.java:1310)
at
com.ibm.etools.iseries.rpgle.ui.RpgAstLabels.getFieldLabelSuffix(RpgAstLabels.java:1291)
at
com.ibm.etools.iseries.rpgle.ui.RpgAstLabels.getFieldLabel(RpgAstLabels.java:1247)
at
com.ibm.etools.iseries.rpgle.ui.RpgAstLabels.getFieldLabel(RpgAstLabels.java:1232)
at
com.ibm.etools.iseries.rpgle.ui.RpgAstLabels.getFieldLabel(RpgAstLabels.java:1147)
at
com.ibm.etools.iseries.rpgle.ui.RPGTreeModelBuilder$RPGModelVisitor.createSubfieldItems(RPGTreeModelBuilder.java:788)
at
com.ibm.etools.iseries.rpgle.ui.RPGTreeModelBuilder$RPGModelVisitor.createSubfieldItems(RPGTreeModelBuilder.java:744)
at
com.ibm.etools.iseries.rpgle.ui.RPGTreeModelBuilder$RPGModelVisitor.visit(RPGTreeModelBuilder.java:498)
at
com.ibm.etools.iseries.rpgle.util.RpgEnterVisitor.caseDataScope(RpgEnterVisitor.java:109)
at
com.ibm.etools.iseries.rpgle.util.RpgEnterVisitor.caseDataScope(RpgEnterVisitor.java:1)
at
com.ibm.etools.iseries.rpgle.util.RpgleSwitch.doSwitch(RpgleSwitch.java:529)
at org.eclipse.emf.ecore.util.Switch.doSwitch(Switch.java:53)
at org.eclipse.emf.ecore.util.Switch.doSwitch(Switch.java:69)
at com.ibm.etools.iseries.rpgle.ASTNode.enter(ASTNode.java:247)
at com.ibm.etools.iseries.rpgle.ASTNode.accept(ASTNode.java:241)
at com.ibm.etools.iseries.rpgle.ASTNode.enter(ASTNode.java:254)
at com.ibm.etools.iseries.rpgle.ASTNode.accept(ASTNode.java:241)
at
com.ibm.etools.iseries.rpgle.ui.RPGTreeModelBuilder.visitTree(RPGTreeModelBuilder.java:127)
at
com.ibm.etools.iseries.rpgle.ui.RPGTreeModelBuilder.buildTree(RPGTreeModelBuilder.java:140)
at
com.ibm.etools.iseries.edit.views.ISeriesEditorRPGLEOutlinePage$4.run(ISeriesEditorRPGLEOutlinePage.java:955)
at org.eclipse.ui.internal.PendingSyncExec.run(PendingSyncExec.java:68)
at
org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:166)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4047)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3663)
at
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
at
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
at
org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:152)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:586)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588)
at org.eclipse.equinox.launcher.Main.run(Main.java:1459)

Best regards
--
Marco Facchinetti

Mr S.r.l.

Tel. 035 962885
Cel. 393 9620498

Skype: facchinettimarco


Il giorno mar 3 feb 2026 alle ore 21:16 David Gibbs via WDSCI-L < wdsci-l@xxxxxxxxxxxxxxxxxx> ha scritto:

Looks like RDi 9.9 is still generating the RCL_API_Log_Sample xml files.

The latest file is locked by the process so it can't be deleted
without shutting RDi down.

david
--
This is the Rational Developer for IBM i (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
https://list/
s.midrange.com%2Fmailman%2Flistinfo%2Fwdsci-l&data=05%7C02%7Csteve.fer
rell%40fortra.com%7Cbf63d54fa9ab49fdb33a08de638cabda%7Cca81e23b350945e
ea9983e346acf274d%7C0%7C0%7C639057653042429301%7CUnknown%7CTWFpbGZsb3d
8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiT
WFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=NiEn7iXDZKhjFEMd4A48XicHhGP
vc5PX9uj7CnhQRPg%3D&reserved=0 or email:
WDSCI-L-request@xxxxxxxxxxxxxxxxxx
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 (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxxxxxxxx
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-2026 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.