OpenNTF / openliberty-domino

Open Liberty server embedded in Domino
Apache License 2.0
7 stars 3 forks source link

The new user registry implementation makes the server mildly extremely unstable #10

Closed jesse-gallagher closed 5 years ago

jesse-gallagher commented 5 years ago

For some reason, running in a NotesThread hits "UnsatisfiedLinkError" on lsxbe even when a manual System.load of the same works fine. It's possible that the cause is the duplication of the class from the core JVM into the plugin.

DanieleVistalli commented 5 years ago

This problem is the reason why in CrossWorlds the loading of notes libraries was done by a system extension. I loaded it globally and the CrossWorlds (+ notes.jar) code was available to all applications with a single copy in the classloader

jesse-gallagher commented 5 years ago

That makes sense. For now, I worked around it by making a janky little REST API, but I imagine I'll revisit it when it comes to baking CrossWorlds in.