PDA

View Full Version : LSP does not run - IO Exception in ResponderSWF


hpweber
10-20-2004, 12:53 AM
LPS 2.2 installed
Tomcat 5.0.24
Java SDK 1.4.2_06
Windows 2000
IE 6.0 SP1

After we start Tomcat, we get the following error in the LPS log:

INFO responders.ResponderSWF - Requesting object for D:\LASZLO\Server\lps-2.2\laszlo-explorer\explore-nav.lzo

ERROR responders.ResponderSWF - IO exception while sending SWF: null

INFO responders.ResponderSWF - Sent SWF, 951652 bytes

The file explore-nav.lzo has 5.525.959 bytes,
The file explore-nav.lzo.gz has 951.652 bytes

The time of the error was 11:24:54.

In the attached LOGS.zip file are the lps.log, catalina.2004-10-19.log and the
Laszlo_JVM.log (DEBUG output of the JVM).

bloch
10-20-2004, 07:53 AM
This is unusual. I notice you are running in a non en_US locale. I wonder if the bug only shows up in this locale. Can you try changing the locale (I htink there is a java property you can pass as -D in JAVA_OPTS for the startup)?

19 Okt 2004 11:25:54 (127.0.0.1 7) ERROR responders.ResponderSWF - IO exception while sending SWF: null
19 Okt 2004 11:25:54 (127.0.0.1 7) INFO responders.ResponderSWF - Sent SWF, 951652 bytes


Implies that there was an IO exception but the code thinks it managed to send all of the bytes out. Very weird.

-Eric