description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: JDBC-Troubles: was not able to create connection from DbConnection = id=null, name=jdbc/dbformstest, jndi=true, conClass=null, username=null, default=true
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:346)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:305)



well here is what I get with one that works

dbforms.config.DbFormsConfig - ::addDbConnection - added the dbConnection [DbConnection = id=null, name=java:comp/env/jdbc/dump_Bush_datasource, jndi=true, conClass=null, username=null, default=true]

Um have you configured jndi before?

Do you have something like the following in web.xml

<resource-ref>
        <description>DB Connection</description>
        <res-ref-name>jdbc/dump_Bush_datasource</res-ref-name>
        <res-type>javax.sql.DataSource</res-type>
        <res-auth>Container</res-auth>
    </resource-ref>

You mentioned web.xml before. What you put there I either put in server.xml or just in a file under webapps, but maybe it can go in web.xml too. That is why I asked if you have configured jndi before.

--
Shawn

Happily using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
DbForms Mailing List


http://www.wap-force.net/dbforms

Reply via email to