07-15-2007 04:15 PM
javax.faces.FacesException: Cannot get value for expression '#{WizardManager.bean.formChoices}'
caused by:
org.apache.jasper.JasperException: Cannot get value for expression '#{WizardManager.bean.formChoices}'
caused by:
javax.faces.el.EvaluationException: Cannot get value for expression '#{WizardManager.bean.formChoices}'
caused by:
javax.faces.el.EvaluationException: Exception getting value of property formChoices of base of type : org.alfresco.web.bean.wcm.RegenerateRenditionsWizard
caused by:
javax.faces.el.EvaluationException: Bean: org.alfresco.web.bean.wcm.RegenerateRenditionsWizard, property: formChoices
caused by:
java.lang.reflect.InvocationTargetException
caused by:
java.lang.NullPointerException
Please correct the errors below then click Finish
.
07-16-2007 04:51 AM
Please correct the errors below then click Finish
.
The error however is not shown. I will look at what the Alfresco log has to say a.s.a.p.
INFO | jvm 1 | 2007/07/16 10:48:12 | 10:48:12,124 ERROR [ui.common.Utils]
INFO | jvm 1 | 2007/07/16 10:48:12 | java.lang.NullPointerException
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.alfresco.web.bean.wcm.RegenerateRenditionsWizard$2.getForm(RegenerateRenditionsWizard.java:532)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.alfresco.web.forms.FormInstanceDataImpl.regenerateRenditions(FormInstanceDataImpl.java:135)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.alfresco.web.bean.wcm.RegenerateRenditionsWizard.regenerateRenditions(RegenerateRenditionsWizard.java:536)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.alfresco.web.bean.wcm.RegenerateRenditionsWizard.next(RegenerateRenditionsWizard.java:177)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.alfresco.web.bean.wizard.WizardManager.next(WizardManager.java:489)
INFO | jvm 1 | 2007/07/16 10:48:12 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO | jvm 1 | 2007/07/16 10:48:12 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
INFO | jvm 1 | 2007/07/16 10:48:12 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
INFO | jvm 1 | 2007/07/16 10:48:12 | at java.lang.reflect.Method.invoke(Method.java:585)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:132)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:61)
INFO | jvm 1 | 2007/07/16 10:48:12 | at javax.faces.component.UICommand.broadcast(UICommand.java:109)
INFO | jvm 1 | 2007/07/16 10:48:12 | at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:97)
INFO | jvm 1 | 2007/07/16 10:48:12 | at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:171)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.myfaces.lifecycle.InvokeApplicationExecutor.execute(InvokeApplicationExecutor.java:32)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:95)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:70)
INFO | jvm 1 | 2007/07/16 10:48:12 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:139)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.alfresco.web.app.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:81)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
INFO | jvm 1 | 2007/07/16 10:48:12 | at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
INFO | jvm 1 | 2007/07/16 10:48:12 | at java.lang.Thread.run(Thread.java:595)
07-16-2007 07:07 AM
07-16-2007 08:03 AM
Glad you like the new feature … now, let's resolve these bugs before 2.1.0 Enterprise!Before 2.1.0 Community as well? 😉
Can you file these bugs at http://issues.alfresco.com?
07-16-2007 09:15 AM
Can you file these bugs at http://issues.alfresco.com?
07-17-2007 08:55 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.