[SOLVED] Error streaming JSON through PipedInpuStream/PipedOutputStream

Hi guys!

I updated to the latest build (2.1.0-SNAPSHOT Build #954) and suddenly I started getting the following error in log:tail

22:36:37.687 [ERROR] [lipse.smarthome.io.rest.JSONResponse] - Error streaming JSON through PipedInpuStream/PipedOutputStream:
java.io.IOException: Incomplete document
        at com.google.gson.stream.JsonWriter.close(JsonWriter.java:527)
        at org.eclipse.smarthome.io.rest.JSONResponse.lambda$0(JSONResponse.java:167)
        at java.lang.Thread.run(Thread.java:748)[:1.8.0_131]

This is the full error message and is not preceded or followed by any other error message.
What could be the problem?
I didn’t modify or add anything lately (rules and/or items/things) and everything pretty much works OK.
It’s just this error that keeps popping up every half a minute or so…
How and where to start debugging? How to identify what’s causing this error?

/Mike

@tnemrap

Thanks, Mike!
I did search before posting, but evidently I didn’t search properly … :blush: