I had a situation where a normal deployment carried out from the Process Centre screen failed. The ZIP archive was reaching the target Process Server (/tmp/import.zip672953119225633327) but the subsequent unpack and import was failing. The error was pretty vague so I decided to attempt a deploy on the target Process Server using the ZIP file directly. The install still failed but it's worth documenting the command for future reference:
/opt/bpm/bpm751/BPM/Lombardi/tools/process-installer/installProcessAppPackage.sh -host localhost -port <WC or webserver port> -profileName node1 -nodeName node1 -serverName server1 /tmp/import.zip672953119225633327 <user> <password>
No comments:
Post a Comment