[FOSSology] Job fails at license (fossology 1.3.0)

2011-03-16 Thread ?? ??
Hello. I'm Kazuo Tsunemine. It might be reported similar problem posted by Mr.Bob Grobeile already. When I have tried to scan 'apache_1.3.41.tar.gz2', fossology failed running license job with following message in /var/log/fossology. DEBUG[13]: ERROR:DBaccess(7) ERROR: DEBUG[13]: license_7

Re: [FOSSology] Job fails at license (fossology 1.3.0)

2011-03-16 Thread Bob Gobeille
Hi Kazuo, This error confuses me since it says you are violating a unique key constraint in a select. Normally you would only see an error like this when you are trying to do an insert or update. I was hoping to reproduce the problem, but could not:

Re: [FOSSology] Job fails at license (fossology 1.3.0)

2011-03-16 Thread ?? ??
Hi Bob. I sent following command by pgAdmin3 SELECT DISTINCT(Akey), A,Size FROM license_7 INNNER JOIN agent_lic_status ON agent_lic_status.pfile_fk = Akey WHERE agent_lic_status.inrepository IS TRUE AND agent_lic_status.processed IS NOT TRUE ORDER BY Size DESC LIMIT 5000; fossology database