Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Equinox OSGI - multiple instances

Hmm... the options seem to be out of order but it looks like you may
be specifying the same console port (9999) each time. The second
instance will fail to bind to the socket and therefore immediately
exit.

A couple of questions... what is the 9999 supposed to be for, and why
are you doing bootdelegation=*?

Regards,
Neil

On Tue, Oct 12, 2010 at 5:40 PM, Desai, Deepalakshmi [Tech]
<Deepalakshmi.Desai@xxxxxx> wrote:
>
> I have deployed a set of OSGI bundles on Linux java
> -Dorg.osgi.framework.bootdelegation=* -jar
> org.eclipse.osgi_3.5.2.R35x_v20100126.jar -console –clean 9999
> And these bundles have been configured within the config.ini
>
> I try and start another instance , and the process just gets killed.
>
> Am wondering if its ins’t possible to start multiple instances of the same
> bundles (may be with a different or even with the same configuration)?
> Is yes, can someone point me as to how I can do it.
>
> Any help will be appreciated.
>
> Thanks,
> Deepa.
>
>
>
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/equinox-dev
>
>


Back to the top