Re: Error bin/activemq stop Failed to execute main task. Reason: java.lang.NoClassDefFoundError: com.ibm.tools.attach.javaSE.AttachProvider

2013-04-29 Thread jandeclercq
Hey, I had to install this IBM version of the java runtime environment to get Informix installed/running. I installed a non-IBM version of java in a different path, and pointed ActiveMQ to that jre version. With that, the problem is fixed. Thanks for pointing me in the right direction. --

Error bin/activemq stop Failed to execute main task. Reason: java.lang.NoClassDefFoundError: com.ibm.tools.attach.javaSE.AttachProvider

2013-04-18 Thread jandeclercq
When I execute the command bin/activemq stop I get the following error: Shutting down ActiveMQ: INFO: Loading '/etc/default/activemq' INFO: Using java '/usr/lib64/jvm/java/bin/java' INFO: Waiting at least 30 seconds for regular process termination of pid '4750' : Java Runtime: IBM Corporation 1

Using multiple nework connectors - ActiveMQ won't startup

2012-09-26 Thread jandeclercq
ActiveMQ versions 5.5.1 and 5.6.0 Topic: http://activemq.apache.org/networks-of-brokers.html We had this configuration We couldn't get

Could not correlate acknowledgment with dispatched message

2011-09-28 Thread jandeclercq
Hey, We have to restart ActiveMQ now and then because it stops working. Stop working means: In the activemq.log we see this: Startup at 2011-09-26 12:39 Stopped workint at 2011-09-26 21:14 In the clients(c++) we get the error: OpenWireFormatNegotiator::onewayWire format negotiation timeou

Re: Could not correlate acknowledgment since update

2011-07-04 Thread jandeclercq
I don't see any failovering happening. It just gives this warning now and then. After a while the broker stops working with an Out Of Memory error. -- View this message in context: http://activemq.2283324.n4.nabble.com/Could-not-correlate-acknowledgment-since-update-tp3622139p3643166.html Sen

Could not correlate acknowledgment since update

2011-06-24 Thread jandeclercq
Hey, Since I've updated to "Activemq 5.5.0" and my client software to "ActiveMQ-CPP 3.4.0" I'm getting this error in my activemq.log now and then: Does anybody knows if this is a bad error? How can I prevent this? Thx in advance. 2011-06-24 09:40:00,784 | WARN | org.apache.activemq.bro

Informix as persistence adapter is not working

2011-06-17 Thread jandeclercq
Hey, I'm using informix as persistence adapter. But it is not working. 80% of the messages dissapear in the void. My activemq.xml configuration:

Re: Can't start embedded ActiveMQ

2011-03-17 Thread jandeclercq
hey, I had a reference to the file {activemq.base}/activemq-all-5.4.2.jar Changing that to a reference to all the jar files in {activemq.base}/lib/*.jar and {activemq.base}/lib/web/*.jar fixed my problem. I didn't looked any furter for the problem. I think somehow my activemq-all.jar file got c

Re: Non-persistent is a little bit slower than persistent

2011-03-16 Thread jandeclercq
Hey, When using kahadb, it is a mix of the best of both technologies 1. persistent writing to disk (slow) 2. remember everything in memory (fast) I don't really know the in depths details why non persistent are slower. But in my point of view, persistent messages should be at least as fast as no

RE: activemq-cpp-library-3.2.2 - reconnect fails

2010-11-17 Thread jandeclercq
[ml-node+3046971-419590077-202...@n4.nabble.com] Verzonden: woensdag 17 november 2010 16:31 Aan: Jan Declercq Onderwerp: Re: activemq-cpp-library-3.2.2 - reconnect fails On Wed, 2010-11-17 at 03:56 -0800, jandeclercq wrote: > Hey, > > When I disconnected and closed down a producer. And

RE: activemq-cpp-library-3.2.2 - reconnect fails

2010-11-17 Thread jandeclercq
Thank You Nag P -Original Message- From: jandeclercq [mailto:[hidden email]] Sent: Wednesday, November 17, 2010 6:56 AM To: [hidden email] Subject: activemq-cpp-library-3.2.2 - reconnect fails Hey, When I disconnected and closed down a producer. And afterwards I'm trying to reconnect, the cpp

activemq-cpp-library-3.2.2 - reconnect fails

2010-11-17 Thread jandeclercq
Hey, When I disconnected and closed down a producer. And afterwards I'm trying to reconnect, the cpp-library crashes. I don't know what I'm doing wrong. See the code below (choose option R) #include #include #include #include #include #include #include #include #include #include #