wearefrank / frank-runner

Run any Frank with Tomcat
Apache License 2.0
16 stars 12 forks source link

restart.sh fails to run on MacOS with keytool error #57

Closed vijairamcharan closed 10 months ago

vijairamcharan commented 2 years ago

As a workaround I had to change the keytool path to ${jdk.dir}/Contents/Home/bin/keytool in build.xml in the root. After that change everything started running flawlessly.

jacodg commented 2 years ago

Commit https://github.com/ibissource/frank-runner/commit/6261e0c03d87be0b7395b7cdd5223ce512b7b70c should fix it When possible could you test it and let me know the result?