Exception only on server side after login

Hi,

In my application, I have the following exception after the login page (only if the login is a success). But his exception is only on the server side. Nothing on the client side.

Does anyone have any clue ?

Thank you and best regards !

2006-10-25 09:56:48,962 : ApplicationContext.log : null

java.lang.NullPointerException

at com.sun.rave.web.ui.appbase.AbstractPageBean.afterPhase(AbstractPageBean.java:1 47)

at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.afterPhase(ViewHandlerImpl.ja va:441)

at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:235)

at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)

at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[849 byte] By [marcofil] at [2007-11-26 11:02:01]
# 1
Could you please provide more info ...
Rradhika at 2007-7-7 3:15:43 > top of Java-index,Development Tools,Java Tools...
# 2
Thank you.In fact, I have found that it was due to a URL in a jsp containing "/faces/xxxx". I have replaced it by "xxxx", so without the "/faces" before, and now it works fine.
marcofil at 2007-7-7 3:15:43 > top of Java-index,Development Tools,Java Tools...