cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
buogr01
Level 4

okToGoPrevious() Exception From CustomCodePanel

Hello all,
I have a CustomCodePanel in my project that when I call it, then subsequently hit the back button to return back to the installer, generates an exception. I searched for the message and found one hit in the IA2008 forums. But I didn't understand the posted workaround. Does anyone have any ideas how to workaround this? Thanks in advance.

DEBUG: [okToGoPrevious] returning True.
WARNING: runPreviousInstallPiece exceeded PREINSTALL bounds
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Unknown Source)
at com.zerog.ia.installer.AAMgr.b(DashoA10*..)
at com.zerog.ia.installer.AAMgrBase.o(DashoA10*..)
at com.zerog.ia.installer.AAMgr.h(DashoA10*..)
at com.zerog.ia.installer.AAMgr.actionPerformed(DashoA10*..)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(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)
Labels (1)
0 Kudos
(2) Replies
pv7721
Level 20

Could you please post the link to the other post you've found?
0 Kudos
buogr01
Level 4

I probably should have done that in the beginning. 🙂 Sorry about that.

http://community.acresso.com/showthread.php?t=183517
0 Kudos