gentics / gentics/mesh-vertx-example
Missing resource
- Dominant language
- HTML
- Stars
- 16
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
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:
com.github.jknack
handlebars
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.