MVN compile error, CONFIG_INDEX_NAME & CONFIG_ES_LOCATIONS

34 views
Skip to first unread message
Assigned to joe.m....@gmail.com by me

Eric Therrien

unread,
Jan 16, 2015, 3:31:48 AM1/16/15
to lum...@googlegroups.com
I'm trying to mvn compile the project using the pom.xml at the root folder of Lumify and I'm getting the following errors:

[INFO] Compiling 1 source file to /home/user1/lumify/tools/format/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/user1/lumify_from_git/lumify/tools/format/src/main/java/io/lumify/tools/format/FormatLumify.java:[56,146] cannot find symbol
  symbol
:   variable CONFIG_INDEX_NAME
  location
: class org.securegraph.elasticsearch.ElasticSearchSearchIndexBase
[ERROR] /home/user1/lumify_from_git/lumify/tools/format/src/main/java/io/lumify/tools/format/FormatLumify.java:[57,151] cannot find symbol
  symbol
:   variable CONFIG_ES_LOCATIONS
  location
: class org.securegraph.elasticsearch.ElasticSearchSearchIndexBase


How can I declare those two variables so that they are understood at compilation?

P.S. I know this step might not be required since Docker is being used but I would like to build the war files for the various plugins.

Thank you in advance.

Joe Ferner

unread,
Jan 16, 2015, 3:08:32 PM1/16/15
to lum...@googlegroups.com
Can you git pull the latest code, then try running "mvn -U clean compile". Looks like the securegraph version is incorrect.

Eric Therrien

unread,
Jan 19, 2015, 2:10:09 PM1/19/15
to lum...@googlegroups.com
Issue resolved. Pulled commit 61b85b59f4fead3c2a2787f00d3aa4dffd5e7e69 (last of Fri 16 Jan 2015) and it works.

Thank you.
Reply all
Reply to author
Forward
0 new messages