SuperMap logo
  • Products

    What is GIS

    About SuperMap GIS

    Key Technologies

    • AI GIS
    • Big Data GIS
    • 3D GIS
    • Distributed GIS
    • Cross Platform GIS

    SuperMap GIS 11i(2022) New!!

    • Cloud GIS Server
    • Edge GIS Server
    • Terminal GIS SDK for Components
    • Terminal GIS for Desktop
    • Terminal GIS SDK for Web
    • Terminal GIS for Mobile
    • Online GIS Platform

    Previous Versions

    • SuperMap GIS 10i(2021)
    • SuperMap GIS 10i(2020)
    • SuperMap GIS 10i
    • SuperMap GIS 9D(2019)
  • Solutions

    Smart City

    Natural Resource

    Land Management

    Facility Management

    Public Safety

    Natural Disasters

    Transportation

    Water Conservancy

    BIM+GIS

  • Support
    • Download & Online Help
    • Online Demonstration
    • Articles
    • FAQ
    • Demo Code
    • Technical Docs
    • Training Files
    • Videos
    • Trial License
  • About
    • lntroduction
    • News
    • Magazines
    • Events
    • Careers
    • Contacts
    • Suggestions
 
  • English
  • 中文
  • Español
  • Français
  • ภาษาไทย
  • русский
  • Türkçe
  • Português
  • 日本語
  • 한국어
  • Indonesian
  • عربي
iServer FAQ

iServer FAQ

  • Home
  • Support
  • FAQ
  • iServer

iServer

  • iServer
  • iPortal
  • iObjects
  • iMobile
  • iDesktop
  • iClient3D
  • iClient
  • Q: What are the possible reasons of SuperMap iServer services collapse?

    A: There are possible reasons:(1) If iServer services crash when use large file caches on AIX, because the file cache is beyond the memory size that AIX system allows processes to use. On AIX, the data segment allowed processes to use limits the available memory size. The number of data segment is controlled by LDR CNTRL environment variables. If you set the process data segment number to 8, the memory size is: 8*256MB=2GB export LDR_CNTRL=MAXDATA=0x80000000(2) If it crashes when using a map ser…

    08 July,2019 iServer
  • Q: How to set that someone can't use my token?

    A: In the iServer homepage, select service list>account name>tokens, and you can set the client type, and the token expiration date.

    08 July,2019 iServer
  • Q: Why WMTS 1.0.0 services published by SuperMap iServer can not open in common tool Gaia?

    A: Gaia only recognizes the node and does not recognizes the node. The GetCapabilities of WMTS100 interface contains the node corresponding to 3857. So WMTS100 service can not opened in Gaia. To solve this problem, users should customize WMTS interface, and the scale set should be select the scale set corresponding to 4326: GlobalCRS84Scale, GlobalCRSPixel, GooleCRS84Quad and ChinaPublicServices. When the projection of data is 4326, it can select Custom.

    08 July,2019 iServer
  • Q: When using the database-type workspace and data source, why iServer cannot get the records added in the background?

    A: Modify the time that iServer interacts with the database: in iserver-system.xml, add/modify the node check Datasource Connection Interval (Unit is second, defaults is 30 seconds). Then restart the iServer service.

    08 July,2019 iServer
  • Q: Why was SSO authentication fail after the CAS authentication server was configured?

    A: If the CAS authentication server and the GIS server are not on the same machine, because of the time difference between the two machines, sometimes it would result in unsuccessful logon verification. In this case it is required to adjust the time of these two machines to the same, or enlarge the fault tolerance of time difference, of which the default value is 3 minutes in iServer(or iProtal, iExpress). The way to modify the tolerance of time difference is to edit shiro.ini (under WEB-INF) an…

    08 July,2019 iServer
  • Q: How do I view current version of the SuperMap iServer?

    A: (1) See it on the file name of the zip package;    (2) Open home page of SuperMap iServer (http://localhost:8090/iserver), you will the version at the bottom of the page.

    08 July,2019 iServer
  • Q: I want to modify the 10-level tiles into 12-level in iServer, do I need to recreate the 10-level tiles?

    A: No, it is not necessary. You just need to modify the cached map in the pre-cached list, manually add 2 levels and click OK, then start the task.

    08 July,2019 iServer
  • Q: When I used query by distance in iServer extention, why cannot I set it only return the nearest one?

    A: To find the nearest position, using the method findNearest.

    08 July,2019 iServer
  • Q: When accessing REST services or WFS services, why does the error code 500 appear and the message "Warn: Java heap space" show in the log?

    A: SuperMap iServer is deployed in Tomcat, and its initial heap size of Java VM is 256M, which is not enough for some services. To solve the problem, modify the Java VM memory size: open %SuperMap iServer Java_HOME%/bin/catalina.bat, find %_EXECJAVA%, append "-Xms1024m -Xmx1024m"(Set VM initial memory to 1024M), then restart SuperMap iServer.

    08 July,2019 iDesktop
  • Q: How to configure SuperMap iServer to make it publish correctly in Java web container such as Tomcat, while the container is started as a Windows service?

    A: When Supermap iServer is started as a Windows service, you need to configure the Java properties  Diserver.home and -Diserver.output, and -Diserver.home to specify the startup directory of Supermap iServer. Also you need configure -Diserver.output to specify the output location of the cache tiles, which is relative to iserver.home. For example, if you deploy war of SuperMap iServer to Tomcat, and tomcat is running as Windows service, you need to add these two Java VM parameters. To ensur…

    08 July,2019 iServer
  • Q: When starting SuperMap iServer in the Windows service form in Tomcat or other Java web containers started, how to place the log file?

    A: When SuperMap iServer is started in the form of Windows service, in Tomcat for instance, \Tomcat 6.0\webapps\iserver\WEB-INF\config\ log4j.properties file specifies where to place the log file: log 4j . appender.F.File=../logs/iserver.log. Therefore, the logs folder is placed in the parent directory of service startup file (cmd.exe). That is to say, the log file is placed in C:\Windows\logs\. In addition, you can modify the the log4j.properties file, and specify the path as an absolute path, …

    08 July,2019 iServer
  • Q: Why the IP of the URL of the map is not the IP of SuerpMap iServer?

    A: In the configuration file of SuperMap iServer, the default URI where the cached picture access is the {IP} placeholder. And it is replaced automatically by server address when SuperMap iServer is started. If there are two or more network adapters, or there is virtualization software, the server will has multiple IPs. In this case, SuperMap iServer reads one of the IPs, and maybe is not expected. It is recommended that users use fixed IP and port when using custom cache URI.

    08 July,2019 iServer
  • Q: Why isn't the "World_day" map displayed when this service is normally accessed through the httpxmlrequest object of Javascript?

    A: If there are Chinese characters in the url, they must be encoded, e.g., varmapName= encode URI (“WorldMap_day”). An encoded url is varuri = " http :// 192 .168 .115 .68:8 090/ iserver / services/ maps/rest/maps/"+mapName+".json".

    08 July,2019 iServer
  • Q: Why the drop-down box is empty when I configure the traffic network analysis in service management page of SuperMap iServer.?

    A: Upgrade SuperMap iServer to the latest version or configure Traffic network analysis service provider via XML file. Please reference to the help document: Start > Configuration and management > Configuration and managing GIS Services > Configuration for each layer of iServer architecture > Configuration for service provider layer > Configuring service providers through XML file > Configuring transportation analyst provider.

    08 July,2019 iServer
  • Q: When doing least-cost path analysis, how to analyze by time cost?

    A: You can modify the parameter weightFieldName in TransportationAnalystParameter to the time cost of each route (You need set the map and time cost in the Supermap Desktop)

    08 July,2019 iServer
  • Q: What should I do if GET parameters are very long when expression by restAPI?

    A: You can use POST request to simulate GET request, just add "_method=GET" to the requesting body.

    04 July,2019 iServer
  • Q: When Accessing Map Service, it prompted: "com.supermap.services.rest.HttpException: request url /iserver/services/map-china400/rest/maps/China/maps.json does not match the URL template for resource map."

    A: This may be because of wrong URL of map service, or it was unable to connect. Please check whether the source service and URL are correct.

    04 July,2019 iServer
  • Q: How does iServer get Server Access Resource Statistics through the get request?

    A: You can send the get request, and the request address is as follows: http: //IPaddress:8090 /iserver / manager/serverstatus/requests/statistics.json. Then take the token value and resolve the json result.

    04 July,2019 iServer
  • Q: How to get the layer information and the sub-layer names in the map?

    A: You can send the GET request through iServer REST API. The request address is: http://supermapiserver:8090/iserver/services/map-world/rest/maps/WorldMap/layers.rjson. The WorldMap is the map name. The sub-Layers is the sub-layer set information. You can refer to iServer help REST API>services>root>maps>map>layers for specific return result structure.

    04 July,2019 iServer
  • Q: How to manage iServer token?

    A: Please select Services Manager>Security>Security Configuration to configure in iServer homepage.

    04 July,2019 iServer
<<<12345>>>

SuperMap GIS

  • Cloud GIS Server
  • Edge GIS Server
  • Terminal GIS SDK for Components
  • Terminal GIS for Desktop
  • Terminal GIS SDK for Web
  • Terminal GIS for Mobile
  • Online GIS Platform

Support

  • Download & Online Help
  • Online Demonstration
  • Articles
  • FAQ
  • Demo Code
  • Technical Docs
  • Training Files
  • Videos
  • Trial License

Events

  • Invitation | The 5th International Workshop on GIS Technology and Application
  • Summary and Highlights of the 5th GIS Software Technology Conference
  • GIS Contest
  • Curtain falls on 2022 SuperMap Sales Kickoff Meeting

About

  • lntroduction
  • News
  • Magazines
  • Events
  • Careers
  • Contacts
  • Suggestions

Follow Us

  • LinkedIn
  • Facebook
  • Twitter
  • Instagram
  • YouTube
© 1997-2021 SuperMap Software Co., Ltd.
  • Sitemap
  • | Privacy