Link to home
Create AccountLog in
Java App Servers

Java App Servers

--

Questions

--

Followers

Top Experts

Avatar of madhurikg
madhurikg

I am getting the java.lang.UnsatisfiedLinkError: Native Library C:\Lotus\Notes\nlsxbe.dll already loaded in another class exception when i am redeploying my ear file without restarting the webserver.
I am creating ear file and deploying the application in weblogic. My application contains a message driven been that sends email using lotus api when ever a message comes. This is contained in a jar file in the ear.

I am getting the following exception when i am redeploying the application without restarting my server.

<ExecuteThread: '12' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-010065> <MessageDrivenBean threw an Exception in onMessage(). The exception was:
 java.lang.UnsatisfiedLinkError: Native Library C:\Lotus\Notes\nlsxbe.dll already loaded in another classloader.
java.lang.UnsatisfiedLinkError: Native Library C:\Lotus\Notes\nlsxbe.dll already loaded in another classloader
      at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1551)
      at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511)
      at java.lang.Runtime.loadLibrary0(Runtime.java:788)
      at java.lang.System.loadLibrary(System.java:834)
      at lotus.domino.NotesThread.load(NotesThread.java:281)
      at lotus.domino.NotesThread.checkLoaded(NotesThread.java:301)
      at lotus.domino.NotesThread.sinitThread(NotesThread.java:171)

 Is it a configuration issue? Should i have to put my jar file in some other place?
 looking for suggestions...

Thanks

Zero AI Policy

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


ASKER CERTIFIED SOLUTION
Avatar of ECollinECollin

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.

Java App Servers

Java App Servers

--

Questions

--

Followers

Top Experts

Java application servers that support the Java EE platform and features include JOnAS from Object Web, WildFly (formerly JBoss AS) from JBoss, Geronimo from Apache, TomEE from Apache, Resin Java Application Server from Caucho Technology, Blazix from Desiderata Software, Enhydra Server from Enhydra.org, and GlassFish from Oracle. Commercial Java app servers include WebLogic by Oracle, WebSphere from IBM and the open source JBoss Enterprise Application Platform (JBoss EAP) by Red Hat.