Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003070 [Resin] minor have not tried 11-13-08 11:50 11-14-08 10:39
Reporter dicr View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.2.1
Summary 0003070: NullPointerException at com.caucho.jca.ConnectionPool.destroy
Description [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)
(
Additional Information 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>
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
11-13-08 11:50 dicr New Issue
11-14-08 10:39 ferg Assigned To  => ferg
11-14-08 10:39 ferg Status new => closed
11-14-08 10:39 ferg Resolution open => fixed
11-14-08 10:39 ferg Fixed in Version  => 4.0.0


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