<!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;">
Drools-guvnor session problem
</h3>
<span style="margin-bottom: 10px;">
created by <a href="https://community.jboss.org/people/joploya">Sandra Renaud</a> in <i>jBPM</i> - <a href="https://community.jboss.org/message/795370#795370">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>Hello all,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>I want to try drawing my processes into guvnor.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>After downloading the full installer, I rename the war guvnor in drools-guvnor.war and designer-.... in designer.war. I change the preferences.property file into the archive</p><p>and then copy both war into the jboss-7 deploy folder.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><span>But when I try to access the url : </span><a class="jive-link-external-small" href="http://127.0.0.1:8080/drools-guvnor/" rel="nofollow" target="_blank">http://127.0.0.1:8080/drools-guvnor/</a></p><p>I'm already authenticate as admin and  a loader appears and disappears frantically, when I click the menu it ups and dows without stopping (due to reload certainly but it is quite funny).</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>This is the log :</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><pre class="jive-pre"><code class="jive-code">12:06:34,470 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "drools-guvnor.war"
12:06:47,886 INFO  [org.drools.guvnor.server.security.DemoAuthenticator] (http--127.0.0.1-8080-1) Demo login for user (admin) succeeded.
12:06:48,097 WARN  [org.jboss.seam.security.permission.SecurityRuleLoader] (http--127.0.0.1-8080-1) No security rules configured - rule base permissions will be unavailable.
12:06:48,300 INFO  [org.drools.repository.RulesRepositoryConfigurator] (http--127.0.0.1-8080-4) Creating an instance of the RulesRepositoryConfigurator.
12:06:48,369 INFO  [org.apache.jackrabbit.core.RepositoryImpl] (http--127.0.0.1-8080-4) Starting repository...
12:06:48,372 INFO  [org.apache.jackrabbit.core.fs.local.LocalFileSystem] (http--127.0.0.1-8080-4) LocalFileSystem initialized at path repository\repository
12:06:48,498 INFO  [org.apache.jackrabbit.core.fs.local.LocalFileSystem] (http--127.0.0.1-8080-4) LocalFileSystem initialized at path repository\version
12:06:49,932 INFO  [org.apache.jackrabbit.core.RepositoryImpl] (http--127.0.0.1-8080-4) initializing workspace 'default'...
12:06:49,933 INFO  [org.apache.jackrabbit.core.fs.local.LocalFileSystem] (http--127.0.0.1-8080-4) LocalFileSystem initialized at path repository\workspaces\default
12:06:51,504 INFO  [org.apache.jackrabbit.core.query.lucene.SearchIndex] (http--127.0.0.1-8080-4) Index initialized: repository/repository/index Version: 3
12:06:51,611 INFO  [org.apache.jackrabbit.core.query.lucene.SearchIndex] (http--127.0.0.1-8080-4) Index initialized: repository\workspaces\default/index Version: 3
12:06:51,612 INFO  [org.apache.jackrabbit.core.RepositoryImpl] (http--127.0.0.1-8080-4) workspace 'default' initialized
12:06:51,617 INFO  [org.apache.jackrabbit.core.RepositoryImpl] (http--127.0.0.1-8080-4) SecurityManager = class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
12:06:51,617 INFO  [org.apache.jackrabbit.core.RepositoryImpl] (http--127.0.0.1-8080-4) initializing workspace 'security'...
12:06:51,618 INFO  [org.apache.jackrabbit.core.fs.local.LocalFileSystem] (http--127.0.0.1-8080-4) LocalFileSystem initialized at path repository\workspaces\security
12:06:51,793 INFO  [org.apache.jackrabbit.core.query.lucene.SearchIndex] (http--127.0.0.1-8080-4) Index initialized: repository\workspaces\security/index Version: 3
12:06:51,794 INFO  [org.apache.jackrabbit.core.RepositoryImpl] (http--127.0.0.1-8080-4) workspace 'security' initialized
12:06:51,795 INFO  [org.apache.jackrabbit.core.security.simple.SimpleSecurityManager] (http--127.0.0.1-8080-4) init: using Repository LoginModule configuration for Jackrabbit
12:06:51,798 INFO  [org.apache.jackrabbit.core.RepositoryImpl] (http--127.0.0.1-8080-4) Repository started (3429ms)
12:06:51,798 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-4) Transient repository initialized
12:06:51,821 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-4) Session opened
12:06:51,837 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-4) Session opened
12:06:51,841 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-5) Session opened
12:06:51,843 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-1) Session opened
12:06:51,844 INFO  [stdout] (http--127.0.0.1-8080-4) =============== session-admin-4
12:06:51,844 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-2) Session opened
12:06:51,845 INFO  [stdout] (http--127.0.0.1-8080-5) =============== session-admin-5
12:06:51,845 INFO  [stdout] (http--127.0.0.1-8080-1) =============== session-admin-6
12:06:51,846 INFO  [stdout] (http--127.0.0.1-8080-2) =============== session-admin-7
12:06:51,882 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-2) Session closed
12:06:51,884 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-5) Session closed
12:06:51,885 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-1) Session closed
12:06:51,887 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-4) Session closed
12:07:14,003 INFO  [org.drools.guvnor.server.security.DemoAuthenticator] (http--127.0.0.1-8080-1) Demo login for user (admin) succeeded.
12:07:14,078 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-1) Session opened
12:07:14,079 INFO  [stdout] (http--127.0.0.1-8080-1) =============== session-admin-8
12:07:14,084 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-1) Session closed
12:07:14,095 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-1) Session opened
12:07:14,096 INFO  [stdout] (http--127.0.0.1-8080-1) =============== session-admin-9
12:07:14,096 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-5) Session opened
12:07:14,096 INFO  [stdout] (http--127.0.0.1-8080-5) =============== session-admin-10
12:07:14,099 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-1) Session closed
12:07:14,100 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-5) Session closed
12:07:14,119 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-5) Session opened
12:07:14,120 INFO  [stdout] (http--127.0.0.1-8080-5) =============== session-admin-11
12:07:14,122 INFO  [org.apache.jackrabbit.core.TransientRepository] (http--127.0.0.1-8080-5) Session closed
</code></pre><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>A lot of sessions are created.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Anyone faces same problem?</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Regards,</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/795370#795370">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>