cancel
Showing results for 
Search instead for 
Did you mean: 

Another thrown exception...

pej
Champ in-the-making
Champ in-the-making
Setup:
Alfresco_1.4 on ubuntu 6.10

This time I get:

javax.faces.FacesException: Error calling action method of component with id wizard:next-button
caused by:
javax.faces.el.EvaluationException: Exception while invoking expression #{WizardManager.next}
caused by:
java.lang.IndexOutOfBoundsException: Index: 3, Size: 3

Hide Details

javax.faces.FacesException: Error calling action method of component with id wizard:next-button
at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
at javax.faces.component.UICommand.broadcast(UICommand.java:106)
at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)
at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:316)
at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:105)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.alfresco.web.app.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:73)
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:868)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
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(Thread.java:595)
Caused by: javax.faces.el.EvaluationException: Exception while invoking expression #{WizardManager.next}
at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:153)
at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
… 23 more
Caused by: java.lang.IndexOutOfBoundsException: Index: 3, Size: 3
at java.util.ArrayList.RangeCheck(ArrayList.java:546)
at java.util.ArrayList.get(ArrayList.java:321)
at org.alfresco.web.bean.wizard.WizardManager.determineCurrentPage(WizardManager.java:537)
at org.alfresco.web.bean.wizard.WizardManager.next(WizardManager.java:482)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:129)
… 24 more
Return to application

When trying to use "Configure Dashboard Wizard"
4 REPLIES 4

gavinc
Champ in-the-making
Champ in-the-making
Do you have a previous release of Alfresco on your machine?

pej
Champ in-the-making
Champ in-the-making
No, I don't. I just installed the 1.4 version (I assume that is the  community version).
I use it for evaluation purposes locally (http://localhost:8080/alfresco).

But the error seems to be intermittent. I don't get it everytime.

gavinc
Champ in-the-making
Champ in-the-making
We did have bug back in the 1.4 timeframe where invoking wizards in a certain sequence could cause some issues where the current wizard would access the previous wizard config, which sounds like what may be hapenning here.

I can't seem to find the issue on JIRA though so i can't be sure when it was fixed. It may well have been in the 1.4 enterprise edition which means it would have got folded into the 2.0 HEAD code stream.

If possible, you could try out the preview of 2.0 to see if the issue has gone, or wait until later this week/early next week when the 2.0 community final goes out.

pej
Champ in-the-making
Champ in-the-making
If possible, you could try out the preview of 2.0 to see if the issue has gone, or wait until later this week/early next week when the 2.0 community final goes out.
Yes, will do that, thanks for your answers.

Regards