<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: WebSocket (/StreamService) Not Updating in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65761#M289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Yes I would definitely recommend walking through the &lt;SPAN&gt;WebSocket&lt;/SPAN&gt; Tutorial if you want to use &lt;SPAN&gt;StreamLayer&lt;/SPAN&gt;.&lt;BR /&gt;The hidden properties are part of your connector properties. Please have a look on the edited screenshot below.&lt;/P&gt;&lt;P&gt;What did you specify as the URL on your &lt;SPAN&gt;StreamLayer&lt;/SPAN&gt; Output? Make sure it is set to "&lt;SPAN&gt;StreamService&lt;/SPAN&gt;”&lt;BR /&gt;Could you please check if you receive data on the &lt;SPAN&gt;WebSocket&lt;/SPAN&gt; of the &lt;SPAN&gt;StreamLayer&lt;/SPAN&gt; output by connecting to &lt;A href="http://localhost.esri.com:6180/StreamService"&gt;http://localhost.esri.com:6180/StreamService&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Nov 2014 19:23:54 GMT</pubDate>
    <dc:creator>ThomasPaschke</dc:creator>
    <dc:date>2014-11-04T19:23:54Z</dc:date>
    <item>
      <title>WebSocket (/StreamService) Not Updating</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65758#M286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on the Twitter Connector tutorial provided by the GeoEvent Team. I have been able to get real-time tweets with the appropriate information on my TCP socket (tcp5570-text-out):&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="27392" alt="1.PNG" class="jive-image image-2" src="https://community.esri.com/legacyfs/online/27392_1.PNG" style="width: 620px; height: 126px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed the next steps and created a new connector labeled "Publish Features to a Stream Layer". Here is a picture of my setup, formatted specifically to the instructions of the tutorial&lt;/P&gt;&lt;P&gt;: &lt;IMG __jive_id="27393" alt="2.PNG" class="jive-image image-3" src="https://community.esri.com/legacyfs/online/27393_2.PNG" style="width: 620px; height: 566px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, after creating the connector, importing the proper .jar files for the inbound and outbound Twitter adapters/transports, this is what my GeoEvent Service looks like (along with the properties of the filter and processor):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="27394" alt="4.PNG" class="image-4 jive-image" src="https://community.esri.com/legacyfs/online/27394_4.PNG" style="width: auto; height: auto;" /&gt;&lt;IMG __jive_id="27396" alt="6.PNG" class="jive-image image-6" src="https://community.esri.com/legacyfs/online/27396_6.PNG" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="27395" alt="5.PNG" class="image-5 jive-image" src="https://community.esri.com/legacyfs/online/27395_5.PNG" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After all this, my Stream Layer does not update with any new geolocated tweets. I have checked and double-checked my steps to make sure I wasn't missing a step, but I seem to be doing just fine. That is, however, I noticed a relatively large gap between the tutorial steps and the actual steps. One noticeable difference from the tutorial is this:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="27124" alt="3.PNG" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/27124_3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see from the image I embedded for the connector, I cannot select this option. I am thinking this has something to do with it. Did I miss some step somewhere that allows this option to be turned on? Is the GEP version from the tutorial been upgraded to where this doesn't apply anymore, and if so, what else could I be possibly doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 17:59:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65758#M286</guid>
      <dc:creator>JeremyMullins1</dc:creator>
      <dc:date>2014-11-04T17:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: WebSocket (/StreamService) Not Updating</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65759#M287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hey Jeremy,&lt;BR /&gt;&lt;BR /&gt;I do not see any problem on first sight. You can still edit the ‘Update Interval', it is at the hidden properties of your connector. Please make also sure the Formatted JSON property is set to false as explained in the &lt;SPAN&gt;WebSocket&lt;/SPAN&gt; tutorial (Publishing Feature JSON to a JavaScript Stream Layer). &lt;/P&gt;&lt;P&gt;What client are you using which does not update? Did you check on the &lt;SPAN&gt;WebSocket&lt;/SPAN&gt;? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 19:00:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65759#M287</guid>
      <dc:creator>ThomasPaschke</dc:creator>
      <dc:date>2014-11-04T19:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: WebSocket (/StreamService) Not Updating</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65760#M288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick response. Where are the hidden properties of my connector located at within the GEP Manager? I have not done the WebSocket tutorial yet; do you recommend I do that before I start on this? Are you referring to Generic-JSON when you say "Formatted JSON" - in that case, then yes, it is set to false. Here is a screenshot of what I am working with (with the websocket connection identified in the bottom of the image:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/27397_1.PNG" style="width: 620px; height: 352px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 19:08:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65760#M288</guid>
      <dc:creator>JeremyMullins1</dc:creator>
      <dc:date>2014-11-04T19:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: WebSocket (/StreamService) Not Updating</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65761#M289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Yes I would definitely recommend walking through the &lt;SPAN&gt;WebSocket&lt;/SPAN&gt; Tutorial if you want to use &lt;SPAN&gt;StreamLayer&lt;/SPAN&gt;.&lt;BR /&gt;The hidden properties are part of your connector properties. Please have a look on the edited screenshot below.&lt;/P&gt;&lt;P&gt;What did you specify as the URL on your &lt;SPAN&gt;StreamLayer&lt;/SPAN&gt; Output? Make sure it is set to "&lt;SPAN&gt;StreamService&lt;/SPAN&gt;”&lt;BR /&gt;Could you please check if you receive data on the &lt;SPAN&gt;WebSocket&lt;/SPAN&gt; of the &lt;SPAN&gt;StreamLayer&lt;/SPAN&gt; output by connecting to &lt;A href="http://localhost.esri.com:6180/StreamService"&gt;http://localhost.esri.com:6180/StreamService&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 19:23:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65761#M289</guid>
      <dc:creator>ThomasPaschke</dc:creator>
      <dc:date>2014-11-04T19:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: WebSocket (/StreamService) Not Updating</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65762#M290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I checked the URL path in my output "stream-layer-out", and it is set to "/StreamService" (without the quotations). As far as receiving data on the Websocket, I cannot connect to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost.esri.com:6180/StreamService" rel="nofollow" target="_blank"&gt;http://localhost.esri.com:6180/StreamService&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 19:31:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65762#M290</guid>
      <dc:creator>JeremyMullins1</dc:creator>
      <dc:date>2014-11-04T19:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: WebSocket (/StreamService) Not Updating</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65763#M291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Sorry my bet. Try &lt;A href="http://localhost.YOURDOMAIN:6180/StreamServices"&gt;http://localhost.YOURDOMAIN:6180/StreamServices&lt;/A&gt;. Or without the domain if you can omit it: &lt;A href="http://localhost:6180/StreamService"&gt;http://localhost:6180/StreamService&lt;/A&gt;. &lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 19:39:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65763#M291</guid>
      <dc:creator>ThomasPaschke</dc:creator>
      <dc:date>2014-11-04T19:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: WebSocket (/StreamService) Not Updating</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65764#M292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried both of those ways and it didn't make a difference. I also included the "Update Interval" into the output and that didn't make a difference either. I apologize for my naivety but I appreciate you being patient with me. Any other ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 19:51:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65764#M292</guid>
      <dc:creator>JeremyMullins1</dc:creator>
      <dc:date>2014-11-04T19:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: WebSocket (/StreamService) Not Updating</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65765#M293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;I would recommend you to walk through the &lt;SPAN&gt;WebSocket&lt;/SPAN&gt; tutorial to understand &lt;SPAN&gt;WebSockets&lt;/SPAN&gt; and &lt;SPAN&gt;StreamLayer&lt;/SPAN&gt; in more detail. &lt;/P&gt;&lt;P&gt;The &lt;SPAN&gt;StreamLayer&lt;/SPAN&gt; is basically a JavaScript client which is connecting to a &lt;SPAN&gt;WebSocket&lt;/SPAN&gt; to receive JSON features and render them in the client. Walking through the tutorial will help you to understand that concept and shows you how to connect to a &lt;SPAN&gt;WebSocket&lt;/SPAN&gt; endpoint, since this is for some reason not working. Please note that the &lt;SPAN&gt;WebApp&lt;/SPAN&gt; client that comes with the tutorial is a developer sample only and works just with the tutorial data. If you have any changes to the tutorial data the client might not be able to render the features and would need to be modified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope the &lt;SPAN&gt;WebSocket&lt;/SPAN&gt; tutorial will help.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 20:00:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65765#M293</guid>
      <dc:creator>ThomasPaschke</dc:creator>
      <dc:date>2014-11-04T20:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: WebSocket (/StreamService) Not Updating</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65766#M294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As always, Thomas, you have been a fantastic help. I will complete the Websocket Tutorial and will update this post as soon as I have an answer or another question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 20:03:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/websocket-streamservice-not-updating/m-p/65766#M294</guid>
      <dc:creator>JeremyMullins1</dc:creator>
      <dc:date>2014-11-04T20:03:21Z</dc:date>
    </item>
  </channel>
</rss>

