On Mon, Dec 06, 2010 at 09:46:51AM -0500, Scott Rakow wrote: > Lukas and Michael, > Thanks for your replays. I was able to get rid all the errors. Then after > one other change, get the web page to come up. One was to remove the > jspapi.jar in the /usr/share/tomcat5/webapps/rhn/WEB-INF/lib dir (which was > a soft link to the same file else where. There seems to be many links, some > of which are links to links to links, which seems a bit inefficient and > confusing). The other was to change the permissions in the > /usr/share/tomcat5/conf file. > > This got rid of the errors, but the web page still would give the "Not > Available" message. What looks to have fixed this was to change the > following line in the /etc/rhn/rhn.conf file > > > hibernate.connection.driver_proto=jdbc:oracle:oci > to > hibernate.connection.driver_proto=jdbc:oracle:thin
I really recommend not using the thin driver because that's not what the Spacewalk team uses when developing and testing Spacewalk. There has to be a way to fix the issue you see even with the OCI driver. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
