Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot open URL. Please check this URL is correct: http://localhost:8080/

I am using IntelliJ Ideea 13.1.4 and I encountered this error - after I Run / Debug my project, after "Artifact portal-webapp:war exploded: Artifact is deployed successfully"

I get this error but it has been working util now...

Do you Have any idea what should it be?

enter image description here

like image 386
WDrgn Avatar asked Sep 19 '14 08:09

WDrgn


1 Answers

It appears Idea is trying to wait for your page to return 200 response and then open the external web browser. If this does not happen (e.g. your application returns a redirect due to authentication filters), Idea is just spamming your application with requests and then complains about not being able to open the web page.

like image 62
David Hladky Avatar answered Sep 20 '22 00:09

David Hladky