I have experienced this and I’m pretty sure what is happening. See, vertx could have been doing something or finishing something up at the time you had gotten on the server, and because of this, things weren’t working correctly. This is something that usually happens when ever vertx is doing something (i.e. coding), so don’t really expect everything to work right when he is done. The way you can resolve this problem is to just wait it out (not on the server), and do something else, after about 10+ minutes of that, you might be able to resume what you where doing on the server.
View reply.