Can't create default configuration with latest docker image on Azure VM #612
anjaliKul143
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Below error is seen when default configuration is tried on Azure VM , latest docker image is tried.
Is there any suggestion about following specific steps especially on Azure VM configuration .
The same image works fine on local desktop on WSL.
Setup command: --cli --adminConnectorPort -1 --baseDN dc=openam,dc=openidentityplatform,dc=org --rootUserDN cn=Directory Manager --ldapPort -1 --skipPortCheck --rootUserPassword xxxxxxx --jmxPort -1 --no-prompt --doNotStart --hostname --noPropertiesFile --backendType je
An error occurred while parsing the command-line arguments: An unexpectederror occurred while attempting to initialize the command-line arguments:The provided value "-1" for argument --adminConnectorPort is not acceptable:The provided adminConnectorPort value -1 is unacceptable because it is belowthe lower bound of 1
Beta Was this translation helpful? Give feedback.
All reactions