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



Never mind.

Although I am pretty sure that I already tried to start it with the "-clean" option (that is what we all usually do first), it works again, now. It does not work without "-clean", but that is a minor issue.

The only thing left are the following Eclipse log entries:

!SESSION 2015-12-03 08:04:36.467 -----------------------------------------------
eclipse.buildId=unknown
java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows Vista x86-32 j9vmwi3223ifx-20080811 (JIT enabled)
J9VM - 20080809_21892_lHdSMr
JIT - 20080620_1845_r8
GC - 200806_19
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en
Framework arguments: -product com.ibm.etools.iseries.wdsc.welcome.ide -showlocation
Command-line arguments: -os win32 -ws win32 -arch x86 -product com.ibm.etools.iseries.wdsc.welcome.ide -showlocation -data workspace -clean

!ENTRY org.eclipse.osgi 4 0 2015-12-03 08:04:36.615
!MESSAGE error loading hook: com.ibm.cds.CDSHookConfigurator
!STACK 0
java.lang.UnsupportedClassVersionError: (com/ibm/cds/CDSHookConfigurator) bad major version at offset=6
at java.lang.ClassLoader.defineClassImpl(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$400(Unknown Source)
at java.net.URLClassLoader$ClassFinder.run(Unknown Source)
at java.security.AccessController.doPrivileged(Unknown Source)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forNameImpl(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.eclipse.osgi.baseadaptor.HookRegistry.loadConfigurators(Unknown Source)
at org.eclipse.osgi.baseadaptor.HookRegistry.initialize(Unknown Source)
at org.eclipse.osgi.baseadaptor.BaseAdaptor.<init>(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.createAdaptor(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Unknown Source)
at org.eclipse.core.launcher.Main.run(Unknown Source)
at org.eclipse.core.launcher.Main.main(Unknown Source)

!ENTRY org.eclipse.update.configurator 2015-12-03 08:04:37.060
!MESSAGE Could not install bundle ../../Program Files/IBM/SDPShared/plugins/org.eclipse.hyades.execution.win32.x86_4.2.4.v200806081100/ No Bundle-NativeCode match


So it still does not load the "CDSHookConfigurator" class, which is gently ignored.

Thomas.

-----Ursprüngliche Nachricht-----
Von: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] Im Auftrag von Thomas Raddatz
Gesendet: Donnerstag, 3. Dezember 2015 07:53
An: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries
Betreff: Re: [WDSCI-L] Cannot start WDSC 7.0 after having installed RDi 9.5

Surprise! Starting it in debug mode works and gives the following messages in the DOS box:

Install location: file:/c:/Program Files (x86)_IBM/SDP_070/
Configuration file: file:/c:/Program Files (x86)_IBM/SDP_070/configuration/config.ini loaded
Configuration location: file:/c:/Program Files (x86)_IBM/SDP_070/configuration/
Framework located: file:/C:/Program Files/IBM/SDPShared/plugins/org.eclipse.osgi_3.2.3.R32x_v20071108.jar
Loading extension: com.ibm.cds
eclipse.properties not found
Framework classpath:
file:/C:/Program Files/IBM/SDPShared/plugins/org.eclipse.osgi_3.2.3.R32x_v20071108.jar
file:/C:/Program Files/IBM/SDPShared/plugins/
file:/C:/Program Files/IBM/SDPShared/plugins/com.ibm.cds_3.0.1.201410101357.jar
Splash location:
C:\Program Files\IBM\SDPShared\plugins\com.ibm.etools.iseries.wdsc.welcome.nl1_7.0.2.v200706110055\nl\de\splash.bmp
runCommand:
<C:\Program Files (x86)_IBM\SDP_070\eclipse.exe><-name><Eclipse><-showsplash><600><C:\Program Files\IBM\SDPShared\plugins\com.ibm.etools.iseries.wdsc.welcome.nl1_7.0.2.v200706110055\nl\de\splash.bmp>
Debug options:
file:/c:/workspaces/rdp_070/./../p2_debug.properties loaded !SESSION 2015-12-03 07:48:19.219 -----------------------------------------------

eclipse.buildId=unknown
java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows Vista x86-32 j9vmwi3223ifx-20080811 (JIT enabled) J9VM - 20080809_21892_lHdSMr JIT - 20080620_1845_r8
GC - 200806_19
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Framework arguments: -product com.ibm.etools.iseries.wdsc.welcome.ide -showlocation -debugLog Command-line arguments: -os win32 -ws win32 -arch x86 -product com.ibm.etools.iseries.wdsc.welcome.ide -data workspace -clean -showlocation -console -ConsoleLog -debugLog -debug .\..\p2_debug.properties

!ENTRY org.eclipse.osgi 4 0 2015-12-03 07:48:19.344 !MESSAGE error loading hook: com.ibm.cds.CDSHookConfigurator !STACK 0
java.lang.UnsupportedClassVersionError: (com/ibm/cds/CDSHookConfigurator) bad major version at offset=6
at java.lang.ClassLoader.defineClassImpl(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$400(Unknown Source)
at java.net.URLClassLoader$ClassFinder.run(Unknown Source)
at java.security.AccessController.doPrivileged(Unknown Source)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forNameImpl(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.eclipse.osgi.baseadaptor.HookRegistry.loadConfigurators(Unknown Source)
at org.eclipse.osgi.baseadaptor.HookRegistry.initialize(Unknown Source)
at org.eclipse.osgi.baseadaptor.BaseAdaptor.<init>(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.createAdaptor(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Unknown Source)
at org.eclipse.core.launcher.Main.run(Unknown Source)
at org.eclipse.core.launcher.Main.main(Unknown Source)

osgi> Time to load bundles: 48

!ENTRY org.eclipse.update.configurator 2015-12-03 07:48:19.762
!MESSAGE Could not install bundle ../../Program Files/IBM/SDPShared/plugins/org.eclipse.hyades.execution.win32.x86_4.2.4.v200806081100/ No Bundle-NativeCode match

!ENTRY org.eclipse.osgi 2 0 2015-12-03 07:48:21.511 !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2015-12-03 07:48:21.513 !MESSAGE Bundle initial@reference:file:../../Program Files/IBM/SDPShared/plugins/com.ibm.cds_3.0.1.201410101357.jar/ was not resolved.
!SUBENTRY 2 com.ibm.cds 2 0 2015-12-03 07:48:21.514 !MESSAGE Missing host org.eclipse.osgi_3.10.0.

!ENTRY org.eclipse.osgi 2 0 2015-12-03 07:48:21.516 !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2015-12-03 07:48:21.517 !MESSAGE Bundle initial@reference:file:../../Program Files/IBM/SDPShared/plugins/com.ibm.cds_3.0.1.201410101357.jar/ [1] was not resolved.
!SUBENTRY 2 com.ibm.cds 2 0 2015-12-03 07:48:21.519 !MESSAGE Missing host org.eclipse.osgi_3.10.0.
Starting application: 2303
Application Started: 6874


-----Ursprüngliche Nachricht-----
Von: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] Im Auftrag von Thomas Raddatz
Gesendet: Donnerstag, 3. Dezember 2015 07:35
An: wdsci-l@xxxxxxxxxxxx
Betreff: [WDSCI-L] Cannot start WDSC 7.0 after having installed RDi 9.5

Hi,

WDSCi 7.0 does not start any longer after I have installed RDi 9.5. Does somebody else have or had that problem too? Are there any ideas how to solve the problem?

I get the following stack traces depending on the specified JVM:

a) The JVM shipped with WDSCi 7.0

!SESSION 2015-12-03 07:26:03.428 -----------------------------------------------
eclipse.buildId=unknown
java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows Vista x86-32 j9vmwi3223ifx-20080811 (JIT enabled) J9VM - 20080809_21892_lHdSMr JIT - 20080620_1845_r8
GC - 200806_19
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en Framework arguments: -product com.ibm.etools.iseries.wdsc.welcome.ide -showlocation Command-line arguments: -os win32 -ws win32 -arch x86 -product com.ibm.etools.iseries.wdsc.welcome.ide -showlocation -data workspace -consolelog

!ENTRY org.eclipse.osgi 4 0 2015-12-03 07:26:03.556 !MESSAGE error loading hook: com.ibm.cds.CDSHookConfigurator !STACK 0
java.lang.UnsupportedClassVersionError: (com/ibm/cds/CDSHookConfigurator) bad major version at offset=6
at java.lang.ClassLoader.defineClassImpl(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$400(Unknown Source)

at java.net.URLClassLoader$ClassFinder.run(Unknown Source)
at java.security.AccessController.doPrivileged(Unknown Source)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forNameImpl(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.eclipse.osgi.baseadaptor.HookRegistry.loadConfigurators(Unknown Source)
at org.eclipse.osgi.baseadaptor.HookRegistry.initialize(Unknown Source)
at org.eclipse.osgi.baseadaptor.BaseAdaptor.<init>(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.createAdaptor(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Unknown Source)
at org.eclipse.core.launcher.Main.run(Unknown Source)
at org.eclipse.core.launcher.Main.main(Unknown Source)

b) The JVM shipped with RDp 8.0:

!SESSION 2015-12-03 07:27:16.600 -----------------------------------------------
eclipse.buildId=unknown
java.fullversion=JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32 jvmwi3260sr9-20110726_87724 (JIT enabled, AOT enabled) J9VM - 20110726_087724 JIT - r9_20101028_17488ifx17
GC - 20101027_AA
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en Framework arguments: -product com.ibm.etools.iseries.wdsc.welcome.ide -showlocation Command-line arguments: -os win32 -ws win32 -arch x86 -product com.ibm.etools.iseries.wdsc.welcome.ide -showlocation -data workspace -consolelog

!ENTRY org.eclipse.osgi 4 0 2015-12-03 07:27:16.754 !MESSAGE error loading hook: com.ibm.cds.CDSHookConfigurator !STACK 0
java.lang.NoClassDefFoundError: org.eclipse.osgi.internal.hookregistry.HookConfigurator


at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$300(Unknown Source)
at java.net.URLClassLoader$ClassFinder.run(Unknown Source)
at java.security.AccessController.doPrivileged(Unknown Source)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forNameImpl(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.eclipse.osgi.baseadaptor.HookRegistry.loadConfigurators(Unknown Source)
at org.eclipse.osgi.baseadaptor.HookRegistry.initialize(Unknown Source)
at org.eclipse.osgi.baseadaptor.BaseAdaptor.<init>(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.createAdaptor(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Unknown Source)
at org.eclipse.core.launcher.Main.run(Unknown Source)
at org.eclipse.core.launcher.Main.main(Unknown Source) Caused by: java.lang.ClassNotFoundException: org.eclipse.osgi.internal.hookregistry.HookConfigurator
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.defineClassImpl(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
... 29 more

--
IMPORTANT NOTICE:
This email is confidential, may be legally privileged, and is for the intended recipient only. Access, disclosure, copying, distribution, or reliance on any of it by anyone else is prohibited and may be a criminal offence. Please delete if obtained in error and email confirmation to the sender.
--
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.
--
IMPORTANT NOTICE:
This email is confidential, may be legally privileged, and is for the intended recipient only. Access, disclosure, copying, distribution, or reliance on any of it by anyone else is prohibited and may be a criminal offence. Please delete if obtained in error and email confirmation to the sender.

--
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.
--
IMPORTANT NOTICE:
This email is confidential, may be legally privileged, and is for the intended recipient only. Access, disclosure, copying, distribution, or reliance on any of it by anyone else is prohibited and may be a criminal offence. Please delete if obtained in error and email confirmation to the sender.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.