Hi,
I downloaded and installed Liferay with Glassfish v3 to my Windows XP Sp2 machine. After starting it with startserv.bat I tried http://localhost/admin URL to login to admin page for configuring liferay to work with Oracle DB however I am getting the following errors on the screen:
java.lang.NullPointerException
note The full stack traces of the exception and its root causes are available in the GlassFish/v3 logs.
I have attached the server.log file I found under C:\liferay\domains\domain1\logs for detailed error messages.
Also the command window in which VM command running to start apps server displays the following lines which I truncated:
Jul 24, 2008 4:32:15 PM com.sun.faces.lifecycle.Phase doPhase
SEVERE: JSF1054: (Phase ID: RENDER_RESPONSE 6, View ID: /login.jsf) Exception th
rown during phase execution: javax.faces.event.PhaseEvent[source=com.sun.faces.l
ifecycle.LifecycleImpl@14fcf14]
Jul 24, 2008 4:32:15 PM org.apache.catalina.core.StandardWrapperValve log
SEVERE: StandardWrapperValve[FacesServlet]: PWC1406: Servlet.service() for servl
et FacesServlet threw exception
java.lang.NullPointerException
at org.glassfish.admingui.plugin.ConsoleClassLoader.findModuleClassLoade
r(ConsoleClassLoader.java:142)
at org.glassfish.admingui.plugin.ConsoleClassLoader.findResource(Console
ClassLoader.java:110)
any suggestions on how to remedy this?
Please sign in to flag this as inappropriate.