Re: ActiveMQ-5.11 leveldb error : "java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.leveldbjni.JniDBFactory "

2018-12-06 Thread sandeepatmca
Hi Did you got any solution for this issue. Even I am getting the same error. Broker throws below error and goes shutdown: Could not load factory: org.fusesource.leveldbjni.JniDBFactory due to: java.lang.NoClassDefFoundError: C ould not initialize class org.fusesou

Re: Kahadb index updates taking too much time on ActiveMQ 5.11

2017-10-19 Thread Tim Bain
I'm glad you got it working, and from the synonyms I'm not surprised that NFS ended up being the root cause. Tim On Oct 19, 2017 6:24 AM, "Devlin" wrote: > Thank you, Tim. > > We finally figured out the issue; NFS "noac" option was killing > performance. > > (vers=4.0,rsize=65536,wsize=65536,na

Re: Kahadb index updates taking too much time on ActiveMQ 5.11

2017-10-19 Thread Devlin
Thank you, Tim. We finally figured out the issue; NFS "noac" option was killing performance. (vers=4.0,rsize=65536,wsize=65536,namlen=255,hard,noac,proto=tcp,port=0,timeo=20,retrans=2) We joked about it afterwards, no "air conditioning" after a long summer can kill anything :-) Thanks again for

Re: Kahadb index updates taking too much time on ActiveMQ 5.11

2017-10-18 Thread Tim Bain
Sorry for the delay in responding. I've got a number of follow-up questions/suggestions: 1. Can you take screenshots sorted by all four non-percentage columns (Self Time, Self Time (CPU), Total Time, Total Time (CPU))? The ones with CPU measure CPU time, while the ones without measure to

Re: Kahadb index updates taking too much time on ActiveMQ 5.11

2017-10-11 Thread Devlin
Samples for cpu self-time, total-time, and memory usage: -- Sent from: http://ac

Re: Kahadb index updates taking too much time on ActiveMQ 5.11

2017-09-26 Thread Tim Bain
g if this is an operational broker!) data to determine where the broker is spending its time? On Tue, Sep 26, 2017 at 6:51 AM, Raffi wrote: > > In production with ActiveMQ 5.11 with multi-kahadb per destination on NFSv4 > M|S (Linux 7.1), we're seeing the following log messages inter

Kahadb index updates taking too much time on ActiveMQ 5.11

2017-09-26 Thread Raffi
In production with ActiveMQ 5.11 with multi-kahadb per destination on NFSv4 M|S (Linux 7.1), we're seeing the following log messages intermittently during operations: *Slow KahaDB access: Journal append took: 2 ms, Index update took 16901 ms* Also, on startup, we see the following in our k

Re: Messages are stuck in ActiveMQ 5.11 and delivered for after more than 24 hours

2017-07-11 Thread Tim Bain
I repeat my earlier suggestion that you should use a sampler on all brokers to characterize where the time is being spent. The fact that turning logging to debug causes the broker to experience a slowdown almost immediately makes it seem like maybe there's an issue with disk I/O or space, but that

Re: Messages are stuck in ActiveMQ 5.11 and delivered for after more than 24 hours

2017-07-11 Thread sravan
Unfortunately we are in a predicament where we have issues in reproducing the problem in performance test environments as well as debugging. ActiveMQ INFO logs does not contain much information to understand what's going on. When we turn on DEBUG logging (in lower env) ActiveMQ is hanging just in f

Re: Messages are stuck in ActiveMQ 5.11 and delivered for after more than 24 hours

2017-06-21 Thread Tim Bain
The most effective way I know to determine what a Java process is doing when I can't step through with a debugger is to use a CPU sampler (JVisualVM ships with the Oracle JDK and can attach either locally or from a remote machine via JMX and RMI) to capture where the time is being spent. Let it cap

Messages are stuck in ActiveMQ 5.11 and delivered for after more than 24 hours

2017-06-21 Thread sravan
Our batch processing applications process abut 10 Billion messages a day. >From past two months we have been experiencing an issue with ActiveMQ where ActiveMQ delivers messages very late, sometimes messages are delivered 3 days later. Daily, in the worst case 5% (and mostly 1%) of messages are de

Re: ActiveMQ-5.11 leveld error : "java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.leveldbjni.JniDBFactory "

2015-11-30 Thread Tim Bain
I assume that in the intervening week you've figured out that the two are unrelated, and that a DEBUG-level NoClassDefFoundException followed by an INFO-level line that says that we're using an alternative instead isn't actually a problem. Did you figure out why you were unable to connect? On Nov

ActiveMQ-5.11 leveld error : "java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.leveldbjni.JniDBFactory "

2015-11-24 Thread khandelwalanuj
Hi, I am using replicated leveldb and broker was running fine. Suddenly after a restart we ran into below issue where broker was continuously throwing below exception and not able to start. org.apache.activemq.leveldb.util.Log$class#debug 112 DEBUG] - Could not load factory: org.fusesource.l ev

Re: activemq 5.10.x does support Java 8 ad activemq 5.11.x doesn´t

2015-08-21 Thread Abrahan
Thank you Tim ! this clarification helps me a lot in my current development effort. By the way, your book "Apache ActiveMQ Messaging Application Development How-to" is the perfect complement for my other ActiveMQ books. great job ! -- View this message in context: http://activemq.2283324.n4.n

Re: activemq 5.10.x does support Java 8 ad activemq 5.11.x doesn´t

2015-08-20 Thread Timothy Bish
8 JDK. > and it is my understanding that Apache Open source ActiveMQ 5.11 doesn´t > support Java 8 JDK. > > Am I correct ? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/activemq-5-10-x-does-support-Java-8-ad-activemq-5-11-x-do

activemq 5.10.x does support Java 8 ad activemq 5.11.x doesn´t

2015-08-20 Thread Abrahan
ActiveMQ 5.11 doesn´t support Java 8 JDK. Am I correct ? -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-5-10-x-does-support-Java-8-ad-activemq-5-11-x-doesn-t-tp4701252.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Required jars for activemq-5.11 not accurate

2015-07-19 Thread Timothy Bish
On 07/16/2015 02:59 PM, mport9491 wrote: > Initially, I already had a successful connection with my ActiveMQ broker by > using the activemq-5.11.1-all.jar. However, the SLF4J version of activemq is > conflicting with what we're using... so with this, I decided to include the > jars in my project in

Required jars for activemq-5.11 not accurate

2015-07-19 Thread mport9491
Initially, I already had a successful connection with my ActiveMQ broker by using the activemq-5.11.1-all.jar. However, the SLF4J version of activemq is conflicting with what we're using... so with this, I decided to include the jars in my project individually. I read this

Re: JDBC for ActiveMQ-5.11

2015-05-21 Thread Tim Bain
JDBC over KahaDB so I'd say you're wasting your time by looking into it. Hi, We are using ActiveMQ-5.11 with kahadb shared storage. I just want to understand the aspects of using JDBC for persistence store. I know that kahadb is the default database for ActiveMQ and JDBC was used with old ve

JDBC for ActiveMQ-5.11

2015-05-20 Thread khandelwalanuj
Hi, We are using ActiveMQ-5.11 with kahadb shared storage. I just want to understand the aspects of using JDBC for persistence store. I know that kahadb is the default database for ActiveMQ and JDBC was used with old versions. Does ActiveMQ gods suggest using JDBC in ActiveMQ ? Thanks, Anuj

Re: ActiveMQ 5.11 with WebSphere Application Server 8.5

2015-05-20 Thread DThompson55
Maarten - This is really great, thanks. But do you see where / how to configure an AS? My websphere console let's me define Topics, Queues and CFs, on ActiveMQ provider, but not an AS. Maybe missing a jar file? -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5

Re: KahabDB compatibility issue between ActiveMQ 5.10 and ActiveMQ 5.11

2015-05-18 Thread xabhi
I took some more time out and found that this inconsistency was not because of any change in KahaDB but because of change in physicalName of AnyDestination from "0" to "!0". The commit refers to this JIRA issue: https://issues.apache.org/jira/browse/AMQ-5450

Re: KahabDB compatibility issue between ActiveMQ 5.10 and ActiveMQ 5.11

2015-05-15 Thread Tim Bain
I haven't, but what I would have done is grabbed the 5.11 code, walked through it from the starting point you referenced till I figured out where the value of 210 came from, then found that code in GitHub and looked at the commit history to see who changed it, when, and why. You're completely capa

Re: KahabDB compatibility issue between ActiveMQ 5.10 and ActiveMQ 5.11

2015-05-14 Thread xabhi
Hi Tim, Did you got a chance to look at this? Thanks, Abhi -- View this message in context: http://activemq.2283324.n4.nabble.com/KahabDB-compatibility-issue-between-ActiveMQ-5-10-and-ActiveMQ-5-11-tp4692008p4696555.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How do i connect a glassfish server 4 to an external activeMQ 5.11?

2015-05-10 Thread Marc Schöchlin
I added a chapter about Glassfish 4.1 to the wiki for you: See: https://cwiki.apache.org/confluence/display/ACTIVEMQ/Integrating+Apache+ActiveMQ+with+Glassfish http://activemq.apache.org/integrating-apache-activemq-with-glassfish.html (automatically published in the next days() Regards Marc Am

Re: ActiveMQ 5.11 Dynamic Camel Route - Message Namespaces

2015-05-07 Thread mtod
Just getting back to this. So it's sounds like there's no resolution to this namespace issue. Short of removing name spaces from the messages or not using this feature. Thanks Mike -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-11-Dynamic-Camel-Route-Mess

Re: KahabDB compatibility issue between ActiveMQ 5.10 and ActiveMQ 5.11

2015-05-07 Thread xabhi
Hi Tim, I don't have any specific idea as to what changed between the versions but i can point you to the part of code that does it. In my mulitKahaDB adapater configuration I have this entry:

Re: How do i connect a glassfish server 4 to an external activeMQ 5.11?

2015-05-06 Thread Tim Bain
What does "connect" mean in this context? On May 6, 2015 8:08 AM, "Angel Guerra" wrote: > I need help with this topic please > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/How-do-i-connect-a-glassfish-server-4-to-an-external-activeMQ-5-11-tp4696156.html > Sent

How do i connect a glassfish server 4 to an external activeMQ 5.11?

2015-05-06 Thread Angel Guerra
I need help with this topic please -- View this message in context: http://activemq.2283324.n4.nabble.com/How-do-i-connect-a-glassfish-server-4-to-an-external-activeMQ-5-11-tp4696156.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: KahabDB compatibility issue between ActiveMQ 5.10 and ActiveMQ 5.11

2015-05-06 Thread Tim Bain
I just looked through all the 5.11.x JIRA issues and don't see any that describe this change outright nor any that I would have expected to require making the change. Abhi, did you find the code change that causes the change you describe? If so, can you see if the commit includes the number of th

Re: KahabDB compatibility issue between ActiveMQ 5.10 and ActiveMQ 5.11

2015-05-05 Thread Tom_Z
Hi Abhi, thanks for sharing your findings. Did you find any documentation on this problem? Is this change accidental or is there a reason? Tom -- View this message in context: http://activemq.2283324.n4.nabble.com/KahabDB-compatibility-issue-between-ActiveMQ-5-10-and-ActiveMQ-5-11-tp4692008p

Re: KahabDB compatibility issue between ActiveMQ 5.10 and ActiveMQ 5.11

2015-04-27 Thread xabhi
ActiveMQ has changed the name of the default persistent adapter from 0 to #210 in ActiveMQ 5.11.1. ActiveMQ v5.11.1 will not read messages from 0 directory as there is no persistence adapter defined for that and hence they are kind of lost. Thanks, Abhi -- View this message in context: http://

Re: KahabDB compatibility issue between ActiveMQ 5.10 and ActiveMQ 5.11

2015-04-25 Thread Tom_Z
Hi Ahbi, what is the result of your research? Tom -- View this message in context: http://activemq.2283324.n4.nabble.com/KahabDB-compatibility-issue-between-ActiveMQ-5-10-and-ActiveMQ-5-11-tp4692008p4695628.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ 5.11 with WebSphere Application Server 8.5

2015-04-19 Thread boekhold
boekhold wrote > Hi all, > > Does anybody know which jars from ActiveMQ 5.11 I need to use with IBM > Websphere Application Server 8.5.5 in order to create a new ActiveMQ JMS > Provider? Figured it out. It's really simple actually. In the WAS console, go to Resources -> JM

Re: ActiveMQ 5.11 with WebSphere Application Server 8.5

2015-03-23 Thread Christian Posta
check activemq-broker (and it's required deps... see its pom.xml) and activemq-client. On Wed, Mar 18, 2015 at 4:29 AM, boekhold wrote: > Hi all, > > Does anybody know which jars from ActiveMQ 5.11 I need to use with IBM > Websphere Application Server 8.5.5 in order to create a

ActiveMQ 5.11 with WebSphere Application Server 8.5

2015-03-20 Thread boekhold
Hi all, Does anybody know which jars from ActiveMQ 5.11 I need to use with IBM Websphere Application Server 8.5.5 in order to create a new ActiveMQ JMS Provider? I found discussions related to older ActiveMQ versions that don't seem applicable anymore because the way ActiveMQ is package

Re: ActiveMQ 5.11 Dynamic Camel Route - Message Namespaces

2015-03-18 Thread James A. Robinson
On Wed, Mar 18, 2015 at 10:49 AM, mtod wrote: > INFO | Created default XPathFactory > com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl@343985bd > INFO | Creating new XPath expression in pool. Namespaces on XPath > expression: [me: {system -> > http://camel.apache.org/xml/variables/system-

Re: ActiveMQ 5.11 Dynamic Camel Route - Message Namespaces

2015-03-18 Thread mtod
Here's the response. INFO | Created default XPathFactory com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl@343985bd INFO | Creating new XPath expression in pool. Namespaces on XPath expression: [me: {system -> http://camel.apache.org/xml/variables/system-properties},{env -> http://camel.ap

Re: ActiveMQ 5.11 Dynamic Camel Route - Message Namespaces

2015-03-18 Thread James A. Robinson
On Wed, Mar 18, 2015 at 8:17 AM, mtod wrote: > I tried the XPath attributes you recommended but no luck I get the same > error. > > Maybe I should have used a different subject line :) So for the 1st recommendation I had: /bogus/path/just/debugging/here/thanks the intent was to get the system t

Re: ActiveMQ 5.11 Dynamic Camel Route - Message Namespaces

2015-03-18 Thread mtod
Thanks for the reply This is more to do with the current ActiveMQ update then Camel on 5.10 this worked fine and I have had it in production for close to a year. My testing with 5.11 when using my exist configuration works fine but when I try the new dynamic route update option in 5.11 that allow

Re: ActiveMQ 5.11 Dynamic Camel Route - Message Namespaces

2015-03-18 Thread James A. Robinson
I suspect it's because the question looks related more to Apache Camel than to ActiveMQ and people here might not be using the former. Are you using the same Camel library on both revisions of the ActiveMQ broker? if you set /bogus/path/just/debugging/here/thanks what does that show, does it li

Re: ActiveMQ 5.11 Dynamic Camel Route - Message Namespaces

2015-03-18 Thread mtod
Does no one have any idea of how we can use namespaces in the dynamic route update? Mike -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-11-Dynamic-Camel-Route-Message-Namespaces-tp4693314p4693409.html Sent from the ActiveMQ - User mailing list archive at Nabb

ActiveMQ 5.11 with WebSphere Application Server 8.5

2015-03-18 Thread boekhold
Hi all, Does anybody know which jars from ActiveMQ 5.11 I need to use with IBM Websphere Application Server 8.5.5 in order to create a new ActiveMQ JMS Provider? I found discussions related to older ActiveMQ versions that don't seem applicable anymore because the way ActiveMQ is package

ActiveMQ 5.11 Dynamic Camel Route - Message Namespaces

2015-03-16 Thread mtod
Route1 org.apache.camel.ValidationException ${exception.message} If I try doing the same in the new ActiveMQ 5.11 routes.xml it fails on the

Re: ActiveMQ 5.11 Dynamic Camel Route updates

2015-03-15 Thread mtod
The Routes keep running under User anonymous. *I have tried both :* *And*

Re: ActiveMQ 5.11 Dynamic Camel Route updates

2015-03-13 Thread Rob Davies
why happened with the authorization ? mtod 13 March 2015 04:02 I was able to get this working except for authorization. Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-11-Dynamic-Camel-Route-updates-tp4693120p4693136.html S

Re: ActiveMQ 5.11 Dynamic Camel Route updates

2015-03-12 Thread mtod
I was able to get this working except for authorization. Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-11-Dynamic-Camel-Route-updates-tp4693120p4693136.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ 5.11 Dynamic Camel Route updates

2015-03-12 Thread mtod
Thanks for the reply I have the basic functionality working but I'm finding that I can't place any beans in the route.xml and get it to work. My existing route file is listed below. I'm trying to duplicate that in the routes.xml and it just throws errors. I have tried moving the beans to the act

Re: ActiveMQ 5.11 Dynamic Camel Route updates

2015-03-12 Thread Timothy Bish
On 03/12/2015 05:51 PM, mtod wrote: Does anyone have an example of how to configure Activemq.xml to use dynamic route updates? https://issues.apache.org/jira/browse/AMQ-5351 I can't seem to find any information on this update. Thanks Mike --

ActiveMQ 5.11 Dynamic Camel Route updates

2015-03-12 Thread mtod
Does anyone have an example of how to configure Activemq.xml to use dynamic route updates? https://issues.apache.org/jira/browse/AMQ-5351 I can't seem to find any information on this update. Thanks Mike -- View this message in context: http

Re: KahabDB compatibility issue between ActiveMQ 5.10 and ActiveMQ 5.11

2015-03-02 Thread xabhi
Ping. Can some one please explain any changes in kahadb when moving from ActiveMQ 5.10 to ActiveMQ 5.11? -- View this message in context: http://activemq.2283324.n4.nabble.com/KahabDB-compatibility-issue-between-ActiveMQ-5-10-and-ActiveMQ-5-11-tp4692008p4692323.html Sent from the ActiveMQ

KahabDB compatibility issue between ActiveMQ 5.10 and ActiveMQ 5.11

2015-02-24 Thread xabhi
Hi, I was testing to see if kahadb created by ActiveMQ 5.10 can be used with ActiveMQ 5.11. ActiveMQ 5.11 starts up fine but is not able to access the older persistent messages which were stored when KahaDB was being used with ActiveMQ 5.10. Is this expected? Also I see following directories in

Re: ActiveMq 5.11

2015-01-15 Thread MillieretXavier
Thanks Tim, for the answer. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMq-5-11-tp4689918p4689944.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMq 5.11

2015-01-14 Thread Timothy Bish
On 01/14/2015 11:48 AM, MillieretXavier wrote: Hi all, Do you know when the next release will be available (5.11)? Regards -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMq-5-11-tp4689918.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. T

ActiveMq 5.11

2015-01-14 Thread MillieretXavier
Hi all, Do you know when the next release will be available (5.11)? Regards -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMq-5-11-tp4689918.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ-5.11 release date ?

2014-12-14 Thread khandelwalanuj
Hi, Any updates about releasing date of ActiveMQ-5.11 ? Thanks, Anuj -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-11-release-date-tp4688846.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ 5.11 release date?

2014-11-13 Thread Konermann, Ansgar
;d be happier to go with an official release, so our question is: when will ActiveMQ 5.11 be available? Is there anyone who can give a relatively reliable date? Thanks in advance Ansgar