Skip to Content.
Sympa Menu

illinois-ml-nlp-users - [[Illinois-ml-nlp-users] ] Issue downloading java jars for thrift

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] ] Issue downloading java jars for thrift


Chronological Thread 
  • From: Jose Bermejo <jbermejo26 AT gmail.com>
  • To: "illinois-ml-nlp-users AT cs.uiuc.edu" <illinois-ml-nlp-users AT cs.uiuc.edu>
  • Subject: [[Illinois-ml-nlp-users] ] Issue downloading java jars for thrift
  • Date: Mon, 31 Oct 2016 12:21:29 -0400

Hey guys,

Trying to see if I'm able to get some help here. I am behind a proxy on this server and I managed to call make while setting the proxy information to it appropriately. It used to fail downloading the maven-ant-tasks jar, but now fails with the following:

mvn.init:
[artifact:dependencies] [WARNING] Overriding profile: 'maven-ant-tasks-repo-profile' (source: pom) with new instance from source: pom
[artifact:dependencies] [WARNING] POM for 'org.slf4j:slf4j-api:pom:1.5.8:compile' is invalid.
[artifact:dependencies]
[artifact:dependencies] Its dependencies (if any) will NOT be available to the current build.
[artifact:dependencies] [WARNING] POM for 'commons-lang:commons-lang:pom:2.5:compile' is invalid.
[artifact:dependencies]
[artifact:dependencies] Its dependencies (if any) will NOT be available to the current build.
[artifact:dependencies] [WARNING] POM for 'javax.servlet:servlet-api:pom:2.5:provided' is invalid.
[artifact:dependencies]
[artifact:dependencies] Its dependencies (if any) will NOT be available to the current build.
[artifact:dependencies] [WARNING] POM for 'org.apache.httpcomponents:httpclient:pom:4.1.2:compile' is invalid.
[artifact:dependencies]
[artifact:dependencies] Its dependencies (if any) will NOT be available to the current build.
[artifact:dependencies] [WARNING] POM for 'org.apache.httpcomponents:httpcore:pom:4.1.3:compile' is invalid.
[artifact:dependencies]
[artifact:dependencies] Its dependencies (if any) will NOT be available to the current build.
     [copy] Copying 5 files to /bermejoThesis/thrift-0.8.0/lib/java/build/lib
[artifact:dependencies] [WARNING] POM for 'org.slf4j:slf4j-log4j12:pom:1.5.8:compile' is invalid.
[artifact:dependencies]
[artifact:dependencies] Its dependencies (if any) will NOT be available to the current build.
[artifact:dependencies] [WARNING] POM for 'junit:junit:pom:4.4:compile' is invalid.
[artifact:dependencies]
[artifact:dependencies] Its dependencies (if any) will NOT be available to the current build.
     [copy] Copying 2 files to /bermejoThesis/thrift-0.8.0/lib/java/build/lib

init:

compile:
    [javac] Compiling 90 source files to /bermejoThesis/thrift-0.8.0/lib/java/build
    [javac] error: error reading /bermejoThesis/thrift-0.8.0/lib/java/build/lib/commons-lang-2.5.jar; error in opening zip file
    [javac] error: error reading /bermejoThesis/thrift-0.8.0/lib/java/build/lib/httpclient-4.1.2.jar; error in opening zip file
    [javac] error: error reading /bermejoThesis/thrift-0.8.0/lib/java/build/lib/httpcore-4.1.3.jar; error in opening zip file
    [javac] error: error reading /bermejoThesis/thrift-0.8.0/lib/java/build/lib/junit-4.4.jar; error in opening zip file
    [javac] error: error reading /bermejoThesis/thrift-0.8.0/lib/java/build/lib/servlet-api-2.5.jar; error in opening zip file
    [javac] error: error reading /bermejoThesis/thrift-0.8.0/lib/java/build/lib/slf4j-api-1.5.8.jar; error in opening zip file
    [javac] error: error reading /bermejoThesis/thrift-0.8.0/lib/java/build/lib/slf4j-log4j12-1.5.8.jar; error in opening zip file
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] 7 errors
    [javac] 1 warning

Any suggestions on what might be the issue here on suggestions on what to try? It still seems to be a proxy issue, but I'm not sure what it is I need to configure in order to set it correctly.

--
Jose A. Bermejo-Ferrer
School of Electrical and Computer Engineering
University of Puerto Rico at Mayaguez
Mayaguez, Puerto Rico 00681
--


  • [[Illinois-ml-nlp-users] ] Issue downloading java jars for thrift, Jose Bermejo, 10/31/2016

Archive powered by MHonArc 2.6.19.

Top of Page