Hide Forgot
Created attachment 802066 [details] standalone-ha Description of problem: BAS010213: Cannot acquire lock default-host Version-Release number of selected component (if applicable): Redhat EAP 6.1.1 How reproducible: every time Steps to Reproduce: setup a mod_jk loadbalance setup using standalone-ha configuration enable session replication in the application the first time the request is processes correctly in second or subsequent times the session lock happens this is supposedly fixed as per https://bugzilla.redhat.com/show_bug.cgi?id=900204 but its still happening resulting in session replication not to be used and application is not usable Actual results: Session locking happens Expected results: Sesssion lock should not happen Additional info: attached my standalone-ha file for reference
Got this issue fixed by placing jboss-web.xml in web.xml, it would be good if this is updated in the documentation.
What i meant was, got this issue fixed by placing jboss-web.xml in web-inf folder, it would be good if this is updated in the documentation.
Do you have a stack trace?
(In reply to Paul Ferraro from comment #4) > Do you have a stack trace? Its been a long time since this issue happened I didn't keep the trace. The issue got resolved by placing jboss-web.xml in web-inf folder, if you still want the trace its the same as in the original defect (https://bugzilla.redhat.com/show_bug.cgi?id=900204) my request is to update the docs so that its easier to solve