<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ravi Nagubandi</title>
    <description>The latest articles on DEV Community by Ravi Nagubandi (@naguban123).</description>
    <link>https://dev.to/naguban123</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F125588%2Faeea4f96-3b8e-46d8-bf57-c7f5ab1f5d9d.jpg</url>
      <title>DEV Community: Ravi Nagubandi</title>
      <link>https://dev.to/naguban123</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/naguban123"/>
    <language>en</language>
    <item>
      <title>Running Weblogic Server when connected to VPN</title>
      <dc:creator>Ravi Nagubandi</dc:creator>
      <pubDate>Thu, 01 Jul 2021 12:17:20 +0000</pubDate>
      <link>https://dev.to/naguban123/running-weblogic-server-when-connected-to-vpn-1l4o</link>
      <guid>https://dev.to/naguban123/running-weblogic-server-when-connected-to-vpn-1l4o</guid>
      <description>&lt;p&gt;As part of my development work, I tried to run my Weblogic Server when I am connected to VPN network.&lt;/p&gt;

&lt;p&gt;The weblogic server failed with error saying:&lt;/p&gt;

&lt;p&gt;(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&amp;gt;&lt;/p&gt;

&lt;p&gt;We can resolve this error by setting a JAVA_OPTIONS in setDomainEnv.cmd file located in \bin folder. The setting is as follows:&lt;/p&gt;

&lt;p&gt;set JAVA_OPTIONS=%JAVA_OPTIONS% -Djava.net.preferIPv4Stack=true&lt;/p&gt;

&lt;p&gt;Now the weblogic server starts without any issue when connected to VPN Network.&lt;/p&gt;

&lt;p&gt;Happy Learning!!&lt;/p&gt;

</description>
      <category>weblogic</category>
      <category>vpn</category>
    </item>
  </channel>
</rss>
