Steps to reproduce
- Bring up Crowd using HSQLDB 2.3.0 (this may be reproducible with Postgres 8.4, to be confirmed).
- Set up Crowd to use an Embedded database.
- Continue through the setup process.
Expected result
Crowd setup process completes and user is presented with a login screen.
Observed result
Crowd hangs after the last screen of the setup process, and never presents the login screen. Crowd becomes unresponsive.
Workaround 1
At this point the workaround is to switch the session storage to in-memory from database storage:
Session Configuration
The in-memory storage is explained in more detail on the page linked above.
If you cannot keep crowd up long enough to access the Administration console, or crowd will simply not finish starting up, follow these steps to modify the value directly in the database:
- Shutdown crowd - ensure the pid is stopped
- Perform a database backup
- Connect to the database
- Execute this sql:
update cwd_property set property_value='false' where property_name='database.token.storage.enabled';
- Restart Crowd
- Validate the session storage is now in-memory by Navigating to Administration > Session Config
Workaround 2
If workaround 1 does not help, you may try this. However, please note that performing this workaround will force users to login again.
- Shutdown crowd - ensure the pid is stopped
- Perform a database backup
- Connect to the database
- Execute this sql:
delete from cwd_token;
- Restart Crowd
- Validate the session storage is now in-memory by Navigating to Administration > Session Config
- causes
-
CWD-3768 A failure in a single DB connection causes deadlock in Crowd
- Closed
- relates to
-
CWD-3482 Upgrade to H2 for evaluation and tests
- Under Consideration
- was split from
-
CWD-3692 Crowd freezes under heavy load
- Closed
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
- requirement of
-
ADM-50903 Loading...