Bug 67102

Summary: traceback while configuring oracle connection
Product: Red Hat Satellite 5 Reporter: Ben Levenson <benl>
Component: ServerAssignee: Adrian Likins <alikins>
Status: CLOSED CURRENTRELEASE QA Contact: Fanny Augustin <fmoquete>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: 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-06-21 15:23:06 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-20 00:55:40 UTC
Description of Problem:
The following traceback occurs while configuring the oracle connection.
( user: rhn_train_2 / SID: rhnsat / hostname: filth2.webdev-colo.redhat.com /
 port: 1521 / <X> Empty tablespace )

<snip>

rhnsat =
  (DESCRIPTION =
     (ADDRESS_LIST =
       (ADDRESS = (PROTOCOL = TCP)(HOST = filth2.webdev-colo.redhat.com)(PORT =
1521))
     )
     (CONNECT_DATA =
        (SID = rhnsat)
     )
  )

NO ERRORS WERE FOUND
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 382, in onOracleInfoPageNext
    datahash = {'traceback_email': self.satAdminEmail,
AttributeError: proxyUrl

installer proceeds to "SSL Certificate Info" screen after traceback, but
none of the http configuration is completed.

Comment 1 Adrian Likins 2002-06-20 18:15:12 UTC
I assume this was with an installer run with no proxy information
configured?

If thats the case, should be fixed in cvs in a moment.

Comment 2 Adrian Likins 2002-06-20 18:16:34 UTC
*** Bug 67101 has been marked as a duplicate of this bug. ***

Comment 3 Ben Levenson 2002-06-20 23:13:09 UTC
correct - no proxy configuration.

Comment 4 Josef Komenda 2002-06-24 14:12:18 UTC
Fixed in latest Satellite installer build, Closing.