Juan F Arjona
Juan F Arjona
#### Issue Description Getting a Nullpointer Exception from netty/vertx, when trying to access the running UI Server: `` java.lang.NullPointerException: cause at io.netty.util.internal.ObjectUtil.checkNotNull(ObjectUtil.java:39) ~[netty-common-4.1.66.Final.jar:4.1.66.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:278) ~[netty-transport-4.1.66.Final.jar:4.1.66.Final] at io.netty.channel.DefaultChannelPipeline.fireExceptionCaught(DefaultChannelPipeline.java:907) ~[netty-transport-4.1.66.Final.jar:4.1.66.Final] at...
Hi, This is a great project and works very well. It would be nice to have the javadocs. I have lost hours trying to understand what each call does (what...
Hello: Everytime I build I get this Warning message, makes it very difficult to work! Please fix! Thanks
Create any SpringBoot project and add a banner.png on the resources folder. Set this as the main application class: ```java @SpringBootApplication public class RunSimulators implements ApplicationRunner { private static final...