You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$docker run -d -p 7001:7001 -p 9002:9002 -v $PWD:/u01/oracle/properties container-registry.oracle.com/middleware/weblogic:12.2.1.4-slim
The admin console does not start after invoking this last command. I have ensured that the domain.properties file is kept in the current directory with a valid username and password.
When I check logs, it says "Boot identity is not valid. Username and password are not right".
In my machine, the domain path ends at /app/domains/properties and there is no file in it.
I am attaching the screenshot of the log.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I am trying to install the WebLogic server on my local machine. I referred to https://container-registry.oracle.com/ords/f?p=113:4:104988964064896 for installing the image.
$docker run -d -p 7001:7001 -p 9002:9002 -v $PWD:/u01/oracle/properties container-registry.oracle.com/middleware/weblogic:12.2.1.4-slim
The admin console does not start after invoking this last command. I have ensured that the domain.properties file is kept in the current directory with a valid username and password.
When I check logs, it says "Boot identity is not valid. Username and password are not right".
In my machine, the domain path ends at /app/domains/properties and there is no file in it.
I am attaching the screenshot of the log.
Any help will be highly appreciated
Beta Was this translation helpful? Give feedback.
All reactions