Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Virgo » How to start a bundle
How to start a bundle [message #609274] Fri, 10 September 2010 07:15 Go to next message
guofeng zhang is currently offline guofeng zhangFriend
Messages: 49
Registered: July 2009
Member
I am new to Virgo. I developed a "Hello world" bundle (a simple bundle with only a Activator). I copy it to pickup.

I use Virgo Web UI to see the state of the bundle. It displayed as "Starting'.

How to change it to "Active"?

Thanks!
Re: How to start a bundle [message #609698 is a reply to message #609274] Fri, 10 September 2010 07:36 Go to previous message
Glyn Normington is currently offline Glyn NormingtonFriend
Messages: 1222
Registered: July 2009
Senior Member
Bundles normally transition quickly from STARTING to ACTIVE.

It seems that something odd is happening such as the start method in your bundle activator taking a long time to complete or failing in some novel way. You may like to take a thread dump, e.g. using jstack, to see if the activator start method is still running.

What console messages appear? These should show the progress of the bundle.

(I am assuming that you didn't try to use Spring DM in the bundle to create or reference services - that would be beyond a typical hello world.)
Previous Topic:How do you set up Spring AOP/AspectJ/Virgo
Next Topic:how to setup jprofiler with virgo server
Goto Forum:
  


Current Time: Thu Apr 25 11:50:04 GMT 2024

Powered by FUDForum. Page generated in 0.02636 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top