Hello, I have some basic questions on Felix container. I provision the basic Felix container and started it via mvn pax:provision -Dplaftform=felix . I see the following bundles were provisioned:
*____________________________* *Welcome to Apache Felix Gogo* * * *g! lb* *START LEVEL 6* * ID|State |Level|Name* * 0|Active | 0|System Bundle (3.2.1)* * 1|Active | 1|Apache Felix Gogo Command (0.8.0)* * 2|Active | 1|Apache Felix Gogo Runtime (0.8.0)* * 3|Active | 1|Apache Felix Gogo Shell (0.8.0)* * * * When I open JConsole I see the following entry org.apache.felix.main.Main 6216 (PID) under local process* * * *But I try to connect I'm unable to connect! It says that "Connecting to 6216" and nothing happens and it never connects.* * * *Any idea? Do I need some additional bundles? Do i need to give some user id/pw?* * * *I would like to create a Spring exported JMX instrumentation for one of starter bundle to start the application via JMXCondole* * * *Any help will be appreciated! * * * *Thanks in advance!* * * *Matt*

