After pouring through more debug, this one seems to come up occasionally:
2008-08-13 12:26:50,144 [InactivityMonitor Async Task:
[EMAIL PROTECTED] DEBUG
org.apache.activemq.ActiveMQConnection - Async exception with no exception
listener: org.apache.activemq.transport.InactivityIOException: Channe
Software installed on C:
Heavy I/O is happening on E:
C: is 10k 74gb drive
E: is 2 15k 750gb drives, raid 0
It is an HP server, w/2 xeon cpus. I don't remember the speed, but it is
about a year old.
It is running Windows 2003 server w/ over 8 gigs of ram. We never have a
memory problem.
Hope th
bsnyder wrote:
>
> On Mon, Aug 11, 2008 at 3:08 PM, sub3 <[EMAIL PROTECTED]> wrote:
>>
>> I have a system where 1 is sending to several (a & b) and occasionally b
>> sends to c (all queues). Very simple. Persistence is set to false.
>> Queue
>> sizes are capped at 50mb.
>>
>> If I put the sy
On Mon, Aug 11, 2008 at 3:08 PM, sub3 <[EMAIL PROTECTED]> wrote:
>
> I have a system where 1 is sending to several (a & b) and occasionally b
> sends to c (all queues). Very simple. Persistence is set to false. Queue
> sizes are capped at 50mb.
>
> If I put the system under a heavy i/o load (sev
what is your hardware configuration?
On Mon, Aug 11, 2008 at 8:23 PM, sub3 <[EMAIL PROTECTED]> wrote:
>
> Sorry, that last sentence sounds wrong, let me restate:
> When I run several of those Test.java programs I attached, ActiveMQ stops.
> W/o these running ActiveMQ is fine.
> So I don't know i
Sorry, that last sentence sounds wrong, let me restate:
When I run several of those Test.java programs I attached, ActiveMQ stops.
W/o these running ActiveMQ is fine.
So I don't know if it is a system resource issue, if so, what?
Or it is a condition that only arises when the system is bogged dow
That is correct. The processes that are performing the i/o on the disk are
separate jvms. It is not the same as the components using ActiveMQ. They
high i/o usage are somehow causing ActiveMQ to stop. I've run many tests,
with and without them running, ActiveMQ halts w/o any warnings/errors &
So if I understand this right, you are sending messages to ActiveMQ while
performing I/O, and ActiveMQ is not performing any I/O (other than caching
of data) since you are not persisting any data.
Is this true?
On Mon, Aug 11, 2008 at 5:08 PM, sub3 <[EMAIL PROTECTED]> wrote:
>
> I have a syste