How do I install ELM 7.0.2 SR1 iFix015 under Linux ?
I am trying to install RTC client 7.0.2 SR1 under Linux (x86-64 Fedora 41). I find that launchpad.sh exits immediately, leaving this error message in its log
!ENTRY org.eclipse.compare.win32 4 0 2024-12-13 09:50:40.142
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [227]
Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
It looks to me that there is a defect in the installer; it seems to be asking for a Windows-specific class in the Linux installer. I need RTC 7.0.2 because this is the level which is compatible with the Jazz server that I connect to .
Am I doing something wrong, if so what ? Chris Ward tjcw@uk.ibm.com
Accepted answer
I think the options you have are
- Open a case with support
- Try to use silent install: https://jazz.net/wiki/bin/view/Deployment/SilentInstallOnLinux
I have used the silent install option multiple times on Redhat where I only have console access.