Have I missed some steps below how to run it from dev tree with "gradlew :server:devRun"?
Steps taken
- Cloned repo "
git clone https://github.com/OpenIntegrationEngine/engine.git"
- installed sdkman with "
curl -s "https://get.sdkman.io" | bash"
- installed environment with "
sdk env install"
- built with "
gradlew build -PdisableSigning=true"
- tested with "
gradlew test"
- ran "
gradlew :server:createDerbyDb"
- then "
gradlew :server:devRun"
received and error
vipera@vipera-ubuntu-vm:~/engine$ ./gradlew :server:devRun
Task :server:devRun
ERROR 2026-08-17 23:21:00.112 [Main Server Thread] com.mirth.connect.server.Mirth: Error establishing connection to data
base, retrying startup in 10000 milliseconds
java.lang.RuntimeException: java.io.IOException: Could not find resource SqlMapConfig.xml
can locate the file in the repo:
vipera@vipera-ubuntu-vm:~/engine$ find . -iname 'SqlMapConfig.xml'
./server/dbconf/SqlMapConfig.xml
Next step I think would be to make the software to find the SqlMapCOnfig.xml file?
Terminal Session log
oie_build_and_run.txt
Have I missed some steps below how to run it from dev tree with "
gradlew :server:devRun"?Steps taken
git clone https://github.com/OpenIntegrationEngine/engine.git"curl -s "https://get.sdkman.io" | bash"sdk env install"gradlew build -PdisableSigning=true"gradlew test"gradlew :server:createDerbyDb"gradlew :server:devRun"received and error
can locate the file in the repo:
Next step I think would be to make the software to find the SqlMapCOnfig.xml file?
Terminal Session log
oie_build_and_run.txt