Problem:
Infrequently (not always) the boot loader fails to initialize application properly.
This seems to be dependant on the load order of .jars included in the uber jar.
I have managed to reproduce this with the JAX-RS sample where approx 1/20 times the uberjar fails to run.
With my own project it fails a lot more frequently.
Environment:
Windows 10
Tested with both cmd.exe and Bash on Ubuntu on Windows
Problem: Infrequently (not always) the boot loader fails to initialize application properly. This seems to be dependant on the load order of .jars included in the uber jar. I have managed to reproduce this with the JAX-RS sample where approx 1/20 times the uberjar fails to run. With my own project it fails a lot more frequently.
Environment:
Tested with:
How to reproduce:
Attachments: For these the system variable com.kumuluz.ee.loader.debug was set to true.
JAX-RS: jaxrs-fail1.txt jaxrs-fail2.txt jaxrs-success.txt
Own app: ownapp-fail1.txt ownapp-fail2.txt ownapp-success.txt