Bug 900273
Summary: | mod_jk is unable to handle space after equal '=' sign in uriworkermap.properties where worker name includes a hyphen '-' | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Web Server 2 | Reporter: | Lami Akagwu <lakagwu> |
Component: | mod_jk | Assignee: | Permaine Cheung <pcheung> |
Status: | CLOSED EOL | QA Contact: | Jan Onderka <jonderka> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 2.0.0 | CC: | jawilson, jclere, jpallich, jstefl, lakagwu, lfuka, mbabacek, mturk, myarboro, pslavice, rsvoboda |
Target Milestone: | DR01 | ||
Target Release: | 2.1.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://jira.jboss.org/jira/browse/JBEWS-326 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Known Issue | |
Doc Text: |
In JBoss Enterprise Web Server, when a worker name includes the <literal>-</literal> character and a space is added after the <literal>=</literal> character in the <filename>uriworkermaps.properties</filename> file, the following error appears in the mod_jk logs:
<screen>[25736:139832971024352] [error] uri_worker_map_ext::jk_uri_worker_map.c (506): Could not find worker with name jk-stauus in uri map post processing. [25736:139832971024352] [error] uri_worker_map_ext::jk_uri_worker_map.c (506): Could not find worker with name jk-stauus in uri map post processing.</screen>
This is a known issue in JBoss Enterprise Web Server 3.0. A workaround for this issue is to remove the space after the <literal>=</literal> sign. Therefore, <literal>/jk-status|/* = jk-status</literal> is changed to <literal>/jk-status|/* =jk-status</literal>.
|
Story Points: | --- |
Clone Of: | JBEWS-326 | Environment: |
RHEL 6
Reproduced on 2.6.32-131.0.15.el6.x86_64
|
Last Closed: | 2019-06-13 08:16:42 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1342071 | ||
Bug Blocks: | 1363639 |
Description
Lami Akagwu
2012-04-20 09:16:14 UTC
Hi Mladen, can you please take a look? Thanks! Updating Fix Version for tracking purpose. In the error log I see 'jk-stauus' not jk-status. Could it be config typo? So I thought initially, but adding the space after the equal sign appears to replicate the problem. /jk-status|/* = jk-status But without spaces it works? If so, I see no reason why would this be a major issue. I can check the code, but that's minor and irrelevant stuff. The workaround is noted, but it would be good to have this addressed at some point to have a pointer alerting the user of the root cause. Adjusting severity Sure, I'll put that on my TODO list. We'll probably fix that with the next mod_jk release in the upstream. I'll see what it'll take to apply a patch for the next jboss-eap-native-webserver-connectors.zip Then we can see if we need to apply it to EWS1 BTW, could you check with the latest upstream release if the same issue is present there as well. If it its, could you create ASF bugzilla issue so we have that connected with upstream fixes? Some other developer might have more free time then I, so the fix could actually appear more promptly :) Docs QE Status: Removed: NEW Lami, have you got a chance to check upstream version and file the BZ if needed? Assigning to Weinan to follow up on this in next EWS release. not yet fixed upstream. BTW: There is a BZ upstream yet. @Jan Stefl: Does this affect contemporary mod_jk releases, i.e. EAP 6.4+, JWS 3+ or it is merely an outdated Bugzilla? I did the verification over EAP 6.4.0.GA and JWS 3.0.0.GA and the problem does not manifest any more. Apparently, needs backporting from EAP 6.4.0 mod_jk's branch and/or from JWS 3.0.0 branch? If it's not pertinent to EWS 2.1.x, pls, close. Hello, I was trying to reproduce this issue, but every time it was able to resolve worker. It was tested with EWS 2.0, 2.1 and JWS 3.0. Can anybody give any information? Can you please provide me failing binaries or artifacts or addition information? I am not able to reproduce it with our products mentioned above. |