SenpaiSilver

Untitled

May 22nd, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. senpaisilver@ovh:Communication-server$> mvn exec:java -Dexec.mainClass="codeandlearn.commserver.Main"
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building commserver 0.0.1-SNAPSHOT
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO]
  8. [INFO] --- exec-maven-plugin:1.5.0:java (default-cli) @ commserver ---
  9. [WARNING]
  10. java.lang.ClassNotFoundException: codeandlearn.commserver.Main
  11. at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  12. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  13. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  14. at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:281)
  15. at java.lang.Thread.run(Thread.java:745)
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] BUILD FAILURE
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO] Total time: 4.521s
  20. [INFO] Finished at: Sun May 22 19:40:36 CEST 2016
  21. [INFO] Final Memory: 9M/108M
  22. [INFO] ------------------------------------------------------------------------
  23. [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.5.0:java (default-cli) on project commserver: An exception occured while executing the Java class. codeandlearn.commserver.Main -> [Help 1]
  24. [ERROR]
  25. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  26. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  27. [ERROR]
  28. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  29. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment