Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » launch eclipse from our own local repository using eclipse installer by oomph(launch eclipse from our own local repository using eclipse installer by oomph)
launch eclipse from our own local repository using eclipse installer by oomph [message #1764412] Mon, 29 May 2017 14:10 Go to next message
uma nayak is currently offline uma nayakFriend
Messages: 19
Registered: May 2017
Junior Member
I have created a customized Eclipse installer based on the "official" Eclipse installer, where the setup model URI is redirected to our own setup model.
Furthermore, we host eclipse(eclipse.exe) copies in our local network (for performance reasons and to be less affected by network and server problems).

unfortunately i am getting below error.

Performing Eclipse Ini --launcher.appendVmargs
Skipping because C:\fis\ide\fisgui_v1\eclipse.ini does not exist
Performing Eclipse Ini -Declipse.p2.max.threads=10
Performing Eclipse Ini -Doomph.update.url=https://S20170307-122318-1.7.0-M4/
Performing Eclipse Ini -Doomph.redirection.index.redirection=index:/->https://oomph/setups/
Performing Eclipse Ini -Doomph.redirection.index.location.redirection=http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/->https://oomph/setups/
Performing Eclipse Ini -Doomph.setup=true
Performing Eclipse Ini -Xmx1024m
Performing post bootstrap tasks
Launching the installed product...
Launching the installed product failed.
java.io.IOException: Cannot run program "C:\fis\ide\fisgui_v1\eclipse.exe": CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(Unknown Source)
at org.eclipse.oomph.util.OS.execute(OS.java:193)
at org.eclipse.oomph.util.OS$Win32.execute(OS.java:419)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage.launchProduct(ProgressPage.java:1070)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$11$1.run(ProgressPage.java:701)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)
at java.lang.ProcessBuilder.start(Unknown Source)
at org.eclipse.oomph.util.OS.execute(OS.java:193)
at org.eclipse.oomph.util.OS$Win32.execute(OS.java:419)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage.launchProduct(ProgressPage.java:1070)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$11$1.run(ProgressPage.java:701)
... 1 more


Following is my setup file code for our own eclipse setup


<setupTask
xsi:type="setup:EclipseIniTask"
option="-Doomph.setup"
value="=true"
vm="true">
<description></description>
</setupTask>
<product name="gui"
label="FIS GUI Product">
<version
name="v1"
label="v1"
requiredJavaVersion="1.8">
<annotation
source="http://www.eclipse.org/oomph/setup/BrandingInfo">
<detail
key="folderName">
<value>fisgui_v1</value>
</detail>
<detail
key="folderName.macosx">
<value>fisgui_v1</value>
</detail>
</annotation>
<setupTask
xsi:type="setup.p2:P2Task"
label="Eclipse for RCP and RAP Developers (Neon)">
<requirement
name="org.eclipse.rcp.feature.group"/>
<repository
url="https://eclipse-neon-SR2-20170221053636/p2/"/>

</setupTask>
Re: launch eclipse from our own local repository using eclipse installer by oomph [message #1764422 is a reply to message #1764412] Mon, 29 May 2017 15:10 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
It's hard to me to guess what you've all done. If you are going to paste setup XML, use the "Add Code" button so that it formats in a way that I can read it and use copy in the setup editor to copy the source model into a textual form. It appears that C:\fis\ide\fisgui_v1\eclipse.ini does not exist nor the *.exe. What does exist? And what do you mean about "we host eclipse(eclipse.exe) copies in our local network"? I have no idea what that means but it appears that the eclipse.ini and eclipse.exe aren't present in the expected location and nothing you've told me gives a hint about why that might be the case.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Disable Oomph Update Site in Installer
Next Topic:CI Testing of Setups
Goto Forum:
  


Current Time: Fri Mar 29 08:23:41 GMT 2024

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

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

Back to the top