Hi All
Well - I tried to analzye logs from my server, and I have a problem. My log files have 169,5 MB and 599 MB. I use command:
python FLA.py -Ff u logname.log
Command line runs with administrator privileges.
Unfortunatelly - I receive a message:
Writing FL-fzs-2012.log\FL-User\fl-user---.log...
Traceback (most recent call last):
File "FLA.py", line 41, in <module>
FLACore.main(sys.argv)
File "C:\temp\FLACore.py", line 2097, in main
processAndExecute(argv,nextArg)
File "C:\temp\FLACore.py", line 1991, in processAndExecute
writeLog(loginInst,discInst)
File "C:\temp\FLACore.py", line 1879, in writeLog
generatedLine,changeData,isMessage = generateOutput(line,prevLine)
File "C:\temp\FLACore.py", line 1696, in generateOutput
(m,p,d,t,f,u,i,a) = FLAmodule.getOriginalLine(toWrite)
File "C:\temp\FLAmodule.py", line 193, in getOriginalLine
(m,p,d,t,f,u,i,a) = _parseOriginal(line)
File "C:\temp\FLAmodule.py", line 156, in _parseOriginal
a = _parseAction(G.nextIndex, fline) #action
File "C:\temp\FLAmodule.py", line 68, in _parseAction
if fline[i+1] == "\n":
IndexError: list index out of range
I've tested this tool under Windows XP Professional ENG SP3 (with newer updates) and 32-bit Python 2.5.7 and under Windows 7 Ultimate x64 with 64-bit Python 2.5.7 installed.
I don't know what causes this errors, byt analyzer stops before checking the whole log file.
