Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » GitCloneTask Problem and Missing Reporting
GitCloneTask Problem and Missing Reporting [message #1719743] Mon, 11 January 2016 18:37 Go to next message
Andreas Graf is currently offline Andreas GrafFriend
Messages: 211
Registered: July 2009
Senior Member
We are seeing the following log in the GitCloneTask:

Adding push URI: head:refs/for/master
Creating local branch master
java.io.IOException: Could not delete 'O:\xxx\xxx\ide3\git\.git\objects\pack\pack-6ab956457e4585542f349764f5edd3b8a695fcbc.pack'
at org.eclipse.oomph.setup.util.FileUtil.doDelete(FileUtil.java:143)
at org.eclipse.oomph.setup.util.FileUtil.delete(FileUtil.java:117)

For some reason, the git clone tasks seems to throw an exception, but the exception handling does only do meaningful output in case the operation is cancelled.

Any ideas why this might happen?
Re: GitCloneTask Problem and Missing Reporting [message #1719848 is a reply to message #1719743] Tue, 12 January 2016 15:01 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33136
Registered: July 2009
Senior Member
Andreas,

I have no idea why this would happen. Is this all the stack trace you get?


On 11/01/2016 7:37 PM, Andreas Graf wrote:
> We are seeing the following log in the GitCloneTask:
>
> Adding push URI: head:refs/for/master
> Creating local branch master
> java.io.IOException: Could not delete
> 'O:\xxx\xxx\ide3\git\.git\objects\pack\pack-6ab956457e4585542f349764f5edd3b8a695fcbc.pack'
> at org.eclipse.oomph.setup.util.FileUtil.doDelete(FileUtil.java:143)
> at org.eclipse.oomph.setup.util.FileUtil.delete(FileUtil.java:117)
>
> For some reason, the git clone tasks seems to throw an exception, but
> the exception handling does only do meaningful output in case the
> operation is cancelled.
>
> Any ideas why this might happen?


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: GitCloneTask Problem and Missing Reporting [message #1721083 is a reply to message #1719848] Sat, 23 January 2016 14:07 Go to previous message
Andreas Graf is currently offline Andreas GrafFriend
Messages: 211
Registered: July 2009
Senior Member
Turned out that the disk was full Smile However, the (possibly) explaining Exception from JGit is swallowed by Oomph.
Previous Topic:Setting Workspace Name to installation ID
Next Topic:problems with installing
Goto Forum:
  


Current Time: Thu Apr 18 22:59:35 GMT 2024

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

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

Back to the top