Applet stops running, java console disappears

Enhanced frontend add-on to queue files.
Post Reply
mikey
Posts: 1
Joined: Mon May 03, 2010 8:26 pm

Applet stops running, java console disappears

Post by mikey »

Hello.

Intermittently, on JBatchupload (2.6), the applet just stops with no error that we can find and the java console disappears. This always happens during transfer and not just from my computer, but some of my clients have experienced this as well. My values are as follows:

document.writeln('<PARAM NAME=CODE VALUE="jfileupload.upload.client.MApplet.class">');
document.writeln('<PARAM NAME=CODEBASE VALUE="./">');
document.writeln('<PARAM NAME=ARCHIVE VALUE="lib/jfileupload.jar,lib/ftpimpl.jar,lib/cnet.jar,lib/clogging.jar,lib/batchui.jar">');
document.writeln('<PARAM NAME=NAME VALUE="fileupload">');
document.writeln('<PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">');
document.writeln('<PARAM NAME="scriptable" VALUE="true">');
document.writeln('<PARAM NAME="url" VALUE="ftp://xx.xx.xx.xx:1759">');
document.writeln('<PARAM NAME="param1" VALUE="username">');
document.writeln('<PARAM NAME="value1" VALUE="[removed]">');
document.writeln('<PARAM NAME="param2" VALUE="password">');
document.writeln('<PARAM NAME="value2" VALUE="[removed]">');
document.writeln('<PARAM NAME="folderdepth" VALUE="-1">');
document.writeln('<PARAM NAME="param3" VALUE="relativefilename">');
document.writeln('<PARAM NAME="value3" VALUE="true">');
document.writeln('<PARAM NAME="mode" VALUE="ftp">');
document.writeln('<PARAM NAME="param4" VALUE="pasv">');
document.writeln('<PARAM NAME="value4" VALUE="true">');
document.writeln('<PARAM NAME="param5" VALUE="resumecommand"> ');
document.writeln('<PARAM NAME="value5" VALUE="append">');
document.writeln('<PARAM NAME="param6" VALUE="commandmonitor"> ');
document.writeln('<PARAM NAME="value6" VALUE="60">');
document.writeln('<PARAM NAME="regfile" VALUE="license1.oxw">');
document.writeln('<PARAM NAME="overwrite" VALUE="no"> ');
document.writeln('<PARAM NAME="blacklist" VALUE="*.exe,*.mp3,*.bat,*.scr,*.com"> ');
document.writeln('<PARAM NAME="retry" VALUE="10"> ');
document.writeln('<PARAM NAME="retrydelay" VALUE="4" > ');
document.writeln('<PARAM NAME="timeout" VALUE="65000" > ');
document.writeln('<PARAM NAME="resume" VALUE="true" > ');
document.writeln('<PARAM NAME="transferui" VALUE="jfileupload.transfer.client.edesign.BatchTransferUI">');
document.writeln('<PARAM NAME="transferuiresources" VALUE="i18n_pane">');
document.writeln('<PARAM NAME="resources" VALUE="i18n_bar">');
document.writeln('<PARAM NAME="transferuiparam1" VALUE="regfile">');
document.writeln('<PARAM NAME="transferuivalue1" VALUE="batch.oxw">');
document.writeln('<PARAM NAME="forward" VALUE="http://[removed]" ');

please advise how to fix this.

Thanks
Mike

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Applet stops running, java console disappears

Post by support »

To fix a problem we need to reproduce it. Which JRE version are you using?
There is no major changes in 2.6 when uploading. 2.6 fixes the security warning.

Post Reply