POST
|
Hi @MatejVrtich, the LastModifieldToDateFormatter is using the following date format: "EEE, dd MMM yyyy HH:mm:ss zzz" I've just tested to parse the given date "Fri, 04 Dec 2020 15:17:37 GMT" with the SimpleDateFormat and got the same error message. It looks like this is a localization issue. Thats why it will fail to parse the day and month in the date string. If you change the system locals of your geoevent server machine to english it should work. @EricIronside So if not already done the LastModifiedToDateFormatter should use the Locals: new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss zzz", Locale.ENGLISH); Best, Stefan
... View more
01-08-2021
02:28 AM
|
1
|
0
|
121
|
POST
|
Hi @JesseJosserand, did you already finished your installation? I am not sure if you will also run in some technical issues with that solution, but the setup you just described is not supported. In an ArcGIS Server Site all maschines are using the same config store and host the same services. That means that you can not install GeoEvent Server just on one of these 3 machines. Before answering the question about the stbds you should think about the ArcGIS Enterprise Installation. One possible solution would be to disconnect one of the ArcGIS Servers from the Site and use it as a seperated Site for the GeoEvent Server. But in this case you will kind of lose one ArcGIS Server License, because this server is not used in the ArcGIS Server Site anymore. So if you have a the option to setup one more maschine, i would prefer to setup GeoEvent Server on that maschine and leave the ArcGIS Server Site with the 3 maschines as it is. You can use the GeoEvent License File to also License the underling ArcGIS Server that is required. In this case this ArcGIS Server has only the required capabilities for GeoEvent Server. That means that the Server can not host a MapService for example but can still host Stream Services. If you are done with the ArcGIS Enterprise and GeoEvent Installation and configuration you configure the stbds. Best, Stefan
... View more
01-08-2021
01:27 AM
|
1
|
0
|
97
|
POST
|
GeoEvent automatically backups the configuration file. Default Location is: C:\ProgramData\Esri\GeoEvent (this is also mentioned in the Blog Post). You can also configure GeoEvent to save the automatic backups to other locations (defined at Site > Data Stores | Registered folders > Automatic Backups). If you dont have the option to create a backup before resetting this might help. Best, Stefan
... View more
01-07-2021
11:21 PM
|
0
|
0
|
140
|
POST
|
In every environment where the WebContextURL is set and the ArcGIS Server Port (underlying Server used by GeoEvent Server) is not accessible from outside or where the Webadaptor is installed on a different host than the ArcGIS Server (+GeoEvent) we are still having the following Error in the ArcGIS GeoEvent Server 10.8.1 Second attempt failed. Giving up. (https://webadaptor-host.fqdn:6443/arcgis/help/en/geoevent --- Connect to webadaptor-host.fqdn:6443 [webadaptor-host.fqdn /xxx.xxxx.xxx.xxx] failed: Connection timed out: connect) GeoEvent is always mixing up the hostname that is configured @ WebContextURL with the default ArcGIS Server port and the default location of the help page. In this case we getting a lot of error messages from the HTTP Client that is trying to access the help page. This page is available under: https://geoevent.fqdn:6443/arcgis/help/en/geoevent (but still this page is not accessible from outside) GeoEvent is trying to access: https://webadaptor-host.fqdn:6443/arcgis/help/en/geoevent (this is just the webadaptor, there is not ArcGIS Server installed, so nothing will respond on that port) Correct would be to access: https://webadaptor-host.fqdn/geoevent/help/en/geoevent (“geoevent” is the configured webadaptor, and the page is available here)
... View more
11-12-2020
04:59 AM
|
0
|
0
|
92
|
POST
|
Hi Bjarke Thormann, in this case I think using two filters is the easiest option. Maybe it it not the most elegant way, cause you need a positive and a negative filter but it is going to solve your problem. Positive Filter is just checking if you have a valid geometry and is processing the field calculator like you described. Negative Filter would check if no geometry is available, in this case you could use a copy of you field calculator that is using hardcoded coordinates (0.0./0.0) instead of X/Y. Like I mentioned, its not so elegant but will work. Best, Stefan
... View more
10-27-2020
12:43 AM
|
0
|
1
|
123
|
POST
|
Hey, in a 10.8.1 environment we currently have a strange behavior. Very often the GeoEvent Server is not responding anymore and the REST interface will be unavailable etc. In the kafka log we still get the following error message all few seconds: ERROR | pool-16-thread-1 | ConsumerCoordinator | 60 - com.esri.ges.framework.messaging.jms-messaging - 10.8.1 | [Consumer clientId=consumer-2, groupId=****] Offset commit failed on partition *** at offset xxxx: The coordinator is not aware of this member. What is the best solution to solve this problem? For the moment we tested stuff like restart, clear data folder, redeploy custom components etc. Best, Stefan
... View more
10-22-2020
11:33 PM
|
0
|
0
|
227
|
POST
|
Hi Hwa Saup Lee, sorry, for sure trim is not what you are looking for but this should fit: substring(string, intIndexBegin, intIndexEnd) Best Stefan
... View more
10-08-2020
01:25 AM
|
0
|
0
|
142
|
POST
|
Hi Hwa Saup Lee, is "trim()" not what you are looking for? Check out the documentation: Field Calculator Processor—Process Event Data(10.8) | Dokumentation zu ArcGIS Enterprise Best Stefan
... View more
10-05-2020
12:09 AM
|
0
|
0
|
142
|
IDEA
|
This is really great. Looking forward to it. We are getting more and more customers using iOS Runtime. They will be happy to use Stream Layer for Live Positioning. Let us know if there will be a beta to test ist. Best, Stefan
... View more
09-30-2020
11:54 AM
|
0
|
0
|
67
|
POST
|
Hi Dominic Roberge, do you just want to add all incoming features to a feature service? If you don't have a TRACK_ID you can not update features. And only for updating features you need the TRACK_ID. If you just want to add all incoming features to a service you can use "Add a Feature" instead of "Update a Feature". In this case you won't need a unique feature identifier field. Best, Stefan Edit: If the incoming Data is just from one moving object you could just use the field calculator to define a harcoded id, like brian mentioned.
... View more
09-24-2020
12:33 AM
|
0
|
0
|
102
|
Online Status |
Offline
|
Date Last Visited |
3 weeks ago
|