Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

libuuid into oracle linux 9.x

Marco CoppolaMay 20 2024 — edited May 21 2024

hi,

on running my java application (it's a a Sap Commerce 6.x, also knowed as Hybris) I have this error on oracle linux:

INFO  [localhost-startStop-9] [DefaultRMIRegistryService] Creating Registry on port 2198.
INFO  [localhost-startStop-9] [LocalRMISocketFactory] Creating server socket at '/127.0.0.1:2198'.
java.lang.UnsatisfiedLinkError: /home/xxx/git/yyy/yyy-pim/bin/ext-integration/sap/core/sapcorejco/lib/linuxintel/libsapjco3.so: libuuid.so.1: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1937)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1820)
...

searching on internet I understood that is releated to libuuid library that with the time is changed.

Now: on my linux, libuuid is installed, I checked.

What's the issue and how solve it?

Marco

This post has been answered by MichaelC-Oracle on May 22 2024
Jump to Answer
Comments
Post Details
Added on May 20 2024
4 comments
461 views