Skip to main content



      Home
Home » Eclipse Projects » Oomph » GitCloneTask Problem and Missing Reporting
GitCloneTask Problem and Missing Reporting [message #1719743] Mon, 11 January 2016 13:37 Go to next message
Eclipse UserFriend
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 10:01 Go to previous messageGo to next message
Eclipse UserFriend
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?
Re: GitCloneTask Problem and Missing Reporting [message #1721083 is a reply to message #1719848] Sat, 23 January 2016 09:07 Go to previous message
Eclipse UserFriend
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: Tue Jul 15 05:45:54 EDT 2025

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

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

Back to the top