Error Compile for Docker web server

139 views
Skip to first unread message

Stephen Won

unread,
Mar 31, 2015, 9:31:32 AM3/31/15
to lum...@googlegroups.com
I am getting a Maven error when running the first step from https://github.com/lumifyio/lumify/blob/master/docker/README.md#docker-web-server. Below is the error I received:

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Lumify Root: Build Tools .......................... SUCCESS [0.549s]
[INFO] Lumify ............................................ SUCCESS [0.465s]
[INFO] Lumify: Web ....................................... SUCCESS [0.012s]
[INFO] Lumify: Web: Client API ........................... SUCCESS [0.776s]
[INFO] Lumify: Core ...................................... SUCCESS [0.012s]
[INFO] Lumify: Core ...................................... FAILURE [1.025s]
[INFO] Lumify: Core: Plugins ............................. SKIPPED
[INFO] Lumify: Core: Plugin: Model: BigTable ............. SKIPPED
[INFO] Lumify: Core: Plugin: Model: RabbitMQ ............. SKIPPED
[INFO] Lumify: Core: Plugin: Model: Secure Graph ......... SKIPPED
[INFO] Lumify: Web: Base ................................. SKIPPED
[INFO] Lumify: Web: War .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.752s
[INFO] Finished at: Tue Mar 31 09:28:00 EDT 2015
[INFO] Final Memory: 39M/351M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project lumify-core: Could not resolve dependencies for project io.lumify:lumify-core:jar:0.4.1-SNAPSHOT: Failed to collect dependencies for [com.altamiracorp.bigtable:bigtable-api:jar:0.5.1-SNAPSHOT (compile), com.altamiracorp.bigtable:bigtable-accumulo:jar:0.5.1-SNAPSHOT (compile), com.google.guava:guava:jar:13.0 (compile), com.google.inject:guice:jar:3.0 (compile), org.atteo:evo-inflector:jar:1.0.1 (compile), commons-io:commons-io:jar:2.4 (compile), commons-lang:commons-lang:jar:2.5 (compile), org.mozilla:rhino:jar:1.7R4 (compile), org.apache.zookeeper:zookeeper:jar:3.4.6 (compile), org.apache.curator:curator-framework:jar:2.7.0 (compile), org.apache.curator:curator-recipes:jar:2.7.0 (compile), net.lingala.zip4j:zip4j:jar:1.3.1 (compile), org.apache.commons:commons-compress:jar:1.8.1 (compile), commons-beanutils:commons-beanutils:jar:1.9.1 (compile), org.apache.hadoop:hadoop-client:jar:2.5.0-cdh5.3.1 (compile), org.json:json:jar:20131018 (compile), log4j:log4j:jar:1.2.17 (compile), com.codahale.metrics:metrics-core:jar:3.0.1 (compile), org.securegraph:securegraph-core:jar:0.9.1-SNAPSHOT (compile), org.securegraph:securegraph-inmemory:jar:0.9.1-SNAPSHOT (compile), org.securegraph:securegraph-accumulo:jar:0.9.1-SNAPSHOT (compile), com.fasterxml.jackson.module:jackson-module-guice:jar:2.4.3 (compile), net.sourceforge.owlapi:owlapi-distribution:jar:3.4.10 (compile), io.lumify:lumify-client-api:jar:0.4.1-SNAPSHOT (compile), org.slf4j:slf4j-log4j12:jar:1.6.5 (runtime), org.apache.hadoop:hadoop-test:jar:2.5.0-mr1-cdh5.3.1 (test), org.slf4j:slf4j-api:jar:1.6.5 (compile), org.hamcrest:hamcrest-library:jar:1.3 (test), junit:junit:jar:4.11 (test), org.mockito:mockito-core:jar:1.9.5 (test), org.powermock:powermock-api-mockito:jar:1.5.1 (test), org.powermock:powermock-module-junit4:jar:1.5.1 (test), net.sourceforge.cobertura:cobertura:jar:2.0.3 (test)]: Failed to read artifact descriptor for com.altamiracorp.bigtable:bigtable-api:jar:0.5.1-SNAPSHOT: Could not transfer artifact com.altamiracorp.bigtable:bigtable-api:pom:0.5.1-SNAPSHOT from/to com.cloudera (https://repository.cloudera.com/content/repositories/releases/): Failed to transfer file: https://repository.cloudera.com/content/repositories/releases/com/altamiracorp/bigtable/bigtable-api/0.5.1-SNAPSHOT/bigtable-api-0.5.1-SNAPSHOT.pom. Return code is: 409 , ReasonPhrase:Conflict. -> [Help 1]

To get to this point, I followed the instructions in the Quick Start part of https://github.com/lumifyio/lumify/blob/master/README.md and was attempting to start on Step 8.


Matthew Versaggi

unread,
Mar 31, 2015, 1:45:17 PM3/31/15
to lum...@googlegroups.com
I think their servers are down, their public image is no longer working as well .... bad timing, I was about to demo their stuff to a client.

Stephen Won

unread,
Mar 31, 2015, 2:55:39 PM3/31/15
to lum...@googlegroups.com
Yea, I think their release server is down.

To get it compiling, I downloaded BigTable and Miniweb (0.3.0 and 0.5.1) and did a 'mvn clean install -DskipTests' on the Miniweb first, then the BigTable. Afterwards, I had to change the tess4j.version in lumify-gpw-tesseract to 1.5.0 since the sourceforge repository doesn't seem to carry 1.1 anymore. After that, everything worked fine.

I'm still not sure how to actually run the Jetty server since the JettyWebServer class was not in lumify-dev-jetty-server.

Sidenote: Ubuntu sucks. Why would your default maven installation from apt-get run by default JDK 1.3 instead of the java version installed?
Reply all
Reply to author
Forward
0 new messages