Anonymous | Login | Signup for a new account | 12-17-2024 10:52 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0001406 | [Resin] | minor | always | 10-12-06 08:40 | 11-30-06 08:00 | ||||
Reporter | sam | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.1.0 | Product Version | 3.1.0 | ||||
Product Build | |||||||||
Summary | 0001406: startup fails if required files are in ${server.root}/lib | ||||||||
Description |
If there is a jar file in ${server.root}/lib that contains a database driver, and the <class-loader> is setup properly, Resin still fails to start. No stack trace is included in the error message. /path/to/conf/resin.conf:13: java.lang.ClassNotFoundException: org.apache.derby.jdbc.ClientDriver <resin xmlns="http://caucho.com/ns/resin" [^] xmlns:resin="http://caucho.com/ns/resin/core"> [^] <class-loader> <tree-loader path="${resin.home}/lib"/> <tree-loader path="${server.root}/lib"/> </class-loader> <database jndi-name="jdbc/DB1"> <driver type="org.apache.derby.jdbc.ClientDriver"> <url>jdbc:derby://localhost:1527/derbyDB;create=true</url> [^] <user>user1</user> <password>password1</password> </driver> <xa>true</xa> <spy/> </database> |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed. 25 unique queries executed. |