Bug 1115443
| Summary: | Natives fails to load after server reload when changing from java to native connector | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Martin Velas <mvelas> |
| Component: | Web | Assignee: | Rémy Maucherat <rmaucher> |
| Status: | CLOSED EOL | QA Contact: | Jan Stefl <jstefl> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.3.0 | CC: | jstefl, myarboro, pslavice |
| Target Milestone: | --- | ||
| Target Release: | EAP 6.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-08-19 12:45:47 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: | |||
|
Description
Martin Velas
2014-07-02 11:21:12 UTC
Issue is still valid for EAP 6.3.0.ER10. After looking at the code, it is a duplicate of 1115434 since the flag is only really set during bootstrap, which is the reason for both issues. Same for instance id and the default vhost actually. Looking at the code structure I am not sure how to fix it, at least moving init out of bootstrap could have unforeseen consequences. Will see ... *** Bug 1115434 has been marked as a duplicate of this bug. *** Similar behavior on other items: welcome files, mime mappings, native, instanceid, default session timeout, default virtual server. Still no idea if this can be fixed without causing serious problems, so nack for now. More precisely, all these configuration elements are only read from the config at boottime, where they are set in WebSubsystemAdd.performBoottime *** Bug 1151478 has been marked as a duplicate of this bug. *** From attached debugger to see when WebSubsystemAdd.performBoottime is called, it behaves as if the reload-required is set on the subsystem, the WebSubsystemAdd.performBoottime is called. BZ-1115434 is closed as duplicate already. |