Error related to deployment in Hello World Java EE application
I am pretty new to java web development, decided to start with the tutorials in jetbrains website.
I followed the instructions in the link below.
https://www.jetbrains.com/help/idea/2016.1/developing-a-java-ee-application.html
The instructions were pretty simple, creating the project, modify the index.jsp file a bit. When I tried to run the application after those steps, I got the following output.

In the before you start section of tutorial, it was written that I need to download GlassFish, so I did and unzipped it. So after running the application, I typed asadmin start-domain to command prompt to check if server is running and I get the following:

So these are all information I can provide about the issue.
Thanks already for the answers.
请先登录再写评论。
What Glassfish version do you use? Could you please share your project to reproduce the problem?
Did you check the server logs for the actual exception as suggested?