mesh-vertx-example icon indicating copy to clipboard operation
mesh-vertx-example copied to clipboard

Missing resource

Open KnowledgeGarden opened this issue 6 years ago • 6 comments

INFO: Connecting to Gentics Mesh.. Jun 06, 2018 9:14:20 AM io.vertx.core.impl.DeploymentManager SEVERE: com/github/jknack/handlebars/io/TemplateLoader java.lang.NoClassDefFoundError: com/github/jknack/handlebars/io/TemplateLoader at io.vertx.ext.web.templ.HandlebarsTemplateEngine.create(HandlebarsTemplateEngine.java:51) at com.gentics.mesh.example.Server.start(Server.java:142)

Adding this to the pom.xml solved it: <groupId>com.github.jknack</groupId> <artifactId>handlebars</artifactId> 4.0.7 but that's not the end of the story; I'll post a new issue which may or may not be related to this one.

KnowledgeGarden avatar Jun 06 '18 17:06 KnowledgeGarden