Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

02-todo-web-application-h2 Fail #8

Open
gmarshall56 opened this issue Nov 12, 2020 · 1 comment
Open

02-todo-web-application-h2 Fail #8

gmarshall56 opened this issue Nov 12, 2020 · 1 comment

Comments

@gmarshall56
Copy link

For this project I have completed the following steps using Intellij 20 IDE three times: one time each on two different Ubuntu OS machines and one time on a Windows 10 OS machine, resulting in the same problem:

  • Run SpringBootFirstWebApplication

  • Go to http://localhost8080/login in Chrome - receive the login page

  • Entered the login credentials: in28minutes/dummy; click the Sign in button

  • All three instances return:
    This localhost page can't be found
    No webpage was found for the web address: http://locahost:8080/

     HTTP ERROR 404
    

Have I missed something? Is there something additional that needs to be downloaded and installed to make this run without issues?

Thank you for your time.

@niravvarma
Copy link

niravvarma commented Dec 29, 2020

Check if any other app is already running on port 8080 on your machine. For my case, that was the issue, and so I ran the container with port mapping like the following:
docker container run -p 8081:8080 in28min/todo-rest-api-h2:1.0.0.RELEASE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants