Skip to content
Discussion options

You must be logged in to vote

Hi,

due to the modules included in the ids-connector launcher, it requires providing additional parameters at start-up. This is described in detail in the README section Running the launcher. The java command for running the launcher should look as follows:

./gradlew clean :launchers:ids-connector:build
java -Dedc.fs.config=<path-to-config.properties> \
    -Dedc.vault=<path-to-config.properties> \
    -Dedc.keystore=<path-to-keystore> \
    -Dedc.keystore.password=<keystore-password> \
    -jar launchers/ids-connector/build/libs/dataspace-connector.jar

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ndr-brt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants