Bug 236819

Summary: Exception Occured
Product: [Fedora] Fedora Reporter: Arthur Kriewald <akriewal>
Component: yumexAssignee: Tim Lauridsen <tim.lauridsen>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-06-12 12:03:13 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
This is the crash report
none
yum test python script
none
PDF containing script output none

Description Arthur Kriewald 2007-04-17 19:47:22 UTC
Description of problem:
upon launching yumex, a Exception Occured message comes up. This happened after
I compiled a new release of snort (Snort 2.6.1.4)

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


How reproducible:
Reproduce everytime.

Steps to Reproduce:
1.Application Menu
2.System tools
3.Yumex
  
Actual results:


Expected results:


Additional info:

Comment 1 Arthur Kriewald 2007-04-17 19:47:22 UTC
Created attachment 152849 [details]
This is the crash report

Comment 2 Tim Lauridsen 2007-04-18 06:45:31 UTC
This trace generated by pirut, not yumex, but you will get the same error in
yumex,yum & other tools using the yum API.
It look like there is some kind of problem with sqlite.
Try running the attach file with 'python test-yum.py' and paste the output

Comment 3 Tim Lauridsen 2007-04-18 06:46:34 UTC
Created attachment 152873 [details]
yum test python script

Comment 4 Arthur Kriewald 2007-04-18 14:36:37 UTC
Created attachment 152910 [details]
PDF containing script output

This is the ouput of the test script.

Comment 5 Dawid Zamirski 2007-04-24 14:33:28 UTC
What do you get if you run the following:
rpm -qa | grep -i sqlite

It should show at least these two:
sqlite-3.3.6-2
python-sqlite-1.1.7-1.2.1

If you have them installed already, try to remove and install again using rpm.

Comment 6 Tim Lauridsen 2007-06-12 07:11:23 UTC
Does it work now 

Comment 7 Arthur Kriewald 2007-06-12 11:18:22 UTC
sorry for the delay, I thought I had already replied to this. Yes, removing and 
reinstalling sqlite did fix this problem. This was a test machine in a R&D 
environment and has since been removed, but your advice did fix my problem. 
thanks again for all of your advice and patience.