meydrew / otroslogviewer

Automatically exported from code.google.com/p/otroslogviewer
0 stars 0 forks source link

Spurious error messages when opening some log files #332

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I often get this error pop-up when doing the tail-multiple open:

java.lang.ArrayIndexOutOfBounds Excepcion: 0 >- 0
    at javga.util.Vector.removeElementAt
    at javax.swing.table.DefaultTableColumnModel.remoeColumn
    at javax.swing.JTable.createDefaultColumnsFromModel
    at javax.swing.JTable.tableChanged
    at javax.swing>JTable.setModel
    at pl.otros.logview.gui.actions.TailLogActionListener$2.run(TailLogtActionListener.java:128)
    at java.lang.Thread.run

It doesn't happen all the time.  I haven't yet figured out the conditions that 
trigger this.  Could be that it happens only when I already had another view 
tab open.  The problem is not with 0-length log files because it happens when 
all files have valid content.

The spurious pop-up does not seem to prevent anything from working correctly.

Original issue reported on code.google.com by blaine.s...@admc.com on 18 Feb 2015 at 5:57