1

enter image description here

I am getting this error while deploying an Oauth Server on wildfly10. Do I need to change Application.prperties file?

ShraddhaJ
  • 201
  • 1
  • 14

1 Answers1

1

As you are deploying an OAuth server It has application.properties You can check for the application.yml of other services on your wildfly10. There should not be any spaces in application.yml

Sjadhav
  • 95
  • 1
  • 9
  • Yes. Thank you. There was a mistake in application.yml file of discovery server which i have deployed before Oauth server. – ShraddhaJ May 04 '17 at 06:33