cancel
Showing results for 
Search instead for 
Did you mean: 

invocation of method componentEvent in org.activiti.explorer.ui.task.TaskDetailPanel$4 failed

slaimankoeik
Champ in-the-making
Champ in-the-making
i'm trying to execute a java class from service task, in eclipse all goes right with no errors and correct value but when i run it on explorer i got this error " invocation of method componentEvent in org.activiti.explorer.ui.task.TaskDetailPanel$4 failed ", during my tests i found that is making error from method getdata() in class request_execution but why i didn't know.

in this class "request_execution" the method getdata() is reading from excel file and returning an vector containing the data inside it.
any help ?
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Please paste a stacktrace. Setting all this up is quite costly time-wise and maybe the stacktrace already shows the cause.