Yes, that was indeed the problem. And so I admit, that was just a
dumb user problem and I'm sorry to waste everyone's time.
It was strange to not see anything in google about it. Surely
someone else has seen this. Oh well.
If you like, I can set you up an account on our zone so you can t
Hi James,
Looks like you're missing:
export JAVA_HOME
(likewise with the others, they are probably being ignored).
I'm curious why you got the test error you did instead of the proper
JAVA_HOME error when you run it normally.
One thing we could do is set JAVA_HOME if java is found in the path
(Moved here from infra@)...
So, as soon as I ran it I saw (among the other debug info)...
...
...
+ echo 'Error: JAVA_HOME is not defined correctly.'
Error: JAVA_HOME is not defined correctly. <--- Aha!
+ echo ' We cannot execute java'
We cannot execute java
+ exit 1
Here's a few det