This error occurred unexpectedly after Lanemu (a GraalVM-built image) had been running for a day.
Here's how I build this image:
https://gitlab.com/Monsterovich/lanemu/-/blob/main/.gitlab-ci.yml?ref_type=heads#L74-85
The Lanemu startup command:
Lanemu-headless -Xmx150m --headless --access=access_proxy.dat --name=Suplib --port=10001 --udp --rudp --vpn.ip=10.55.0.1 --vpn.mask=255.255.0.0
I don't know if this is a bug in GraalVM or Bouncy Castle, but the stack trace seems to point to native code? Maybe I built the image incorrectly somehow? Although it worked fine for a whole day.
This error occurred unexpectedly after Lanemu (a GraalVM-built image) had been running for a day.
Here's how I build this image:
https://gitlab.com/Monsterovich/lanemu/-/blob/main/.gitlab-ci.yml?ref_type=heads#L74-85
The Lanemu startup command:
I don't know if this is a bug in GraalVM or Bouncy Castle, but the stack trace seems to point to native code? Maybe I built the image incorrectly somehow? Although it worked fine for a whole day.