Skip to content

Instantly share code, notes, and snippets.

@slibby
Created June 8, 2015 17:01
Show Gist options
  • Save slibby/078d9599a205b8cf01b8 to your computer and use it in GitHub Desktop.
Save slibby/078d9599a205b8cf01b8 to your computer and use it in GitHub Desktop.
solutions geoevent install output
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.esri.geoevent.solutions.transport.tcpsquirt:tcpsquirt-transport:bundle:10.3.0
[WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ line 53, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.esri.geoevent.solutions.adapter:regexText-adapter:bundle:10.3.0
[WARNING] 'dependencies.dependency.systemPath' for com.esri.ges.adapter:text-adapter:jar refers to a non-existing file C:\Program Files\ArcGIS\Server\GeoEvent\system\com\esri\ges\framework\adapter\text-adapter\10.3.0\text-adapter-10.3.0.jar @ line 27, column 16
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Esri :: AGES :: Solutions :: Adapter :: CAP Adapter
[INFO] Esri :: AGES :: Solutions :: Adapter :: CoT
[INFO] Esri :: AGES :: Solutions :: Adapter :: Esd
[INFO] Esri :: AGES :: Solutions :: Adapter :: GeoMessage
[INFO] addxyz-processor Blueprint Bundle
[INFO] bearing-processor Blueprint Bundle
[INFO] buffer-processor Blueprint Bundle
[INFO] ellipse-processor Blueprint Bundle
[INFO] eventVolumeControl-processor
[INFO] EventJoiner
[INFO] query-report-processor Blueprint Bundle
[INFO] rangefan-processor Blueprint Bundle
[INFO] Esri :: AGES :: Solutions :: Processor :: SymbolLookup
[INFO] unitConversion-processor
[INFO] visibility-processor Blueprint Bundle
[INFO] Esri :: AGES :: Transport :: Irc Transport
[INFO] Esri :: AGES :: Transport :: TCPSQUIRT
[INFO] Processor that keeps track of TRACK ID and STARTTIME tagged fields, and only passes through those that have updated since last time
[INFO] Regex Text Adapter that allows lines to be ignored and for a line of headings to be used as GeoEvent Definition field names
[INFO] Esri :: AGES :: Solutions
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Esri :: AGES :: Solutions :: Adapter :: CAP Adapter 10.3.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for com.esri.ges.sdk:ges-lib:jar:10.3.0 is missing, no dependency information available
[WARNING] The POM for com.esri.geometry:geometry-api:jar:10.3.0 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Esri :: AGES :: Solutions :: Adapter :: CAP Adapter FAILURE [ 0.081 s]
[INFO] Esri :: AGES :: Solutions :: Adapter :: CoT ........ SKIPPED
[INFO] Esri :: AGES :: Solutions :: Adapter :: Esd ........ SKIPPED
[INFO] Esri :: AGES :: Solutions :: Adapter :: GeoMessage . SKIPPED
[INFO] addxyz-processor Blueprint Bundle .................. SKIPPED
[INFO] bearing-processor Blueprint Bundle ................. SKIPPED
[INFO] buffer-processor Blueprint Bundle .................. SKIPPED
[INFO] ellipse-processor Blueprint Bundle ................. SKIPPED
[INFO] eventVolumeControl-processor ....................... SKIPPED
[INFO] EventJoiner ........................................ SKIPPED
[INFO] query-report-processor Blueprint Bundle ............ SKIPPED
[INFO] rangefan-processor Blueprint Bundle ................ SKIPPED
[INFO] Esri :: AGES :: Solutions :: Processor :: SymbolLookup SKIPPED
[INFO] unitConversion-processor ........................... SKIPPED
[INFO] visibility-processor Blueprint Bundle .............. SKIPPED
[INFO] Esri :: AGES :: Transport :: Irc Transport ......... SKIPPED
[INFO] Esri :: AGES :: Transport :: TCPSQUIRT ............. SKIPPED
[INFO] Processor that keeps track of TRACK ID and STARTTIME tagged fields, and only passes through those that have updated since last time SKIPPED
[INFO] Regex Text Adapter that allows lines to be ignored and for a line of headings to be used as GeoEvent Definition field names SKIPPED
[INFO] Esri :: AGES :: Solutions .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.646 s
[INFO] Finished at: 2015-06-08T13:00:37-04:00
[INFO] Final Memory: 16M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project cap-adapter: Could not resolve dependencies for project com.esri.geoevent.solutions.adapter.cap:cap-adapter:bundle:10.3.0: The following artifacts could not be resolved: com.esri.ges.sdk:ges-lib:jar:10.3.0, com.esri.geometry:geometry-api:jar:10.3.0: Failure to find com.esri.ges.sdk:ges-lib:jar:10.3.0 in file:///Program Files/ArcGIS/Server/GeoEvent/sdk/repository was cached in the local repository, resolution will not be reattempted until the update interval of ages-sdk-repo has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment