Re: classpath problem since latest nightly upgrades
Dennis Gregorovic <[email protected]> Mon, 17 May 2004 15:41:54 -0400
| Newsgroups | gmane.linux.redhat.ccm.general |
|---|---|
| Message-ID | <[email protected]> |
I'm not sure why the RPM upgrading is causing those CLASSPATH problems. However, here are a few debugging tips: * use rpm -Uvvh. The extra 'v' will cause it to output the action of the %pre and %post scriptlets. This is where the symlinks are set, so if something is going wrong, it should show up there. * run ccm --verbose load to see the CLASSPATH it uses. This should basically contain the entries from /etc/ccm/ccm.classpath. Note that /etc/ccm/ccm.classpath does not use the symlink names (e.g. it has /usr/share/java/ccm-core-6.1.0.AUTO.41915.jar on my machine instead of /usr/share/java/ccm-core-6.1.0.jar). So, the fact that ccm load isn't finding a class indicates that something else beside the symlinks is screwy. -- Dennis -- Redhat-ccm-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/redhat-ccm-list Archives: https://www.redhat.com/pipermail/redhat-ccm-list/