You need the openjdk development packages.
For instance on RHEL7:
> yum install java-11-openjdk-devel
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
cas-user+u...@apereo.org.
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/ac396421-ebbb-4f9f-b9c8-58b141c110f0n%40apereo.org.
Hello,
Thanks a lot Robert.
I was missing the package. Unfortunately the error is still there.
(also tried with an overlay from initializer : same error)
[root@15871ceb6a09 initializer]# cat
/etc/redhat-release
CentOS Linux release 7.5.1804 (Core)
[root@15871ceb6a09 initializer]# rpm -qa| grep openjdk
java-11-openjdk-11.0.12.0.7-0.el7_9.x86_64
java-11-openjdk-headless-11.0.12.0.7-0.el7_9.x86_64
java-11-openjdk-devel-11.0.12.0.7-0.el7_9.x86_64
You received this message because you are subscribed to a topic in the Google Groups "CAS Community" group.
To unsubscribe from this topic, visit https://groups.google.com/a/apereo.org/d/topic/cas-user/HOiMGSumH5c/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/2330c621312a41cb9bc2ecd304c7e815%40mun.ca.
Thanks. Tried to clone again this morning and it was magically working !!!
Why ? It took some time to figure it out.
It was working on my local PC (freshly booted) but not on the preproduction (not rebooted).
The Gradle Daemon !!
After installing the java-11-openjdk-devel it did nothing unless
I restarted the Daemon.
pkill -f GradleDaemon
Anyway. Thanks guys.
Try “gradlew –stop” to make sure that the gradle build daemon does not stay resident. Past that I think it might be a different issue then what we ran into locally.
And just to confirm, we are running the same openjdk, just on RHEL.
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.9 (Maipo)
rpm -qa | grep openjdk
java-11-openjdk-11.0.12.0.7-0.el7_9.x86_64
java-11-openjdk-devel-11.0.12.0.7-0.el7_9.x86_64
java-11-openjdk-headless-11.0.12.0.7-0.el7_9.x86_64
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/9eb7a122-63de-cda1-5fcf-2f25021879d3%40clever-age.com.
Yes, as said in my last email. It was the gradle daemon.
Thanks a lot.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/9bcf4edb841847c586b212e5856bac15%40mun.ca.