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



Sorry, I previously reported this under the wrong title.


I'm receiving the following error when using the Journal Explorer


eclipse.buildId=unknown
java.fullversion=8.0.5.15 - pwa6480sr5fp15-20180502_01(SR5 FP15)
JRE 1.8.0 Windows 7 amd64-64 Compressed References 20180425_385365 (JIT enabled, AOT enabled)
OpenJ9 - a7ffbfe
OMR - a531219
IBM - 59ef3dc
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 -product com.ibm.rational.developer.ibmi.product.ide
biz.isphere.core
Error
Tue Sep 11 10:59:22 EDT 2018
*** Error in method JournalExplorerView.createJournalTab(3) ***

java.lang.NoClassDefFoundError: com/ibm/as400/access/ProgramParameter
at biz.isphere.core.internal.api.APIProgramCallDocument.produceIntegerParameter(APIProgramCallDocument.java:175)
at biz.isphere.journalexplorer.core.api.retrievefielddescription.IQDBRTVFD.createParameterList(IQDBRTVFD.java:189)
at biz.isphere.journalexplorer.core.api.retrievefielddescription.IQDBRTVFD.retrieveFieldDescriptions(IQDBRTVFD.java:171)
at biz.isphere.journalexplorer.core.api.retrievefielddescription.IQDBRTVFD.retrieveFieldDescriptions(IQDBRTVFD.java:145)
at biz.isphere.journalexplorer.core.api.retrievefielddescription.IQDBRTVFD.retrieveFieldDescriptions(IQDBRTVFD.java:129)
at biz.isphere.journalexplorer.core.api.retrievefielddescription.IQDBRTVFD.retrieveFieldDescriptions(IQDBRTVFD.java:115)
at biz.isphere.journalexplorer.core.model.dao.MetaTableDAO.retrieveColumnsMetaData(MetaTableDAO.java:36)
at biz.isphere.journalexplorer.core.model.MetaDataCache.loadMetadata(MetaDataCache.java:85)
at biz.isphere.journalexplorer.core.model.MetaDataCache.loadMetadata(MetaDataCache.java:54)
at biz.isphere.journalexplorer.core.model.MetaDataCache.retrieveMetaData(MetaDataCache.java:39)
at biz.isphere.journalexplorer.core.model.OutputFile.getType(OutputFile.java:41)
at biz.isphere.journalexplorer.core.ui.widgets.JournalEntriesViewerForOutputFiles.createTableViewer(JournalEntriesViewerForOutputFiles.java:89)
at biz.isphere.journalexplorer.core.ui.widgets.AbstractJournalEntriesViewer.initializeComponents(AbstractJournalEntriesViewer.java:80)
at biz.isphere.journalexplorer.core.ui.widgets.JournalEntriesViewerForOutputFiles.<init>(JournalEntriesViewerForOutputFiles.java:81)
at biz.isphere.journalexplorer.core.ui.views.JournalExplorerView.createJournalTab(JournalExplorerView.java:217)
at biz.isphere.journalexplorer.core.ui.views.JournalExplorerView.access$4(JournalExplorerView.java:211)
at biz.isphere.journalexplorer.core.ui.views.JournalExplorerView$2.postRunAction(JournalExplorerView.java:141)
at biz.isphere.journalexplorer.core.ui.actions.OpenJournalOutfileAction.run(OpenJournalOutfileAction.java:45)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:565)
at org.eclipse.jface.action.ActionContributionItem.lambda$5(ActionContributionItem.java:436)
at org.eclipse.jface.action.ActionContributionItem$$Lambda$43.0000000019C14950.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4418)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4236)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3824)
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)




"This email and any attachments, contain Genuine Parts Company confidential information that is proprietary, privileged, and protected by applicable laws. If you have received this message in error and are not the intended recipient, you should not retain, distribute, disclose or use any of this information and you should destroy this email, any attachments or copies therein forthwith. Please notify the sender immediately by email if you have received this email in error."
--
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 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.