Sun One Application Server 7 classloader issue
Hi all,
I created a war file from Eclipse and deployed it to Sun One application Server 7. During context initialize I got this:
stdout: 19:52:06,424 ERROR [ContextLoader] Context initialization failed
stdout: org.springframework.beans.factory.BeanCreationException: stdout: java.lang.UnsatisfiedLinkError: Native Library C:\Sun\AppServer7\bin\cis.dll already loaded in another classloader
I have only one Sun One App server 7 running instance with one application deployed on it.The same application works withouth any problems under Tomcat 4.2. I tried with <class-loader delegate="true"/> in the sun-web.xml. Now the error above does not come but container is not able to find and load any class underWEB-INF/lib folder. It throws ClassNotFound exception. But all necessary jar files are in the WEB-INF/lib folder.
Can somebody helps me to resolve this issue ?
Thanks

