Esri / azure-for-geoevent

ArcGIS GeoEvent Server sample Azure connectors for connecting to Microsoft Azure hubs and devices.
Apache License 2.0
7 stars 9 forks source link

Installation issue #2

Closed iamlaksh1 closed 3 years ago

iamlaksh1 commented 5 years ago

Hi Esri Geoevent team,

Apologies me on this basic question. I am new to Java and maven world. This is my first experience with building custom connector. As part of one of my requirement, I am trying build this connector as per guide. I have successfully installed maven and when I try to run install command

Since am running this command in windows server - I guessed this may be proxy issue, I tried editing E:\maven\apache-maven-3.6.0\conf\settings.xml to include user name, proxy and host and port . I know this works, because I can access the maven plugin path

But still I see the error. Please help me if I miss something .

optional true http user xxx proxyserver.proxy.domain.net 8080 repo.maven.apache.org

mvn error

hanoch commented 5 years ago

Make sure you are connected to the internet and can access the central maven repository urls, e.g.:

eironside commented 4 years ago

@iamlaksh1 Did this fix your issue? Can I close this issue? - Thanks!

iamlaksh1 commented 4 years ago

@eironside - yes. we compiled the code and works. Thank you a ton. I have few more questions, recently our geoevent went rogue, did a admin reset with Esri support. Once geoevent is back, our event hub adaptors went missing. JAR files are loaded from geoevent manager , java path are in-tact, but still adaptor not visible. What would went wrong?