[email protected] wrote: % > % [root@old-neon ~]# % > % % > % not sure if its related, but when I try to get the details on this system via the webpage @ % > % /rhn/systems/details/Overview.do?sid=1000010020 % > % % > % (ive verified that 1000010020 is the correct ID. % > % I get the dreaded ISE % > % % > % The server experienced a problem which prevented your request from being filled out. It may not be possible to execute this action at this time. % > % % > % Please help us correct this problem by contacting us with details of how you received this message. % > % % > % suggestions? % > % > Are there any related errors in /var/log/httpd/error_log, % > /var/log/httpd/ssl_error_log or /var/log/tomcat*/catalina.out? % % here is the info from catalina.out.. I saw errors in httpd, but not at the time i got the ISE so i didnt paste them % % % 2011-05-03 17:51:53,839 [TP-Processor1] ERROR com.redhat.rhn.common.db.datasource.CachedStatement - Error while processing cached statement sql: % SELECT COUNT(pn.id) AS COUNT % FROM rhnPackageName PN, % ( % SELECT SOP.package_name_id AS name_id, MAX(PE.evr) evr % FROM rhnPackageEVR PE, rhnServerOutdatedPackages SOP % WHERE SOP.server_id = ? % AND SOP.package_evr_id = PE.id % GROUP BY SOP.package_name_id % ) full_list % WHERE full_list.name_id = PN.id % com.redhat.rhn.common.db.WrappedSQLException: ORA-03113: end-of-file on communication channel
ORA-03113 most likely means the oracle database session died in the middle of processing. More detail should be found in oracle's alert_*.log file. Regards, -- Michael Mráka Satellite Engineering, Red Hat _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
