Jack Park
Jack Park
Running Mesh outside docker. Just downloaded the jar and booted it. I'll go ahead and bring down the latest and boot that.
Same result on Mesh 0.21.1
It's precisely what came down from github with the client switched from true to false. No other changes.
The doctrine of migrating errors is in play. Now we see this: java.lang.AbstractMethodError: io.vertx.ext.web.templ.impl.HandlebarsTemplateEngineImpl$Loader$1.content(Ljava/nio/charset/Charset;)Ljava/lang/String; at com.github.jknack.handlebars.internal.HbsParserFactory$1.parse(HbsParserFactory.java:74) at com.github.jknack.handlebars.cache.NullTemplateCache.get(NullTemplateCache.java:54) at com.github.jknack.handlebars.Handlebars.compile(Handlebars.java:475)
I get the same error in eclipse and in commandline; with localhost in Server.java or with 127.0.0.1
INFO: Connecting to Gentics Mesh.. Jun 06, 2018 12:59:41 PM com.gentics.mesh.example.Server INFO: Server running on port 3000 Jun 06, 2018 1:00:09 PM com.gentics.mesh.example.Server SEVERE: Error handling request {http://localhost:3000/} java.lang.AbstractMethodError: io.vertx.ext.web.templ.impl.HandlebarsTemplateEngineImpl$Loader$1.content(Ljava/nio/charset/Charset;)Ljava/lang/String;...
I may have a different slant on it. I did not checkout the graphql branch. I am starting over with that branch.
This is just the zip download, not opened in eclipse, of the graphql branch (note, the readme for this says to checkout graphql-example branch -- doesn't exist), and I see...
That takes me back to the previous error messages. Same issue. That's the branch I am running in eclipse, but just to be sure, I'll bring it down again.
1.8.172. Bringing down master again, building it in eclipse because Server.java does not come down with localhost, 8080, false vert for the client, AND, the pom file is missing the...