Issue Details (XML | Word | Printable)

Key: MULE-3717
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Andrew Perepelytsya
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Mule

Profiler JMX Agent doesn't unregister itself

Created: 25/Sep/08 09:48 AM   Updated: 08/Oct/08 03:28 PM
Component/s: Core: Lifecycle, Modules: Management / JMX
Affects Version/s: None
Fix Version/s: 2.1.x Backlog

Time Tracking:
Not Specified

Issue Links:
Related
 

Labels:
User impact: Low
Configuration:
<?xml version="1.0" encoding="UTF-8"?>
<mule xmlns="http://www.mulesource.org/schema/mule/core/2.0"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:spring="http://www.springframework.org/schema/beans"
       xmlns:stdio="http://www.mulesource.org/schema/mule/stdio/2.0"
       xmlns:vm="http://www.mulesource.org/schema/mule/vm/2.0"
       xmlns:management="http://www.mulesource.org/schema/mule/management/2.0"
       xsi:schemaLocation="
               http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
               http://www.mulesource.org/schema/mule/core/2.0 http://www.mulesource.org/schema/mule/core/2.0/mule.xsd
               http://www.mulesource.org/schema/mule/stdio/2.0 http://www.mulesource.org/schema/mule/stdio/2.0/mule-stdio.xsd
               http://www.mulesource.org/schema/mule/management/2.0 http://www.mulesource.org/schema/mule/management/2.0/mule-management.xsd
               http://www.mulesource.org/schema/mule/vm/2.0 http://www.mulesource.org/schema/mule/vm/2.0/mule-vm.xsd">

    <management:jmx-default-config>
        <!--<management:credentials>-->
            <!--<spring:entry key="username" value="password"/>-->
        <!--</management:credentials>-->
    </management:jmx-default-config>

    <management:yourkit-profiler/>

    <model name="MuleHQ_Test">

        <service name="SimpleBridge">
            <inbound>
                <vm:inbound-endpoint path="in"/>
            </inbound>
            <outbound>
                <outbound-pass-through-router>
                    <vm:outbound-endpoint path="out"/>
                </outbound-pass-through-router>
            </outbound>
        </service>

    </model>

</mule>


 Description  « Hide
Run Mule without the -profile switch. The startup log has:

org.mule.module.management.agent.YourKitProfilerAgent: Cannot find YourKit API. Profiler JMX Agent will be unregistered

However, the Profiler JMX Agent is still listed on the splash screen, which prompts to it still being around in the registry.



 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Andrew Perepelytsya added a comment - 25/Sep/08 09:51 AM
This could be a more generic lifecycle issue related to MULE-3703