<!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;">
    JBoss-esb 4.11 "bpm5processor" sample on JBoss AS 6.1 with gwt-console-server 5.2.0
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/fischsalat">fischsalat</a> in <i>jBPM</i> - <a href="https://community.jboss.org/message/777391#777391">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hi folks,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I'm trying to set up the JBoss-esb 4.11 "bpm5processor" sample on a JBoss 6.1 AS.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>As an orientation i followed this great work-around to understand the jBPM installing procedure with JBoss AS 5.1:</p><p><a class="" href="https://community.jboss.org/docs/DOC-18580">https://community.jboss.org/wiki/InstallingJBPM53OnJBossAS51AndChangingDB</a></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>So i tried to adapt this work-around on a JBoss AS 6.1.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>-------------------------------------------</p><p><span style="color: #333333; text-decoration: underline;">My configuration:</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>ubuntu 12.04</p><p>java version 1.6.0_24</p><p>JBoss 6.1.0. Final</p><p>Jboss-esb 4.11</p><p>jBPM 5.2.0 Final full installer</p><p>Maven 3.0.4</p><p>eclipse indigo 3.7</p><p>------------------------------------------ </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>As the "bpm5processor" sample readme.txt says, i'm using the jbpm 5.2.0 Final installer. Via this installer, i did some configurations and installed it successfully without eclipse helios or JBoss AS 7.</p><p>With the jBPM ant build script i'm setting up the Mina human task server and get access to his port on 9123.</p><p>The JBoss AS 6.1 with his jboss-esb 4.11 starts externally. </p><p>With eclipse indigo i have imported the &#8222;bpm5processor&ldquo; sample, build a esb-project with Maven 3.0.4 and deployed the .esb on the JBoss AS 6.1.</p><p>As far, everything seems to be fine and the class &#8222;org.jboss.soa.esb.services.jbpm5.actions.Bpm5Processor&ldquo;, which i call inside the esb.xml is working correctly on JBoss AS 6.1. So i am able to process my jBPM5-models on a JBoss AS 6.1.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>But i want more visual feedback or informations about my deployed jBPM-Processes except some "System.out.println("");" <span> ;) </span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I'm able to deploy the jBPM gwt-console 5.2, but if i try to do the same with the jBPM 5.2 gwt-console-server, i get a lot of error messages on server's start up.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I tried to fix this errors, so i followed this Thread about the persistance issue: </p><p><a class="" href="https://community.jboss.org/message/739278#739278">https://community.jboss.org/message/739278</a></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I also tried the &#8222;hard way&ldquo; and deleted some lib-files, like it is discussed here:</p><p><a class="jive-link-thread-small" href="https://community.jboss.org/thread/162491">https://community.jboss.org/thread/162491</a></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>But it doesn't help at all.</p><p>Is it possible, that i have to isolate some classloaders inside the gwt-console-server's jboss-web.xml?</p><p>Does somebody have any experience with deploying the jbpm 5.2.0 gwt-console-server? Or got any ideas how i could deploy the gwt-console-server?</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Here is the error stack in short, which i get when i try to start the AS6 server.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="padding-left: 30px;"><span style="font-size: 8pt;"><em>ERROR [[/gwt-console-server]] Exception sending context initialized event to listener instance of class org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap: java.lang.RuntimeException: java.lang.RuntimeException: Unable to instantiate MessageBodyReader</em></span></p><p style="padding-left: 30px;">&#160; </p><p style="padding-left: 30px;"><span style="font-size: 8pt;"><em> ERROR [[/gwt-console-server]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossMojarra20ConfigureListener: java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl cannot be cast to javax.xml.parsers.SAXParserFactory</em></span></p><p style="padding-left: 30px;">&#160; </p><p style="padding-left: 30px;"><span style="font-size: 8pt;"><em>ERROR [StandardContext] Error listenerStart</em></span></p><p style="padding-left: 30px;"><span style="font-size: 8pt;"><em> ERROR [StandardContext] Context [/gwt-console-server] startup failed due to previous errors</em></span></p><p style="padding-left: 30px;"><span style="font-size: 8pt;"><em> ERROR [AbstractKernelController] Error installing to Start: name=jboss.web.deployment:war=/gwt-console-server state=Create mode=Manual requiredState=Installed: org.jboss.deployers.spi.DeploymentException: URL file:/home/fischsalat/dev/jboss-6.1.0.Final/server/node1/tmp/vfs/automounta1456e8d80cc4705/jbpm-gwt-console-server-5.2.0.Final.war-93b218be814f9bad/ deployment failed</em></span></p><p style="padding-left: 30px;">&#160; </p><p style="padding-left: 30px;"><span style="font-size: 8pt;"><em>ERROR [AbstractKernelController] Error installing to Real: name=vfs:///home/fischsalat/dev/jboss-6.1.0.Final/server/node1/deploy/jbpm-gwt-console-server-5.2.0.Final.war state=PreReal mode=Manual requiredState=Real: org.jboss.deployers.spi.DeploymentException: URL file:/home/fischsalat/dev/jboss-6.1.0.Final/server/node1/tmp/vfs/automounta1456e8d80cc4705/jbpm-gwt-console-server-5.2.0.Final.war-93b218be814f9bad/ deployment failed</em></span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="color: #000000;">I would appreciate any help or ideas.</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Regards,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Eybe</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/777391#777391">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>