Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-09-21 Thread ArmenH
We ended up using July 24th ActiveMQ SNAPSHOT and it worked for us. We are actually hoping that this fix makes it in the next major releases of ServiceMix (3.1.2 and 3.2). Also, please help with following requests: com.ctc.wstx.exc.WstxParsingException: for jsr181 proxy by ArmenH1 06:50p

Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-09-21 Thread Guillaume Nodet
Do you use a vm:// activemq broker or a tcp:// one ? Does it change anything ? On 9/21/07, Gert Vanthienen <[EMAIL PROTECTED]> wrote: > L.S., > > Just yesterday, I have run into the same problem with a customer. A > ServiceMix installation that was working fine just started using > excessive amou

Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-09-21 Thread Gert Vanthienen
L.S., Just yesterday, I have run into the same problem with a customer. A ServiceMix installation that was working fine just started using excessive amounts of memory after adding a SA with only two endpoints in it. I have disabled the JMS/JCA flows for now, which solves the problem by taki

Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-08-14 Thread ArmenH
Any word on when 3.1.2 would be available? Also, how do we proceed with commercial quality support? Armen H. Gert Vanthienen wrote: > > L.S., > > As soon as there is an ActiveMQ release which contains the bugfix, we > can start the process for a 3.1.2 release. I think Bruce and Thomas > ha

Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-07-26 Thread Gert Vanthienen
L.S., As soon as there is an ActiveMQ release which contains the bugfix, we can start the process for a 3.1.2 release. I think Bruce and Thomas have already backported some important fixes to be released with 3.1.2 as well... Gert ArmenH wrote: FYI. We did try replacing the ServiceMix Ac

Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-07-25 Thread Gert Vanthienen
Armen H., We usually don't pick up SNAPSHOT builds in our releases. However, we are planning to a 3.1.2 release sometime in the near future, so if ActiveMQ has released the patch by then, we can include it at that time. Can you already provide me with a reference to a thread on the mailing

Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-07-24 Thread ArmenH
Hi Gert, We're using HTTP BC and JSR 181 SEs. We have custom business logic (very simple) that uses POJOs generated from the JAXB version of the JDK 1.6.0_01. We are also dependent on JDK 1.6 JAX-WS to generate our service interface (WSDL). We will check the number of service endpoints and le

Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-07-24 Thread Gert Vanthienen
Armen H., What JBI Components (JMS, HTTP, JSR-181, ...) are you using? From your description, I assume you at least have a few custom built components as well... Can you try to use jconsole (http://incubator.apache.org/servicemix/15-tutorial-using-jmx-to-look-inside-the-esb.html) to look

Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-07-24 Thread ArmenH
Gert, We use the Windows version for development phase of our services. We are deploying services by dropping the files in the deploy and install directories. We don't use JMX for the development phase. We're using ServiceMix version 3.1 in stand-alone mode. We deploy SAs as well. Regards, Ar