|
POST
|
We just upgraded geoevent to 10.8 from 10.6.1 and have encountered this error when we the receive json on a rest end point input us used: com.esri.ges.adapter.genericJson.JsonInboundAdapter Error converting JSON node to GeoEvent. The data is being sent to the endpoint via a python script. Here is a boiled version of what it looks like... import requests
import json
url = <endpoint url>
mes = {"trackID":"testing", "comment":"testing comment"}
r = requests.post(url, json=mes, verify=False)
print(r.status_code)
print(r.content) The data is being sent to the endpoint and the definition is being generated by geoevent correctly but the input is not processing the data appropriately. The input count does not go up and the mentioned error is found in the log. Also, this method worked just fine on the 10.6.1 version. Anyone have an idea on why this would happen? GeoEvent RJ Sunderman
... View more
07-14-2020
01:42 PM
|
0
|
2
|
1304
|
|
POST
|
Is there a way to display the EditDate field in the field list for the Smart Editor Widget (WAB DEV)? I don't see the field listed in the configuration of the layer. Another option would be to change the format of the "Edited by..." line in the window if that is possible. Any help would be greatly appreciated. Thx.
... View more
06-12-2020
01:24 PM
|
0
|
0
|
763
|
|
IDEA
|
Similar to Eric's idea, I would be interested in a geoevent processor that could trigger a python script. So, if a certain condition is met a python script would be called. This would provide a lot of flexibility for those who are not familiar with java it also opens up a new ability to extend the GE functionality as a whole i.e. using python geoprocessing tools, reporting, access to custom python geoprocessing tasks etc.
... View more
04-20-2020
10:29 AM
|
0
|
0
|
4239
|
|
POST
|
We have had a similar issue and had a fairly similar solution. We ended up solving the problem using a python script which converted the message into a JSON format that could be used in geoevent. This script is started as a windows task.
... View more
11-08-2019
07:17 AM
|
0
|
0
|
1278
|
|
POST
|
We are using Sierra Wireless MP70 modems for 9 vehicles, currently. This system relies on MQTT messages to send and receive data at 5 second intervals. The time interval is configurable with 5 seconds being the shortest amount of time possible which is the setting we use. If the vehicle is driven a lot it comes out to about 45,000 pts/day. However, it's unusual for a vehicle to have that many pts in a day. I would say the average is around 20,000 pts/day. We archive approximately 19 days worth of data in a PostGres DB which maintains around 1.5million+ points total across all vehicles and is around 4G in size. Hope that helps. Good luck.
... View more
09-30-2019
07:49 AM
|
2
|
1
|
2426
|
|
POST
|
As usual, you came through again. Thanks for the quick responses and the help on this, it's greatly appreciated.
... View more
09-19-2019
02:31 PM
|
0
|
0
|
2221
|
|
POST
|
I was able to find the mentioned config file here (to reference for others). "...\WebAppBuilderForArcGIS-213\server\apps\4\configs\TimeSlider\config_widgets_TimeSlider_Widget_20.json" So, my question is how do I access/update the json for the the "customTimeConfig.startTime.time" and the "endTime.timeConfig.time" properties through another widget? I'm also using the "_getWidgetConfig" function to open the TimeSlider already, if that helps. Thanks for all the help. {
"showLabels": false,
"autoPlay": false,
"loopPlay": false,
"timeFormat": "auto",
"isHonorWebMap": false,
"customLayersConfig": [
{
"id": "[layer]",
"isTimeEnable": true
}
],
"customTimeConfig": {
"keepValueFlag": false,
"startTime": {
"timeConfig": {
"keepValueFlag": false,
"timeMode": "min",
"time": 1567191360000,
"calender": {
"operator": "",
"number": "",
"unit": ""
}
}
},
"endTime": {
"timeConfig": {
"keepValueFlag": false,
"timeMode": "max",
"time": 1568901360000,
"calender": {
"operator": "",
"number": "",
"unit": ""
}
}
},
"interval": {
"number": 2,
"units": "esriTimeUnitsDays"
},
"displayAllData": false
},
"customDateFormat": ""
}
... View more
09-19-2019
01:35 PM
|
0
|
2
|
2221
|
|
POST
|
Is this the reference you are talking about? This was located in the "ConfigureTimeSettings.js". /* timeConfigFromat = { startTime:{ timeConfig: TimeCalendar.config }, endTime:{ timeConfig: TimeCalendar.config }, interval:{ number: null //number units:""//esriTimeInfo.X } displayAllData: false//t / f } */ // postCreate: function () { // this.inherited(arguments); // },
... View more
09-19-2019
01:00 PM
|
0
|
0
|
2221
|
|
POST
|
These are the only setting in the config.json file... { "showLabels": false, "autoPlay" : true, "loopPlay": true, "timeFormat": "auto" }
... View more
09-19-2019
12:55 PM
|
0
|
4
|
2221
|
|
POST
|
I'm working on creating a widget that will pass settings to the TimeSlider. So, I'm wanting to configure the time extent from one widget and update the time slider extent (settings in image). I'm not sure if I can access those settings or how to do so. Any help would be appreciated. Thx
... View more
09-19-2019
12:21 PM
|
0
|
7
|
2361
|
|
POST
|
I am unaware of anything in GE that can handle this type of line. However, you could create a python script that would translate the data and send it to GE. We do something similar for parsing our avl data.
... View more
07-30-2019
02:08 PM
|
0
|
0
|
1405
|
|
POST
|
Has anyone else experienced geoevent crashing and not coming back after a recent windows update? server: windows 2012 R2 Geoevent: 10.6.1
... View more
07-30-2019
02:07 PM
|
0
|
0
|
445
|
|
POST
|
We discovered that our antivirus software (Cylance) was interfering with geoevent. We are working to figure out exacting what is going on but if Cylance is set to default (basically off) then geoevent performs as expected.
... View more
06-07-2019
07:57 AM
|
1
|
0
|
771
|
|
POST
|
GE is duplicating large amounts of messages between the input and output. The input and outputs are not connected in any other service besides the one below. Has anyone had this happen or know how to fix it? Single Machine Deployment Geoevent 10.6.1 windows R2 2012 RJ Sunderman Ming Zhao
... View more
05-22-2019
02:37 PM
|
0
|
1
|
855
|
|
POST
|
Was the GE definition created by GE or did you manually create it? I've had a lot more success having GE create the definition than manually doing it. Also, can you share an example of the JSON?
... View more
05-20-2019
08:56 AM
|
0
|
3
|
3006
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 1 | 06-19-2018 08:41 AM | |
| 1 | 03-22-2019 01:19 PM | |
| 1 | 09-08-2020 06:22 AM | |
| 1 | 12-10-2015 09:24 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|