Issue: I am trying to install one application on server. It's unable to install giving exception as " already exist on serevr".
In admin console goto --> SCAModules : there i am finding my module over there but the state of the module is unknown. i tryed to un-deploy from there. it's not able to un-deploy. Even i am unable to remove that application from server from admin consol too..
Solution :
1. first we have to stop the server.
2. we have to remove particular application from all the folder in server profile.
3.One more main thing is go to installation folder--> \profiles\qbpmaps\config\cells\qcell go to this path and open "cell-core.xml" file and remove SCAModules entry of that particular application from this file.
4. Start the server
now we can able to deploy that same application successfully.
OR
You can also force the uninstall with the following command:
<<WPS_HOME>>\bin\wsadmin.bat -user <<username>> -password <<password>> -lang jacl -f <<WPS_HOME>>\ProcessChoreographer\admin\bpcTemplates.jacl -uninstall <<YourProcessApp>> -force
In admin console goto --> SCAModules : there i am finding my module over there but the state of the module is unknown. i tryed to un-deploy from there. it's not able to un-deploy. Even i am unable to remove that application from server from admin consol too..
Solution :
1. first we have to stop the server.
2. we have to remove particular application from all the folder in server profile.
3.One more main thing is go to installation folder--> \profiles\qbpmaps\config\cells\qcell go to this path and open "cell-core.xml" file and remove SCAModules entry of that particular application from this file.
4. Start the server
now we can able to deploy that same application successfully.
OR
You can also force the uninstall with the following command:
<<WPS_HOME>>\bin\wsadmin.bat -user <<username>> -password <<password>> -lang jacl -f <<WPS_HOME>>\ProcessChoreographer\admin\bpcTemplates.jacl -uninstall <<YourProcessApp>> -force