Building Errors

2019-04-04 Thread rvWinkle
I have errors while building ActiveMQ-5.15.9 from sources from github. I'm using maven 3.6.0 My WARNINGS and ERRORS (all mvn output in an attached file ) [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.activemq:ac

Re: Building Errors

2019-04-04 Thread Christopher Shannon
The build failing has nothing to do with those errors/warnings by the bundle plugin (although they should be fixed). The build will complete fine with those errors. Your real error is you ran out of memory. At the bottom of your build it says: [ERROR] GC overhead limit exceeded -> [Help 1] You n

Re: Building Errors

2019-04-04 Thread rvWinkle
Thanks a lot. I have a successful build now. But what should I do with those errors and warnings? What I got is a workable system? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html

Re: Building Errors

2019-04-04 Thread Christopher Shannon
You don't need to worry about the errors if it built successfully so you are good to go. The plugin needs to be upgraded/fixed but it doesn't affect the actual build. It should be fixed for 5.16.0 as the maven plugins will be updated for that in order to hopefully support JDK 11. On Thu, Apr 4, 20

Re: Building Errors

2019-12-07 Thread goutamknit
Hi I am trying to build ActiveMQ 5.15.10 I too get lot of Error and warning, but at the end build is successful. java.lang.ArrayIndexOutOfBoundsException: 18 at aQute.lib.osgi.Clazz.parseClassFile(Clazz.java:448) at aQute.lib.osgi.Clazz.parseClassFile(Clazz.java:369) at aQ

Re: Building Errors

2019-12-07 Thread Jean-Baptiste Onofré
Hi, I already fix it for 5.16.0 (it's on a local branch) upgrading to maven-bundle-plugin 4.2.1. I didn't upgrade on the 5.15.x branch as it requires changes on the OSGi headers. I will push the PR soon. Regards JB On 07/12/2019 19:48, goutamknit wrote: > Hi > I am trying to build ActiveMQ 5.

Re: Building Errors

2019-12-09 Thread goutamknit
Hi Jean, Thank you for the update. Is there any time line when we can expect release of 5.16.0. Also if possible can you share the commit id about the fix in 5.16.0 version. Thanks GG -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html

Re: Building Errors

2020-04-30 Thread goutamknit
HI, We are going to upgrade activemq 5.14.5 to 5.15.5 . To understand compatibillity matrix between client and broker i search on documentation but do not found any thing. So can we have broker on 5.14.5 and client on 5.15.5 vice-versa, do we have issue with that? Any reference of documentation

Re: Building Errors

2020-04-30 Thread Arthur Naseef
You should not see any problems with mixing versions. With that said, please test before rolling out to production. In our history, we have had a couple of unintentional version-mismatch issues arise, so they are very rare, but not impossible. Art On Thu, Apr 30, 2020 at 4:04 AM goutamknit wr