Skip to content

Can't run with steps from contributing.md #416

Description

@VillePekka

Have I missed some steps below how to run it from dev tree with "gradlew :server:devRun"?

Steps taken

  1. Cloned repo " git clone https://github.com/OpenIntegrationEngine/engine.git"
  2. installed sdkman with "curl -s "https://get.sdkman.io" | bash"
  3. installed environment with "sdk env install"
  4. built with "gradlew build -PdisableSigning=true"
  5. tested with "gradlew test"
  6. ran "gradlew :server:createDerbyDb"
  7. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions