<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">
<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>
                                <td>
                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>
                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
Re: JBPM Apps fail to deploy after running install.demo ant script
</h3>
<span style="margin-bottom: 10px;">
created by <a href="https://community.jboss.org/people/dawebster">David Webster</a> in <i>jBPM</i> - <a href="https://community.jboss.org/message/783149#783149">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>If harmless, why log it at all?  When the first thing I see in my log is ERROR, I am going to assume that is a problem I have to deal with.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Below is the output of the installer off a fresh, pristine, download from the download link.  Notice the warnings in the console-server and human task tasks.  Again, I assume Warnings are serious things that indicate stuff will not work  later, which is indeed what happens here.  Those files in those warnings, indeed, do not exist in the db folder.  They are named differently and they come in pairs, JPA1 and JPA2.  I picked one (JPA2) and went with it.  Guess I could pick the other and try that.  But out of the box, it throws warnings and the apps will not deploy and initialize even though the script runs to BUILD SUCCESSFUL.   I fix the build.xml to pick one, and those warnings disappear, but again, the apps will not initialize.  I edit nothing other than the build.xml so it can at least find a file to copy.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>H:\software\jbpm-installer>ant install.demo</p><p>Buildfile: H:\software\jbpm-installer\build.xml</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.jboss.check:</p><p>     [echo] Checking JBoss AS download ...</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.jboss:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.jboss:</p><p>    [unzip] Expanding: H:\software\jbpm-installer\lib\jboss-as-7.1.1.Final.zip into H:\software\jbpm-installer</p><p>    [unzip] Failed to change file modification time</p><p>Terminate batch job (Y/N)? Y</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>H:\software\jbpm-installer>ant install.demo</p><p>Buildfile: H:\software\jbpm-installer\build.xml</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.jboss.check:</p><p>     [echo] Checking JBoss AS download ...</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.jboss:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.jboss:</p><p>    [unzip] Expanding: H:\software\jbpm-installer\lib\jboss-as-7.1.1.Final.zip into H:\software\jbpm-installer</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>check.jboss.version:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.db.driver.check:</p><p>     [echo] Checking if db driver jar has been downloaded ....//db/driver/h2.jar</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.db.driver:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.db.files:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.drools.guvnor.check:</p><p>     [echo] Checking Drools Guvnor download ...</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.drools.guvnor:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.guvnor.into.jboss:</p><p>    [mkdir] Created dir: H:\software\jbpm-installer\target</p><p>    [unzip] Expanding: H:\software\jbpm-installer\lib\guvnor-distribution-wars-5.5.0.Final.war into H:\software\jbpm-installer\tar</p><p>t</p><p>     [copy] Copying 1 file to H:\software\jbpm-installer\target\WEB-INF\classes</p><p>      [zip] Building zip: H:\software\jbpm-installer\target\guvnor-distribution-wars-5.5.0.Final.war</p><p>     [copy] Copying 1 file to H:\software\jbpm-installer\jboss-as-7.1.1.Final\standalone\deployments</p><p>   [delete] Deleting directory H:\software\jbpm-installer\target</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.designer.check:</p><p>     [echo] Checking Designer download ...</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.designer:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.designer.into.jboss:</p><p>     [copy] Copying 1 file to H:\software\jbpm-installer\jboss-as-7.1.1.Final\standalone\deployments</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>check.jboss.version:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>created.designer.deployment.as7:</p><p>    [touch] Creating H:\software\jbpm-installer\jboss-as-7.1.1.Final\standalone\deployments\designer.war.dodeploy</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.jBPM.gwt-console.check:</p><p>     [echo] Checking jBPM gwt-console download ...EE6</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.jBPM.gwt-console:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.jBPM-gwt-console.into.jboss:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>check.jboss.version:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.transport.lib.check:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.transport.lib:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.jBPM-gwt-console.into.jboss5:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>check.jboss.version:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.jBPM-gwt-console.into.jboss7:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>check.birt.as7:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.birt.check.as7:</p><p>     [echo] Checking birt reporting engine download for as7 ...</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.birt.as7:</p><p>    [mkdir] Created dir: H:\software\jbpm-installer\target</p><p>    [mkdir] Created dir: H:\software\jbpm-installer\target\jbpm-gwt-console-server-war</p><p>    [unzip] Expanding: H:\software\jbpm-installer\lib\jbpm-gwt-console-server-5.4.0.Final-EE6.war into H:\software\jbpm-installer\ta</p><p>rget\jbpm-gwt-console-server-war</p><p>     [copy] Copying 1 file to H:\software\jbpm-installer\target\jbpm-gwt-console-server-war\WEB-INF\lib</p><p>     [copy] Copying 5 files to H:\software\jbpm-installer\target\jbpm-gwt-console-server-war\WEB-INF\classes</p><p>     [copy] Warning: Could not find file H:\software\jbpm-installer\db\jbpm-persistence.xml to copy.</p><p>     [copy] Copying 1 file to H:\software\jbpm-installer\target\jbpm-gwt-console-server-war\WEB-INF\classes\META-INF</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>check.birt.as7:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.reporting.into.jboss7:</p><p>    [mkdir] Created dir: H:\software\jbpm-installer\birt</p><p>    [unzip] Expanding: H:\software\jbpm-installer\lib\birt-runtime-3_7_0.zip into H:\software\jbpm-installer\birt</p><p>     [copy] Copying 77 files to H:\software\jbpm-installer\target\jbpm-gwt-console-server-war\WEB-INF\lib</p><p>    [mkdir] Created dir: H:\software\jbpm-installer\target\jbpm-gwt-console-server-war\WEB-INF\output</p><p>    [mkdir] Created dir: H:\software\jbpm-installer\target\jbpm-gwt-console-server-war\WEB-INF\reports</p><p>     [copy] Copying 1 file to H:\software\jbpm-installer\target\jbpm-gwt-console-server-war\WEB-INF\reports</p><p>   [delete] Deleting directory H:\software\jbpm-installer\birt</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.dependencies:</p><p>      [zip] Building zip: H:\software\jbpm-installer\target\jbpm-gwt-console-server-5.4.0.Final.war</p><p>     [copy] Copying 1 file to H:\software\jbpm-installer\jboss-as-7.1.1.Final\standalone\deployments</p><p>     [copy] Copying 1 file to H:\software\jbpm-installer\jboss-as-7.1.1.Final\standalone\deployments</p><p>   [delete] Deleting directory H:\software\jbpm-installer\target</p><p>     [copy] Copying 1 file to H:\software\jbpm-installer\jboss-as-7.1.1.Final\standalone\configuration</p><p>     [copy] Copying 1 file to H:\software\jbpm-installer\jboss-as-7.1.1.Final\standalone\configuration</p><p>     [copy] Copying 1 file to H:\software\jbpm-installer\jboss-as-7.1.1.Final\standalone\configuration</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.jBPM.ht-war.check:</p><p>     [echo] Checking jBPM human task war download ...</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.jBPM-ht.war:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.transport.lib.check:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.transport.lib:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.jBPM-ht.into.jboss:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.ht.war.into.jboss5:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.ht.war.into.jboss7:</p><p>    [mkdir] Created dir: H:\software\jbpm-installer\target</p><p>    [mkdir] Created dir: H:\software\jbpm-installer\target\jbpm-human-task-war</p><p>    [unzip] Expanding: H:\software\jbpm-installer\lib\jbpm-human-task-war-5.4.0.Final-EE6.war into H:\software\jbpm-installer\target</p><p>\jbpm-human-task-war</p><p>     [copy] Copying 1 file to H:\software\jbpm-installer\target\jbpm-human-task-war\WEB-INF</p><p>     [copy] Warning: Could not find file H:\software\jbpm-installer\db\task-persistence.xml to copy.</p><p>     [copy] Warning: Could not find file H:\software\jbpm-installer\db\Taskorm.xml to copy.</p><p>      [zip] Building zip: H:\software\jbpm-installer\target\jbpm-5.4.0.Final-human-task-war.war</p><p>     [copy] Copying 1 file to H:\software\jbpm-installer\jboss-as-7.1.1.Final\standalone\deployments</p><p>   [delete] Deleting directory H:\software\jbpm-installer\target</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.form.builder.check:</p><p>     [echo] Checking Form Builder download ...</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.form.builder:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.form.builder.into.jboss:</p><p>    [mkdir] Created dir: H:\software\jbpm-installer\target</p><p>    [mkdir] Created dir: H:\software\jbpm-installer\target\jbpm-form-builder-war</p><p>    [unzip] Expanding: H:\software\jbpm-installer\lib\jbpm-5.4.0.Final-form-builder.war into H:\software\jbpm-installer\target\jbpm-</p><p>form-builder-war</p><table><tbody><tr><td style=";"> </td><td style=";">[copy] Copying 1 file to H:\software\jbpm-installer\target\jbpm-form-builder-war\WEB-INF\classes</td></tr><tr><td style=";"> </td><td style=";">[copy] Copying 1 file to H:\software\jbpm-installer\target\jbpm-form-builder-war\WEB-INF\classes</td></tr><tr><td style=";">  </td><td style=";">[zip] Building zip: H:\software\jbpm-installer\target\jbpm-5.4.0.Final-form-builder.war</td></tr><tr><td style=";"> </td><td style=";">[copy] Copying 1 file to H:\software\jbpm-installer\jboss-as-7.1.1.Final\standalone\deployments</td></tr></tbody></table><p>   [delete] Deleting directory H:\software\jbpm-installer\target</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.eclipse.check:</p><table><tbody><tr><td style=";"> </td><td style=";">[echo] Checking Eclipse download ...</td></tr></tbody></table><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.eclipse:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.eclipse.gef.check:</p><table><tbody><tr><td style=";"> </td><td style=";">[echo] Checking Eclipse GEF download ...</td></tr></tbody></table><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.eclipse.gef:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.eclipse:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>unzipEclipse:</p><table><tbody><tr><td style=";"></td><td style=";">[unzip] Expanding: H:\software\jbpm-installer\lib\eclipse-java-juno-SR1-win32-x86_64.zip into H:\software\jbpm-installer</td></tr></tbody></table><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>untarEclipse:</p><table><tbody><tr><td style=";"></td><td style=";">[unzip] Expanding: H:\software\jbpm-installer\lib\GEF-SDK-3.6.2.zip into H:\software\jbpm-installer</td></tr></tbody></table><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.jBPM.bin.check:</p><table><tbody><tr><td style=";"> </td><td style=";">[echo] Checking jBPM binaries download ...</td></tr></tbody></table><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.jBPM.bin:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.jBPM.runtime:</p><table><tbody><tr><td style=";"></td><td style=";">[mkdir] Created dir: H:\software\jbpm-installer\runtime</td></tr><tr><td style=";"></td><td style=";">[unzip] Expanding: H:\software\jbpm-installer\lib\jbpm-5.4.0.Final-bin.zip into H:\software\jbpm-installer\runtime</td></tr></tbody></table><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.droolsjbpm.eclipse.check:</p><table><tbody><tr><td style=";"> </td><td style=";">[echo] Checking jBPM and Drools Eclipse download ...</td></tr></tbody></table><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>download.droolsjbpm.eclipse:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.droolsjbpm-eclipse.into.eclipse:</p><table><tbody><tr><td style=";"></td><td style=";">[mkdir] Created dir: H:\software\jbpm-installer\eclipse\droolsjbpm-update-site</td></tr><tr><td style=";"></td><td style=";">[unzip] Expanding: H:\software\jbpm-installer\lib\org.drools.updatesite-5.5.0.Final-assembly.zip into H:\software\jbpm-installer</td></tr></tbody></table><p>\eclipse\droolsjbpm-update-site</p><table><tbody><tr><td style=";"> </td><td style=";">[copy] Copying 4 files to H:\software\jbpm-installer\eclipse\features</td></tr><tr><td style=";"> </td><td style=";">[copy] Copying 5 files to H:\software\jbpm-installer\eclipse\plugins</td></tr></tbody></table><p>   [delete] Deleting directory H:\software\jbpm-installer\eclipse\droolsjbpm-update-site</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>install.demo:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>BUILD SUCCESSFUL</p><p>Total time: 86 minutes 57 seconds</p></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/783149#783149">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in jBPM at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>