1) Error: Weblogic Server Exception: weblogic.application.ModuleException:
[05:05:57 AM] Caused by: weblogic.common.resourcepool.ResourceSystemException: Cannot load driver class: com.microsoft.sqlserver.jdbc.SQLServerDriver
[05:05:57 AM] See server logs or server console for more details
Solution: Simple, i copied sqljdbc.jar in the classpath. but got error that this is not suported by java version i was using. Try sqljdbc4.jar. i did the same and it worked. :)
2) Error: unresolved application library references defined in weblogic-application.xml
Solution: deployed all the libraries that were required by the already installed libs. Another shortcut is to extend the domain with required libraries. In my case it was oracle JRF.
If its the integrated weblogic domain try to create the default domain again. If its the custom managed server, then make sure the deployed libraries are targeting to the server.
[05:05:57 AM] Caused by: weblogic.common.resourcepool.ResourceSystemException: Cannot load driver class: com.microsoft.sqlserver.jdbc.SQLServerDriver
[05:05:57 AM] See server logs or server console for more details
Solution: Simple, i copied sqljdbc.jar in the classpath. but got error that this is not suported by java version i was using. Try sqljdbc4.jar. i did the same and it worked. :)
2) Error: unresolved application library references defined in weblogic-application.xml
Solution: deployed all the libraries that were required by the already installed libs. Another shortcut is to extend the domain with required libraries. In my case it was oracle JRF.
If its the integrated weblogic domain try to create the default domain again. If its the custom managed server, then make sure the deployed libraries are targeting to the server.
Hi , I am facing same issue , while deploying oracle soa human task adf application, but while deploying getting same error. I also treid to deply from Application Menu but that didnt worked for me, I tried to added sqljdbc.jar in project->rightclick -?library, that also not help me , please help on this issue ,thanks satendra
ReplyDeleteHi, can you please post the error log if you are still facing the issue. I just copied the sqljdbc4.jar in my classpath and that worked for me.
ReplyDelete