Problem Running ECLIPSE from PETREL
Hi Eveyone :)
I Have both Petrel 2010 and Eclipse 2005 (both with --------;) ) installed on my Laptop and they both work Great .
The problem is that, whenever I try to run eclipse from petrel ,it fails to run eclipse saying it can not find eclipse license. .
(by right clicking on imported case in "cases" panel and select simulation run )
However, if I use eclipse launcher to run eclipse ,it works fine and run my data file without any error.
I suspect that this might have something with --------s .
Do you ever encountered the same problem and is there any solution for this ?
Any help or suggestion is greatly appreciated :)
Cheers ! :D
Re: Problem Running ECLIPSE from PETREL
suggest you use Eclispe2010
Re: Problem Running ECLIPSE from PETREL
[QUOTE=Alphino;206092]Hi Eveyone :)
I Have both Petrel 2010 and Eclipse 2005 (both with --------;) ) installed on my Laptop and they both work Great .
The problem is that, whenever I try to run eclipse from petrel ,it fails to run eclipse saying it can not find eclipse license. .
(by right clicking on imported case in "cases" panel and select simulation run )
However, if I use eclipse launcher to run eclipse ,it works fine and run my data file without any error.
I suspect that this might have something with --------s .
Do you ever encountered the same problem and is there any solution for this ?
Any help or suggestion is greatly appreciated :)
Cheers ! :D[/QUOTE]
Go to your environment variable setting. Try to put Petrel and Eeclipse under same variable name
Example
Variable name=LM_LICENSE_FILE
Variable value=27007@LOCALHOST;c:\ecl\home\license.dat
Variable value 27007@LOCALHOST for Petrel and c:\ecl\home\license.dat for Eclipse. Don't use separate variable name for eclipse and Petrel
Re: Problem Running ECLIPSE from PETREL
friend,have you solved the problem?when running the case from petrel?
Re: Problem Running ECLIPSE from PETREL
Thanks every one.After so many tries,I finally managed to solve this problem :love-struck:.and now I can launch eclipse from petrel (Eclipse 2009 and Petrel 2010.2 both 32 bit on windows 7 64 bit )
Here is how I Solved it :love-struck:
1) Do not use LMTOOLS.exe for setting the license files.Instead, use "SLBLicensing.exe" (yellow lock icon in flex folder ) and add both eclipse and petrel license files using this application.
2) Remebrer to run "SLBLicensing.exe" "As Administrator" in windows 7 and vista.
3) After adding licenses ,click start button . It will give you the "License successfully run" message.
4) ****very important***
Make Sure to use the same port number in both license files.
open both your license files and find this line .It is usually the first line :
[B]SERVER computerName ANY 8888[/B]
here is used the 8888 for license port number. this number should be exactly the same in both licnese files.
5) got to C:\ecl\home and open "$eclrc.bat" using Notepad or any text editor. find the following line.
[B]:SET LM_LICENSE_FILE=8888@localhost;[/B]
***Important**** --> remove the : before this line, otherwise eclipse consider it as a comment line.
[B]SET LM_LICENSE_FILE=8888@localhost;[/B]
I wrote my 8888 port number in that line . you should write your desired port number which you have already wrote in your license files.
6) Save this changes.
7) windows 7 does not allow you to "Save".Instead of "Save" use "Save As " option and Save the modified file in desktop( or wherever you like). Then copy it from desktop and replace it in the "home" folder.
8) Enjoy running eclipse from Petrel :) Halesho bebarin! :nevreness:
Re: Problem Running ECLIPSE from PETREL
Hi friend,
I am trying to run a simulation on Eclipse, but i get a license error when i press GO in the run window. The error is in the cmd saying license unavaliable.. I followed your steps regarding slblicensing but finally stuck at this point :(
any advices?
Cheers :)
Re: Problem Running ECLIPSE from PETREL
[QUOTE=Jamesbond0087;222214]Hi friend,
I am trying to run a simulation on Eclipse, but i get a license error when i press GO in the run window. The error is in the cmd saying license unavaliable.. I followed your steps regarding slblicensing but finally stuck at this point :(
any advices?
Cheers :)[/QUOTE]
At which point exactly, you stuck ?
1)Did you set your computer name in the license file ? ([B]SERVER computerName ANY 8888[/B] ) you need to change the ComputerName in here to your computer name )
2)Paste the error message you get in here !
3)does your license is only valid for a specific MAC address or it is valid for any system ? ( [B]SERVER computerName ANY 8888[/B] , Does your fist line in license look like line before? can you see [B]"ANY"[/B] i it ? )
Check these points and let me know :)
Re: Problem Running ECLIPSE from PETREL
good job my friends. Finally I got it solved
Re: Problem Running ECLIPSE from PETREL
Hi Junay,
You follow above instruction or what's way? Please share with me. Thanks
Re: Problem Running ECLIPSE from PETREL
Go to your environment variable setting. Try to put Petrel and Eeclipse under same variable name
Example
Variable name=LM_LICENSE_FILE
Variable value=27007@LOCALHOST;c:\ecl\home\license.dat
Variable value 27007@LOCALHOST for Petrel and c:\ecl\home\license.dat for Eclipse. Don't use separate variable name for eclipse and Petrel
Re: Problem Running ECLIPSE from PETREL
[QUOTE=lmvu103;241941]Hi Junay,
You follow above instruction or what's way? Please share with me. Thanks[/QUOTE]
Just follow the instruction. In my case I use port 27009. If your eclipse is x32 version and your petrel x64. If you try to run eclipse from petrel x64 it will give license error. I assumed petrel try to launch x64 version as well. So I manage it by changing the x64 folder name in eclise/bin. So Petrel will not find it, and It will launch x32 version instead (Note : by doing this way, you do not need to thick x32 everytime you run eclipse/flogrid/office etc from launcher) .
Any body has x64 version eclipse ? please share to me
Re: Problem Running ECLIPSE from PETREL
:saturn::triumphant::dog: