× 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.



Found the error,
This line in a vendors copy book.

D RXS_ReturnedErrorInfoDS_t...
D DS Qualified Template Inz

Thanks
John Slanina



-----Original Message-----
From: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Ken Killian
Sent: Friday, May 26, 2017 12:35 PM
To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries
Subject: Re: [WDSCI-L] Just upgraded to 9.5.1.2 and now Outline stop working

John,

Okay, I get a lot of errors in my RDI 9.5.1.2, I "usually" ignore them...

But, does the open and the outline view work with the **FREE format? It works me.

Now, there has been some times where I had "parsing errors". For instance in an OLD program they named an array "IF", a bad name, but still 100% Valid! <grin>

And I had an "parsing error" with this sort of statement:
When %Error and Truck = blanks;

It did not like the %error, it expect the %error() like Java/C# languages...

So, do you have a little yellow marker on the right hand side of the LPEX view? That indicates a parser error, and the outline cannot not be built...

I assume you have problems building the "outline" view if I follow correctly. Is that your root problem?

-Ken Killian-



-----Original Message-----
From: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Slanina, John
Sent: Friday, May 26, 2017 11:44 AM
To: 'Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries' <wdsci-l@xxxxxxxxxxxx>
Subject: Re: [WDSCI-L] Just upgraded to 9.5.1.2 and now Outline stop working

I start cleared the cache and even started a new workspace. The log has this error for all the members I look at that are in the rpgle free format . All others work.

!ENTRY org.eclipse.rse.ui 4 0 2017-05-26 11:29:35.995 !MESSAGE Exception when parsing OFIPGM03.RPGLE !STACK 0 java.lang.NullPointerException
at com.ibm.etools.iseries.rpgle.Field.getDataType(Field.java:182)
at com.ibm.etools.iseries.rpgle.AbstractLikeDataFormat.getDataType(AbstractLikeDataFormat.java:561)
at com.ibm.etools.iseries.rpgle.FieldDataFormat.isDateTime(FieldDataFormat.java:2056)
at com.ibm.etools.iseries.rpgle.FieldDataFormat.contribute(FieldDataFormat.java:2036)
at com.ibm.etools.iseries.rpgle.Field$1.didAdd(Field.java:220)
at com.ibm.etools.iseries.rpgle.Field$1.didAdd(Field.java:1)
at org.eclipse.emf.common.util.BasicEList.addUnique(BasicEList.java:419)
at org.eclipse.emf.common.notify.impl.NotifyingListImpl.doAddUnique(NotifyingListImpl.java:325)
at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:309)
at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:303)
at com.ibm.etools.iseries.rpgle.DataScope.addSymbolDefinition(DataScope.java:451)
at com.ibm.etools.iseries.rpgle.DataScope.detectSymbolsIn(DataScope.java:867)
at com.ibm.etools.iseries.rpgle.LikeDsManager.addWrappedSubfield(LikeDsManager.java:185)
at com.ibm.etools.iseries.rpgle.LikeDsManager$SubfieldSynchronizer.notifyChanged(LikeDsManager.java:83)
at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249)
at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:356)
at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:341)
at com.ibm.etools.iseries.rpgle.LikeDsManager.addWrappedSubfield(LikeDsManager.java:179)
at com.ibm.etools.iseries.rpgle.LikeDsManager.initializeFromSourceDataStructure(LikeDsManager.java:141)
at com.ibm.etools.iseries.rpgle.LikeDsManager.initialize(LikeDsManager.java:288)
at com.ibm.etools.iseries.rpgle.LikeDsManager.basicSetDataStructure(LikeDsManager.java:276)
at com.ibm.etools.iseries.rpgle.LikeDsManager.eInverseAdd(LikeDsManager.java:328)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eInverseAdd(BasicEObjectImpl.java:1405)
at com.ibm.etools.iseries.rpgle.DataStructure.setLikeDsManager(DataStructure.java:586)
at com.ibm.etools.iseries.rpgle.DataScope.populateLikeForDataStructure(DataScope.java:1882)
at com.ibm.etools.iseries.rpgle.DataScope.populateLikeForDataStructure(DataScope.java:1191)
at com.ibm.etools.iseries.rpgle.DataScope.populateLikeForDataStructure(DataScope.java:1172)
at com.ibm.etools.iseries.rpgle.DataScope.populateLikeForDataElements(DataScope.java:1138)
at com.ibm.etools.iseries.rpgle.DataScope.populateLikeInDspecs(DataScope.java:1109)
at com.ibm.etools.iseries.rpgle.RpgleFactory.createRPGModel(RpgleFactory.java:1623)
at com.ibm.etools.iseries.rpgle.parser.RPGParser.ruleAction(RPGParser.java:177)
at lpg.runtime.BacktrackingParser.process_reductions(BacktrackingParser.java:352)
at lpg.runtime.BacktrackingParser.parseActions(BacktrackingParser.java:395)
at lpg.runtime.BacktrackingParser.fuzzyParseEntry(BacktrackingParser.java:223)
at lpg.runtime.BacktrackingParser.fuzzyParse(BacktrackingParser.java:173)
at com.ibm.etools.iseries.rpgle.parser.RPGParser.parser(RPGParser.java:147)
at com.ibm.etools.iseries.rpgle.parser.RPGParseController.parse(RPGParseController.java:124)
at com.ibm.etools.iseries.edit.language.model.RpgIleParseJob.parse(RpgIleParseJob.java:156)
at com.ibm.etools.iseries.edit.language.model.RpgIleParseJob.run(RpgIleParseJob.java:96)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)


Thanks
John Slanina

-----Original Message-----
From: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Ken Killian
Sent: Friday, May 26, 2017 11:03 AM
To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries
Subject: Re: [WDSCI-L] Just upgraded to 9.5.1.2 and now Outline stop working

John,

You might want to try a restart with the "-clean" option...

That might help...

Maybe also try clearing out your cache...

window>preferences --> Filter on "cache", and select the clear option...

Hope that helps!

-Ken Killian-

-----Original Message-----
From: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Slanina, John
Sent: Friday, May 26, 2017 10:38 AM
To: 'wdsci-l@xxxxxxxxxxxx' <wdsci-l@xxxxxxxxxxxx>
Subject: [WDSCI-L] Just upgraded to 9.5.1.2 and now Outline stop working

I just updated to 9.5.1.2 and now outline view stop working. It is set to Updated the outline view when text is changed in the editor. The refresh button is disabled so I cannot even use that.

Thanks
John SLanina

--
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: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at http://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: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at http://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: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at http://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: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at http://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.