Hello,
I’m having some problems using all the functionalities of the IoT Broker GE. If I use an instance from the fewer cloud i can get to the starting page but when I try to go to the admin panel it gives a redirect loop both on Safari and Chrome.
I tried copying the binaries from the instance to a local Ubuntu machine and i can get the GE running but when I try to access the starting page it gives me a blank page.
As a last resort, since the installation documentation is very poor, I am trying to compile the sources available to download on the GE catalogue but on the last step of mvn install i get:
root@ubuntu:/home/IoTBroker_OpenSource_3/eu.neclab.iotplatform.iotbroker.builder# mvn install
[INFO] Scanning for projects...
Downloading: http://scm.ops4j.org/repos/ops4j/projects/pax/runner-repository/eu/neclab/iotplatform/IoTbrokerParent/3.3.3/IoTbrokerParent-3.3.3.pom
Nov 25, 2014 5:24:25 PM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultHttpClient tryConnect
INFO: I/O exception (java.net.NoRouteToHostException) caught when connecting to the target host: No route to host
Nov 25, 2014 5:24:25 PM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultHttpClient tryConnect
INFO: Retrying connect
Nov 25, 2014 5:24:30 PM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultHttpClient tryConnect
INFO: I/O exception (java.net.NoRouteToHostException) caught when connecting to the target host: No route to host
Nov 25, 2014 5:24:30 PM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultHttpClient tryConnect
INFO: Retrying connect
Nov 25, 2014 5:24:35 PM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultHttpClient tryConnect
INFO: I/O exception (java.net.NoRouteToHostException) caught when connecting to the target host: No route to host
Nov 25, 2014 5:24:35 PM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultHttpClient tryConnect
INFO: Retrying connect
Downloading: http://repo.maven.apache.org/maven2/eu/neclab/iotplatform/IoTbrokerParent/3.3.3/IoTbrokerParent-3.3.3.pom
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project eu.neclab.iotplatform:iotbroker.builder:3.3.3 (/home/IoTBroker_OpenSource_3/eu.neclab.iotplatform.iotbroker.builder/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Could not transfer artifact eu.neclab.iotplatform:IoTbrokerParent:pom:3.3.3 from/to ops4j-runner-snapshot (http://scm.ops4j.org/repos/ops4j/projects/pax/runner-repository): No route to host and 'parent.relativePath' points at wrong local POM @ line 5, column 10 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Please advise what to do next. We need to get a fully working instance to develop an application for Phase 2.
OS: Mac OS X (accessing the web interface), Ubuntu Server 14.04.1 x64 (installing and running the GE)
Best Regards.