Skip to content

Instantly share code, notes, and snippets.

@ftarlao
Created June 28, 2016 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ftarlao/c43257b354859dd019ee4cdd389b6264 to your computer and use it in GitHub Desktop.
Save ftarlao/c43257b354859dd019ee4cdd389b6264 to your computer and use it in GitHub Desktop.
SECOND EXECUTION POM
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.mycompany</groupId>
<artifactId>MouseStuff</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-scaleout</artifactId>
<version>0.4-rc3.10</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>net.sf.supercsv</groupId>
<artifactId>super-csv</artifactId>
<version>2.4.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0</version>
</dependency>
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-core</artifactId>
<version>0.4-rc3.10</version>
</dependency>
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-native</artifactId>
<version>0.4-rc3.10</version>
<classifier>linux-x86_64</classifier>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.10</version>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
</project>
SECOND EXECUTION OUTPUT
Scanning for projects...
------------------------------------------------------------------------
Building MouseStuff 1.0-SNAPSHOT
------------------------------------------------------------------------
--- exec-maven-plugin:1.2.1:exec (default-cli) @ MouseStuff ---
14:34:22.718 [main] INFO o.d.e.convolution.TraceClassifier - Create dataset....
Number users: 4432
Residual users: 3377
14:34:24.121 [main] DEBUG org.reflections.Reflections - going to scan these urls:
jar:file:/home/fab/.m2/repository/org/nd4j/nd4j-context/0.4-rc3.10/nd4j-context-0.4-rc3.10.jar!/
jar:file:/home/fab/.m2/repository/org/nd4j/nd4j-native-api/0.4-rc3.10/nd4j-native-api-0.4-rc3.10.jar!/
jar:file:/home/fab/.m2/repository/org/nd4j/nd4j-api/0.4-rc3.10/nd4j-api-0.4-rc3.10.jar!/
jar:file:/home/fab/.m2/repository/org/nd4j/nd4j-buffer/0.4-rc3.10/nd4j-buffer-0.4-rc3.10.jar!/
jar:file:/home/fab/.m2/repository/org/nd4j/nd4j-common/0.4-rc3.10/nd4j-common-0.4-rc3.10.jar!/
jar:file:/home/fab/.m2/repository/org/nd4j/nd4j-native/0.4-rc3.10/nd4j-native-0.4-rc3.10-linux-x86_64.jar!/
14:34:24.308 [main] DEBUG org.reflections.Reflections - could not scan file org/nd4j/nativeblas/linux-x86_64/libgomp.so.1 in url jar:file:/home/fab/.m2/repository/org/nd4j/nd4j-native/0.4-rc3.10/nd4j-native-0.4-rc3.10-linux-x86_64.jar!/ with scanner TypeAnnotationsScanner
14:34:24.309 [main] DEBUG org.reflections.Reflections - could not scan file org/nd4j/nativeblas/linux-x86_64/libgomp.so.1 in url jar:file:/home/fab/.m2/repository/org/nd4j/nd4j-native/0.4-rc3.10/nd4j-native-0.4-rc3.10-linux-x86_64.jar!/ with scanner SubTypesScanner
14:34:24.310 [main] DEBUG org.reflections.Reflections - could not scan file org/nd4j/nativeblas/linux-x86_64/libgfortran.so.3 in url jar:file:/home/fab/.m2/repository/org/nd4j/nd4j-native/0.4-rc3.10/nd4j-native-0.4-rc3.10-linux-x86_64.jar!/ with scanner TypeAnnotationsScanner
14:34:24.310 [main] DEBUG org.reflections.Reflections - could not scan file org/nd4j/nativeblas/linux-x86_64/libgfortran.so.3 in url jar:file:/home/fab/.m2/repository/org/nd4j/nd4j-native/0.4-rc3.10/nd4j-native-0.4-rc3.10-linux-x86_64.jar!/ with scanner SubTypesScanner
14:34:24.310 [main] DEBUG org.reflections.Reflections - could not scan file org/nd4j/nativeblas/linux-x86_64/libopenblas.so.0 in url jar:file:/home/fab/.m2/repository/org/nd4j/nd4j-native/0.4-rc3.10/nd4j-native-0.4-rc3.10-linux-x86_64.jar!/ with scanner TypeAnnotationsScanner
14:34:24.310 [main] DEBUG org.reflections.Reflections - could not scan file org/nd4j/nativeblas/linux-x86_64/libopenblas.so.0 in url jar:file:/home/fab/.m2/repository/org/nd4j/nd4j-native/0.4-rc3.10/nd4j-native-0.4-rc3.10-linux-x86_64.jar!/ with scanner SubTypesScanner
14:34:24.310 [main] DEBUG org.reflections.Reflections - could not scan file org/nd4j/nativeblas/linux-x86_64/libnd4j.so in url jar:file:/home/fab/.m2/repository/org/nd4j/nd4j-native/0.4-rc3.10/nd4j-native-0.4-rc3.10-linux-x86_64.jar!/ with scanner TypeAnnotationsScanner
14:34:24.310 [main] DEBUG org.reflections.Reflections - could not scan file org/nd4j/nativeblas/linux-x86_64/libnd4j.so in url jar:file:/home/fab/.m2/repository/org/nd4j/nd4j-native/0.4-rc3.10/nd4j-native-0.4-rc3.10-linux-x86_64.jar!/ with scanner SubTypesScanner
14:34:24.310 [main] DEBUG org.reflections.Reflections - could not scan file org/nd4j/nativeblas/linux-x86_64/libjnind4j.so in url jar:file:/home/fab/.m2/repository/org/nd4j/nd4j-native/0.4-rc3.10/nd4j-native-0.4-rc3.10-linux-x86_64.jar!/ with scanner TypeAnnotationsScanner
14:34:24.311 [main] DEBUG org.reflections.Reflections - could not scan file org/nd4j/nativeblas/linux-x86_64/libjnind4j.so in url jar:file:/home/fab/.m2/repository/org/nd4j/nd4j-native/0.4-rc3.10/nd4j-native-0.4-rc3.10-linux-x86_64.jar!/ with scanner SubTypesScanner
14:34:24.313 [main] INFO org.reflections.Reflections - Reflections took 190 ms to scan 6 urls, producing 90 keys and 329 values
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.deeplearning4j.examples.convolution.TraceClassifier.convertTrace(TraceClassifier.java:225)
at org.deeplearning4j.examples.convolution.TraceClassifier.createDataset(TraceClassifier.java:245)
at org.deeplearning4j.examples.convolution.TraceClassifier.main(TraceClassifier.java:80)
Caused by: java.lang.RuntimeException: org.nd4j.linalg.factory.Nd4jBackend$NoAvailableBackendException: Please ensure that you have an nd4j backend on your classpath. Please see: http://nd4j.org/getstarted.html
at org.nd4j.linalg.factory.Nd4j.initContext(Nd4j.java:4780)
at org.nd4j.linalg.factory.Nd4j.<clinit>(Nd4j.java:146)
... 3 more
Caused by: org.nd4j.linalg.factory.Nd4jBackend$NoAvailableBackendException: Please ensure that you have an nd4j backend on your classpath. Please see: http://nd4j.org/getstarted.html
at org.nd4j.linalg.factory.Nd4jBackend.load(Nd4jBackend.java:178)
at org.nd4j.linalg.factory.Nd4j.initContext(Nd4j.java:4777)
... 4 more
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 2.656s
Finished at: Tue Jun 28 14:34:24 CEST 2016
Final Memory: 6M/239M
------------------------------------------------------------------------
Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project MouseStuff: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment