I tried to check if any process is running on that port with this command **lsof -i :8080
** but it is showing that no process is using this port .
I tried to start with some different port like 8081 and it started but the website is not working it is showing The Site Cant be Reachead
Can anyone please guide me
@secretkontributer Had you run this mvn clean package was the build successful (if not kindly share log).
Also I think you may need to down grade to java 8 rather than java 11
Once you switch the java version restart your computer and run mvn clean package then deploy the app again using mvn jetty:run in the webapp directory.
@suubi7 i downgraded my java version to this 1.8.0_392 . I tried what you said and my mvn clean package was successfull also .Still i am getting the same error