Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Error starting ibmdisrv in Red Hat Enterprise Linux 8.4

65 views
Skip to first unread message

James Chy

unread,
May 17, 2022, 12:36:54 PM5/17/22
to

I tried starting ibmdisrv in Red Hat Enterprise Linux 8.4 and it does not appear to start. The following message below appeared in logs/ibmdi.log.

Any suggestions?

I am using TDI 7.2.0 with fixpack 6 installed.

2022-05-17 16:31:23,331 ERROR [com.ibm.di.loader.ServerLauncher] - CTGDKG023E Error while starting main class.
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:613)
at com.ibm.di.loader.ServerLauncher.startServer(ServerLauncher.java:173)
at com.ibm.di.loader.ServerLauncher.main(ServerLauncher.java:79)
Caused by: java.lang.UnsatisfiedLinkError: i4clntjni (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1197)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1161)
at java.lang.System.loadLibrary(System.java:527)
at com.ibm.LUMClient.LumCoreClient.<clinit>(LumCoreClient.java:32)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:236)
at com.ibm.LUMClient.LumClient.setOption(LumClient.java:254)
at com.ibm.di.server.RS.checkLUM(RS.java:3592)
at com.ibm.di.server.RS.main(RS.java:589)
... 6 more

Jason Williams

unread,
May 17, 2022, 1:09:59 PM5/17/22
to
This issue is due to compat-libstdc++-33 missing from system. Before 7.2.0-ISS-SDI-FP0008( ie SDI 7.2 Fixpack 8) the 'compat-libstdc++-33' OS package is a requirement for SDI 7.2. With SDI 7.2 Fixpack 8, the 'compat-libstdc++-33' package requirement has been removed from SDI 7.2. Customers can ignore the instructions located in this technote when installing SDI 7.2. then applying SDI 7.2 Fixpack 8.
https://www.ibm.com/support/pages/node/6117862

James Chy

unread,
May 17, 2022, 11:14:01 PM5/17/22
to
On Tuesday, May 17, 2022 at 1:09:59 PM UTC-4, Jason Williams wrote:
> This issue is due to compat-libstdc++-33 missing from system. Before 7.2.0-ISS-SDI-FP0008( ie SDI 7.2 Fixpack 8) the 'compat-libstdc++-33' OS package is a requirement for SDI 7.2. With SDI 7.2 Fixpack 8, the 'compat-libstdc++-33' package requirement has been removed from SDI 7.2. Customers can ignore the instructions located in this technote when installing SDI 7.2. then applying SDI 7.2 Fixpack 8.
> https://www.ibm.com/support/pages/node/6117862

Thanks Jason!

Fixpack 8 fixed the issue.

0 new messages