[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Unauthenticated caller null N sqlException

PeterJ do-not-reply at jboss.com
Mon Jul 13 10:57:20 EDT 2009


Placing the JDBC driver JAR files in server/default/lib is acceptable.

Wait a minute, I re-read the error mesage. Looks like you are not use a type-4 JDBC driver (pure Java), that instead you are using a type-2 (requires native C library). In that case you must either change your PATH  (Windows) or LD_LIBRARY_PATH (Linux) env var to include the directory containing the C library required by the driver.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243304#4243304

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243304



More information about the jboss-user mailing list