sql server - java.lang.ClassNotFoundException: javax.net.ssl.SSLSocket not found by com.microsoft.sqlserver.jdbc.SQLServerDriver -


i've made multiple attempts try connect mssql jsp cannot around error produced when try initiate actual connection. jar has been wrapped osgi bundle of dependencies resolved on 1.8 jvm. interestingly enough, exact same jsp code run on mac platform not when deployed production windows 2012 server.

caused by: java.lang.classnotfoundexception: javax.net.ssl.sslsocket not found com.microsoft.sqlserver.jdbc.sqlserverdriver [587] @ org.apache.felix.framework.bundlewiringimpl.findclassorresourcebydelegation(bundlewiringimpl.java:1574) @ org.apache.felix.framework.bundlewiringimpl.access$400(bundlewiringimpl.java:79) @ org.apache.felix.framework.bundlewiringimpl$bundleclassloader.loadclass(bundlewiringimpl.java:2018) @ java.lang.classloader.loadclass(classloader.java:357) ... 160 more

normally javax.net.ssl.sslsocket loaded rt.jar in boot classpath. jsp container using, , how have configured boot classpath it? mentioned have working on osx: configuration differences exist between environment , windows?


Comments

Popular posts from this blog

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

wordpress - (T_ENDFOREACH) php error -

Using django-mptt to get only the categories that have items -