Re: Large BLOBs cause crash with IllegalArgumentException

2010-02-03 Thread Marc Weil
Does anyone have any information on how to set up BLOB messages to use SCP? I never received a response to my question from a few days ago. Thanks! Marc On Sat, Jan 30, 2010 at 3:54 PM, Marc Weil wrote: > Thanks for the help, guys. Is the syntax for using SCP and SFTP with this > the same? I fi

Re: Large BLOBs cause crash with IllegalArgumentException

2010-01-30 Thread Marc Weil
Thanks for the help, guys. Is the syntax for using SCP and SFTP with this the same? I figure that SFTP is, but with SCP you usually have to give a target directory on the remote host and I'm not sure how to configure it so activemq knows where to find it nor am I sure what the syntax for that part

Re: Large BLOBs cause crash with IllegalArgumentException

2010-01-30 Thread Gary Tully
There was a recent fix for large messages over FTP so you may need https://issues.apache.org/activemq/browse/AMQ-2548 Actually that is one we should pull into 5.3.1 asap. wonder if the jetty server has some sort of timeout that is causing the connection to close, does debug logging help? On 30 Ja

Re: Large BLOBs cause crash with IllegalArgumentException

2010-01-30 Thread Dejan Bosanac
Hi Marc, for messages of that size, I'd definitely recommend using FTP. You can find examples of how to use FTP with blob messages in this test case http://fisheye6.atlassian.com/browse/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/blob/FTPBlobTest.java?r=HEAD (and some more in

Large BLOBs cause crash with IllegalArgumentException

2010-01-29 Thread Marc Weil
Hello everyone, I'm trying to send a large (~1.6GB) BlobMessage to my ActiveMQ server via a queue and every time I try I get a seemingly endless series of IllegalArgumentExceptions with the same backtrace: ERROR | EXCEPTION java.lang.IllegalArgumentException at java.nio.Buffer.position(Bu