Bug 222993

Summary: Problem parsing jdbcurl string in rhn.conf
Product: Red Hat Satellite 5 Reporter: Curtis Zinzilieta <curtisz>
Component: ServerAssignee: Jesus M. Rodriguez <jesusr>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: high    
Version: unspecifiedCC: curtisz
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: sat502 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-05-30 02:51:33 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:
Attachments:
Description Flags
java/tomcat/catalina traceback error log none

Description Curtis Zinzilieta 2007-01-17 13:24:10 UTC
Description of problem:
Attempting to setup the Satellite server to point at an Oracle RAC, rather than
a single external database.  Single instance works fine, but pointing at the RAC
node gives "Perl and Hibernate are not using the same DB" error message.

Version-Release number of selected component (if applicable):
4.0.x

How reproducible:
Always, with given connection string changes.

Steps to Reproduce:
1. Modify /etc/rhn/rhn.conf with either of these connection strings:
jdbc:oracle:thin:@(description=(address_list=(load_balance=on)(failover=on)(address=(protocol=tcp)(host=xxxxhost1)(port=1521))(address=(protocol=tcp)(host=xxxxhost2)(port=1521)))(connect_data=(service_name=xxxxsid)(failover_mode=(type=select)(method=basic))))
-or-
jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=TCP)(HOST=va2doss01.bankofamerica.com)(PORT=1526))(ADDRESS=(PROTOCOL=TCP)(HOST=va2doss02.bankofamerica.com)(PORT=1526))(CONNECT_DATA=(SERVICE_NAME=SYTST)))

2. Restart the satellite
3. Note error traceback as attached.
  
Actual results:
Error as attached log.  Unable to do anything in the Satellite GUI interface.

Expected results:
Success!

Additional info:

Comment 1 Curtis Zinzilieta 2007-01-17 13:24:10 UTC
Created attachment 145805 [details]
java/tomcat/catalina traceback error log