lcds rtmp dying on large file transfers to remote java class
using lcds3 trying upload file flash java remote procedure using rtmp on small files works fine 1 of our test cases is 24meg , rtmp dies message in log: [lcds]09:56:53.490 thread[my-rtmp-socketserver-workerthread-3,5,main] failed read connection '146949270' or process data; connection in 'open' state , forced closed. java.lang.indexoutofboundsexception: index: 0, size: 0 @ java.util.arraylist.rangecheck(arraylist.java:547) @ java.util.arraylist.get(arraylist.java:322) @ flex.messaging.io.tcchunk.tccommand.getarg(tccommand.java:262) @ flex.messaging.endpoints.rtmpconnection.handletccommandin(rtmpconnection.java:740) @ flex.messaging.endpoints.rtmpconnection.in(rtmpconnection.java:933) @ flex.messaging.endpoints.rtmpconnection.servicetcmessage(rtmpconnection.java:1020) @ flex.messaging.endpoints.rtmpconnection.doread(rtmpconnection.java:561) ...