[INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building DBpedia Dump Extraction 3.8 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> maven-scala-plugin:2.15.2:run (default-cli) @ dump >>> [INFO] [INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ dump --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /media/Data-2/gsoc/extraction-framework/dump/src/main/resources [INFO] [INFO] --- maven-scala-plugin:2.15.2:compile (process-resources) @ dump --- [INFO] Checking for multiple versions of scala [INFO] includes = [**/*.scala,**/*.java,] [INFO] excludes = [] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ dump --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-scala-plugin:2.15.2:compile (compile) @ dump --- [INFO] Checking for multiple versions of scala [INFO] includes = [**/*.scala,**/*.java,] [INFO] excludes = [] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ dump --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /media/Data-2/gsoc/extraction-framework/dump/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ dump --- [INFO] No sources to compile [INFO] [INFO] --- maven-scala-plugin:2.15.2:testCompile (test-compile) @ dump --- [INFO] Checking for multiple versions of scala [INFO] includes = [**/*.scala,**/*.java,] [INFO] excludes = [] [WARNING] No source files found. [INFO] [INFO] <<< maven-scala-plugin:2.15.2:run (default-cli) @ dump <<< [INFO] [INFO] --- maven-scala-plugin:2.15.2:run (default-cli) @ dump --- [INFO] Checking for multiple versions of scala [INFO] launcher 'extraction' selected => org.dbpedia.extraction.dump.extract.Extraction java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org_scala_tools_maven_executions.MainHelper.runMain(MainHelper.java:161) at org_scala_tools_maven_executions.MainWithArgsInFile.main(MainWithArgsInFile.java:26) Caused by: java.io.IOException: failed to list files in [/media/Data-2/gsoc/dump/en_dump/arwiki] at org.dbpedia.extraction.util.RichFile.names(RichFile.scala:43) at org.dbpedia.extraction.util.RichFile.names(RichFile.scala:38) at org.dbpedia.extraction.util.Finder.dates(Finder.scala:48) at org.dbpedia.extraction.dump.extract.ConfigLoader.latestDate(ConfigLoader.scala:195) at org.dbpedia.extraction.dump.extract.ConfigLoader.org$dbpedia$extraction$dump$extract$ConfigLoader$$createExtractionJob(ConfigLoader.scala:48) at org.dbpedia.extraction.dump.extract.ConfigLoader$$anonfun$getExtractionJobs$1.apply(ConfigLoader.scala:36) at org.dbpedia.extraction.dump.extract.ConfigLoader$$anonfun$getExtractionJobs$1.apply(ConfigLoader.scala:36) at scala.collection.Iterator$$anon$19.next(Iterator.scala:401) at scala.collection.Iterator$class.foreach(Iterator.scala:772) at scala.collection.Iterator$$anon$19.foreach(Iterator.scala:399) at scala.collection.IterableViewLike$Transformed$class.foreach(IterableViewLike.scala:41) at scala.collection.IterableViewLike$$anon$3.foreach(IterableViewLike.scala:80) at org.dbpedia.extraction.dump.extract.Extraction$.main(Extraction.scala:34) at org.dbpedia.extraction.dump.extract.Extraction.main(Extraction.scala) ... 6 more [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.235s [INFO] Finished at: Sat Apr 27 13:47:30 IST 2013 [INFO] Final Memory: 9M/125M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.scala-tools:maven-scala-plugin:2.15.2:run (default-cli) on project dump: wrap: org.apache.commons.exec.ExecuteException: Process exited with an error: 240(Exit value: 240) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException