Advertisement
Guest User

Error Cloning Demo-server

a guest
Dec 5th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.98 KB | None | 0 0
  1. :compileJava
  2. warning: Supported source version 'RELEASE_6' from annotation processor 'org.eclipse.sisu.scanners.index.SisuIndexAPT6' less than -source '1.8'
  3. /home/ikamga/Documents/Playground/FineractCN/integration-tests/fineract-cn-demo-server/src/main/java/org/apache/fineract/cn/dev/ServiceRunner.java:327: error: cannot find symbol
  4.       microservice.runInDebug();
  5.                   ^
  6.   symbol:   method runInDebug()
  7.   location: variable microservice of type Microservice
  8. /home/ikamga/Documents/Playground/FineractCN/integration-tests/fineract-cn-demo-server/src/main/java/org/apache/fineract/cn/dev/ServiceRunner.java:334: error: cannot find symbol
  9.       logger.info("Service '{}' started with debug port {}.", microservice.name(), microservice.debuggingPort());
  10.                                                                                                ^
  11.   symbol:   method debuggingPort()
  12.   location: variable microservice of type Microservice
  13. 2 errors
  14. 1 warning
  15. :compileJava FAILED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement