|
POST
|
HI Nik, No, the feature service never recover from the failure. I would have to restart the service to get it back up running. Similar to you, the problem seems to be occurs overnight, when database backups are happening. Therefore, I setup the service to recycle itself after the backups, and that seems to fixed this problem.
... View more
05-15-2017
08:38 AM
|
0
|
0
|
2677
|
|
POST
|
ArcGIS GeoEvent Server 10.5 was working fine since I installed it two weeks ago, but it stopped working after I restarted the computer last night. When I tried to access the GeoEvent Manager, I get "The webpage cannot be found" message. And, I checked the karaf logs and here is what the errors are: 2017-04-14 19:21:54,678 | ERROR | pool-11-thread-1 | Http | 95 - com.esri.ges.framework.httpclient - 10.5.0 | An SSL Handshake error has occurred when attempting to communicate with URL: "https://[ServerName]:6443/arcgis/admin/system/configstore". Please make sure you have imported the SSL certificate from "https://[ServerName]:6443/arcgis/admin/system/configstore" into GeoEvent's site via the ArcGIS Server Admin API. Root Cause: "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target". .... 2017-04-14 19:24:15,211 | ERROR | pool-11-thread-2 | Http | 95 - com.esri.ges.framework.httpclient - 10.5.0 | An SSL Handshake error has occurred when attempting to communicate with URL: "https://[ServerName]:6443/arcgis/admin/machines/[ServerName]/status". Please make sure you have imported the SSL certificate from "https://[ServerName]:6443/arcgis/admin/machines/[ServerName]/status" into GeoEvent's site via the ArcGIS Server Admin API. Root Cause: "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target". ... The GeoEvent Server is installed and configured exactly described in Installing GeoEvent Server—Installation Guides (10.5) | ArcGIS Enterprise, and with self signed certificate. Any ideas how can fix this? Thanks Roman.
... View more
04-14-2017
01:36 PM
|
2
|
3
|
3356
|
|
POST
|
I am using GeoEvent to process AVL data and store the data in an Geodatabase. Often, I found the data are not stored in the same order as they are received. I am curious to know how GeoEvent is maintain ordering of events when multiple events are read at a same time? I setup a simple GeoEvent service where an input connector reads from a JSON file (about 500 JSON objects) and connected to an output connector which writes to another JSON file. My assumption is the output JSON file would match the input JSON file exactly. But, the test proves otherwise; the order of events in the output file is not the same as input. Could someone help me understand why the ordering of the events would change? Thanks, Roman
... View more
04-04-2017
04:37 PM
|
0
|
0
|
1117
|
|
POST
|
Hi Shuhong, No, I have not. I setup a python to monitor the ArcGIS server log, and notify me when these error occurs. Then, I restart the map service.
... View more
02-18-2017
04:23 AM
|
0
|
0
|
2361
|
|
POST
|
Is it possible to add/update feature class from a JSON feed below: { "cars": [{ "manufacturer": "Honda", "attribute": [{ "Label": "Name", "value": "Accord" }, { "Label": "Year", "value": 2007 }, { "Label": "Weight", "value": 3000 }] }, { "manufacturer": "Toyota", "attribute": [{ "Label": "Name", "value": "Camery" }, { "Label": "Year", "value": 2010 }, { "Label": "Passengers", "value": 5 }] }] } A GeoEvent definition was created after I created an Input connector consuming the JSON. How do I map this GeoEvent so that I can update to a Feature Class through a feature service with fields: Manufacturers, Name, Year, Weight, Passengers? Thanks
... View more
01-30-2017
04:44 PM
|
1
|
5
|
3164
|
|
POST
|
I would like to connect the database directly to generate reports using Crystal Report or JasperReport, and extract data for dashboard analytics. Thanks.
... View more
09-12-2016
11:18 AM
|
0
|
0
|
1319
|
|
POST
|
Yes, but I don't have much experience working with PostgreSQL database. I installed pgAdmin III on the same machine as I have ArcGIS Data Stored installed. When I tried to add this server to the pgAdmin III, I am getting following error: The server doesn't accept connections: the connection library reports: "could not connect to server: connection refused (0x0000274D/10061) Is the server running on host "XXX.XXX.XXX.XXX" and accepting TCP/IP connection on port 5432" Is there something I need to do first to connect to the PostgreSQL database?
... View more
09-12-2016
11:03 AM
|
0
|
0
|
1319
|
|
POST
|
I would like use ArcGIS Data Store for my services, and I am wondering if there is any way to create a Database connection from ArcCatalog or ArcMap to the PostgreSQL database?
... View more
08-29-2016
07:43 PM
|
0
|
4
|
3388
|
|
POST
|
I don't have SQL Management Studio install on the ArcGIS server, so I was able to test the database connection using it. However, from ArcGIS Server Manager, I was able to validate the registered database in the data store while the error is happening.
... View more
01-14-2016
11:44 AM
|
0
|
0
|
2361
|
|
POST
|
Thank you for the advises, Michael. I will looking info the network and SQL configuration. This problem seems to present itself when the database server or ArcGIS server is under heavy load. For example, backing up of the Geodatabase or copying large file between servers.
... View more
01-14-2016
11:16 AM
|
0
|
1
|
2361
|
|
POST
|
I have the option of "Periodically check and repair data connection for idle instances" checked, and I changed the time to 2 minutes instead of 30 minutes. I am still having the same problem. I believe it's because the service never go to Idle when my application is running. The application consumes the Web Map that refresh the feature service every 30 seconds.
... View more
01-13-2016
04:28 PM
|
0
|
3
|
2361
|
|
POST
|
I don't have any time-out configured at the database side. It's a fresh install of SQL Server 2012 running on Windows Server 2012 R2, and Windows firewall is disabled. The service contains a layer linked to a SDE feature class in the ArcSDE database. Other than having "Feature Access" capabilities checked, all other configurations are set to their default values. And, I only have this service on the ArcGIS Server. I can simulate the problem by disconnecting network on the ArcGIS server for about 30 seconds, and then reconnect the network. The service does not recover from the network failure, and required a restart to get it back working. Shouldn't the service able to reconnect with ArcSDE after the network is restored?
... View more
01-13-2016
10:57 AM
|
0
|
0
|
5405
|
|
POST
|
Yes, I have installed Microsoft SQL Server 2012 Native Client (64-bit) on the ArcGIS Server.
... View more
01-13-2016
10:10 AM
|
0
|
0
|
5405
|
|
POST
|
On one server I have ArcSDE running in SQL Server 2012 (SP2), and another server I have ArcGIS 10.3.1 Server hosting a feature service that access the ArcSDE database. The feature service runs fine until I see the following error message in the ArcGIS Server log: Error: Failure to access the DBMS server [08S01:[Microsoft][SQL Server Native Client 11.0]TCP Provider: An existing connection was forcibly closed by the remote host. And then the following error message on every feature service request: Error: Failure to access the DBMS server [[Microsoft][SQL Server Native Client 11.0]Communication link failure] It seems database connection was temporary disconnected, and the only solution is to restart the service manually. My question is: Why wouldn't the Feature Service reconnect with ArcSDE? Is there anyway around this beside restart the service manually? Thanks, Roman
... View more
01-13-2016
12:27 AM
|
1
|
23
|
23913
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 04-14-2017 01:36 PM | |
| 1 | 01-13-2016 12:27 AM | |
| 1 | 01-30-2017 04:44 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|