Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] 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  
Status closed   Product Version 3.1.0
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>

Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
10-12-06 08:40 sam New Issue
11-30-06 08:00 ferg Assigned To  => ferg
11-30-06 08:00 ferg Status new => closed
11-30-06 08:00 ferg Resolution open => fixed
11-30-06 08:00 ferg Fixed in Version  => 3.1.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker