Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 658926
Summary: | org.apache.commons.lang class not found on F13 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] Dogtag Certificate System | Reporter: | John Dennis <jdennis> | ||||||
Component: | Installer (pkicreate/pkiremove) | Assignee: | Matthew Harmsen <mharmsen> | ||||||
Status: | CLOSED EOL | QA Contact: | Ben Levenson <benl> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | unspecified | CC: | alee, jgalipea | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2020-03-27 18:33:30 UTC | Type: | --- | ||||||
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: | |||||||||
Bug Blocks: | 541012 | ||||||||
Attachments: |
|
Description
John Dennis
2010-12-01 16:24:49 UTC
Created attachment 464046 [details]
Eliminated explicit jar management, use common classloader path
Created attachment 464425 [details]
fix link creation in pkicreate
Fix symbolic links to jars
jakarta-commons-lang.jar is needed by velocity, add that link in
WEB-INF/lib. This dependency first appeared in F13.
We had been providing a link to jakarta-commons-collections.jar in
$pki_instance/common/lib but that link is not necessary since tomcat6
already provide jakarta-commons-collections.jar. So remove the
superfluous link creation, it isn't needed.
Note, we don't have consensus yet on how to address jar dependencies so this patch should be applied now, it's consistent with how we've been doing things. The previous patch was just a demonstration example of an alternative approach. This is the patch which needs to be applied so the tip works on F13.
Sending base/setup/pkicreate Transmitting file data . Committed revision 1602. |