Bug 66923
Summary: | Oracle connection info: incorrect password = traceback | ||
---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Ben Levenson <benl> |
Component: | Server | Assignee: | Adrian Likins <alikins> |
Status: | CLOSED RAWHIDE | QA Contact: | Fanny Augustin <fmoquete> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | cturner, gafton, gdk, mihai.ibanescu, pjones |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2002-07-01 14:39:58 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: |
Description
Ben Levenson
2002-06-18 19:01:32 UTC
ditto for an incorrect hostname -- though this is probably no surprise. yup, the exceptions raised on connect failures have changed and the installer hasnt been updated to handle the new ones. Taking a look. This is still a problem: OCI_ERROR at oci_8.c:325 ORA-01017: invalid username/password; logon denied RHN 1267 2002/06/25 11:48:00: ('Connection attempt failed', 1017, 'ORA-01017: invalid username/password; logon denied') Traceback (innermost last): File "/usr/lib/python1.5/site-packages/libglade.py", line 28, in __call__ ret = apply(self.func, a) File "/mnt/cdrom/usr/sbin/satinstall", line 324, in onOracleInfoPageNext except rhnSql.sql_base.SQLConnectError, e: NameError: rhnSql But then the installer keeps on truckin along. I'm thinking that the path is not being correctly appended. Maybe in gui.py, the @CDROM_PREFIX@ not being set? My guess. Nope, typo, rhnSql does not exist, it's rhnSQL. Joe, give it a spin. I am pleased to report that this is fixed. However, the messaging for the error is: "db connect errors: <server.rhnSQL.sql_base.SQLConnectError instance at 84236b8>" Can we get this to return something more helpful? Here's the Traceback for Bret: Traceback (innermost last): File "/usr/lib/python1.5/site-packages/libglade.py", line 28, in __call__ ret = apply(self.func, a) File "/mnt/cdrom/usr/sbin/satinstall", line 688, in onSslCertInfoPageNext self.satHostname) File "/mnt/cdrom//usr/share/rhn/satinstall/satInstall.py", line 385, in genSslCerts sslCertGen.installCertRpm() File "/mnt/cdrom//usr/share/rhn/satinstall/sslCertGen.py", line 196, in installCertRpm raise satInstallErrors.RpmError(_("Failed installing packages: %s") % errors) satinstall.satInstallErrors.RpmError: RPM error. The message was: Failed installing packages: ('package rhns-ssl-cert-1.0-1 is already installed', (2, None, 0)) ('file /etc/httpd/conf/ssl.crt/server.crt from install of rhns-ssl-cert-1.0-1 conflicts with file from package rhns-ssl-cert-1.0-1', (7, '/etc/httpd/conf/ssl.crt/server.crt', 0)) ('file /etc/httpd/conf/ssl.key/server.key from install of rhns-ssl-cert-1.0-1 conflicts with file from package rhns-ssl-cert-1.0-1', (7, '/etc/httpd/conf/ssl.key/server.key', 0)) OCI_ERROR at oci_8.c:325 ORA-01017: invalid username/password; logon denied RHN 19372 2002/06/27 17:10:47: ('Connection attempt failed', 1017, 'ORA-01017: invalid username/password; logon denied') Joe, can you try with the latest code from CVS please? Very comprehensive information passed now; Closing. |