java - SQLNestedException Exception - Native SSPI library not loaded -


i getting exception below in server logs. mean , how fix it?

org.apache.commons.dbcp.sqlnestedexception: cannot create poolableconnectionfactory (i/o error: sso failed: native sspi library not loaded. check java.library.path system property.) 

please add more detail in question.

this seems common jtds error occurs when connecting sql server using windows authentication. if case try adding x86/sso/ntlm.dll (or equivalent variant server architecture) jtds distribution java.library.path using

-djava.library.path=path/to/dll on jvm startup


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -