|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 3070 | minor | have not tried | 11-13-08 11:50 | 11-14-08 10:39 | |
|
|
|||||
| Reporter: | dicr | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 3.2.1 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.0 | ||
|
|
|||||
| 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) ( |
||||
| Steps To Reproduce: | |||||
| 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> |
||||
| Relationships | |||||
| Attached Files: | |||||
| There are no notes attached to this issue. |