Connector setup issue #2464
-
Hello Community, After I set up the ids-connector launcher as it's written in the readme, then I ran this
then I got this message.
Which setup should I do to fix this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
ronjaquensel
Feb 6, 2023
Replies: 1 comment
-
Hi, due to the modules included in the ./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 |
Beta Was this translation helpful? Give feedback.
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
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. Thejava
command for running the launcher should look as follows: