On 25/01/2010 11:45, gpub wrote:
Hi All
PLEASE SUGGEST WHAT to take the edit heap size for 0.99 GB RAM in bat file
set HEAP=-Xms512m -Xmx512m (Any changes required )
Set NEW=-XX:NewSize=256m -XX:MaxNewSize=512m (Any changes required )
set PERM=-XX:PermSize=64m -XX:MaxPermSize=64m (Any changes required )
The errors below don't look like memory errors to me. Why do you think
this is a memory problem?
Do you have any unusual UI elements? It looks to me like there's a
problem rendering some table for display...
Ronan
regards
GP
gpub wrote:
hi all,
this is kinda urgent as i have edited my bat file to below status
set HEAP=-Xms512m -Xmx512m
Set NEW=-XX:NewSize=256m -XX:MaxNewSize=512m
and when do recording i gets out of bound error exception as below
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.RangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at
org.apache.jorphan.gui.ObjectTableModel.getValueAt(ObjectTableModel.j
ava:157)
at javax.swing.JTable.getValueAt(Unknown Source)
at javax.swing.JTable.prepareRenderer(Unknown Source)
at javax.swing.plaf.basic.BasicTableUI.paintCell(Unknown Source)
at javax.swing.plaf.basic.BasicTableUI.paintCells(Unknown Source)
at javax.swing.plaf.basic.BasicTableUI.paint(Unknown Source)
at javax.swing.plaf.ComponentUI.update(Unknown Source)
at javax.swing.JComponent.paintComponent(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JViewport.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintWithOffscreenBuffer(Unknown Source)
at javax.swing.JComponent.paintDoubleBuffered(Unknown Source)
at javax.swing.JComponent._paintImmediately(Unknown Source)
at javax.swing.JComponent.paintImmediately(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at
javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknow
n Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
java.lang.IndexOutOfBoundsException: Index: 2, Size: 0
at java.util.ArrayList.RangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at
org.apache.jorphan.gui.ObjectTableModel.getValueAt(ObjectTableModel.j
ava:157)
PLEASE SUGGEST WHAT DO I NEED TO ENTER IN THE BAT FILE??
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]