zoukankan      html  css  js  c++  java
  • arcgis 10.1 错误(TCP_NODELAY NOT enabled)

    Procedure

    The steps provided require that you briefly stop the license manager. During this time, connections to the license manager may be lost.

     

    1. Click Start > Programs > ArcGIS > License Manager > License Server Administrator.
    2. Select Start/Stop License Server in the table of contents and click Stop.
    3. Open Windows Explorer and navigate to your license manager installation location (C:Program FilesArcGISLicense10.0in by default), in which you will see a service.txt file.
    4. The file should look similar to this:
    		SERVER this_host ANY
    		VENDOR ARCGIS
      FEATURE ACT ARCGIS 1 permanent 1 7ED49106D630
    
    NoteNote:

    At the end of line one, you can choose to specify a port number immediately after ANY.

    On the VENDOR line, add PORT=####, where #### is a specific port number designated by you, to lock the vendor daemon to that specific port, for example, 1234. After making he changes, your service.txt file should look something like this:
    		
      SERVER this_host ANY 27000		
    		VENDOR ARCGIS PORT=1234
      FEATURE ACT ARCGIS 1 permanent 1 7ED49106D630

     

    1. Save the .txt file.
    2. From the License Server Administrator, click Start.
    3. The vendor daemon is now static, locked to the port specified.
    4. These ports can now be saved as exceptions in the firewall to allow communication between the license server and the client.
  • 相关阅读:
    ACE_TASK学习
    tomcat:8005端口启动失败的解决办法
    centos7下安装jdk8
    解决github下载慢的一种方法
    page
    数据库
    做jar
    mvc:annotation-driven
    web.xml
    jsp九大内置对象el11内置对象
  • 原文地址:https://www.cnblogs.com/cglNet/p/3340973.html
Copyright © 2011-2022 走看看