Mantis - Resin
Viewing Issue Advanced Details
3070 minor have not tried 11-13-08 11:50 11-14-08 10:39
dicr  
ferg  
normal  
closed 3.2.1  
fixed  
none    
none 4.0.0  
0003070: NullPointerException at com.caucho.jca.ConnectionPool.destroy
[21:49:50.454] {resin-61} java.lang.NullPointerException
[21:49:50.454] {resin-61} at com.caucho.jca.ConnectionPool.destroy(ConnectionPool.java:1093)
[21:49:50.454] {resin-61} at com.caucho.jca.ResourceManagerImpl.destroy(ResourceManagerImpl.java:284)
[21:49:50.454] {resin-61} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:49:50.454] {resin-61} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[21:49:50.454] {resin-61} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:49:50.454] {resin-61} at java.lang.reflect.Method.invoke(Method.java:616)
[21:49:50.454] {resin-61} at com.caucho.loader.CloseListener.classLoaderDestroy(CloseListener.java:75)
[21:49:50.454] {resin-61} at com.caucho.loader.DynamicClassLoader.destroy(DynamicClassLoader.java:1978)
[21:49:50.454] {resin-61} at com.caucho.loader.EnvironmentClassLoader.destroy(EnvironmentClassLoader.java:782)
[21:49:50.454] {resin-61} at com.caucho.server.host.Host.destroy(Host.java:646)
[21:49:50.454] {resin-61} at com.caucho.server.deploy.DeployController.stopImpl(DeployController.java:750)
[21:49:50.454] {resin-61} at com.caucho.server.deploy.DeployController.restartImpl(DeployController.java:628)
[21:49:50.454] {resin-61} at com.caucho.server.deploy.StartAutoRedeployAutoStrategy.alarm(StartAutoRedeployAutoStrategy.java:177)
[21:49:50.454] {resin-61} at com.caucho.server.deploy.DeployController.handleAlarm(DeployController.java:789)
[21:49:50.454] {resin-61} at com.caucho.util.Alarm.handleAlarm(Alarm.java:427)
[21:49:50.454] {resin-61} at com.caucho.util.Alarm.run(Alarm.java:397)
[21:49:50.454] {resin-61} at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:759)
[21:49:50.454] {resin-61} at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:681)
[21:49:50.454] {resin-61} at java.lang.Thread.run(Thread.java:636)
(
host.xml of deployed host:

<host xmlns="http://caucho.com/ns/resin"> [^]
<database>
  <jndi-name>jdbc/mysql</jndi-name>
    <driver>
        <type>com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource</type>
        <url>jdbc:mysql://localhost:3306/dbname</url> [^]
        <user>username</user>
        <password>password</password>
        <init-param useUnicode="true"/>
    </driver>
</database>
</host>

There are no notes attached to this issue.