RamadhanAmizudin / fimap

Automatically exported from code.google.com/p/fimap
1 stars 1 forks source link

crash #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On which URL this error occures? (Important!)
http://www.ebookee.net/Mpls-Books-Include-Traffic-Shaping-Small-Book_33602.html

Which version of fimap you are using? (You can see that in the very first
line)
fimap v.08.1

On what operating system?
Ubuntu 9.04 \n \l

Please provide any additional information below.
========= CONGRATULATIONS! =========
You have just found a bug!
If you are cool, send the following stacktrace to the bugtracker on 
http://fimap.googlecode.com/
Please also provide the URL where fimap crashed.
Push enter to see the stacktrace...
cut here %<--------------------------------------------------------------
Exception: no element found: line 1, column 0
Traceback (most recent call last):
  File "./fimap", line 516, in <module>
    g.startGoogleScan()
  File "/dev/shm/a/fimap_alpha_v08.1/googleScan.py", line 94, in startGoogleScan
    single.scan()
  File "/dev/shm/a/fimap_alpha_v08.1/singleScan.py", line 43, in scan
    t = targetScanner(self.config)
  File "/dev/shm/a/fimap_alpha_v08.1/baseClass.py", line 78, in __init__
    self.__init_xmlresult()
  File "/dev/shm/a/fimap_alpha_v08.1/baseClass.py", line 83, in __init_xmlresult
    self.XML_Result = xml.dom.minidom.parse(xmlfile)
  File "/usr/lib/python2.6/xml/dom/minidom.py", line 1918, in parse
    return expatbuilder.parse(file)
  File "/usr/lib/python2.6/xml/dom/expatbuilder.py", line 924, in parse
    result = builder.parseFile(fp)
  File "/usr/lib/python2.6/xml/dom/expatbuilder.py", line 211, in parseFile
    parser.Parse("", True)
xml.parsers.expat.ExpatError: no element found: line 1, column 0

Original issue reported on code.google.com by acidore...@gmail.com on 27 Jul 2010 at 7:20

GoogleCodeExporter commented 9 years ago
Hi acidorevol,

I have seen this error is reported very often.
Can you please take a look and see if your ~/fimap_result.xml file is empty?
If yes: Do you have started multiple instances of fimap?

Thank you.

Original comment by fimap....@gmail.com on 28 Jul 2010 at 9:32

GoogleCodeExporter commented 9 years ago
I have implemented a lockfile system into the new SVN version.
I hope the problem is history. :)

-imax.

Original comment by fimap....@gmail.com on 15 Sep 2010 at 6:56