When I try to run my Web Application (a basic CRUD) using JSP, the GlassFish server returns the follow message:
HTTP Status 500 - Internal Server Error
type Exception report
message Internal Server Error
description The server encountered an internal error that prevented it from fulfilling this request.
exception
java.lang.NullPointerException
note The full stack traces of the exception and its root causes are available in the GlassFish Server Open Source Edition 4.1 logs.
And I don't knhow what to do. I think the error is in connection with my DB. I'm using PostgreSQL, running in a Windows.
My NetBeans project is in GitHub Crisfa Project