Hi Saurabh, On Mon, 2019-08-12 at 12:48 +0530, Saurabh Tiwari wrote: > Kindly advise me if I am missing anything. > After completion of this work, I am also planning to contribute back > all > this information in the form of documentation to the project. :-)
Looks like you're heading down the right path, something is broken :-) I would suggest that you run $ mvn clean package And then launch the jar file using $ java -jar target/org.apache.sling.starter-12-SNAPSHOT.jar This will allow you to inspect the instance by accessing the web console at http://localhost:8080/system/console and also to get a clear view of the logs at sling/logs/error.log . Hope this helps, Robert
