<?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: missing requirement  package after deploy Adapter in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/missing-requirement-package-after-deploy-adapter/m-p/119291#M514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, thank you for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just fix the error. The problem was that the jars used by the Adapdter weren't in maven dependencies. I've included the jars dependencies in the pom file and I've generated the adapter jar file again. Now the Adapter deploys successfully.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Dec 2013 13:02:30 GMT</pubDate>
    <dc:creator>LuisRodríguez_González</dc:creator>
    <dc:date>2013-12-12T13:02:30Z</dc:date>
    <item>
      <title>missing requirement  package after deploy Adapter</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/missing-requirement-package-after-deploy-adapter/m-p/119289#M512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have developed an Adater that uses two jars. I have copied the adapter jar and the others jar files in the deploy directory (C:\Program Files\ArcGIS\Server\GeoEventProcessor\deploy).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After the deploy I see the following messages in the log file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;2013-12-11 19:12:34,398 | WARN&amp;nbsp; | Processor/deploy | fileinstall&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | 7 - org.apache.felix.fileinstall - 3.2.4 | Error while starting bundle: file:/C:/Program%20Files/ArcGIS/Server/GeoEventProcessor/deploy/ais-inbound-adapter-10.2.0.jar
org.osgi.framework.BundleException: Unresolved constraint in bundle com.esri.ges.framework.adapter.ais-inbound-adapter [347]: Unable to resolve 347.0: missing requirement [347.0] package; (package=com.esri.aisparser)
 at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3564)[org.apache.felix.framework-3.2.2.jar:]
 at org.apache.felix.framework.Felix.startBundle(Felix.java:1797)[org.apache.felix.framework-3.2.2.jar:]
 at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:927)[org.apache.felix.framework-3.2.2.jar:]
 at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1244)[7:org.apache.felix.fileinstall:3.2.4]
 at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1216)[7:org.apache.felix.fileinstall:3.2.4]
 at org.apache.felix.fileinstall.internal.DirectoryWatcher.startAllBundles(DirectoryWatcher.java:1205)[7:org.apache.felix.fileinstall:3.2.4]
 at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:500)[7:org.apache.felix.fileinstall:3.2.4]
 at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:291)[7:org.apache.felix.fileinstall:3.2.4]
&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;What should I do to deploy successfully the adapter?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:58:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/missing-requirement-package-after-deploy-adapter/m-p/119289#M512</guid>
      <dc:creator>LuisRodríguez_González</dc:creator>
      <dc:date>2021-12-11T06:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: missing requirement  package after deploy Adapter</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/missing-requirement-package-after-deploy-adapter/m-p/119290#M513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: ryguy6868&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like the adapter jar file has a declared dependency on the package com.esri.aisparser but the GEP server can't find another jar file that provides that functionality.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does your other jar file have classes in that package?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, is your other jar file built as an OSGi bundle?&amp;nbsp; To find out, unzip the jar file and see if the Manifest.mf file in the META-INF folder has a line that starts with "Bundle-SymbolicName"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is built as an OSGi bundle, there needs to be a manifest entry called Export-Package: that includes the com.esri.aisparser package, otherwise the GEP server won't be able to put the two jar files together.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 18:20:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/missing-requirement-package-after-deploy-adapter/m-p/119290#M513</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-12-11T18:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: missing requirement  package after deploy Adapter</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/missing-requirement-package-after-deploy-adapter/m-p/119291#M514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, thank you for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just fix the error. The problem was that the jars used by the Adapdter weren't in maven dependencies. I've included the jars dependencies in the pom file and I've generated the adapter jar file again. Now the Adapter deploys successfully.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 13:02:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/missing-requirement-package-after-deploy-adapter/m-p/119291#M514</guid>
      <dc:creator>LuisRodríguez_González</dc:creator>
      <dc:date>2013-12-12T13:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: missing requirement  package after deploy Adapter</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/missing-requirement-package-after-deploy-adapter/m-p/119292#M515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: AVTSPositioning&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;May I request you to&amp;nbsp; share&amp;nbsp; your AIS work with me?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Harish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jan 2014 01:59:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/missing-requirement-package-after-deploy-adapter/m-p/119292#M515</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-01-04T01:59:23Z</dc:date>
    </item>
  </channel>
</rss>

