Skip to main content



      Home
Home » Eclipse Projects » Oomph » Problems cloning oomph under windows(Installation of oomph under windows fails due to cloning problems)
Problems cloning oomph under windows [message #1414210] Sat, 30 August 2014 12:21 Go to next message
Eclipse UserFriend
Hi all,
I have a problem whith the installation of the oomph project under Windows.
I started the Oomph installer, selected the product "Eclipse Standard/SDK" and the project "Oomph".
In the Variables-section I selected as "Git clone location rule" "located in a folder named .git/<repo> located in the workspace folder.
After starting the installation this result in an error while configuring the workspace:
[18:07:07] Cloning Git repo https://git.eclipse.org/r/oomph/org.eclipse.oomph to S:\oomphroot\workspaces\oomph2\.git\https:\git.eclipse.org\r\oomph\org.eclipse.oomph
[18:07:07] java.lang.Exception: org.eclipse.jgit.api.errors.JGitInternalException: Creating directories for S:\oomphroot\workspaces\oomph2\.git\https:\git.eclipse.org\r\oomph\org.eclipse.oomph\.git failed
...
Caused by: org.eclipse.jgit.api.errors.JGitInternalException: Creating directories for S:\oomphroot\workspaces\oomph2\.git\https:\git.eclipse.org\r\oomph\org.eclipse.oomph\.git failed

Obviously it is not a good idea to have "https:" in the directory name under windows.
So that fails.
After that, I decided that maybe the "Git clone location rule" was not a good choice and I changed it to "Located in the specified absolute folder location" and set the "Oomph git clone location" to an existing folder.
But now, when I start the installation, there is no error but even no Oomph within the resulting workspace.
It is just empty with only one "Other project".
What is going wrong here?

Any helps are welcome.

Greetings
Martin

Re: Problems cloning oomph under windows [message #1414213 is a reply to message #1414210] Sat, 30 August 2014 12:31 Go to previous messageGo to next message
Eclipse UserFriend
5 minutes after sending this post, I found out, what the problem is!
You have to use a non existing directory as the folder location for the git clone.
Otherwise, oomph seems to think, that the clone is already done.
This a little bit confusing.
Now the git clone runs successful.

But there is a next error:
[18:26:50] Calculating requirements and dependencies.
[18:26:50] Cannot complete the request. Generating details.
[18:26:50] ERROR: org.eclipse.equinox.p2.director code=10053 Cannot complete the install because one or more required items could not be found.
at org.eclipse.oomph.targlets.internal.core.TargletContainer.forceUpdate(TargletContainer.java:638)
...
ERROR: org.eclipse.equinox.p2.director code=0 Software being installed: artificial_root 1.0.0.v1409416010804
ERROR: org.eclipse.equinox.p2.director code=0 Missing requirement: artificial_root 1.0.0.v1409416010804 requires 'org.eclipse.oomph.all.feature.group 0.0.0' but it could not be found

I resigne for today.
Re: Problems cloning oomph under windows [message #1414457 is a reply to message #1414210] Sun, 31 August 2014 07:01 Go to previous messageGo to next message
Eclipse UserFriend
Hi Martin,

I've tried what you've described with several combinations for "Git clone location rule" and "Oomph Git or Gerrit
Repository" but I couldn't reproduce your problem. Maybe I can find out what you've been doing if you paste a screenshot
of the Variables wizard page (with "Show all variables") while provisioning a new Oomph environment.

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper




Am 30.08.2014 um 18:21 schrieb Martin Roob:
> Hi all,
> I have a problem whith the installation of the oomph project under Windows.
> I started the Oomph installer, selected the product "Eclipse Standard/SDK" and the project "Oomph".
> In the Variables-section I selected as "Git clone location rule" "located in a folder named .git/<repo> located in the
> workspace folder.
> After starting the installation this result in an error while configuring the workspace:
> [18:07:07] Cloning Git repo https://git.eclipse.org/r/oomph/org.eclipse.oomph to
> S:\oomphroot\workspaces\oomph2\.git\https:\git.eclipse.org\r\oomph\org.eclipse.oomph
> [18:07:07] java.lang.Exception: org.eclipse.jgit.api.errors.JGitInternalException: Creating directories for
> S:\oomphroot\workspaces\oomph2\.git\https:\git.eclipse.org\r\oomph\org.eclipse.oomph\.git failed
> ..
> Caused by: org.eclipse.jgit.api.errors.JGitInternalException: Creating directories for
> S:\oomphroot\workspaces\oomph2\.git\https:\git.eclipse.org\r\oomph\org.eclipse.oomph\.git failed
>
> Obviously it is not a good idea to have "https:" in the directory name under windows.
> So that fails.
> After that, I decided that maybe the "Git clone location rule" was not a good choice and I changed it to "Located in
> the specified absolute folder location" and set the "Oomph git clone location" to an existing folder.
> But now, when I start the installation, there is no error but even no Oomph within the resulting workspace.
> It is just empty with only one "Other project".
> What is going wrong here?
>
> Any helps are welcome.
>
> Greetings
> Martin
>
>
Re: Problems cloning oomph under windows [message #1414458 is a reply to message #1414213] Sun, 31 August 2014 07:03 Go to previous messageGo to next message
Eclipse UserFriend
Am 30.08.2014 um 18:31 schrieb Martin Roob:
> 5 minutes after sending this post, I found out, what the problem is!
> You have to use a non existing directory as the folder location for the git clone.
> Otherwise, oomph seems to think, that the clone is already done.
> This a little bit confusing.
> Now the git clone runs successful.
>
> But there is a next error:
> [18:26:50] Calculating requirements and dependencies.
> [18:26:50] Cannot complete the request. Generating details.
> [18:26:50] ERROR: org.eclipse.equinox.p2.director code=10053 Cannot complete the install because one or more required
> items could not be found.
> at org.eclipse.oomph.targlets.internal.core.TargletContainer.forceUpdate(TargletContainer.java:638)
> ..
> ERROR: org.eclipse.equinox.p2.director code=0 Software being installed: artificial_root 1.0.0.v1409416010804
> ERROR: org.eclipse.equinox.p2.director code=0 Missing requirement: artificial_root 1.0.0.v1409416010804 requires
> 'org.eclipse.oomph.all.feature.group 0.0.0' but it could not be found
That could be a follow-up problem when the local Git clone is not found. Let's first get you a proper local clone...

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper
Re: Problems cloning oomph under windows [message #1414503 is a reply to message #1414210] Sun, 31 August 2014 10:14 Go to previous messageGo to next message
Eclipse UserFriend
Hi,
the clone seems to be ok.
Here a screenshot of the variables page:
index.php/fa/19009/0/

This is the following confirmation dialog:
index.php/fa/19010/0/

Attach are the log files.
The problem occurs while configuring the target platform in the new workspace.

Cheers
Martin


Re: Problems cloning oomph under windows [message #1414703 is a reply to message #1414503] Mon, 01 September 2014 01:28 Go to previous message
Eclipse UserFriend
..after restarting the oomph created workspaces I now started the "Perform Setup Tasks.." wizard
and..

IT WORKS

It "manually" configured the P2 Director task and the targlets task without any error
and after that the workspace seems to be ok!

Greetings Martin
Previous Topic:No workspace created when "skip project selection" is used
Next Topic:Visitor of BackendSystem cause OperationCanceledException
Goto Forum:
  


Current Time: Tue Jul 08 21:02:04 EDT 2025

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

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

Back to the top