Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005019 [Resin] minor always 04-03-12 10:59 06-20-12 16:18
Reporter alex View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 4.0.27
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>
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
04-03-12 10:59 alex New Issue
06-20-12 16:18 ferg Assigned To  => ferg
06-20-12 16:18 ferg Status new => closed
06-20-12 16:18 ferg Resolution open => fixed
06-20-12 16:18 ferg Fixed in Version  => 4.0.29


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