Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
5019 | minor | always | 04-03-12 10:59 | 06-20-12 16:18 | |
|
|||||
Reporter: | alex | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.27 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.29 | ||
|
|||||
Summary: | 0005019: adding an HttpStatusHealthCheck to an app results in exception during startup | ||||
Description: |
12-04-03 10:42:18.429] {main} javax.management.InstanceAlreadyExistsException: 'resin:type=HealthCheck,name=Resin|HttpStatus' in MBeanContext[EnvironmentClassLoader[resin-system:]] at com.caucho.jmx.AbstractMBeanServer.registerMBean(AbstractMBeanServer.java:409) at com.caucho.jmx.Jmx.register(Jmx.java:291) at com.caucho.management.server.AbstractManagedObject.registerSelf(AbstractManagedObject.java:134) at com.caucho.env.health.HealthCheckAdmin.register(HealthCheckAdmin.java:68) at com.caucho.env.health.HealthService.registerChecks(HealthService.java:401) at com.caucho.env.health.HealthService.start(HealthService.java:312) at com.caucho.env.service.ResinSystem.startServices(ResinSystem.java:528) at com.caucho.env.service.ResinSystem.start(ResinSystem.java:496) at com.caucho.server.resin.Resin.start(Resin.java:722) at com.caucho.server.resin.Resin.initMain(Resin.java:822) at com.caucho.server.resin.Resin.main(Resin.java:1235) resin configuration - standart resin-pro-4.0.27 config web-app configuration: web-app xmlns="http://caucho.com/ns/resin" [^] xmlns:health="urn:java:com.caucho.health" xmlns:resin="urn:java:com.caucho.resin" xmlns:inject="urn:java:javax.inject"> <health:HttpStatusHealthCheck> <inject:Named>xxxx</inject:Named> <url>/test.jsp</url> </health:HttpStatusHealthCheck> </web-app> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |