On a freshly created server, I added one
channel and tried to download a show from
fxpal and it dies trying to download the Mpeg
file with an array out of bounds error. If I
create a second channel, it starts the
download properly.
Hmm, it works for me. How are you downloading the file, by
dragging and dropping the show, double-clicking it,
right-clicking for the popup menu, or chosing the Show menu?
Jim.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I first created a channel "Dennis' TiVo Channel".
I then download/browse to fxpal. I then selected the
show sun vision. I then went to the show tag and selected
the first option.
Here is the debug output:
java.lang.ArrayIndexOutOfBoundsException: Array index out
of range: 1
at java.util.Vector.get(Vector.java:713)
at
SortableTableModel.getValueAt(SortableTableModel.java:69)
at javax.swing.JTable.getValueAt(JTable.java:1759)
at
javax.swing.JTable.prepareRenderer(JTable.java:3675)
at
javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:1149)
at
javax.swing.plaf.basic.BasicTableUI.paintCells(BasicTableUI.java:1051
)
at
javax.swing.plaf.basic.BasicTableUI.paint(BasicTableUI.java:974)
at
javax.swing.plaf.ComponentUI.update(ComponentUI.java:142)
at
javax.swing.JComponent.paintComponent(JComponent.java:537)
at
javax.swing.JComponent.paint(JComponent.java:804)
at
javax.swing.JComponent.paintChildren(JComponent.java:643)
at
javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4742)
at
javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4688)
at
javax.swing.JComponent._paintImmediately(JComponent.java:4632)
at
javax.swing.JComponent.paintImmediately(JComponent.java:4464)
at
javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:404)
at
javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(System
EventQueueUtilities.java:117)
at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at
java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:190)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:144)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
at
java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the error report. I've tried to recreate the
error as well but but haven't been able to. It would be a
great help if you could list the steps (in more detail)
that make this error happen. e.g. how you download (right-
click menu, double-click, drag...), and so on.
Thanks
Jonathan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It appears that adding a second channel is not
the fix. It appears to be an issue with the
update of the download screen and completion of
ndx download at the same time. It always happens
after the 'Downloaded into importdir'. I can
only reproduce the error part of the time.
System: j2sdk1.4.0 Linux 2.4.8 Pentium 133 128MB
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=503846
Hmm, it works for me. How are you downloading the file, by
dragging and dropping the show, double-clicking it,
right-clicking for the popup menu, or chosing the Show menu?
Jim.
Logged In: NO
I first created a channel "Dennis' TiVo Channel".
I then download/browse to fxpal. I then selected the
show sun vision. I then went to the show tag and selected
the first option.
Here is the debug output:
java.lang.ArrayIndexOutOfBoundsException: Array index out
of range: 1
at java.util.Vector.get(Vector.java:713)
at
SortableTableModel.getValueAt(SortableTableModel.java:69)
at javax.swing.JTable.getValueAt(JTable.java:1759)
at
javax.swing.JTable.prepareRenderer(JTable.java:3675)
at
javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:1149)
at
javax.swing.plaf.basic.BasicTableUI.paintCells(BasicTableUI.java:1051
)
at
javax.swing.plaf.basic.BasicTableUI.paint(BasicTableUI.java:974)
at
javax.swing.plaf.ComponentUI.update(ComponentUI.java:142)
at
javax.swing.JComponent.paintComponent(JComponent.java:537)
at
javax.swing.JComponent.paint(JComponent.java:804)
at
javax.swing.JComponent.paintChildren(JComponent.java:643)
at
javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4742)
at
javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4688)
at
javax.swing.JComponent._paintImmediately(JComponent.java:4632)
at
javax.swing.JComponent.paintImmediately(JComponent.java:4464)
at
javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:404)
at
javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(System
EventQueueUtilities.java:117)
at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at
java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:190)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:144)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
at
java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
Logged In: YES
user_id=445492
Hi,
Thanks for the error report. I've tried to recreate the
error as well but but haven't been able to. It would be a
great help if you could list the steps (in more detail)
that make this error happen. e.g. how you download (right-
click menu, double-click, drag...), and so on.
Thanks
Jonathan
Logged In: NO
It appears that adding a second channel is not
the fix. It appears to be an issue with the
update of the download screen and completion of
ndx download at the same time. It always happens
after the 'Downloaded into importdir'. I can
only reproduce the error part of the time.
System: j2sdk1.4.0 Linux 2.4.8 Pentium 133 128MB