How to rectify module deployment error while using GlassFish Server?
While trying to run jsf web-application in Netbeans8 I am getting the following error:
Being new to programming, I need hint to rectify this error. Kindly help me to rectify it.
If you look carefully, the hint is given in the output itself.
See the server log for details.
In NetBeans IDE output's sub-window, you should see another tab called "GlassFish Server", you can look there for logs from the server.
Alternatively , you can use GlassFish's Administration GUI to see some more detailed logs, it is accessible in a browser and by default from localhost:4848.
While trying to run jsf web-application in Netbeans8 I am getting the following error:
Looking at what you have posted (project's deployment log), I can say your GlassFish instance is running fine , but your project contains errors, so it couldn't be deployed.
I doubt anyone here can concretely solve your problem because we need more details from GlassFish's logs.
Suggestion : Edit your question by appending GlassFish's logs.