-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
internal error on message publish: KotlinNullPointerException #2452
Comments
The code appears to log a full exception - it may only display in the log file and not on the console though. Is it possible this message came from the console and there's a full stack trace in the log file? Without the stack trace I don't think there's anything we can go on to make further progress. |
Actually if the exception had been omitted by our default logging it would have included a note that the stack trace was available in the log file, and the date format would have been different. Do you have a custom log4j config that's omitting the stack trace by any chance? |
Ah - I found this (at the end of about 100 screenfuls of error output):
|
I think the problem here boils down to these lines in jvm-libp2p:
We essentially need to combine those lines into one pass through |
The
publish
element is repeated for a total of 64 times with differentdata
andseqno
s.Version: teku/v0.12.2-dev-43e04799/linux-x86_64/-privatebuild-openjdk64bitservervm-java-13
Network: Altona
No stack trace is recorded.
The text was updated successfully, but these errors were encountered: