Symptoms

In POA 5.5, Operations > Tasks > Canceled Tasks, enter some search criteria (Task ID, for example), and press "Search". Following error is thrown:

java.lang.ArrayIndexOutOfBoundsException 

In poa-ui.log the following is written:

2014-02-26 09:45:56,570 6797b72706 c-315 DEBUG  ModuleFinder         Exit: actions pcp.account.task_manager.ScheduledTasksListHandler:perform by exception:java.lang.reflect.Invoca
tionTargetException
2014-02-26 09:45:56,571 6797b72706 c-315 DEBUG  PDefaultPage         Exception during action execution.
java.lang.reflect.InvocationTargetException
        at sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
...................
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.GeneratedMethodAccessor470.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at com.plesk.tools.turbine.modules.ActionHandler.perform(ActionHandler.java:135)
        ... 63 more
Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
        at com.plesk.p2.cp.core.pcp.modules.actions.account.task_manager.ScheduledTasksListHandler.doSearch(ScheduledTasksListHandler.java:160)
        ... 67 more
2014-02-26 09:45:56,574 6797b72706 c-315 DEBUG  OUT                  exec, exc=java.lang.reflect.InvocationTargetException catchername=pcp.account.task_manager.ScheduledTasksList andler  ... 67 more
2014-02-26 09:45:56,574 6797b72706 c-315 DEBUG  OUT                  exec, target exception=java.lang.reflect.InvocationTargetException
2014-02-26 09:45:56,574 6797b72706 c-315 DEBUG  OUT                  exec, target exception=java.lang.ArrayIndexOutOfBoundsException: 6
2014-02-26 09:45:56,576 6797b72706 c-315 ERROR  ModuleDecoder        

Cause

This is caused by POA-83937, the fix will be included in future releases.

Resolution

Please use Advanced Search as a workaround.

Internal content