Java caches dns entries

Java caches dns entries

When a dns name changes, we have to restart portal it to use the new dns name. Is there a way to disable this in Java ?

Java by defaults caches successful dns resolutions, this can be changed by 
editing the /stoneware/jre/lib/security/java.security file. At the bottom is a 
line that is commented out, thus using the default of -1. The line looks like : 
#networkaddress.cache.ttl=-1 

Edit this line, take out the # and change the -1 to 0 to disable all caching. 
Any other number will be the number of seconds it caches the entry. 

You can also add -Dsun.net.inetaddr.ttl=0 to the additional parameters line in the /stoneware/bin/webnetwork.lax

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Change Reset Password Button Text

        Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
      • Remove Reset Password Button From Login Page

        Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
      • Lenovo Unified Workspace End-of-Life Questions and Answers

        As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • Related Articles

      • DNS Test : NameNotFoundException error

        The customer is using MS AD and is in the stoneware management console and did a DNS Test. The following Errors were given. INFO: Attempting to locate a domain controller in DNS for domain: company.org ERROR: javax.naming.NameNotFoundException: DNS ...
      • DNS Query used to find GC and DC

        How can I use nslookup to find the GC and DC in DNS for Microsoft AD ?   To find the GC (global catalog) that are listed in DNS nslookup > set type=srv > _ldap._tcp.gc._msdcs.comapny.com Server: adsrv1.example-cloud.com Address: 192.168.1.251 ...
      • DNS Errors

        Customer is having issues talking to active directory and ran a dns test with the results INFO: exploring forest using domain controller: server1.company.com  >>>>>: (DNS) - testing domain: COMPANY  INFO: according to DNS, the following services are ...
      • Seeing connections from 127.0.0.1 to 127.0.0.1 owned by java.exe

        Customers server is acting very odd and tends to go down each day. Netstat -an shows many connections from 127.0.0.1 to 127.0.0.1 owned by java.exe   Resolution The netstat traffic looks like :  [java.exe]  TCP 127.0.0.1:58163 127.0.0.1:58162 ...
      • DNSLint : Resolving DNS Names

        The following information comes from the Microsoft URL : http://support.microsoft.com/kb/321046 There is also a powerpoint on the subject at : ...