You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any ideas why FLUSHED state is bad when it wants to write?
Stacktrace:
Fatal Exception: java.lang.IllegalStateException: State: FLUSHED
at java.nio.charset.CharsetEncoder.illegalStateException(CharsetEncoder.java:670)
at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:360)
at java.io.OutputStreamWriter.convert(OutputStreamWriter.java:178)
at java.io.OutputStreamWriter.write(OutputStreamWriter.java:324)
at java.io.Writer.write(Writer.java:141)
at com.stericson.RootShell.execution.Shell$1.run(Shell.java:607)
at java.lang.Thread.run(Thread.java:818)
The text was updated successfully, but these errors were encountered:
Any ideas why FLUSHED state is bad when it wants to write?
Stacktrace:
Fatal Exception: java.lang.IllegalStateException: State: FLUSHED
at java.nio.charset.CharsetEncoder.illegalStateException(CharsetEncoder.java:670)
at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:360)
at java.io.OutputStreamWriter.convert(OutputStreamWriter.java:178)
at java.io.OutputStreamWriter.write(OutputStreamWriter.java:324)
at java.io.Writer.write(Writer.java:141)
at com.stericson.RootShell.execution.Shell$1.run(Shell.java:607)
at java.lang.Thread.run(Thread.java:818)
The text was updated successfully, but these errors were encountered: