Dear All, I have a web application running in Tomcat Server with SQL-SERVER Database, recently we did some Sybase driver update and it stops all the other process after the update. I am getting the following error on my tomcat logs, Please help me how to resolve the issue....
Tomcat Log: Created catalinaLoader in: C:\Program Files\Apache\Tomcat 4.1\server\lib Feb 14, 2006 3:26:40 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8080 Feb 14, 2006 3:26:43 AM org.apache.struts.util.PropertyMessageResources <init> INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true Feb 14, 2006 3:26:43 AM org.apache.struts.util.PropertyMessageResources <init> INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true Feb 14, 2006 3:26:45 AM org.apache.struts.util.PropertyMessageResources <init> INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', returnNull=true Could not retrieve necessary codes from database. org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null', cause: java.lang.NullPointerException at com.jnetdirect.jsql.e.a(Unknown Source) at com.jnetdirect.jsql.JSQLDriver.acceptsURL(Unknown Source) at java.sql.DriverManager.getDriver(Unknown Source) at org.apache.commons.dbcp.BasicDataSource.