Hello guys this is my first post relating to glassfish server.Today i have installed glassfish on my machine.I have started the server and was trying to login to admin console.But was getting a blank page.The version of Glassfish i installed was glassfishv3.

Part of the error says

Cause: Unable to find class ‘com.sun.webui.jsf.faces.UIComponentELResolver glass fish

What was the issue?

The issue was because i have given jdk version jdk1.6.0 in which the application server was starting and even the Welcome Page was dispaying fine, But when i try to load the admin console [http://127.0.0.1:4848/] it was throwing lot of errors in the logs and the web page was blank

How to fix this issue?

Its pretty simple, just download the latest JDK available. I have installed JDK1.6.0_07 and reinstall the glassfish server.It will fix the issue and you will get the admin console loaded perfectly 🙂

Related Post

Leave a Reply

Your email address will not be published. Required fields are marked *