Host never starts and get message that the connection closed, other services in the solution works fine. Only new services created with the command abp new OrderService -t microservice-service-pro has this behaviour.
I have tested setting up a new microservice template nd repeating and the same thing happens. The Host will not start. SO I cannot use dbMigrator or complete the setup.
I can take the ProductService from the microservice template, and manually change all the classes names and namespaces, and follow instructions on Add new Microservice and it works fine.