ARNOLD Somogyi
ARNOLD Somogyi
I have the same bug with Linux Mint 20 :( This bug is still not solved.
After googling a little bit more, I have found a solution: In Linux Mint, if you use Mint-X style (especially for Button) then this issue disappears. Before I used somehow...
Correct. 7201 is an external port only used from the host machine where docker runs. All 4 servers run in different hosts (different containers). I am checking the config.xml.
Thee is no 7201 in the confix.XML It seems that this is some kikind of automatic port mapping that weblogic does automatically somehow. WL sees and wanna use somehow the...
**Additional info on the topic:** That exception constantly appears when I click on the "**Deployment**" menu on the WL console. 1) If I use the console of the "admin-server-A" then...
**It seems that this issue is NOT related to the multi-domain docker configuration. It appears when I only have an admin and managed server as well.** I have a _docker-compose.yml,...
I would like to add one more piece of info to this topic. I hope that it helps to understand the issue better and makes it easier to help me...
Any news on this, please?
Okay, but how to instruct the WebLogic admin server in Docker to use the correct port and host instead of using the Docker host port? **WebLogic insist on this:** ```...
I faced a similar issue. On my side to add **-Dweblogic.rjvm.enableprotocolswitch=true** JVM param to the WebLogic start script solved that issue. Maybe it worth a try.