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.