DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43791>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43791

           Summary: JMeter will use 100%CPU if message broker is stopped
           Product: JMeter
           Version: 2.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


To reproduce:
1. create a JMS Point-To-Point Sampler
2. run the test
3. stop the JMS broker (I'm using Weblogic Server 10)

Symtoms:
1. Jmeter will use 100% CPU
2. Message to stdout (continuosly repeated):

weblogic.jms.common.IllegalStateException: [JMSClientExceptions:055088]The consu
mer is closed
        at weblogic.jms.client.JMSConsumer.checkClosed(JMSConsumer.java:674)
        at weblogic.jms.client.JMSConsumer.receive(JMSConsumer.java:510)
        at weblogic.jms.client.WLConsumerImpl.receive(WLConsumerImpl.java:167)
        at org.apache.jmeter.protocol.jms.sampler.Receiver.run(Receiver.java:74)

        at java.lang.Thread.run(Thread.java:595)


Root cause:

QueueReceiver is not closed (Receiver.java)

Thanks,

Alessio

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to