Running Weblogic Server when connected to VPN

As part of my development work, I tried to run my Weblogic Server when I am connected to VPN network.

The weblogic server failed with error saying:

(thread=Cluster, member=n/a): Delaying formation of a new cluster; unicast networking appears to be in…


This content originally appeared on DEV Community and was authored by Ravi Nagubandi

As part of my development work, I tried to run my Weblogic Server when I am connected to VPN network.

The weblogic server failed with error saying:

(thread=Cluster, member=n/a): Delaying formation of a new cluster; unicast networking appears to be inoperable on interface as this process isn't receiving even its own transmissions; consider forcing IPv4 via -Djava.net.preferIPv4Stack=true>

We can resolve this error by setting a JAVA_OPTIONS in setDomainEnv.cmd file located in \bin folder. The setting is as follows:

set JAVA_OPTIONS=%JAVA_OPTIONS% -Djava.net.preferIPv4Stack=true

Now the weblogic server starts without any issue when connected to VPN Network.

Happy Learning!!


This content originally appeared on DEV Community and was authored by Ravi Nagubandi


Print Share Comment Cite Upload Translate Updates
APA

Ravi Nagubandi | Sciencx (2021-07-01T12:17:20+00:00) Running Weblogic Server when connected to VPN. Retrieved from https://www.scien.cx/2021/07/01/running-weblogic-server-when-connected-to-vpn/

MLA
" » Running Weblogic Server when connected to VPN." Ravi Nagubandi | Sciencx - Thursday July 1, 2021, https://www.scien.cx/2021/07/01/running-weblogic-server-when-connected-to-vpn/
HARVARD
Ravi Nagubandi | Sciencx Thursday July 1, 2021 » Running Weblogic Server when connected to VPN., viewed ,<https://www.scien.cx/2021/07/01/running-weblogic-server-when-connected-to-vpn/>
VANCOUVER
Ravi Nagubandi | Sciencx - » Running Weblogic Server when connected to VPN. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/07/01/running-weblogic-server-when-connected-to-vpn/
CHICAGO
" » Running Weblogic Server when connected to VPN." Ravi Nagubandi | Sciencx - Accessed . https://www.scien.cx/2021/07/01/running-weblogic-server-when-connected-to-vpn/
IEEE
" » Running Weblogic Server when connected to VPN." Ravi Nagubandi | Sciencx [Online]. Available: https://www.scien.cx/2021/07/01/running-weblogic-server-when-connected-to-vpn/. [Accessed: ]
rf:citation
» Running Weblogic Server when connected to VPN | Ravi Nagubandi | Sciencx | https://www.scien.cx/2021/07/01/running-weblogic-server-when-connected-to-vpn/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.