JMX InstanceAlreadyExistsException under high load initialization
-----------------------------------------------------------------

                 Key: CXF-2676
                 URL: https://issues.apache.org/jira/browse/CXF-2676
             Project: CXF
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.2.6
            Reporter: Cyrille Le Clerc
            Assignee: Cyrille Le Clerc


Under high load / burst startups with ResponseTimeFeature enabled , CXF clients 
and endpoints can cause {{InstanceAlreadyExistsException}}.

{noformat:title=Sample of InstanceAlreadyExistsException}
2010/02/15 22:12:08,632  WARN [http-8080-20] 
org.apache.cxf.management.counters.CounterRepository - 
   Can't register counter with object name 
org.apache.cxf:bus.id=my-bus,type=Performance.Counter.Server,service="{http://ws.example.com/}myService",port="myServiceSOAP";.
 
   javax.management.InstanceAlreadyExistsException: 
org.apache.cxf:bus.id=my-bus,type=Performance.Counter.Server,service="{http://ws.example.com/}myService",port="myServiceSOAP";
{noformat}

Before CXF-2675 , the message was 
{noformat}
2010/02/15 22:12:08,632  WARN [http-8080-20] 
org.apache.cxf.management.counters.CounterRepository - Can't register counter 
with object name {0}. {1}
{noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to