Bug 900079 (JBPAPP6-405)
| Summary: | Fix native loader | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Mladen Turk <mturk> | ||||
| Component: | unspecified | Assignee: | Jean-Frederic Clere <jfclere> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 6.0.0 | CC: | atangrin, dimitris, jfclere, mbabacek, mturk, vtunka | ||||
| Target Milestone: | --- | ||||||
| Target Release: | EAP 6.0.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | http://jira.jboss.org/jira/browse/JBPAPP6-405 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: |
All os's
|
|||||
| Last Closed: | 2012-11-19 12:57:27 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: | |||||||
| Attachments: |
|
||||||
|
Description
Mladen Turk
2012-03-22 08:27:03 UTC
Patch that fixes the issues Attachment: Added: fixloader.patch Here is the svn commit that disabled loading dynamically linked libraries from jboss-modules http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossweb/trunk/java/org/apache/tomcat/jni/Library.properties?r1=1782&r2=1891 the windows.0=*tcnative-1.dll is broken twice 1. It shouldn't have .dll extension (handled by jboss-modules) 2. All other entirs are removed so we cannot load dependencies any more thus later loading libtcnative-1 fails Please add affects version. Thanks. Patch that fixes windows impl only Attachment: Added: fixwinloader.patch fixed by r2006 Release Notes Text: Added: Fix Windows loader logic. the fix will be in jbossweb-7.0.14 Attachment: Removed: fixloader.patch Affects Testing: Removed: Regression Release Notes Text: Removed: Fix Windows loader logic. Docs QE Status: Removed: NEW Loading natives worked with 6.0.1 release, so I am closing this old jira. |