Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1241 | minor | always | 07-10-06 16:40 | 07-18-06 09:44 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.19 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.20 | ||
|
|||||
Summary: | 0001241: Lots of InstanceAlreadyExists exceptions when using MySQL from Quercus | ||||
Description: |
It looks like something in the current (Subversion) Quercus MySQL code isn't playing nice with JMX. I get tons of these exceptions, though the app appears to work fine. Seems to spit out one every time our code connects to MySQL, which of course happens a lot. [16:36:40.552] javax.management.InstanceAlreadyExistsException: resin:type=ConnectionPool,Host=default,WebApp=/,name=dbpool-0 [16:36:40.552] at com.caucho.jmx.AbstractMBeanServer.registerMBean(AbstractMBeanServer.java:427) [16:36:40.552] at com.caucho.jmx.Jmx.register(Jmx.java:252) [16:36:40.552] at com.caucho.management.server.AbstractManagedObject.registerSelf(AbstractManagedObject.java:122) [16:36:40.552] at com.caucho.jca.ConnectionPool.init(ConnectionPool.java:439) [16:36:40.552] at com.caucho.sql.DBPool.init(DBPool.java:599) [16:36:40.552] at com.caucho.sql.DatabaseManager.findDatabaseImpl(DatabaseManager.java:112) [16:36:40.552] at com.caucho.sql.DatabaseManager.findDatabase(DatabaseManager.java:88) [16:36:40.552] at com.caucho.quercus.env.Env.getConnection(Env.java:497) [16:36:40.552] at com.caucho.quercus.lib.db.Mysqli.connectInternal(Mysqli.java:136) [16:36:40.552] at com.caucho.quercus.lib.db.Mysqli.<init>(Mysqli.java:96) [16:36:40.552] at com.caucho.quercus.lib.db.MysqlModule.mysql_connect(MysqlModule.java:744) ... |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|