Islandora / Alpaca

Event driven middleware based on Apache Camel for Islandora
http://islandora.ca
MIT License
7 stars 20 forks source link

Build fails on Redhat 9 #92

Closed robyj closed 5 months ago

robyj commented 5 months ago

Hi

I'm trying to build Alpaca 2.2.0 on a Redhat 9 server, and its failing:

./gradlew clean build shadowJar

FAILURE: Build failed with an exception.

BUILD FAILED in 457ms

I've tried deleting the .gradle cache in my home directory and tried chmodding that cache directory to 777 and still the same error. I've also tried running the command with --no-build-cache and --no-daemon and they also failed, same error message

To reproduce: download the release bundle, uncompress it and run the command

Thanks Jon

robyj commented 5 months ago

Resolved - I was using java 22 on the system. I installed java 11 and it built fine. Not sure if the java 11 lib willwork with the java 22 vm yet