Hello to all,

I am developing an educative system for it I am using JSF 1.1.01 and MyFaces
1.1.1 on Eclipse 3.1.0 and Exadel 3.0.4, but a problem appeared: everything
walks well when I am developing on eclipse and exadel, but when I install
the application in the server tomcat (I use  jakarta-tocmat-5.5.9) leaves an
error to me the type: 

javax.faces.el.PropertyNotFoundException: Base is null: Login
        at
org.apache.myfaces.el.ValueBindingImpl.resolveToBaseAndProperty(ValueBindingImpl.java:455)
        at
org.apache.myfaces.el.ValueBindingImpl.getType(ValueBindingImpl.java:169)
        at
com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getConvertedValue(HtmlBasicInputRenderer.java:111)
        at javax.faces.component.UIInput.getConvertedValue(UIInput.java:713)
        at javax.faces.component.UIInput.validate(UIInput.java:638)
        at javax.faces.component.UIInput.executeValidate(UIInput.java:849)
        at javax.faces.component.UIInput.processValidators(UIInput.java:412)
        at javax.faces.component.UIForm.processValidators(UIForm.java:170)
        at
javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:912)
        at 
javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:342)
        at
org.apache.myfaces.lifecycle.LifecycleImpl.processValidations(LifecycleImpl.java:240)
        at
org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:76)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at
org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
        at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
        at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
        at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
        at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
        at java.lang.Thread.run(Unknown Source)

Login is the Bean of the form of login to the system and now to know as it
was the problem clears the labels and libreries of myfaces and with this I
start correctly.  I am something confused since in eclipse it works
correctly and in the server jakarta-tomcat is not thus. 

thanks beforehand! 

--
View this message in context: 
http://www.nabble.com/Problem-JSF-and-MyFaces-..-%28PropertyNotFoundException%3A-Base-is-Null...-%29-t1288171.html#a3426972
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to