Re: java.lang.UnsatisfiedLinkError: Library is already loaded in another ClassLoader (On stopping and starting the application)

2011-06-08 Thread ttiurani
Hi, I have this same problem with a dll and a classloader and can not seem to get past it. David Jencks wrote: > > I think this is similar to Kevan's suggestion. However, all you need > is the classloader, not a gbean. Kevan's sharedlib reference idea > should work, however I would recomm

Re: java.lang.UnsatisfiedLinkError: Library is already loaded in another ClassLoader (On stopping and starting the application)

2009-02-24 Thread David Jencks
On Feb 24, 2009, at 7:01 AM, Juergen Weber wrote: Hearty wrote: Hi I am getting an error as follows java.lang.UnsatisfiedLinkError: lic (Library is already loaded in another ClassLoader) This is happening when I stopping the application and start it again. [apache geronimo is runni

Re: java.lang.UnsatisfiedLinkError: Library is already loaded in another ClassLoader (On stopping and starting the application)

2009-02-24 Thread David Jencks
On Feb 24, 2009, at 2:26 AM, Hearty wrote: Hi I am getting an error as follows java.lang.UnsatisfiedLinkError: lic (Library is already loaded in another ClassLoader) This is happening when I stopping the application and start it again. [apache geronimo is running, I am only stopping/s

Re: java.lang.UnsatisfiedLinkError: Library is already loaded in another ClassLoader (On stopping and starting the application)

2009-02-24 Thread Juergen Weber
Hearty wrote: > > Hi > > I am getting an error as follows > java.lang.UnsatisfiedLinkError: lic (Library is already loaded in another > ClassLoader) > This is happening when I stopping the application and start it again. > [apache geronimo is running, > I am only stopping/starting app

Re: java.lang.UnsatisfiedLinkError: Library is already loaded in another ClassLoader (On stopping and starting the application)

2009-02-24 Thread Kevan Miller
On Feb 24, 2009, at 5:26 AM, Hearty wrote: Hi I am getting an error as follows java.lang.UnsatisfiedLinkError: lic (Library is already loaded in another ClassLoader) This is happening when I stopping the application and start it again. [apache geronimo is running, I am only stopping/s

java.lang.UnsatisfiedLinkError: Library is already loaded in another ClassLoader (On stopping and starting the application)

2009-02-24 Thread Hearty
Hi I am getting an error as follows java.lang.UnsatisfiedLinkError: lic (Library is already loaded in another ClassLoader) This is happening when I stopping the application and start it again. [apache geronimo is running, I am only stopping/starting application by using the admin consol