You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Charles Moulliard <cm...@gmail.com> on 2010/02/19 15:29:50 UTC

ServiceMix 4.x/ Fuse 4.2 hangs when using command dev:show-tree

Hi,

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

*****************

Kind regards,

Charles Moulliard
Senior Enterprise Architect
Apache Camel Committer

*****************************
blog : http://cmoulliard.blogspot.com
twitter : http://twitter.com/cmoulliard
Linkedlin : http://www.linkedin.com/in/charlesmoulliard

Apache Camel Group :
http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm

Re: ServiceMix 4.x/ Fuse 4.2 hangs when using command dev:show-tree

Posted by Charles Moulliard <cm...@gmail.com>.
Ticket created : https://issues.apache.org/activemq/browse/SMX4-489

Charles Moulliard
Senior Enterprise Architect
Apache Camel Committer

*****************************
blog : http://cmoulliard.blogspot.com
twitter : http://twitter.com/cmoulliard
Linkedlin : http://www.linkedin.com/in/charlesmoulliard

Apache Camel Group :
http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm


On Fri, Feb 19, 2010 at 5:16 PM, Gert Vanthienen
<ge...@gmail.com>wrote:

> Charles,
>
> 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,
>
> Gert Vanthienen
> ------------------------
> Open Source SOA: http://fusesource.com
> Blog: http://gertvanthienen.blogspot.com/
>
>
>
> On 19 February 2010 15:29, Charles Moulliard <cm...@gmail.com> wrote:
> > Hi,
> >
> > 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
> >
> > *****************
> >
> > Kind regards,
> >
> > Charles Moulliard
> > Senior Enterprise Architect
> > Apache Camel Committer
> >
> > *****************************
> > blog : http://cmoulliard.blogspot.com
> > twitter : http://twitter.com/cmoulliard
> > Linkedlin : http://www.linkedin.com/in/charlesmoulliard
> >
> > Apache Camel Group :
> > http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm
> >
>

Re: ServiceMix 4.x/ Fuse 4.2 hangs when using command dev:show-tree

Posted by Charles Moulliard <cm...@gmail.com>.
Ok Gert, I will open a ticket.

Kind regards,

Charles Moulliard
Senior Enterprise Architect
Apache Camel Committer

*****************************
blog : http://cmoulliard.blogspot.com
twitter : http://twitter.com/cmoulliard
Linkedlin : http://www.linkedin.com/in/charlesmoulliard

Apache Camel Group :
http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm


On Fri, Feb 19, 2010 at 5:16 PM, Gert Vanthienen
<ge...@gmail.com>wrote:

> Charles,
>
> 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,
>
> Gert Vanthienen
> ------------------------
> Open Source SOA: http://fusesource.com
> Blog: http://gertvanthienen.blogspot.com/
>
>
>
> On 19 February 2010 15:29, Charles Moulliard <cm...@gmail.com> wrote:
> > Hi,
> >
> > 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
> >
> > *****************
> >
> > Kind regards,
> >
> > Charles Moulliard
> > Senior Enterprise Architect
> > Apache Camel Committer
> >
> > *****************************
> > blog : http://cmoulliard.blogspot.com
> > twitter : http://twitter.com/cmoulliard
> > Linkedlin : http://www.linkedin.com/in/charlesmoulliard
> >
> > Apache Camel Group :
> > http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm
> >
>

Re: ServiceMix 4.x/ Fuse 4.2 hangs when using command dev:show-tree

Posted by Gert Vanthienen <ge...@gmail.com>.
Charles,

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,

Gert Vanthienen
------------------------
Open Source SOA: http://fusesource.com
Blog: http://gertvanthienen.blogspot.com/



On 19 February 2010 15:29, Charles Moulliard <cm...@gmail.com> wrote:
> Hi,
>
> 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
>
> *****************
>
> Kind regards,
>
> Charles Moulliard
> Senior Enterprise Architect
> Apache Camel Committer
>
> *****************************
> blog : http://cmoulliard.blogspot.com
> twitter : http://twitter.com/cmoulliard
> Linkedlin : http://www.linkedin.com/in/charlesmoulliard
>
> Apache Camel Group :
> http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm
>