Replies: 0 comments 1 reply
-
|
Wait for the message OpenIDM ready and go: User self service UI: http://localhost:8080/ (openidm-admin/openidm-admin) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Linux install info: https://doc.openidentityplatform.org/openidm/install-guide/chap-install
Download at: https://github.com/OpenIdentityPlatform/OpenIDM/releases
cd /opt && mkdir openIDM
wget https://github.com/OpenIdentityPlatform/OpenIDM/archive/refs/tags/7.0.2.tar.gz -or-
wget https://github.com/OpenIdentityPlatform/OpenIDM/releases/download/7.0.2/openidm-7.0.2.zip
openIDM Install:
tar -zxvf 7.0.2.tar.gz or unzip openidm-7.0.2.zip
cd /path/to/OpenIDM-7.0.2/openidm/ && ./getting-started.sh > No SLF4J providers were found.->
dnf list SLF4J
Installed Packages
slf4j.noarch 1.7.30-16.el9
Next approach:
vi /path/to/OpenIDM-7.0.2/openidm/conf/boot/boot.properties > set port 8081 since tomcat is using 8080
cd /path/to/OpenIDM-7.0.2/openidm/bin/ && ./startup.sh
Executing ./startup.sh...
Using OPENIDM_HOME: /apps/openIDM/OpenIDM-7.0.2/openidm
Using PROJECT_HOME: /apps/openIDM/OpenIDM-7.0.2/openidm
Using OPENIDM_OPTS: -Dlogback.configurationFile=conf/logging-config.groovy
Using LOGGING_CONFIG: -Djava.util.logging.config.file=/apps/openIDM/OpenIDM-7.0.2/openidm/conf/logging.properties
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::staticFieldOffset has been called by org.apache.felix.framework.util.SecureAction (file:/apps/openIDM/OpenIDM-7.0.2/openidm/bin/felix.jar)
WARNING: Please consider reporting this to the maintainers of class org.apache.felix.framework.util.SecureAction
WARNING: sun.misc.Unsafe::staticFieldOffset will be removed in a future release
Using boot properties at /apps/openIDM/OpenIDM-7.0.2/openidm/conf/boot/boot.properties
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
-> OpenIDM ready
OpenIDM version "7.0.2" (revision: 12374) 2026-02-05T08:07:06Z UNKNOWN
->
https://localhost:8443/system/console = not accessible
lynx https://localhost:8443/system/console = not accessible
lynx https://localhost:8443/openidm/security = not accessible
Cannot proceed any further. Can someone help with this please?
Beta Was this translation helpful? Give feedback.
All reactions