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