Bug 78967 - updating transaction info causes a ISE on rhnapp
Summary: updating transaction info causes a ISE on rhnapp
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Network
Classification: Retired
Component: RHN/Backend
Version: RHN Stable
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bret McMillan
QA Contact: Red Hat Satellite QA List
URL:
Whiteboard:
Depends On:
Blocks: 77359 77958
TreeView+ depends on / blocked
 
Reported: 2002-12-04 00:14 UTC by Adrian Likins
Modified: 2007-04-18 16:48 UTC (History)
4 users (show)

Fixed In Version: RHN 2.x
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-03-02 00:01:17 UTC
Embargoed:


Attachments (Terms of Use)

Description Adrian Likins 2002-12-04 00:14:49 UTC
Pointing current errata candidate up2date client at webdev, when
I attempt to update a transaction list, I get:

note that this package was installed, removed, installed, removed,
etc a couple of times. 



Exception Handler Information
Traceback (innermost last):
  File "/var/www/rhns/server/apacheRequest.py", line 96, in call_function
    response = apply(func, params)
  File "/var/www/rhns/server/handlers/xmlrpc/registration.py", line 446, in
update_transactions
    rhnServer.add_transactions(server, timestamp, transactions_hash)
  File "/var/www/rhns/server/rhnServer/server_transactions.py", line 129, in
add_transactions
    delete_transactions(deleted_transactions)
  File "/var/www/rhns/server/rhnServer/server_transactions.py", line 262, in
delete_transactions
    return h.execute(id=arr)
  File "/var/www/rhns/server/rhnSQL/_intOracle.py", line 63, in execute
    raise apply(sql_base.SQLError, tuple(e.args))
SQLError: (2292, 'ORA-02292: integrity constraint (RHN.RHN_TRANSELEM_TID_FK)
violated - child record
+found\012', {'SQL': 'delete from rhnTransaction where id = :id', 'Params':
[(':id', [111])]})

Comment 1 Mihai Ibanescu 2002-12-09 19:25:45 UTC
Fixed before bug #79179 was found.


Note You need to log in before you can comment on or make changes to this bug.