-
Notifications
You must be signed in to change notification settings - Fork 785
Closed
Description
After our internal instance was upgraded to 1.1-rc20 I added a new project and pretty much since that every indexing run exhibits this problem:
2018-02-14 12:03:01.577+0100 INFO t54 Statistics.report: Done historycache for /ws-local/on11u4 (took 8.850 seconds)
2018-02-14 12:03:01.578+0100 INFO t1 Statistics.report: Done historycache for all repositories (took 8.867 seconds)
2018-02-14 12:03:01.578+0100 INFO t1 Indexer.prepareIndexer: Done...
2018-02-14 12:03:01.580+0100 INFO t1 Indexer.doIndexerExecution: Starting indexing
2018-02-14 12:03:01.586+0100 SEVERE t55 Executor$1.run: Error during process pipe listening
java.io.IOException: Stream Closed
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:233)
at java.lang.UNIXProcess$DeferredCloseInputStream.read(UNIXProcess.java:647)
at org.opensolaris.opengrok.util.Executor$SpoolHandler.processStream(Executor.java:363)
at org.opensolaris.opengrok.util.Executor$1.run(Executor.java:183)
at java.lang.Thread.run(Thread.java:748)
Interestingly all other (already indexed) projects do not have this problem.