Found the reason for this error. In activiti explorer, when a admin user logs in and deploys a process. After deployment it is redirected to a Manage processes page, which allows you to see the jobs started or allows you to undeploy a proess etc. This works fine for admin user. But if the user is not admin, then he is should not be allowed to see the Manage page. But still it redirects him to that page.. and i think sine he doesn't have the permission none of the links in the page works and we get this error.
com.vaadin.Application terminalError
SEVERE: Terminal error:
com.vaadin.event.ListenerMethod$MethodException: Invocation of method buttonClick in org.activiti.explorer.ui.mainlayout.MainMenuBar$ShowProcessDefinitionsClickListener failed…