Anyone understand what this exception is for? I get this as soon as I run ./karaf with or without debug. If I run ./start, it runs, but as soon as I try to connect via ssh it stops.
Error executing command: For input string: "1502467344394" Exception in thread "Karaf local console user karaf" java.lang.IndexOutOfBoundsException: fromIndex = -1981 at java.util.SubList.<init>(AbstractList.java:620) at java.util.AbstractList.subList(AbstractList.java:484) at org.jline.reader.impl.history.DefaultHistory.save(DefaultHistory.java:123) at org.apache.karaf.shell.impl.console.ConsoleSessionImpl.close(ConsoleSessionImpl.java:283) at org.apache.karaf.shell.impl.console.ConsoleSessionImpl.run(ConsoleSessionImpl.java:380) at java.lang.Thread.run(Thread.java:748) Thanks -- Scott Carr
