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
I just installed the Postgres container and I'm seeing a continuous stream of these errors from the command docker logs -f openbmp_psql
java.lang.IndexOutOfBoundsException: Index: 31, Size: 31
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.get(ArrayList.java:433)
at org.openbmp.api.parsed.processor.UnicastPrefix.parseRecord(UnicastPrefix.java:91)
at org.openbmp.api.parsed.processor.UnicastPrefix.parseData(UnicastPrefix.java:42)
at org.openbmp.api.parsed.processor.UnicastPrefix.<init>(UnicastPrefix.java:33)
at org.openbmp.ConsumerRunnable.run(ConsumerRunnable.java:500)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
java.lang.IndexOutOfBoundsException: Index: 31, Size: 31
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.get(ArrayList.java:433)
at org.openbmp.api.parsed.processor.UnicastPrefix.parseRecord(UnicastPrefix.java:91)
at org.openbmp.api.parsed.processor.UnicastPrefix.parseData(UnicastPrefix.java:42)
at org.openbmp.api.parsed.processor.UnicastPrefix.<init>(UnicastPrefix.java:33)
at org.openbmp.ConsumerRunnable.run(ConsumerRunnable.java:500)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
java.lang.IndexOutOfBoundsException: Index: 31, Size: 31
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.get(ArrayList.java:433)
at org.openbmp.api.parsed.processor.UnicastPrefix.parseRecord(UnicastPrefix.java:91)
at org.openbmp.api.parsed.processor.UnicastPrefix.parseData(UnicastPrefix.java:42)
at org.openbmp.api.parsed.processor.UnicastPrefix.<init>(UnicastPrefix.java:33)
at org.openbmp.ConsumerRunnable.run(ConsumerRunnable.java:500)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
java.lang.IndexOutOfBoundsException: Index: 31, Size: 31
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.get(ArrayList.java:433)
at org.openbmp.api.parsed.processor.UnicastPrefix.parseRecord(UnicastPrefix.java:91)
at org.openbmp.api.parsed.processor.UnicastPrefix.parseData(UnicastPrefix.java:42)
at org.openbmp.api.parsed.processor.UnicastPrefix.<init>(UnicastPrefix.java:33)
at org.openbmp.ConsumerRunnable.run(ConsumerRunnable.java:500)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
I just installed the Postgres container and I'm seeing a continuous stream of these errors from the command
docker logs -f openbmp_psql
These messages are logged a few per second
The container logs are also very verbose:
I limited dockers logging to prevent the disks from filling up. I'm seeing about 100MB of logs per 45 minutes.
The text was updated successfully, but these errors were encountered: