<?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: 10.3.0 Custom Component in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/10-3-0-custom-component/m-p/716292#M3114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it could, and it is most likely what's going on.&amp;nbsp; Are you able to recompile using 10.3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I've seen custom components not show up in the lists even when everything was deployed correctly, and with the same version.&amp;nbsp; In that case, I did a manual delete and deployed again.&amp;nbsp; For some reason, a second deployment often worked (sometimes three).&amp;nbsp; I can't explain why, but if you recompile with 10.3 and it still doesn't show up in the list upon deployment, manually delete from /deploy and re-deploy from Manager and see if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm pretty sure 10.2.1 compilation is what's causing the problem in this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jan 2015 22:36:39 GMT</pubDate>
    <dc:creator>MarkBramer</dc:creator>
    <dc:date>2015-01-30T22:36:39Z</dc:date>
    <item>
      <title>10.3.0 Custom Component</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/10-3-0-custom-component/m-p/716289#M3111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking at a new install of the 10.3.0 GeoEvent. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to add a custom component by going to site/components/Processors and clicking the "Add Local Processor" button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then browse to the location of the .jar file I created (I keep them in C:\Program Files\ArcGIS\Server\GeoEvent\deploy - as this was how it worked in previous versions) and I get the message "Processor "my-custom-processor-10.2.1.jar" added successfully". However, the processor is not it the list on the site/components/Processor page nor is it available in the drop down when using the designer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried closing the manager console and also re-starting the GeoEvent Service, however the custom component is still not available, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be most welcomed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darryl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 21:00:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/10-3-0-custom-component/m-p/716289#M3111</guid>
      <dc:creator>DarrylWilson</dc:creator>
      <dc:date>2015-01-27T21:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: 10.3.0 Custom Component</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/10-3-0-custom-component/m-p/716290#M3112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darryl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You shouldn't keep your custom components in /deploy yourself.&amp;nbsp; This is where GeoEvent deploys .jars when you use Manager's "Add Local..." workflows.&amp;nbsp; If you are placing something in /deploy yourself, then GeoEvent is going to attempt to use it right away (if you're familiar with Tomcat, it's like copying a .war into /webapps - Tomcat will "hot deploy" it).&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that you &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;can&lt;/EM&gt;&lt;/SPAN&gt; place .jar's in /deploy yourself -- which does the same thing as Manager's "Add Local..." workflows -- it's just that you should do one or the other.&amp;nbsp; To keep things clean, and myself sane, I keep my compiled .jar's in my NetBeans /dist folder, then deploy them to GeoEvent using Manager's "Add Local..." workflows.&amp;nbsp; Manager then places the .jar in /deploy and GeoEvent picks it up and registers it for use.&amp;nbsp; So I leave GeoEvent entirely in control of my /deploy folder when it comes time to deploying new components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deleting is a different story, as Manager does not have an equivalent workflow for removing custom components.&amp;nbsp; In the case of deleting custom components, just simply delete the .jar from /deploy yourself.&amp;nbsp; GeoEvent will detect the file's deletion and unregister that custom component.&amp;nbsp; Note that if you do this, 1) any existing inputs, outputs, or services that used your component will be in an error state and 2) any custom connectors that used a custom transport or adapter will then have their transport or adapter re-assigned to one that still exists in the list.&amp;nbsp; This is most likely not desired, so you should also delete the custom connector that used the custom transport or adapter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 21:00:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/10-3-0-custom-component/m-p/716290#M3112</guid>
      <dc:creator>MarkBramer</dc:creator>
      <dc:date>2015-01-29T21:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: 10.3.0 Custom Component</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/10-3-0-custom-component/m-p/716291#M3113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried removing the .jar files from the Deploy directory and adding them only via the components page. However still getting the same results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the .jar files were compiled against 10.2.1. Could this be the cause?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darryl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 02:16:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/10-3-0-custom-component/m-p/716291#M3113</guid>
      <dc:creator>DarrylWilson</dc:creator>
      <dc:date>2015-01-30T02:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: 10.3.0 Custom Component</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/10-3-0-custom-component/m-p/716292#M3114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it could, and it is most likely what's going on.&amp;nbsp; Are you able to recompile using 10.3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I've seen custom components not show up in the lists even when everything was deployed correctly, and with the same version.&amp;nbsp; In that case, I did a manual delete and deployed again.&amp;nbsp; For some reason, a second deployment often worked (sometimes three).&amp;nbsp; I can't explain why, but if you recompile with 10.3 and it still doesn't show up in the list upon deployment, manually delete from /deploy and re-deploy from Manager and see if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm pretty sure 10.2.1 compilation is what's causing the problem in this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 22:36:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/10-3-0-custom-component/m-p/716292#M3114</guid>
      <dc:creator>MarkBramer</dc:creator>
      <dc:date>2015-01-30T22:36:39Z</dc:date>
    </item>
  </channel>
</rss>

