Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] nio exception

Hi!

i keep getting things like this in various places all over on linux:

Caused by: java.nio.channels.ClosedByInterruptException
	at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:201)
	at sun.nio.ch.FileChannelImpl.size(FileChannelImpl.java:335)
	at org.eclipse.jgit.util.IO.readFully(IO.java:140)
	at org.eclipse.jgit.util.IO.readFully(IO.java:78)
	at org.eclipse.jgit.storage.file.ReflogReader.getReverseEntries(ReflogReader.java:130)
	at org.eclipse.jgit.storage.file.ReflogReader.getReverseEntries(ReflogReader.java:88)
	at org.eclipse.jgit.api.ReflogCommand.call(ReflogCommand.java:92)
	... 47 more

any thoughts? i happened to get this for reads of the .git/config file previously sporadically since 1.1, but now it also happened for the stash feature (which is new for me - i fetched from the repos today).

regards,
Markus


Back to the top