LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2005, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 25 Feb 2005 11:08:54 +0100
Reply-To:   Steven <santa@EMAILME.NU>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Steven <santa@EMAILME.NU>
Subject:   The JDBC Adapter is not initialized properly

Hi Everyone,

I want to display a table using WebAF. I'm following this example : http://support.sas.com/rnd/appdev/examples/ServletJSP/DisplayingaTableusingJDBC_BLD.htm

But are getting this error when I run the servlet : ---- org.apache.jasper.JasperException: javax.servlet.jsp.JspException: java.lang.IllegalStateException: The JDBC Adapter is not initialized properly. at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432) at org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:116) at org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:131) at java.security.AccessController.doPrivileged(Native Method) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:348) at servlets.ControllerServlet.doGet(ControllerServlet.java:114) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:98) at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:176) at java.security.AccessController.doPrivileged(Native Method) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:172) at com.sas.servlet.filters.CharacterEncodingFilter.doFilter(Unknown Source) ----

When I test the connection in "WebAF -> Tools -> Register Connections" the connection is succesful.

Any idea what is wrong?

Thanks for any help!

Steven.

-- Posted by news://news.nb.nu


Back to: Top of message | Previous page | Main SAS-L page