Posted: Fri Apr 02, 2021 3:41 pm Post subject: Http Server Plugin Issue
Centurion
Joined: 10 Oct 2014 Posts: 102
Hi
We have a deployed web application on IBM Http Web Server and WebSphere Application Server, users' requests come in through F5, so the flow will be like: User request -> F5 -> Web Server -> App server.
We have issue when user make request from browser:
1. From browser the error messages showed as:
This page isn’t working
ABCstag redirected you too many times.
Try clearing your cookies.ERR_TOO_MANY_REDIRECTS
Note: ABCstag is the alias name defined in Virtual Host for that application in WebApplication Server
2. From Plugin log, the messages show:
[02/Apr/2021:16:50:16.31890] 00f600a0 0000191a - ERROR: ws_common: websphereUpdateConfig: Failed to stat plugin config file: /app_vendor/IBM/WebSphere/Plugins/config/les_web1/plugin-cfg.xml
[02/Apr/2021:16:50:16.31893] 00f600a0 0000191a - ERROR: ws_common: websphereShouldHandleRequest: Config reloading FAILED; using old config
[02/Apr/2021:16:50:16.31894] 00f600a0 0000191a - DETAIL: ws_common: websphereShouldHandleRequest: trying to match a route for: vhost='ABCstg'; uri='/mps2web'
[02/Apr/2021:16:50:16.31896] 00f600a0 0000191a - DEBUG: ws_common: websphereShouldHandleRequest: NOT config->odrEnabled(reqInfo(10944ca8))
[02/Apr/2021:16:50:16.31897] 00f600a0 0000191a - TRACE: ws_common: webspherePortNumberForMatching: Using logical.
[02/Apr/2021:16:50:16.31898] 00f600a0 0000191a - TRACE: ws_common: websphereVhostMatch: Comparing '*:9446' to 'ABCstg:80' in VhostGroup: surveillance_host
[02/Apr/2021:16:50:16.31899] 00f600a0 0000191a - TRACE: ws_common: websphereVhostMatch: Comparing '*:9083' to 'ABCstg:80' in VhostGroup: surveillance_host
[02/Apr/2021:16:50:16.31900] 00f600a0 0000191a - TRACE: ws_common: websphereVhostMatch: Comparing '*:443' to 'ABCstg:80' in VhostGroup: surveillance_host
[02/Apr/2021:16:50:16.31901] 00f600a0 0000191a - TRACE: ws_common: websphereVhostMatch: Comparing '*:80' to 'ABCstg:80' in VhostGroup: surveillance_host
[02/Apr/2021:16:50:16.31902] 00f600a0 0000191a - TRACE: ws_common: websphereVhostMatch: Found a match '*:80' to 'ABCstg:80' in VhostGroup: surveillance_host with score 1, exact match 0
.......
.......
We stuck at "Failed to stat plugin config file", what does it really mean?
When we restart Http Web Server, we didn't see this error message, it popup only when user try to access the application from browser.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum