streaming-graphs / NOUS

NOUS: Construction, Querying and Reasoning with Knowledge Graphs
http://aim.pnnl.gov/projects/nous-incremental-maintenance-knowledge-graphs
71 stars 38 forks source link

Missing schemaLocation in POM #1

Open Geldren1 opened 8 years ago

Geldren1 commented 8 years ago

Hello. I am new to all this so this may be my ignorance...

KhushbuAgarwal commented 8 years ago

Hi Geldren,

I am trying to ensure you are in the right directory and you have the right version of maven installed on your system.

Could you 'cd' to TripleParser directory and then execute and send what you get. $mvn -version $mvn package -DskipTests

Thanks much, -Khushbu

On Fri, Jul 29, 2016 at 4:36 AM, Geldren1 notifications@github.com wrote:

Hello. I am new to all this so this may be my ignorance...

  • I cloned NOUS and following the instructions in the README file.
  • When trying to build (mvn package) I get a Build faiture: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default compile) on project TripleParser: Error while storing the mojo status: C:\Users\UserName\Documents\GitHub\NOUS\triple_extractor\target\maven-status\maven-compiler-plugin\compile\default-compile\inputFiles.1st (Access is denied) -I then ran mvn -e and mvn -X -with -X it said there were no goals specified for the build and more specifically for org.apache.maven.lifecycle.NoGoalSpecifiedException -I started looking around the POM file and not really finding anything (that stood out to me anyway) I started looking for the files specified at the top of the POM file. The schema location: http://maven.apache.org/POM/4.0.0 gets a 'no page found' message in my browser. Does this have anything to do with my error?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/streaming-graphs/NOUS/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AOo7-AaoSwJ6mZ7T-wy9ub0FqBWVywayks5qaeW1gaJpZM4JYHJj .

Khushbu Agarwal Scientist Data Intensive Scientific Computing Pacific Northwest National Laboratory. Richland, WA

Geldren1 commented 8 years ago

Hello Kushbu Many thanks for getting back to me! Please see the txt file attached. I could not find a TripleParser directory so I went with the triple_extractor one.running it with -DskipTests appears to have worked. Also I am in contact with Dr Choudhury, I wrote to him after reading the paper about NOUS to tell him a little bit about my research project. He let me know you guys have a review coming up so please prioritise that! Helene From: Khushbu Agarwal notifications@github.com To: streaming-graphs/NOUS NOUS@noreply.github.com Cc: Geldren1 helen_greenhough@yahoo.co.uk; Author author@noreply.github.com Sent: Friday, 29 July 2016, 20:47 Subject: Re: [streaming-graphs/NOUS] Missing schemaLocation in POM (#1)

Hi Geldren,

I am trying to ensure you are in the right directory and you have the right version of maven installed on your system.

Could you 'cd' to TripleParser directory and then execute and send what you get. $mvn -version $mvn package -DskipTests

Thanks much, -Khushbu

On Fri, Jul 29, 2016 at 4:36 AM, Geldren1 notifications@github.com wrote:

Hello. I am new to all this so this may be my ignorance...

  • I cloned NOUS and following the instructions in the README file.
  • When trying to build (mvn package) I get a Build faiture: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default compile) on project TripleParser: Error while storing the mojo status: C:\Users\UserName\Documents\GitHub\NOUS\triple_extractor\target\maven-status\maven-compiler-plugin\compile\default-compile\inputFiles.1st (Access is denied) -I then ran mvn -e and mvn -X -with -X it said there were no goals specified for the build and more specifically for org.apache.maven.lifecycle.NoGoalSpecifiedException -I started looking around the POM file and not really finding anything (that stood out to me anyway) I started looking for the files specified at the top of the POM file. The schema location: http://maven.apache.org/POM/4.0.0 gets a 'no page found' message in my browser. Does this have anything to do with my error?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/streaming-graphs/NOUS/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AOo7-AaoSwJ6mZ7T-wy9ub0FqBWVywayks5qaeW1gaJpZM4JYHJj .

Khushbu Agarwal Scientist Data Intensive Scientific Computing Pacific Northwest National Laboratory. Richland, WA — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

Microsoft Windows Version 10.0.10586 2015 Microsoft Corporation. All rights reserved.

C:\Users\Helen_greenhough>cd C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor

C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor>mvn -version Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00) Maven home: C:\Program Files\apache-maven-3.3.9\bin.. Java version: 1.8.0_101, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_101\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos"

C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor>


Microsoft Windows Version 10.0.10586 2015 Microsoft Corporation. All rights reserved.

C:\Users\Helen_greenhough>cd C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor

C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor>mvn -version Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00) Maven home: C:\Program Files\apache-maven-3.3.9\bin.. Java version: 1.8.0_101, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_101\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos"



C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor>mvn package -DskipTests [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building TripleParser 0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ TripleParser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 97 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ TripleParser --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-scala-plugin:2.15.2:compile (default) @ TripleParser --- [INFO] Checking for multiple versions of scala [WARNING] Expected all dependencies to require Scala version: 2.10.4 [WARNING] gov.pnnl.aim.nous:TripleParser:0.1-SNAPSHOT requires scala version: 2.10.4 [WARNING] com.twitter:chill_2.10:0.5.0 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-remote_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-actor_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-slf4j_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] org.apache.spark:spark-core_2.10:1.5.2 requires scala version: 2.10.4 [WARNING] org.json4s:json4s-jackson_2.10:3.2.10 requires scala version: 2.10.0 [WARNING] Multiple versions of scala libraries detected! [INFO] includes = [/*.java,*/.scala,] [INFO] excludes = [] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ TripleParser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 97 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ TripleParser --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-scala-plugin:2.15.2:testCompile (default) @ TripleParser --- [INFO] Checking for multiple versions of scala [WARNING] Expected all dependencies to require Scala version: 2.10.4 [WARNING] gov.pnnl.aim.nous:TripleParser:0.1-SNAPSHOT requires scala version: 2.10.4 [WARNING] com.twitter:chill_2.10:0.5.0 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-remote_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-actor_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-slf4j_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] org.apache.spark:spark-core_2.10:1.5.2 requires scala version: 2.10.4 [WARNING] org.json4s:json4s-jackson_2.10:3.2.10 requires scala version: 2.10.0 [WARNING] Multiple versions of scala libraries detected! [INFO] includes = [/*.java,*/.scala,] [INFO] excludes = [] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ TripleParser --- [INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:1.0:test (test) @ TripleParser --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ TripleParser --- [INFO] [INFO] --- maven-shade-plugin:2.3:shade (default) @ TripleParser --- [INFO] Including org.scala-lang:scala-library:jar:2.10.4 in the shaded jar. [INFO] Including edu.stanford.nlp:stanford-corenlp:jar:3.6.0 in the shaded jar. [INFO] Including com.io7m.xom:xom:jar:1.2.10 in the shaded jar. [INFO] Including xml-apis:xml-apis:jar:1.3.03 in the shaded jar. [INFO] Including xerces:xercesImpl:jar:2.8.0 in the shaded jar. [INFO] Including xalan:xalan:jar:2.7.0 in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.9 in the shaded jar. [INFO] Including de.jollyday:jollyday:jar:0.4.7 in the shaded jar. [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.7 in the shaded jar. [INFO] Including com.googlecode.efficient-java-matrix-library:ejml:jar:0.23 in the shaded jar. [INFO] Including javax.json:javax.json-api:jar:1.0 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.12 in the shaded jar. [INFO] Including edu.stanford.nlp:stanford-corenlp:jar:models:3.6.0 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.tika:tika-core:jar:1.12 in the shaded jar. [INFO] Replacing C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor\target\uber-TripleParser-0.1-SNAPSHOT.jar with C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor\target\TripleParser-0.1-SNAPSHOT-shaded.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 46.264 s [INFO] Finished at: 2016-07-29T21:15:16+01:00 [INFO] Final Memory: 76M/356M [INFO] ------------------------------------------------------------------------

C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor>

KhushbuAgarwal commented 8 years ago

Hi Helen,

Sorry about the name confusion. Looks like the build went fine this time. I am guessing you might have been in the "NOUS" directory when you did the 'mvn package' first time. You can now run the triple_extractor jar file created under triple_extractor/target/ directory. Let me know how it went.

Thanks,-Khushbu

On Fri, Jul 29, 2016 at 1:20 PM, Geldren1 notifications@github.com wrote:

Hello Kushbu Many thanks for getting back to me! Please see the txt file attached. I could not find a TripleParser directory so I went with the triple_extractor one.running it with -DskipTests appears to have worked. Also I am in contact with Dr Choudhury, I wrote to him after reading the paper about NOUS to tell him a little bit about my research project. He let me know you guys have a review coming up so please prioritise that! Helene From: Khushbu Agarwal notifications@github.com To: streaming-graphs/NOUS NOUS@noreply.github.com Cc: Geldren1 helen_greenhough@yahoo.co.uk; Author < author@noreply.github.com> Sent: Friday, 29 July 2016, 20:47 Subject: Re: [streaming-graphs/NOUS] Missing schemaLocation in POM (#1)

Hi Geldren,

I am trying to ensure you are in the right directory and you have the right version of maven installed on your system.

Could you 'cd' to TripleParser directory and then execute and send what you get. $mvn -version $mvn package -DskipTests

Thanks much, -Khushbu

On Fri, Jul 29, 2016 at 4:36 AM, Geldren1 notifications@github.com wrote:

Hello. I am new to all this so this may be my ignorance...

  • I cloned NOUS and following the instructions in the README file.
  • When trying to build (mvn package) I get a Build faiture: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default compile) on project TripleParser: Error while storing the mojo status:

C:\Users\UserName\Documents\GitHub\NOUS\triple_extractor\target\maven-status\maven-compiler-plugin\compile\default-compile\inputFiles.1st (Access is denied) -I then ran mvn -e and mvn -X -with -X it said there were no goals specified for the build and more specifically for org.apache.maven.lifecycle.NoGoalSpecifiedException -I started looking around the POM file and not really finding anything (that stood out to me anyway) I started looking for the files specified at the top of the POM file. The schema location: http://maven.apache.org/POM/4.0.0 gets a 'no page found' message in my browser. Does this have anything to do with my error?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/streaming-graphs/NOUS/issues/1, or mute the thread < https://github.com/notifications/unsubscribe-auth/AOo7-AaoSwJ6mZ7T-wy9ub0FqBWVywayks5qaeW1gaJpZM4JYHJj

.

Khushbu Agarwal Scientist Data Intensive Scientific Computing Pacific Northwest National Laboratory. Richland, WA — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

Microsoft Windows Version 10.0.10586 2015 Microsoft Corporation. All rights reserved.

C:\Users\Helen_greenhough>cd C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor

C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor>mvn -version Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00) Maven home: C:\Program Files\apache-maven-3.3.9\bin.. Java version: 1.8.0_101, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_101\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos"

C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor>


Microsoft Windows Version 10.0.10586 2015 Microsoft Corporation. All rights reserved.

C:\Users\Helen_greenhough>cd C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor

C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor>mvn -version Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00) Maven home: C:\Program Files\apache-maven-3.3.9\bin.. Java version: 1.8.0_101, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_101\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos"



C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor>mvn package -DskipTests [INFO] Scanning for projects... [INFO]

[INFO]

[INFO] Building TripleParser 0.1-SNAPSHOT

[INFO]

[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ TripleParser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 97 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ TripleParser --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-scala-plugin:2.15.2:compile (default) @ TripleParser --- [INFO] Checking for multiple versions of scala [WARNING] Expected all dependencies to require Scala version: 2.10.4 [WARNING] gov.pnnl.aim.nous:TripleParser:0.1-SNAPSHOT requires scala version: 2.10.4 [WARNING] com.twitter:chill_2.10:0.5.0 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-remote_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-actor_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-slf4j_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] org.apache.spark:spark-core_2.10:1.5.2 requires scala version: 2.10.4 [WARNING] org.json4s:json4s-jackson_2.10:3.2.10 requires scala version: 2.10.0 [WARNING] Multiple versions of scala libraries detected! [INFO] includes = [*/.java,*/.scala,] [INFO] excludes = [] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ TripleParser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 97 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ TripleParser --- [INFO] Nothing to compile - all classes are up to date [INFO]

[INFO] --- maven-scala-plugin:2.15.2:testCompile (default) @ TripleParser

[INFO] Checking for multiple versions of scala [WARNING] Expected all dependencies to require Scala version: 2.10.4 [WARNING] gov.pnnl.aim.nous:TripleParser:0.1-SNAPSHOT requires scala version: 2.10.4 [WARNING] com.twitter:chill_2.10:0.5.0 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-remote_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-actor_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-slf4j_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] org.apache.spark:spark-core_2.10:1.5.2 requires scala version: 2.10.4 [WARNING] org.json4s:json4s-jackson_2.10:3.2.10 requires scala version: 2.10.0 [WARNING] Multiple versions of scala libraries detected! [INFO] includes = [*/.java,*/.scala,] [INFO] excludes = [] [INFO] Nothing to compile - all classes are up to date [INFO]

[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ TripleParser

[INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:1.0:test (test) @ TripleParser --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ TripleParser --- [INFO] [INFO] --- maven-shade-plugin:2.3:shade (default) @ TripleParser --- [INFO] Including org.scala-lang:scala-library:jar:2.10.4 in the shaded jar. [INFO] Including edu.stanford.nlp:stanford-corenlp:jar:3.6.0 in the shaded jar. [INFO] Including com.io7m.xom:xom:jar:1.2.10 in the shaded jar. [INFO] Including xml-apis:xml-apis:jar:1.3.03 in the shaded jar. [INFO] Including xerces:xercesImpl:jar:2.8.0 in the shaded jar. [INFO] Including xalan:xalan:jar:2.7.0 in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.9 in the shaded jar. [INFO] Including de.jollyday:jollyday:jar:0.4.7 in the shaded jar. [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.7 in the shaded jar. [INFO] Including com.googlecode.efficient-java-matrix-library:ejml:jar:0.23 in the shaded jar. [INFO] Including javax.json:javax.json-api:jar:1.0 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.12 in the shaded jar. [INFO] Including edu.stanford.nlp:stanford-corenlp:jar:models:3.6.0 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.tika:tika-core:jar:1.12 in the shaded jar. [INFO] Replacing C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor\target\uber-TripleParser-0.1-SNAPSHOT.jar with C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor\target\TripleParser-0.1-SNAPSHOT-shaded.jar

[INFO]

[INFO] BUILD SUCCESS

[INFO]

[INFO] Total time: 46.264 s [INFO] Finished at: 2016-07-29T21:15:16+01:00 [INFO] Final Memory: 76M/356M

[INFO]

C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor>

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/streaming-graphs/NOUS/issues/1#issuecomment-236283561, or mute the thread https://github.com/notifications/unsubscribe-auth/AOo7-H5OMUJ9cOdrUse8to5Aq9BO_bG4ks5qamCmgaJpZM4JYHJj .

Khushbu Agarwal Scientist Data Intensive Scientific Computing Pacific Northwest National Laboratory. Richland, WA

Geldren1 commented 8 years ago

Hello many thanks for checking that out...I think it had something to do with running it without tests but Ill check that out later...I am now successfully running the triple extractor which is a great result! Many thanks and good luck with the review!Helen

  From: Khushbu Agarwal <notifications@github.com>

To: streaming-graphs/NOUS NOUS@noreply.github.com Cc: Geldren1 helen_greenhough@yahoo.co.uk; Author author@noreply.github.com Sent: Friday, 29 July 2016, 22:06 Subject: Re: [streaming-graphs/NOUS] Missing schemaLocation in POM (#1)

Hi Helen,

Sorry about the name confusion. Looks like the build went fine this time. I am guessing you might have been in the "NOUS" directory when you did the 'mvn package' first time. You can now run the triple_extractor jar file created under triple_extractor/target/ directory. Let me know how it went.

Thanks,-Khushbu

On Fri, Jul 29, 2016 at 1:20 PM, Geldren1 notifications@github.com wrote:

Hello Kushbu Many thanks for getting back to me! Please see the txt file attached. I could not find a TripleParser directory so I went with the triple_extractor one.running it with -DskipTests appears to have worked. Also I am in contact with Dr Choudhury, I wrote to him after reading the paper about NOUS to tell him a little bit about my research project. He let me know you guys have a review coming up so please prioritise that! Helene From: Khushbu Agarwal notifications@github.com To: streaming-graphs/NOUS NOUS@noreply.github.com Cc: Geldren1 helen_greenhough@yahoo.co.uk; Author < author@noreply.github.com> Sent: Friday, 29 July 2016, 20:47 Subject: Re: [streaming-graphs/NOUS] Missing schemaLocation in POM (#1)

Hi Geldren,

I am trying to ensure you are in the right directory and you have the right version of maven installed on your system.

Could you 'cd' to TripleParser directory and then execute and send what you get. $mvn -version $mvn package -DskipTests

Thanks much, -Khushbu

On Fri, Jul 29, 2016 at 4:36 AM, Geldren1 notifications@github.com wrote:

Hello. I am new to all this so this may be my ignorance...

  • I cloned NOUS and following the instructions in the README file.
  • When trying to build (mvn package) I get a Build faiture: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default compile) on project TripleParser: Error while storing the mojo status:

C:\Users\UserName\Documents\GitHub\NOUS\triple_extractor\target\maven-status\maven-compiler-plugin\compile\default-compile\inputFiles.1st (Access is denied) -I then ran mvn -e and mvn -X -with -X it said there were no goals specified for the build and more specifically for org.apache.maven.lifecycle.NoGoalSpecifiedException -I started looking around the POM file and not really finding anything (that stood out to me anyway) I started looking for the files specified at the top of the POM file. The schema location: http://maven.apache.org/POM/4.0.0 gets a 'no page found' message in my browser. Does this have anything to do with my error?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/streaming-graphs/NOUS/issues/1, or mute the thread < https://github.com/notifications/unsubscribe-auth/AOo7-AaoSwJ6mZ7T-wy9ub0FqBWVywayks5qaeW1gaJpZM4JYHJj

.

Khushbu Agarwal Scientist Data Intensive Scientific Computing Pacific Northwest National Laboratory. Richland, WA — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

Microsoft Windows Version 10.0.10586 2015 Microsoft Corporation. All rights reserved.

C:\Users\Helen_greenhough>cd C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor

C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor>mvn -version Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00) Maven home: C:\Program Files\apache-maven-3.3.9\bin.. Java version: 1.8.0_101, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_101\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos"

C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor>


Microsoft Windows Version 10.0.10586 2015 Microsoft Corporation. All rights reserved.

C:\Users\Helen_greenhough>cd C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor

C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor>mvn -version Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00) Maven home: C:\Program Files\apache-maven-3.3.9\bin.. Java version: 1.8.0_101, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_101\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos"



C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor>mvn package -DskipTests [INFO] Scanning for projects... [INFO]

[INFO]

[INFO] Building TripleParser 0.1-SNAPSHOT

[INFO]

[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ TripleParser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 97 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ TripleParser --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-scala-plugin:2.15.2:compile (default) @ TripleParser --- [INFO] Checking for multiple versions of scala [WARNING] Expected all dependencies to require Scala version: 2.10.4 [WARNING] gov.pnnl.aim.nous:TripleParser:0.1-SNAPSHOT requires scala version: 2.10.4 [WARNING] com.twitter:chill_2.10:0.5.0 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-remote_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-actor_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-slf4j_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] org.apache.spark:spark-core_2.10:1.5.2 requires scala version: 2.10.4 [WARNING] org.json4s:json4s-jackson_2.10:3.2.10 requires scala version: 2.10.0 [WARNING] Multiple versions of scala libraries detected! [INFO] includes = [*/.java,*/.scala,] [INFO] excludes = [] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ TripleParser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 97 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ TripleParser --- [INFO] Nothing to compile - all classes are up to date [INFO]

[INFO] --- maven-scala-plugin:2.15.2:testCompile (default) @ TripleParser

[INFO] Checking for multiple versions of scala [WARNING] Expected all dependencies to require Scala version: 2.10.4 [WARNING] gov.pnnl.aim.nous:TripleParser:0.1-SNAPSHOT requires scala version: 2.10.4 [WARNING] com.twitter:chill_2.10:0.5.0 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-remote_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-actor_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] com.typesafe.akka:akka-slf4j_2.10:2.3.11 requires scala version: 2.10.4 [WARNING] org.apache.spark:spark-core_2.10:1.5.2 requires scala version: 2.10.4 [WARNING] org.json4s:json4s-jackson_2.10:3.2.10 requires scala version: 2.10.0 [WARNING] Multiple versions of scala libraries detected! [INFO] includes = [*/.java,*/.scala,] [INFO] excludes = [] [INFO] Nothing to compile - all classes are up to date [INFO]

[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ TripleParser

[INFO] Tests are skipped. [INFO] [INFO] --- scalatest-maven-plugin:1.0:test (test) @ TripleParser --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ TripleParser --- [INFO] [INFO] --- maven-shade-plugin:2.3:shade (default) @ TripleParser --- [INFO] Including org.scala-lang:scala-library:jar:2.10.4 in the shaded jar. [INFO] Including edu.stanford.nlp:stanford-corenlp:jar:3.6.0 in the shaded jar. [INFO] Including com.io7m.xom:xom:jar:1.2.10 in the shaded jar. [INFO] Including xml-apis:xml-apis:jar:1.3.03 in the shaded jar. [INFO] Including xerces:xercesImpl:jar:2.8.0 in the shaded jar. [INFO] Including xalan:xalan:jar:2.7.0 in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.9 in the shaded jar. [INFO] Including de.jollyday:jollyday:jar:0.4.7 in the shaded jar. [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.7 in the shaded jar. [INFO] Including com.googlecode.efficient-java-matrix-library:ejml:jar:0.23 in the shaded jar. [INFO] Including javax.json:javax.json-api:jar:1.0 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.12 in the shaded jar. [INFO] Including edu.stanford.nlp:stanford-corenlp:jar:models:3.6.0 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.tika:tika-core:jar:1.12 in the shaded jar. [INFO] Replacing C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor\target\uber-TripleParser-0.1-SNAPSHOT.jar with C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor\target\TripleParser-0.1-SNAPSHOT-shaded.jar

[INFO]

[INFO] BUILD SUCCESS

[INFO]

[INFO] Total time: 46.264 s [INFO] Finished at: 2016-07-29T21:15:16+01:00 [INFO] Final Memory: 76M/356M

[INFO]

C:\Users\Helen_greenhough\Documents\GitHub\NOUS\triple_extractor>

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/streaming-graphs/NOUS/issues/1#issuecomment-236283561, or mute the thread https://github.com/notifications/unsubscribe-auth/AOo7-H5OMUJ9cOdrUse8to5Aq9BO_bG4ks5qamCmgaJpZM4JYHJj .

Khushbu Agarwal Scientist Data Intensive Scientific Computing Pacific Northwest National Laboratory. Richland, WA — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.