This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 20964 - Pointbase driver (pbclient.jar) put in $CATALINA_HOME/lib causes problem
Summary: Pointbase driver (pbclient.jar) put in $CATALINA_HOME/lib causes problem
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: -FFJ-
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-27 17:46 UTC by joannelau
Modified: 2002-04-26 17:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description joannelau 2002-02-27 17:46:35 UTC
020225_2 EE  win2000, jdk1.4

Using JDNI resources to connect to database, if the Pointbase driver
(pbclient.jar) is located in $CATALINA_HOME/lib, this results to 
cannot find suitable driver error when deploy the webapp.
Instead the jar file must be put in $CATALINA_HOME/common/lib in order to work.

2002-02-27 09:46:00 WebappLoader[/bookstore1]: Deploying class repositories to work directory 
C:\forte4j_ee_26\tomcat401\work\localhost\bookstore1
2002-02-27 09:46:00 StandardManager[/bookstore1]: Seeding random number generator class java.security.SecureRandom
2002-02-27 09:46:00 StandardManager[/bookstore1]: Seeding of random number generator has been completed
2002-02-27 09:46:00 ContextConfig[/bookstore1]: Added certificates -> request attribute Valve
2002-02-27 09:46:00 Couldn't create bookstore database bean: Couldn't open connection to database: No suitable driver
2002-02-27 09:46:00 StandardWrapper[/bookstore1:default]: Loading container servlet default
2002-02-27 09:46:00 default: init
2002-02-27 09:46:01 jsp: init
2002-02-27 09:46:00 Couldn't create bookstore database bean: Couldn't open connection to database: No suitable driver
2002-02-27 09:46:00 StandardWrapper[/bookstore1:default]: Loading container servlet default
2002-02-27 09:46:00 default: init
2002-02-27 09:46:01 jsp: init
Comment 1 Damian Frach 2002-02-28 08:10:47 UTC
suggested fix: 

pbclient jar file will be put in $CATALINA_HOME/common/lib

Comment 2 Damian Frach 2002-03-01 09:49:56 UTC
fixed
Comment 3 joannelau 2002-04-26 17:05:28 UTC
Verified in build 020425_3.