java.lang.StackOverflowError

i m having a jtable...in one of the column i have put a jcombobox filled in with the items...... wen i scroll this jcombo box from top to bottom and i dont select anything out of it and i click to the next row... i m getting this

java.lanag.stackoverflow error

at javax.swing.SwingUtilities.getAccessibleStateSet(Unknown Source)

at javax.swing.DefaultPopupFactory$WindowPopup$AccessibleWindowPopup.getAccessibleStateSet(Unknown Source)

can any one pls guide me regarding this.........

[516 byte] By [ms_chaitraa] at [2007-11-26 18:40:16]
# 1
Might be useful if you posted the whole stack trace...
itchyscratchya at 2007-7-9 6:14:18 > top of Java-index,Desktop,Core GUI APIs...
# 2
i m getting only the last lines repeatedly.........
ms_chaitraa at 2007-7-9 6:14:18 > top of Java-index,Desktop,Core GUI APIs...
# 3
Known (fixed) bug. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4411921Why are you still using a version older than 1.3.1? :o)
itchyscratchya at 2007-7-9 6:14:18 > top of Java-index,Desktop,Core GUI APIs...
# 4
hey i went thru the link which u have sent but there is nothing to fix that one.. i didnt understood... can u explain it... u know wat is this swingutilities.invokelater() method...
ms_chaitraa at 2007-7-9 6:14:18 > top of Java-index,Desktop,Core GUI APIs...
# 5
there is nothing to fix that oneUse a JRE version 1.3.1 or later.
itchyscratchya at 2007-7-9 6:14:18 > top of Java-index,Desktop,Core GUI APIs...
# 6
i m already using jdk1.3.1_11
ms_chaitraa at 2007-7-9 6:14:18 > top of Java-index,Desktop,Core GUI APIs...
# 7
Why so old? 1.3 is unsupported. Even 1.4 will be unsupported before long.
itchyscratchya at 2007-7-9 6:14:18 > top of Java-index,Desktop,Core GUI APIs...
# 8
even then it wont allow if we change the version it wont work...........
ms_chaitraa at 2007-7-9 6:14:18 > top of Java-index,Desktop,Core GUI APIs...