I am trying to deploy my application on wildfly, my version is 8.2.1. However when I run standalone.bat file in the bin folder, I get the following two lines and then the batch process stops.
>C:\dev\wildfly\bin>standalone.bat
Calling "C:\dev\wildfly\bin\standalone.conf.bat"
Setting JAVA property to "C:\Program Files (x86)\Java\jdk1.7.0_65\bin\bin\java"
>C:\dev\wildfly\bin>
I am not sure how to debug it as I do not get any error, I would really appreciate it if you can help me with this.