kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Running uberjar fails infrequently #87

Closed saulimus closed 6 years ago

saulimus commented 6 years ago

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.

MBJuric commented 6 years ago

We are already working on this issue and will let you know. In the mean time, please use the exploded format.

TFaga commented 6 years ago

Merged in #92