
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Centos 5.2 VM image -only ever had RPMs installed via the ant targets release/install-remote-rpms
|
|
|
This is something I've just seen : unowned files in $SFHOME/lib. The artifacts are dependent libraries of older RPMs. libraries that were replaced by newer versioned artifacts (With different numbers) in later versions.
Test
1. log in to the machine
2. run rpm -qf /opt/smartfrog/lib *.jar
Look for the string " is not owned by any package", as in:
smartfrog-velocity-3.17.005dev-1.el4
smartfrog-xml-3.17.005dev-1.el4
file /opt/smartfrog/lib/xercesImpl-2.6.2.jar is not owned by any package
smartfrog-xml-3.17.005dev-1.el4
smartfrog-xml-3.17.005dev-1.el4
smartfrog-hadoop-3.17.005dev-1.el4
file /opt/smartfrog/lib/xmlParserAPIs-2.6.2.jar is not owned by any package
we could automate a test for this.
|
|
Description
|
This is something I've just seen : unowned files in $SFHOME/lib. The artifacts are dependent libraries of older RPMs. libraries that were replaced by newer versioned artifacts (With different numbers) in later versions.
Test
1. log in to the machine
2. run rpm -qf /opt/smartfrog/lib *.jar
Look for the string " is not owned by any package", as in:
smartfrog-velocity-3.17.005dev-1.el4
smartfrog-xml-3.17.005dev-1.el4
file /opt/smartfrog/lib/xercesImpl-2.6.2.jar is not owned by any package
smartfrog-xml-3.17.005dev-1.el4
smartfrog-xml-3.17.005dev-1.el4
smartfrog-hadoop-3.17.005dev-1.el4
file /opt/smartfrog/lib/xmlParserAPIs-2.6.2.jar is not owned by any package
we could automate a test for this.
|
Show » |
|
* old JARs remain on the classpath
* strange classpath errors