Skip to Content.
Sympa Menu

illinois-ml-nlp-users - [Illinois-ml-nlp-users] Trouble installing Illinois Curator

illinois-ml-nlp-users AT lists.cs.illinois.edu

Subject: Support for users of CCG software closed 7-27-20

List archive

[Illinois-ml-nlp-users] Trouble installing Illinois Curator


Chronological Thread 
  • From: "J NICOLAS SCHRADING (RIT Student)" <jxs8172 AT rit.edu>
  • To: illinois-ml-nlp-users AT cs.uiuc.edu
  • Subject: [Illinois-ml-nlp-users] Trouble installing Illinois Curator
  • Date: Mon, 04 May 2015 05:55:26 -0000
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/illinois-ml-nlp-users/>
  • List-id: Support for users of CCG software <illinois-ml-nlp-users.cs.uiuc.edu>

Hello,

I have run into three problems installing the Illinois Curator. The first two I was able to work around. The third is preventing me from installing:

1) In setEnvVars.sh the lines:

export THRIFT_COMPILER_ROOT="${THRIFT_ROOT}/compiler/cpp"
export THRIFT_CPP_ROOT="${THRIFT_ROOT}/lib/cpp/"

were commented out, preventing these flags from being set, preventing correct installation. I fixed it by uncommenting these lines.

2) The .tgz file downloaded from bootstrap.sh for the Illinois NER component contains incorrect folder structuring as expected by the bootstrap.sh file. It fails when attempting to move files, because it expects the structure to be the same as in "IllinoisNerExtended-2.8-prev.tgz", but it is not. For example, the "data/" folder does not exist, and the file unpacked is named "illinois-ner-extended" not "IllinoisNERExtended". I fixed this by manually going through "IllinoisNerExtended-2.8.tgz" and moving the files I think are needed to the right spot in the /lib directory.

3) http://bilbo.cs.uiuc.edu/software/mongo-2.7.3.jar cannot be found. Neither can http://cloud.github.com/downloads/mongodb/mongo-java-driver/mongo-2.7.3.jar. Therefore, I can't get mongo2.7.3.jar, and can't install the Illinois Curator properly. When running "ant dist" I get the following errors:

[javac] curator-1.1.3/curator-server/src/edu/illinois/cs/cogcomp/archive/DatabaseArchive.java:17: error: package com.mongodb does not exist
    [javac] import com.mongodb.DB;
    [javac]                   ^
    [javac] curator-1.1.3/curator-server/src/edu/illinois/cs/cogcomp/archive/DatabaseArchive.java:18: error: package com.mongodb does not exist

etc...

Where can I find mongo-2.7.3.jar?

Thanks,
Nick Schrading


  • [Illinois-ml-nlp-users] Trouble installing Illinois Curator, J NICOLAS SCHRADING (RIT Student), 05/04/2015

Archive powered by MHonArc 2.6.16.

Top of Page