This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Internet installation error
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 17, 2008
04:40 AM
Internet installation error
My web installation blocks indefinetely and the browser window shows the message: "Installing Application..." but nothing happens.
If I close the browser my java console shows the following stacktrace:
"
java.io.IOException
at com.installshield.wizard.platform.web.applet.SunsJREPluginInstall.exec(SunsJREPluginInstall.java:28)
at com.installshield.wizard.platform.web.applet.WizardApplet$Install.run(WizardApplet.java:416)
at java.lang.Thread.run(Unknown Source)
Terminated installation.
"
Can someone help me fix this error????
Thanks in advance
If I close the browser my java console shows the following stacktrace:
"
java.io.IOException
at com.installshield.wizard.platform.web.applet.SunsJREPluginInstall.exec(SunsJREPluginInstall.java:28)
at com.installshield.wizard.platform.web.applet.WizardApplet$Install.run(WizardApplet.java:416)
at java.lang.Thread.run(Unknown Source)
Terminated installation.
"
Can someone help me fix this error????
Thanks in advance
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 30, 2008
03:27 AM
I finally found out the problem !!!!
I have an action in the install sequence that starts a java application.
This application is still alive when the installer finishes and the applet does not receive any input and so it is not able to stop itself.
If I try to end that process, the applet completes and anything works well.
Can someone tell me how I can launch an external jar that keeps alive when the installer ends and the applet completes?
I have an action in the install sequence that starts a java application.
This application is still alive when the installer finishes and the applet does not receive any input and so it is not able to stop itself.
If I try to end that process, the applet completes and anything works well.
Can someone tell me how I can launch an external jar that keeps alive when the installer ends and the applet completes?