<!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="http://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: Issue with running jbpm console 5.1 in websphere 7
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/anand.awasthi">Anand Awasthi</a> in <i>jBPM</i> - <a href="http://community.jboss.org/message/635835#635835">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Sure. </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Here are the exact steps and changes along the way:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><ul><li>Deployed both WAR on Console. each with separate context root. and class loader as parent_last</li></ul><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><ul><li>Change class loader policy to separate for each WAR</li></ul><div id="yiv1375498446yui_3_2_0_16_132081574694077"> </div><ul><li>Downloaded resteasy-jaxrs-2.2.3.GA.jar and replaced Old JAX-RS jar that came with installer with resteasy-jaxrs-2.2.3.GA (I was getting a class exception)</li></ul><div id="yiv1375498446yui_3_2_0_16_1320815746940102"><br id="yiv1375498446yui_3_2_0_15_1320866596557676"/></div><ul><li>Set the JVM variables on WAS for Console Directory and Birth Report Engine Installation</li></ul><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><p>-Dorg.jbpm.report.engine.dir=D:\temp1 -Djbpm.console.directory=D:\process</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p>\resources</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><ul><li>Copied hibernate jars , dom4j, javassist jars&#160; in gwt-consoler-server-war/web-inf/lib </li><li>Updated persistence.xml with DB2 datasource</li><li>Configured Custom User Registry that takes users and group from users.props and groups.props.</li></ul><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Following is my user.props </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p># name:passwd:uid:gids:display name<br/># where name&#160;&#160; = userId/userName of the user<br/>#&#160;&#160;&#160;&#160;&#160;&#160; passwd = password of the user<br/>#&#160;&#160;&#160;&#160;&#160;&#160; uid&#160;&#160;&#160; = uniqueId of the user<br/>#&#160;&#160;&#160;&#160;&#160;&#160; gid&#160;&#160;&#160; = groupIds of the groups that the user belongs to<br/>#&#160;&#160;&#160;&#160;&#160;&#160; display name = a (optional) display name for the user.<br/>krisv:krisv:123:789:krisv</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>and groups.props</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p># Format:<br/># name:gid:users:display name<br/># where name&#160;&#160; = groupId of the group<br/>#&#160;&#160;&#160;&#160;&#160;&#160; gid&#160;&#160;&#160; = uniqueId of the group<br/>#&#160;&#160;&#160;&#160;&#160;&#160; users&#160; = list of all the userIds that the group contains<br/>#&#160;&#160;&#160;&#160;&#160;&#160; display name = a (optional) display name for the group.<br/>administrator:999:krisv:Administrative group<br/>manager:678:krisv:Operators group<br/>user:789:krisv:user Group</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I also wanted to mention: </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><p>1) that I am not using guvnor for process definition repository, i am using a local folder (</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p>D:\process\resources)</p><p>2) Also I have not installed BIRT run time (i have just added path -Dorg.jbpm.report.engine.dir=D:\temp1 to bypass servlet initialization exception), my understanding is that it only comes in picture when i want to geenrate reports. For initial logon and process management BIRT is not required. Please correct me if I am missing here</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>so after making above changes when I&#160; start server (and I am using IE7, the client does not allow any other browsers).</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>and logon to console :</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><a class="jive-link-external-small" href="http://localhost:9082/gwt-console/app.html">http://localhost:9082/gwt-console/app.html</a></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>my screen just stays there&#160; on logon page itself and Server Logs Isee following error message:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="color: #000080; font-size: 10pt;"><p align="left" style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p></span></p><p align="left" style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-size: 10pt;"><p align="left">[11/9/11 19:13:12:992 EST] 00000015 SystemOut O 2011-11-09 19:13:12,992 DEBUG [WebContainer : 0] impl.Log4jLogger - PathInfo: /identity/secure/j_security_check</p><p align="left">[11/9/11 19:13:12:993 EST] 00000015 SystemOut O 2011-11-09 19:13:12,992 DEBUG [WebContainer : 0] impl.Log4jLogger - Failed executing POST /identity/secure/j_security_check</p></span><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; text-decoration: underline;"><span style="color: #000080; font-size: 10pt; text-decoration: underline;"><p align="left">org.jboss.resteasy.spi.NotFoundException</p></span></span></span><p align="left"><div align="left"><span style="color: #000000; font-size: 10pt;"><span>: Could not find resource for relative : /identity/secure/j_security_check of full path: </span><a class="jive-link-external-small" href="http://localhost:9082/gwt-console-server/rs/identity/secure/j_security_check" target="_blank">http://localhost:9082/gwt-console-server/rs/identity/secure/j_security_check</a></span></div></p><span style="font-size: 10pt;"><p>at org.jboss.resteasy.core.registry.RootSegment.matchChildren(</p></span><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; text-decoration: underline;"><span style="color: #000080; font-size: 10pt; text-decoration: underline;">RootSegment.java:360</span></span></span> </p><div><span style="font-size: 10pt;">)</span></div></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/635835#635835">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in jBPM at <a href="http://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>