maven - Structr ui mvn validation -
i tried install strctr according instructions on github page. in last step of quick start guide when run
mvn validate exec:exec i following errors after downloads/installations on terminal, , structr not run on localhost:8082/structr
info: agentservice started jun 19, 2015 11:12:51 org.structr.cron.cronservice initialize warning: no cron expression task , ignoring. java.lang.noclassdeffounderror: not initialize class org.structr.schema.compiler.nodeextender @ org.structr.schema.schemaservice.reloadschema(schemaservice.java:86) @ org.structr.schema.schemaservice.initialize(schemaservice.java:65) @ org.structr.core.services.createservice(services.java:537) @ org.structr.core.services.initialize(services.java:305) @ org.structr.core.services.initialize(services.java:271) @ org.structr.core.services.getinstance(services.java:142) @ org.structr.server.main(server.java:36) jun 19, 2015 11:12:51 org.structr.core.services createservice severe: vital service schemaservice failed start: not initialize class org.structr.schema.compiler.nodeextender. aborting [info] ------------------------------------------------------------------------ [info] build failure [info] ------------------------------------------------------------------------ [info] total time: 11.253s [info] finished at: fri jun 19 12:12:51 eest 2015 [info] final memory: 15m/214m [info] ------------------------------------------------------------------------ [error] failed execute goal org.codehaus.mojo:exec-maven- plugin:1.4.0:exec (default-cli) on project structr-ui: command execution failed. process exited error: 1 (exit value: 1) -> [help 1] [error] [error] see full stack trace of errors, re-run maven -e switch. [error] re-run maven using -x switch enable full debug logging. [error] [error] more information errors , possible solutions, please read following articles: [error] [help 1] http://cwiki.apache.org/confluence/display/maven/mojoexecutionexception i not familiar coding/programming much. have idea/suggestion problem? thanks
just make sure: have jdk 1.7 (or 1.8) installed or jre? error sounds might problem.
Comments
Post a Comment