Advertisement
Guest User

Untitled

a guest
Apr 4th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.83 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building Mydrive 1.0.0-SNAPSHOT
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mydrive ---
  8. [INFO] Deleting /home/Disconnected/IST/ES/es16al_25-project/target
  9. [INFO]
  10. [INFO] --- ff-maven-plugin:2.6.2:ff-generate-domain (default) @ mydrive ---
  11. [INFO]
  12. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mydrive ---
  13. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  14. [INFO] Copying 6 resources
  15. [INFO] Copying 1 resource
  16. [INFO]
  17. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ mydrive ---
  18. [INFO] Changes detected - recompiling the module!
  19. [INFO] Compiling 59 source files to /home/Disconnected/IST/ES/es16al_25-project/target/classes
  20. [INFO]
  21. [INFO] --- dml2yuml-maven-plugin:1.0-SNAPSHOT:dml2yuml (default) @ mydrive ---
  22. [INFO] dml2yuml:
  23. [INFO] mydrive.dml
  24. [INFO]
  25. [INFO] --- ff-maven-plugin:2.6.2:ff-process-atomic-annotations (default) @ mydrive ---
  26. [INFO]
  27. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mydrive ---
  28. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  29. [INFO] skip non existing resourceDirectory /home/Disconnected/IST/ES/es16al_25-project/src/test/resources
  30. [INFO] Copying 1 resource
  31. [INFO]
  32. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ mydrive ---
  33. [INFO] No sources to compile
  34. [INFO]
  35. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mydrive ---
  36. [INFO]
  37. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mydrive ---
  38. [INFO] Building jar: /home/Disconnected/IST/ES/es16al_25-project/target/mydrive-1.0.0-SNAPSHOT.jar
  39. [INFO]
  40. [INFO] --- maven-install-plugin:2.4:install (default-install) @ mydrive ---
  41. [INFO] Installing /home/Disconnected/IST/ES/es16al_25-project/target/mydrive-1.0.0-SNAPSHOT.jar to /home/Disconnected/.m2/repository/pt/tecnico/mydrive/1.0.0-SNAPSHOT/mydrive-1.0.0-SNAPSHOT.jar
  42. [INFO] Installing /home/Disconnected/IST/ES/es16al_25-project/pom.xml to /home/Disconnected/.m2/repository/pt/tecnico/mydrive/1.0.0-SNAPSHOT/mydrive-1.0.0-SNAPSHOT.pom
  43. [INFO] ------------------------------------------------------------------------
  44. [INFO] BUILD SUCCESS
  45. [INFO] ------------------------------------------------------------------------
  46. [INFO] Total time: 16.606 s
  47. [INFO] Finished at: 2016-04-04T15:15:07+01:00
  48. [INFO] Final Memory: 14M/90M
  49. [INFO] ------------------------------------------------------------------------
  50. Disconnected@linux-82tr:~/IST/ES/es16al_25-project> mvn exec:java
  51. [INFO] Scanning for projects...
  52. [INFO]
  53. [INFO] ------------------------------------------------------------------------
  54. [INFO] Building Mydrive 1.0.0-SNAPSHOT
  55. [INFO] ------------------------------------------------------------------------
  56. [INFO]
  57. [INFO] --- exec-maven-plugin:1.3.2:java (default-cli) @ mydrive ---
  58. começou
  59. 15:15:22.017 [pt.tecnico.mydrive.MyDriveApplication.main()] DEBUG p.i.f.atomic.AtomicContext - Handling @Atomic call from pt.tecnico.mydrive.MyDriveApplication.setup(MyDriveApplication.java)
  60. 15:15:22.020 [pt.tecnico.mydrive.MyDriveApplication.main()] DEBUG pt.ist.fenixframework.FenixFramework - Trying auto-initialization with configuration by convention
  61. 15:15:22.021 [pt.tecnico.mydrive.MyDriveApplication.main()] DEBUG pt.ist.fenixframework.FenixFramework - Resource 'fenix-framework.properties' not found
  62. 15:15:22.021 [pt.tecnico.mydrive.MyDriveApplication.main()] DEBUG pt.ist.fenixframework.FenixFramework - Fenix Framework properties after reading default config file:{}
  63. 15:15:22.021 [pt.tecnico.mydrive.MyDriveApplication.main()] DEBUG pt.ist.fenixframework.FenixFramework - CurrentBackEndName = jvstm-ojb
  64. 15:15:22.021 [pt.tecnico.mydrive.MyDriveApplication.main()] INFO pt.ist.fenixframework.FenixFramework - Found configuration by convention in resource 'fenix-framework-jvstm-ojb.properties'.
  65. 15:15:22.022 [pt.tecnico.mydrive.MyDriveApplication.main()] DEBUG pt.ist.fenixframework.FenixFramework - Fenix Framework properties after reading backend config file:{appName=INFER_APP_NAME, dbUsername=mydrive, updateRepositoryStructureIfNeeded=true, dbPassword=mydriv3, dbAlias=//localhost:3306/drivedb?useUnicode=true&characterEncoding=UTF-8&clobCharacterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull}
  66. 15:15:22.022 [pt.tecnico.mydrive.MyDriveApplication.main()] DEBUG pt.ist.fenixframework.FenixFramework - Fenix Framework properties after enforcing system properties:{appName=INFER_APP_NAME, dbUsername=mydrive, dbPassword=mydriv3, updateRepositoryStructureIfNeeded=true, dbAlias=//localhost:3306/drivedb?useUnicode=true&characterEncoding=UTF-8&clobCharacterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull}
  67. 15:15:22.022 [pt.tecnico.mydrive.MyDriveApplication.main()] DEBUG pt.ist.fenixframework.FenixFramework - appName property automatically discovered: mydrive
  68. 15:15:22.044 [pt.tecnico.mydrive.MyDriveApplication.main()] INFO pt.ist.fenixframework.FenixFramework - Initializing Fenix Framework with backend config: JvstmOJBConfig
  69. [WARNING]
  70. java.lang.reflect.InvocationTargetException
  71. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  74. at java.lang.reflect.Method.invoke(Method.java:498)
  75. at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:293)
  76. at java.lang.Thread.run(Thread.java:745)
  77. Caused by: java.lang.NoClassDefFoundError: Could not initialize class pt.ist.fenixframework.FenixFramework
  78. at pt.tecnico.mydrive.MyDriveApplication.main(MyDriveApplication.java:49)
  79. ... 6 more
  80. d[WARNING] thread Thread[Abandoned connection cleanup thread,5,pt.tecnico.mydrive.MyDriveApplication] was interrupted but is still alive after waiting at least 15000msecs
  81. [WARNING] thread Thread[Abandoned connection cleanup thread,5,pt.tecnico.mydrive.MyDriveApplication] will linger despite being asked to die via interruption
  82. [WARNING] NOTE: 1 thread(s) did not finish despite being asked to via interruption. This is not a problem with exec:java, it is a problem with the running code. Although not serious, it should be remedied.
  83. [WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=pt.tecnico.mydrive.MyDriveApplication,maxpri=10]
  84. java.lang.IllegalThreadStateException
  85. at java.lang.ThreadGroup.destroy(ThreadGroup.java:778)
  86. at org.codehaus.mojo.exec.ExecJavaMojo.execute(ExecJavaMojo.java:328)
  87. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  88. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  89. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  90. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  91. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
  92. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
  93. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  94. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  95. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
  96. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  97. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  98. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
  99. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  100. at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
  101. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  102. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  103. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  104. at java.lang.reflect.Method.invoke(Method.java:498)
  105. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  106. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  107. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  108. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  109. [INFO] ------------------------------------------------------------------------
  110. [INFO] BUILD FAILURE
  111. [INFO] ------------------------------------------------------------------------
  112. [INFO] Total time: 22.614 s
  113. [INFO] Finished at: 2016-04-04T15:15:37+01:00
  114. [INFO] Final Memory: 14M/156M
  115. [INFO] ------------------------------------------------------------------------
  116. [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.2:java (default-cli) on project mydrive: An exception occured while executing the Java class. null: InvocationTargetException: Could not initialize class pt.ist.fenixframework.FenixFramework -> [Help 1]
  117. [ERROR]
  118. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  119. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  120. [ERROR]
  121. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  122. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement