Closed nimo23 closed 7 years ago
Shouldn't you read the "http.port" property as an integer and not a String. It causes a class cast exception.
yes, you are right. This was my fault. Within the stacktrace there was no sign for a class cast exception..
Yes, I'm actually chasing why.
(don't close the issue, I will close it when I've the answer)
I use vertx 3.4.1.
I want to load config.json from file-system within a start-method of a vertical-instance:
However, I get this stacktrace:
Is this my fault?