Advertisement
Guest User

Untitled

a guest
May 20th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. [WARNING] /opt/vertx-microservices-workshop/vertx-workshop-common/src/main/java/io/vertx/workshop/common/DockerEnvironmentBridge.java:[16,23] sun.rmi.runtime.Log is internal proprietary API and may be removed in a future release
  2. [WARNING] /opt/vertx-microservices-workshop/vertx-workshop-common/src/main/java/io/vertx/workshop/common/DockerEnvironmentBridge.java:[16,23] sun.rmi.runtime.Log is internal proprietary API and may be removed in a future release
  3. [WARNING] /opt/vertx-microservices-workshop/vertx-workshop-common/src/main/java/io/vertx/workshop/common/DockerEnvironmentBridge.java:[16,23] sun.rmi.runtime.Log is internal proprietary API and may be removed in a future release
  4. [INFO] 3 warnings
  5. [INFO] -------------------------------------------------------------
  6. [INFO] -------------------------------------------------------------
  7. [ERROR] COMPILATION ERROR :
  8. [INFO] -------------------------------------------------------------
  9. [ERROR] /opt/vertx-microservices-workshop/vertx-workshop-common/src/main/java/io/vertx/workshop/common/DockerEnvironmentBridge.java:[31,8] io.vertx.workshop.common.DockerEnvironmentBridge is not abstract and does not override abstract method stop(io.vertx.core.Vertx,io.vertx.ext.discovery.DiscoveryService,io.vertx.core.Future<java.lang.Void>) in io.vertx.ext.discovery.spi.DiscoveryBridge
  10. [ERROR] /opt/vertx-microservices-workshop/vertx-workshop-common/src/main/java/io/vertx/workshop/common/DockerEnvironmentBridge.java:[38,3] method does not override or implement a method from a supertype
  11. [ERROR] /opt/vertx-microservices-workshop/vertx-workshop-common/src/main/java/io/vertx/workshop/common/DockerEnvironmentBridge.java:[116,3] method does not override or implement a method from a supertype
  12. [INFO] 3 errors
  13. [INFO] -------------------------------------------------------------
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO] Reactor Summary:
  16. [INFO]
  17. [INFO] vertx-microservice-workshop ....................... SUCCESS [34.269s]
  18. [INFO] vertx-workshop-common ............................. FAILURE [1.609s]
  19. [INFO] quote-generator ................................... SKIPPED
  20. [INFO] portfolio-service ................................. SKIPPED
  21. [INFO] audit-service ..................................... SKIPPED
  22. [INFO] compulsive-traders ................................ SKIPPED
  23. [INFO] trader-dashboard .................................. SKIPPED
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO] BUILD FAILURE
  26. [INFO] ------------------------------------------------------------------------
  27. [INFO] Total time: 36.914s
  28. [INFO] Finished at: Fri May 20 10:14:42 EDT 2016
  29. [INFO] Final Memory: 27M/120M
  30. [INFO] ------------------------------------------------------------------------
  31. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project vertx-workshop-common: Compilation failure: Compilation failure:
  32. [ERROR] /opt/vertx-microservices-workshop/vertx-workshop-common/src/main/java/io/vertx/workshop/common/DockerEnvironmentBridge.java:[31,8] io.vertx.workshop.common.DockerEnvironmentBridge is not abstract and does not override abstract method stop(io.vertx.core.Vertx,io.vertx.ext.discovery.DiscoveryService,io.vertx.core.Future<java.lang.Void>) in io.vertx.ext.discovery.spi.DiscoveryBridge
  33. [ERROR] /opt/vertx-microservices-workshop/vertx-workshop-common/src/main/java/io/vertx/workshop/common/DockerEnvironmentBridge.java:[38,3] method does not override or implement a method from a supertype
  34. [ERROR] /opt/vertx-microservices-workshop/vertx-workshop-common/src/main/java/io/vertx/workshop/common/DockerEnvironmentBridge.java:[116,3] method does not override or implement a method from a supertype
  35. [ERROR] -> [Help 1]
  36. [ERROR]
  37. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  38. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  39. [ERROR]
  40. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  41. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  42. [ERROR]
  43. [ERROR] After correcting the problems, you can resume the build with the command
  44. [ERROR] mvn <goals> -rf :vertx-workshop-common
  45. [kuwv@ensemble vertx-microservices-workshop]$ vi /opt/vertx-microservices-workshop/vertx-workshop-common/src/main/java/io/vertx/workshop/common/DockerEnvironmentBridge.java
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement