POST
|
Hi Darryl, I did it from 10.1 to 10.2.2 and had to reconfigure all of my services. We are also using also custom made adapters. When that is said version 10.2.2 is running much better than 10.1 - so we were happy about upgrading to a newer version. - Andreas
... View more
07-07-2015
11:23 PM
|
0
|
0
|
636
|
POST
|
Hi Felix, I am having the same problem. Running the steam service directly in the JS Viewer everything works fine. When Adding the stream service to a web map on arcgis.com and clicking 'start streaming as shown below nothing happens.... Clicking streaming controls again I can choose to start streaming - again..... Been trying with IE11 and Opera 30. -Andreas
... View more
06-24-2015
05:43 AM
|
0
|
0
|
1980
|
POST
|
Hi RJ, Thanks for your feedback. We found a workaround that has been running for almost a week now. Making a change in the host file on the GEP server we are now accessing the local server with the FS directly and not via the web adaptor. In this way we avoid the bad URL and can run with security. It is not an optimal solution for us but we can wait for 10.3.1. Thanks Andreas
... View more
05-04-2015
11:27 PM
|
0
|
1
|
1061
|
POST
|
Hi RJ, Thanks for getting back - Much appreciated. A little background information about our setup i might provide some insight why we asked the question. We are using one ArcGIS for Server with GeoEvent Extension - Lets called this server for Server 1. We have another ArcGIS for Server holding feature services (FS) and map services (MS) (Server 2). The GeoEvent Extension outputs to a FS on server 2. From what I heard from UC and what one of my colleagues was told in Palm Spring this is best practice. Server 2 make MS and FS available both internally and externally. Some of the applications require to have security enabled. One of them is a service that the GeoEvent Extension updates. Sometime in the future we would like to add more ArcGIS For Server to Server 2 and create a cluster still holding all FS and MS. We have prepared for this are using the web adaptor in front of the ArcGIS Server holding FS and MS as a load balancer but in the future we might use a physical load balancer. We have followed the architecture described in ArcGIS Help (10.2, 10.2.1, and 10.2.2). Server 1 is not accessible from outside our domain and only run GeoEvent Extension. We raised the initially question when we had problems updating FS with Security enabled on server 2 (GIS-Tier with users LDAP). The update would run about 4-6 hours and then stop. The Geoevent Extension would say everything was still alright. The data store could still be vailidated but the Feature class being updated did not receive any updates. The only thing that caught my attention in the log was was: 'https://<Web adaptor URL>/arcgistest/admin/data/findItems?f=json&token=XXXXXXX&types=egdb: GET Request failed(HTTP/1.1 403 Forbidden).' If we connect to server 2 with the directy URL then we the error below: properly due a certificate error. Invalid URL: Please provide a valid url for example: http://<hostname>:<port>/arcgis So why is it that the geoevent Extension stops after 4-6 hours? - Andreas
... View more
04-29-2015
05:13 AM
|
0
|
4
|
2071
|
POST
|
Got an reply from Esri Support: After some additional testing and research, it appears the issue your customer were seeing was actually expected behavior with the new 10.3 release. More precisely, the error you see when starting the TCP output, is due to the fact that it is unable to connect to its required TCP socket connection. While in previous releases, the TCP connector among others, were configured in a SERVER mode (continuously sending output and allowing any client to connect and begin receiving that feed), this new build has them configured as a CLIENT that actively pushes the feed to a defined host and port. You can confirm this by creating a TCP Input with the same port number and restarting the output. This change on the outputs from SERVER to CLIENT mode allowed for drastically improved performance in enterprise environments. This information along with a new TCP utility to replace the earlier version are included in the Tutorials that were released with the product. I’ve included a copy of that utility along with the first module of the introductory tutorial. The information specifically regarding this error can be found on page 44 (GeoEvent Extension Introduction - Module 1.pdf). I apologize for any inconveniences that were caused by the changes in this build, but hopefully they will result in a further improved product. Edited 22-Jan-2016 by RJ Sunderman: Please refer to the Real-Time Data Feeds and Sensors product page for links to the latest product tutorials. Updates to the Introduction to GeoEvent tutorial identify changes made to the TCP/Text output and provide instruction on how to establish an application server which will host the TCP socket to which the GeoEvent output can connect. The product tutorials are downloaded as bundles providing simulation files, data, and utilities needed to complete the tutorial exercises.
... View more
03-25-2015
02:11 AM
|
0
|
5
|
1471
|
POST
|
Hi Javier, There is one thing i do not understand when adding a data store with a token. We have a setup with a server holding GEP and ArcGIS Server installed and wanting to register a data store on another server with ArcGIS Server containing feature services.. In order to be able to cluster the server with feature services. We are registering the data store the server with feature services via another server with the web adaptor installed as shown below. The web adaptor gives access to the arcgis server with feature services to outside our internal network. Therefore we have disabled administrative access on the Web adaptor for security reasons. The data stores is successfully added but from the log I can see that a call is being made to https://<Web adaptor URL>/arcgistest/admin/data/findItems?f=json&token=XXXXXXX&types=egdb: GET Request failed(HTTP/1.1 403 Forbidden). Why is the GEP trying to access an admin URL? Regards - Andreas
... View more
03-20-2015
05:00 AM
|
0
|
7
|
2071
|
POST
|
I'm having problems with Push Text to an External TCP Socket after having upgraded to 10.3. For some reason I am getting the following error when trying to create the output com.esri.ges.transport.tcp.TcpOutboundTransport Exiting TCP Transport due to unforeseen error. java.net.ConnectException: Connection refused: connect at sun.nio.ch.Net.connect0(Native Method)[:1.7.0_65] at sun.nio.ch.Net.connect(Net.java:465)[:1.7.0_65] at sun.nio.ch.Net.connect(Net.java:457)[:1.7.0_65] at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:670)[:1.7.0_65] at com.esri.ges.transport.tcp.TcpOutboundTransport.attemptClientConnection(TcpOutboundTransport.java:127)[265:com.esri.ges.framework.transport.tcp-transport:10.3.0] at com.esri.ges.transport.tcp.TcpOutboundTransport.applyProperties(TcpOutboundTransport.java:406)[265:com.esri.ges.framework.transport.tcp-transport:10.3.0] at com.esri.ges.transport.tcp.TcpOutboundTransport.run(TcpOutboundTransport.java:351)[265:com.esri.ges.framework.transport.tcp-transport:10.3.0] at java.lang.Thread.run(Thread.java:745)[:1.7.0_65] Feb 13, 2015, 11:22:34 AM ERROR Trying to import Module4_QuickStart.xml from the tutorial data gives the same error. Everything was working fine at 10.2.2 Anybody knows what's going on here?
... View more
02-13-2015
02:32 AM
|
0
|
6
|
6463
|
POST
|
My problem was related to permission issues - causing jawaw.exe not starting up. When installing ArcGIS for Server on the d-drive I had to give the service user access to the installation folder
... View more
02-04-2015
01:16 AM
|
0
|
0
|
1121
|
POST
|
Found a solution Write the following in notepad and save as *.bat cmd /c start https://<your arcgis online site>.com/opsdashboard/OperationsDashboard.application?open=644e824f21cd44feb5ffb7ff28311bc8 /r If you want the dashboard to start automatically when windows start then the following link can be used with the *.bat file create above. Run a program automatically when Windows starts - Windows Help
... View more
01-07-2015
03:25 AM
|
2
|
0
|
493
|
POST
|
Hi Thomas, Much Appreciated Do you know why GEP drops the geoevent services? Regards Andy
... View more
11-13-2014
10:58 PM
|
0
|
1
|
1203
|
POST
|
HI RJ, Last night and today i have also experienced losing my geoevent services on 10.2.2 after restarting the windows service for GEP and had to set it up all from scratch again. Is there a way to export geoevent services like you could with the old tool Service Designer and import them again afterwards. That would also be beneficial moving from test to production. We have also experienced some weird behavior with our outputs that the feature service we are outputting to suddenly have changed after restart of GEP Windows Service Regards Andy
... View more
11-13-2014
08:35 AM
|
0
|
3
|
1203
|
POST
|
Hi guys, Anybody knows if Operations Dashboard can be started from *.bat Regards Andreas
... View more
10-07-2014
05:34 AM
|
0
|
1
|
4685
|
POST
|
Hi Tif, I am using the same version as you: Best regards Andreas
... View more
10-05-2014
10:58 AM
|
1
|
0
|
2412
|
POST
|
Hi Tif, Thanks for your answer. I found a simpler way to reproduce the problem. 1. Add layer from web 2. pull in a map service. The one i have below has the following attributes and looks like below in the DB (The data keeps getting updated that the reason why the table below and this one is not identical) The web map is set only to show 1 decimal 3. Choose gauge where and select map service 4. Chose value field capacity and operation - Average and click ok The result is like below - so the one decimal is not getting honoured. Unfortunately you cannot get access to data since they are marked sensitive.
... View more
10-03-2014
05:57 AM
|
0
|
2
|
2412
|
Title | Kudos | Posted |
---|---|---|
1 | 04-13-2015 10:38 PM | |
2 | 07-27-2014 11:43 PM | |
2 | 05-01-2014 09:51 PM | |
2 | 05-01-2014 04:18 AM | |
1 | 09-23-2014 04:55 AM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|