You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @LisiLisenok Is this issue already resolved?
My team would like to use it in own application but seems this issue will block us to use Chime
We are using vertx 3.5.1, and planning to upgrade to 3.5.2 very soon.
Hi
By running a simple vert.x application its unable to deploy the module. Its throwing Thread blocked exception in 60000 ms. Vertx vertx = Vertx.vertx(); // deploying Chime vertx.deployVerticle("ceylon:herd.schedule.chime/0.2.0", res -> { if (res.succeeded()) { // Chime has been successfully deployed - start scheduling scheduling(vertx); } else { System.out.println("Deployment failed! " + res.cause()); vertx.close(); } });
Hi!
It seems that the module does not work with VertX 3.5.0, it gives this error:
Deployment failed! com.redhat.ceylon.compiler.java.runtime.tools.ModuleNotFoundException: Could not find module: io.vertx.ceylon.core/3.5.0
The code:
Pom dependencies:
The problem could be that
io.vertx.ceylon.core
does not exists anymoreThe text was updated successfully, but these errors were encountered: