Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
I have tried to display the maven tree of one of my bundle but unfortunately the server hangs/blocks on the line :
Bundle servicemix-camel [169] is currently ACTIVE
*********************************
karaf@root> dev:show-tree 169
Bundle servicemix-camel [169] is currently INSTALLED
null
karaf@root> start 169
karaf@root> dev:show-tree 169
Bundle servicemix-camel [169] is currently ACTIVE
*******************************************************************************
Reply from Gert Vanthienen
When the bundle is installed, the command just fails, but when the
bundle is ACTIVE it does come up with a graph on my machine, it just
takes a very long time and it is reporting some packages/bundles over
and over again. Could you raise a Karaf issue for this and I'll try
to improve the command to cut out the duplicate information (to trim
down the tree size as well as reduce the time required to calculate
the tree) and to figure out what's wrong with the installed bundle
report.
Thanks for reporting this,