Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EPF » linux/GTK RC1/RC2 fails to start
linux/GTK RC1/RC2 fails to start [message #19621] Sun, 01 October 2006 11:23 Go to next message
Eclipse UserFriend
Originally posted by: axel.mueller.amit-services.de

Hi,
eclipse is running on my amd64/opensuse10.1 with 32bit java 1.4.xx without
any problem. but:

Trying to start the eclipse installed with epf-composer, I get a dialogbox
saying:
--------
Eclipse Process Framework Composer cannot be started while another instance
is running. Switch to the running instance or close it and restart the
application again.
--------

Of course, no other instance is running and MOZILLA_FIVE_HOME is set.

Thanks and best regards,
Axel Mueller
Re: linux/GTK RC1/RC2 fails to start [message #19666 is a reply to message #19621] Sun, 01 October 2006 16:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: christopher.fuhrman.etsmtl.ca

Axel Müller wrote:
> Hi,
> eclipse is running on my amd64/opensuse10.1 with 32bit java 1.4.xx without
> any problem. but:
>
> Trying to start the eclipse installed with epf-composer, I get a dialogbox
> saying:
> --------
> Eclipse Process Framework Composer cannot be started while another instance
> is running. Switch to the running instance or close it and restart the
> application again.
> --------
>
> Of course, no other instance is running and MOZILLA_FIVE_HOME is set.

I don't use linux much these days, and I have no idea of how the epf
composer runs, but perhaps it's simply a ".lock" (or similar flag) file
that is present from when composer might have crashed before.

Maybe you can look for such files and try to clean them. It's just a
wild guess - hope nobody minds.

--
Prof. Christopher Fuhrman
Department of Software and IT Engineering
University of Quebec - École de technologie supérieure (ETS)
http://profs.logti.etsmtl.ca/cfuhrman/index.shtml?en
+1 (514) 396 8638
Re: linux/GTK RC1/RC2 fails to start [message #19758 is a reply to message #19666] Sun, 01 October 2006 18:57 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: axel.mueller.amit-services.de

No, there's nothing like a lock file. I fear it's a OpenSuse/x86_64 or a
OpenSuse/GTK problem. I hope, that the upcoming 1.0 release of EPF comes as
a plugin and installs on my running eclipse (eclipse-SDK-3.2-linux-gtk).

thanks,
Axel Müller

> Axel Müller wrote:
>> Hi,
>> eclipse is running on my amd64/opensuse10.1 with 32bit java 1.4.xx
>> without any problem. but:
>>
>> Trying to start the eclipse installed with epf-composer, I get a
>> dialogbox saying:
>> --------
>> Eclipse Process Framework Composer cannot be started while another
>> instance is running. Switch to the running instance or close it and
>> restart the application again.
>> --------
>>
>> Of course, no other instance is running and MOZILLA_FIVE_HOME is set.
>
> I don't use linux much these days, and I have no idea of how the epf
> composer runs, but perhaps it's simply a ".lock" (or similar flag) file
> that is present from when composer might have crashed before.
>
> Maybe you can look for such files and try to clean them. It's just a
> wild guess - hope nobody minds.
>

--
axel.mueller@amit-services.de
http://www.amit-services.de
tel +49 +6322 680 668
mobil +49 0160 973 483 27
Re: linux/GTK RC1/RC2 fails to start [message #19836 is a reply to message #19758] Mon, 02 October 2006 20:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: storaskar.xx.xxx.xxx

Looks like you have similar case as mentioned here

https://bugs.eclipse.org/bugs/show_bug.cgi?id=157435

Your options are
1) add "-data <workspace_dir>" to the epf command line. It seems some
platforms don't read the -data from the epf.ini correctly.
OR
2) add "-nolock" to the epf command line - this bypasses the locking
check.


Thanks
Re: linux/GTK RC1/RC2 fails to start [message #19957 is a reply to message #19836] Tue, 03 October 2006 10:33 Go to previous message
Eclipse UserFriend
Originally posted by: axel.mueller.amit-services.de

Nr. 1) did it!
I searched for a bug, but didn't find this one.
Thank You very much,
Axel Müller

Shilpa Toraskar wrote:

> Looks like you have similar case as mentioned here
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=157435
>
> Your options are
> 1) add "-data <workspace_dir>" to the epf command line. It seems some
> platforms don't read the -data from the epf.ini correctly.
> OR
> 2) add "-nolock" to the epf command line - this bypasses the locking
> check.
>
>
> Thanks

--
axel.mueller@amit-services.de
http://www.amit-services.de
tel +49 +6322 680 668
mobil +49 0160 973 483 27
Re: linux/GTK RC1/RC2 fails to start [message #566163 is a reply to message #19621] Sun, 01 October 2006 16:37 Go to previous message
Eclipse UserFriend
Originally posted by: christopher.fuhrman.etsmtl.ca

Axel Müller wrote:
> Hi,
> eclipse is running on my amd64/opensuse10.1 with 32bit java 1.4.xx without
> any problem. but:
>
> Trying to start the eclipse installed with epf-composer, I get a dialogbox
> saying:
> --------
> Eclipse Process Framework Composer cannot be started while another instance
> is running. Switch to the running instance or close it and restart the
> application again.
> --------
>
> Of course, no other instance is running and MOZILLA_FIVE_HOME is set.

I don't use linux much these days, and I have no idea of how the epf
composer runs, but perhaps it's simply a ".lock" (or similar flag) file
that is present from when composer might have crashed before.

Maybe you can look for such files and try to clean them. It's just a
wild guess - hope nobody minds.

--
Prof. Christopher Fuhrman
Department of Software and IT Engineering
University of Quebec - École de technologie supérieure (ETS)
http://profs.logti.etsmtl.ca/cfuhrman/index.shtml?en
+1 (514) 396 8638
Re: linux/GTK RC1/RC2 fails to start [message #566236 is a reply to message #19666] Sun, 01 October 2006 18:57 Go to previous message
Eclipse UserFriend
Originally posted by: axel.mueller.amit-services.de

No, there's nothing like a lock file. I fear it's a OpenSuse/x86_64 or a
OpenSuse/GTK problem. I hope, that the upcoming 1.0 release of EPF comes as
a plugin and installs on my running eclipse (eclipse-SDK-3.2-linux-gtk).

thanks,
Axel Müller

> Axel Müller wrote:
>> Hi,
>> eclipse is running on my amd64/opensuse10.1 with 32bit java 1.4.xx
>> without any problem. but:
>>
>> Trying to start the eclipse installed with epf-composer, I get a
>> dialogbox saying:
>> --------
>> Eclipse Process Framework Composer cannot be started while another
>> instance is running. Switch to the running instance or close it and
>> restart the application again.
>> --------
>>
>> Of course, no other instance is running and MOZILLA_FIVE_HOME is set.
>
> I don't use linux much these days, and I have no idea of how the epf
> composer runs, but perhaps it's simply a ".lock" (or similar flag) file
> that is present from when composer might have crashed before.
>
> Maybe you can look for such files and try to clean them. It's just a
> wild guess - hope nobody minds.
>

--
axel.mueller@amit-services.de
http://www.amit-services.de
tel +49 +6322 680 668
mobil +49 0160 973 483 27
Re: linux/GTK RC1/RC2 fails to start [message #566314 is a reply to message #19758] Mon, 02 October 2006 20:14 Go to previous message
Shilpa Toraskar is currently offline Shilpa ToraskarFriend
Messages: 102
Registered: July 2009
Senior Member
Looks like you have similar case as mentioned here

https://bugs.eclipse.org/bugs/show_bug.cgi?id=157435

Your options are
1) add "-data <workspace_dir>" to the epf command line. It seems some
platforms don't read the -data from the epf.ini correctly.
OR
2) add "-nolock" to the epf command line - this bypasses the locking
check.


Thanks
Re: linux/GTK RC1/RC2 fails to start [message #566416 is a reply to message #19836] Tue, 03 October 2006 10:33 Go to previous message
Eclipse UserFriend
Originally posted by: axel.mueller.amit-services.de

Nr. 1) did it!
I searched for a bug, but didn't find this one.
Thank You very much,
Axel Müller

Shilpa Toraskar wrote:

> Looks like you have similar case as mentioned here
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=157435
>
> Your options are
> 1) add "-data <workspace_dir>" to the epf command line. It seems some
> platforms don't read the -data from the epf.ini correctly.
> OR
> 2) add "-nolock" to the epf command line - this bypasses the locking
> check.
>
>
> Thanks

--
axel.mueller@amit-services.de
http://www.amit-services.de
tel +49 +6322 680 668
mobil +49 0160 973 483 27
Previous Topic:"Policy" Guidance category
Next Topic:CMMI plugin?
Goto Forum:
  


Current Time: Sat Oct 05 23:13:17 GMT 2024

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

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

Back to the top