cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
anilgvpcoe
Level 2

Previous button hangs

We have created installer using Install anywhere, when we try to install and reach a specific panel clicking on the previous button throws the following error and the previous button is disabled


WARNING: runPreviousInstallPiece exceeded PREINSTALL bounds
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Unknown Source)
at com.zerog.ia.installer.AAMgr.c(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 Sour
ce)
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
jerome_IA
Level 9

There are some other threads with same issue ... none seems to have a valuable workaround:

http://community.flexerasoftware.com/showthread.php?t=183517
http://community.flexerasoftware.com/showthread.php?t=188544

Maybe you can send PM to those guys.

Please post workaround when found.

Also if you can post your project we maybe might help ...

--Jerome
0 Kudos
anilgvpcoe
Level 2

I got the issue resolved by setting all the variables to $EMPTY_STRING$ before using them. Although it is a little strange since the exception doesn't explain the actual problem. Install anywhere is looking for the variables to be set to empty before using them.
0 Kudos