|
To contribute to this topic, I've been having the same issue and was able to resolve it :
OS : Linux Debian Etch 64bits OpenVZ VE Intalio version : 5.2.1 CE DB : MySQL 5.0
The issue is that TaskManager process is not deployed. It happened to me because I dumped the VE from the prod environment and restored it back to a new VE and linked it to a new empty database. Of course, the process was already deployed on the filesystem but did not appear in the DB.
The solution is : Go to {INTALIO_HOME}/var/processses. You can see there all the processes deployed. There's a process folder along with a .deployed file. If the .deployed file is present, Intalio won't redeploy the process on startup. Just delete the .process file along the TaskManager process (my file was called TaskManager-2.deployed) and restart Intalio.
That thing worked for me (and I remember it was a said to delete this file in Intalio's MySQL 5 db reference guide (http://bpms.intalio.com/reference-guides/intalio-bpms-server-installing-with-mysql-5.0-version-5.0.html))
Hope it helps :)
Patrick.
|