-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Greetings,
I am trying to run Xcolab locally, but yet have I succeded.
After
./mnnw compile
I got this response:
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for XCoLab Parent 1.0-SNAPSHOT:
[INFO]
[INFO] XCoLab Parent ...................................... SUCCESS [ 0.350 s]
[INFO] util-parent ........................................ SUCCESS [ 0.028 s]
[INFO] xcolab-commons ..................................... SUCCESS [ 0.395 s]
[INFO] xcolab-utils ....................................... SUCCESS [ 2.409 s]
[INFO] XCoLab Microservices Parent ........................ SUCCESS [ 0.055 s]
[INFO] microservice-clients ............................... SUCCESS [ 0.045 s]
[INFO] XCoLab Other Projects .............................. SUCCESS [ 0.043 s]
[INFO] pojo-generator-maven-plugin ........................ SUCCESS [ 0.229 s]
[INFO] admin-client ....................................... SUCCESS [ 1.451 s]
[INFO] user-client ........................................ SUCCESS [ 1.718 s]
[INFO] comment-client ..................................... SUCCESS [ 0.609 s]
[INFO] activity-client .................................... SUCCESS [ 0.403 s]
[INFO] modeling-client .................................... SUCCESS [ 0.913 s]
[INFO] contest-client ..................................... SUCCESS [ 2.989 s]
[INFO] service-utils ...................................... SUCCESS [ 0.087 s]
[INFO] microservice-services .............................. SUCCESS [ 0.041 s]
[INFO] activity-service ................................... FAILURE [ 1.216 s]
[INFO] admin-service ...................................... SKIPPED
[INFO] comment-service .................................... SKIPPED
[INFO] content-client ..................................... SKIPPED
[INFO] content-service .................................... SKIPPED
[INFO] email-client ....................................... SKIPPED
[INFO] entity-utils ....................................... SKIPPED
[INFO] contest-service .................................... SKIPPED
[INFO] email-service ...................................... SKIPPED
[INFO] moderation-client .................................. SKIPPED
[INFO] moderation-service ................................. SKIPPED
[INFO] tracking-client .................................... SKIPPED
[INFO] user-service ....................................... SKIPPED
[INFO] modeling-service ................................... SKIPPED
[INFO] search-client ...................................... SKIPPED
[INFO] search-service ..................................... SKIPPED
[INFO] tracking-service ................................... SKIPPED
[INFO] XCoLab cloud ....................................... SKIPPED
[INFO] eureka-server ...................................... SKIPPED
[INFO] XCoLab View ........................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.594 s
[INFO] Finished at: 2022-09-30T16:17:53-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.jooq:jooq-codegen-maven:3.9.2:generate (default) on project activity-service: Error running jOOQ code generation tool: Cannot invoke "java.lang.reflect.Method.invoke(Object, Object[])" because "com.sun.xml.bind.v2.runtime.reflect.opt.Injector.defineClass" is null -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :activity-service
kasss@MacBook-Pro-K Xcolab % ./mvnw compile