Exception Handler Information Traceback (most recent call last): <snip> self.backend.lookupSourceRPMs(self.sourceRPMs) File "/usr/share/rhn/server/importlib/backend.py", line 377, in lookupSourceRPMs self.__processHash('rhnSourceRPM', 'name', hash) File "/usr/share/rhn/server/importlib/backend.py", line 953, in __processHash h.executemany(id=ids, value=values) File "/usr/share/rhn/server/rhnSQL/int_oracle.py", line 103, in executemany return apply(self._execute_wrapper, (self._executemany, ) + p, kw) File "/usr/share/rhn/server/rhnSQL/int_oracle.py", line 132, in _execute_wrapper raise apply(sql_base.SQLError, ret) SQLError: (1401, 'ORA-01401: inserted value too large for columnn', 'insert into rhnSourceRPM (id, name) values (:id, :value)') The sql table looks as such: SQL> desc rhnSourceRPM Name Null? Type ----------------------------------------- -------- ID NOT NULL NUMBER NAME NOT NULL VARCHAR2(128) Please increase the maximum values for this and other tables in RHN that deal with RPM names. How reproducible: Always. Steps to Reproduce: 1. rhn_push a package with a name larger then 128 characters. 2. 3. Actual results: Raises exception ^^ Expected results: Should just work. Additional info:
Increased the 'name' column in rhnSourceRPM and rhnPackageName tables to 256. Not knowing how much larger this needs to be, I just doubled it. git commit: 95c6226..f5c803d
*** Bug 480252 has been marked as a duplicate of this bug. ***
Spacewalk 0.5 released.
Spacewalk 0.5 has been released for long time ago.