Description of problem: Failed to save properties and fully deploy - RHQ Server will not function properly Cause: java.sql.SQLException:Failed to create table [RHQ_ALERT_NOTIF_LOG] [ErrorCode=[910]; SQLState=[42000]; Message=[ORA-00910: specified length too long for its datatype ] Version-Release number of selected component (if applicable): 3.0.0.B03 How reproducible: Install B03 on Oracle
Fixed in b9e910b
QA is uncertain regarding the reproducer for this bug... Heiko, could you clarify?
The table definition for alert_notification_log contained 2 columns that were defined as varchar2(4096), but Oracle only groks 4000 bytes. So server startup after install of/upgrade to 3.0.0.B03 on oracle failed. QA needs to make sure the 3.0.0.b04 build can successfully be deployed against oracle (and Postgres of course)
The table definition for alert_notification_log contained 2 columns that were defined as varchar2(4096), but Oracle only groks 4000 bytes. So server startup after install of/upgrade to 3.0.0.B03 on oracle failed. QA needs to make sure the 3.0.0.b04 build can successfully be deployed against oracle (and Postgres of course) Also have a look at http://community.jboss.org/message/529884#529884 for the original issue.
qa -> sdharane
blocked by https://bugzilla.redhat.com/show_bug.cgi?id=580042
Verified on JON build #88 - Revision: 10607 RHQ Server installed on Oracle 10g and 11g without java.sql.SQLException
Mass-closure of verified bugs against JON.