Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 33601 invoked from network); 26 Mar 2010 10:11:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Mar 2010 10:11:33 -0000 Received: (qmail 13188 invoked by uid 500); 26 Mar 2010 10:11:33 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 12974 invoked by uid 500); 26 Mar 2010 10:11:33 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 12966 invoked by uid 99); 26 Mar 2010 10:11:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Mar 2010 10:11:32 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of fred.moore77@gmail.com designates 209.85.220.224 as permitted sender) Received: from [209.85.220.224] (HELO mail-fx0-f224.google.com) (209.85.220.224) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Mar 2010 10:11:26 +0000 Received: by fxm24 with SMTP id 24so488936fxm.6 for ; Fri, 26 Mar 2010 03:11:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=rRKBSVYyj69o6JEXerYIdBEMUi//12ONJA5h283dqF8=; b=bBDgccq5tNGmyGqI1YxCW3TJo+Vc2DEu669HJcTD91z0r4Z1N1YRz5H3GuYiK8jHqj Wi2xAk5Nm1JJqndblMPKN4HURJiuZl/v0ctGqwPtz8U2o4QY7qkEloQgi5J2GkzQP7Q5 5Tief8nVPp1Gon2q/6aWwyZh+mIdckYEfxbdg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=PP9nn7gYFhOgB416AaUXVoEP5l714tRZVH9xc89uZjpFU0G2nhGR38PZJ5n8w26mzo IQuwmOSIfTuPpsfluZuGj97Cas22BL604GE+Xs68sEDj/No49I2fA1n/4I1CCM8nWOnR qOeM5AVbxiOusarjfMH10MQsB0t2w7u1Q41bs= MIME-Version: 1.0 Received: by 10.223.116.148 with HTTP; Fri, 26 Mar 2010 03:11:04 -0700 (PDT) In-Reply-To: <3a73c17c1003220723g520cedft602c732d96272b4b@mail.gmail.com> References: <69b2d60e1002040721r7ab44d14ub22234caf3f588bb@mail.gmail.com> <3a73c17c1002041017k12d74eb1x4f7625d311417e22@mail.gmail.com> <69b2d60e1002050051g181ea215j659c4f04edff5950@mail.gmail.com> <3a73c17c1002050101l196170bfo2d91b6a7c77ac531@mail.gmail.com> <69b2d60e1003191056k522aab12x440aec77ebbfb738@mail.gmail.com> <3a73c17c1003220723g520cedft602c732d96272b4b@mail.gmail.com> Date: Fri, 26 Mar 2010 11:11:04 +0100 Received: by 10.223.58.83 with SMTP id f19mr619997fah.88.1269598264273; Fri, 26 Mar 2010 03:11:04 -0700 (PDT) Message-ID: <69b2d60e1003260311w168df270i27ab67e5fa90167e@mail.gmail.com> Subject: Re: How to run ActiveMQ on z/OS in EBCDIC without setting default file.encoding=ISO8859-1? From: Fred Moore To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=0015174027a68cabc80482b161dd X-Virus-Checked: Checked by ClamAV on apache.org --0015174027a68cabc80482b161dd Content-Type: text/plain; charset=ISO-8859-1 Hi Gary, we were able to split all this into two different areas of investigation (nothing z/OS specific anymore, life is good!). There you go... =============== https://issues.apache.org/activemq/browse/AMQ-2673 (with repro) When a Producer is started before a Consumer we get a "javax.jms.JMSException: Unmatched acknowledege". The same application runs fine when a Producer is started after a Consumer. =============== https://issues.apache.org/activemq/browse/AMQ-2674 (with repro) Slow consumer problem when using java explicit configuration while the same application runs fine when using an equivalent (?) activemq.xml configuration. Both jira have an zip file attached including full repro description runnable source code and scripts. We tested with 5.3.0 as well as 5.3.1. Any thoughts? Cheers, F. On Mon, Mar 22, 2010 at 3:23 PM, Gary Tully wrote: > This does not point to a config issue. This warning is expected sometimes > on > failover, but should not occur in normal uninterrupted processing. > Do you have a test case that can easily reproduce on windows? If so, please > raise a jira issue and attach it. > this is 5.3.0, correct? > > > On 19 March 2010 17:56, Fred Moore wrote: > > > Gary, All, > > > > with your hints we made some progress on this by creating an java > explicit > > broker configuration (available here http://pastebin.com/7rJjV93r, see > > BrokerInit()) that we believe is equivalent to the original activemq.xml > > (available here http://pastebin.com/e66HqEdi). > > > > The major problems we had on z/OS are now over, but somehow the > > java explicit broker configuration is not 100% equivalent to the original > > activemq.xml, in fact when we run a simple 1 producer + 1 consumer test > we > > observe a very very slow consumer and also this log message: > > > > 2010-03-19 18:30:26,057 [VMTransport] WARN Service .serviceException - > > Async error occurred: javax.jms.JMSException: Unmatched acknowledege: > > MessageAck {commandId = 212, responseRequired = false, ackType = 2, > > consumerId = ID:MyBRK-4741-1269019793401-1:0:2:1, firstMessageId = > > ID:MyBRK-4741-1269019793401-1:0:1:1:100, lastMessageId = > > ID:MyBRK-4741-1269019793401-1:0:1:1:100, destination = queue://MyTest, > > transactionId = TX:ID:MyBRK-4741-1269019793401-1:0:3, messageCount = 1}; > > Could not find Message-ID ID:MyBRK-4741-1269019793401-1:0:1:1:100 in > > dispatched-list (start of ack) > > javax.jms.JMSException: Unmatched acknowledege: MessageAck {commandId = > > 212, > > responseRequired = false, ackType = 2, consumerId = > > ID:MyBRK-4741-1269019793401-1:0:2:1, firstMessageId = > > ID:MyBRK-4741-1269019793401-1:0:1:1:100, lastMessageId = > > ID:MyBRK-4741-1269019793401-1:0:1:1:100, destination = queue://MyTest, > > transactionId = TX:ID:MyBRK-4741-1269019793401-1:0:3, messageCount = 1}; > > Could not find Message-ID ID:MyBRK-4741-1269019793401-1:0:1:1:100 in > > dispatched-list (start of ack) > > at > > > > > org.apache.activemq.broker.region.PrefetchSubscription.assertAckMatchesDispatched(PrefetchSubscription.java:440) > > at > > > > > org.apache.activemq.broker.region.PrefetchSubscription.acknowledge(PrefetchSubscription.java:208) > > at > > > > > org.apache.activemq.broker.region.AbstractRegion.acknowledge(AbstractRegion.java:369) > > at > > > > > org.apache.activemq.broker.region.RegionBroker.acknowledge(RegionBroker.java:470) > > at > > > > > org.apache.activemq.broker.TransactionBroker.acknowledge(TransactionBroker.java:194) > > at > > org.apache.activemq.broker.BrokerFilter.acknowledge(BrokerFilter.java:74) > > at > > > > > org.apache.activemq.broker.MutableBrokerFilter.acknowledge(MutableBrokerFilter.java:85) > > at > > > > > org.apache.activemq.broker.TransportConnection.processMessageAck(TransportConnection.java:449) > > at org.apache.activemq.command.MessageAck.visit(MessageAck.java:205) > > at > > > > > org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:297) > > at > > > > > org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:175) > > at > > > > > org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:109) > > at > > > > > org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:68) > > at > > > org.apache.activemq.transport.vm.VMTransport.iterate(VMTransport.java:205) > > at > > > > > org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:122) > > at > > > org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:43) > > at > > > > > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651) > > at > > > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676) > > at java.lang.Thread.run(Thread.java:595) > > > > FWIW we are able to reproduce this on ActiveMQ 5.3 on Windows as well (so > > z/OS is now completely out of the picture). > > > > Does anyone know what we did wrong with the java explicit config? > > Cheers, > > F. > > > > > > > > > > > > > > On Fri, Feb 5, 2010 at 10:01 AM, Gary Tully > wrote: > > > > > I don't know. But the persistence mechanisms will not be writing text, > it > > > will be binary data which should avoid encoding, no? > > > > > > Have a go and report back with the next problem and we will take if > from > > > there. > > > > > > On 5 February 2010 08:51, Fred Moore wrote: > > > > > > > Hi Gary, > > > > > > > > thanks for your answer. > > > > > > > > > I guess you could run without xml configuration > > > > > and set any non default values via code > > > > > > > > yes right, we thought about that, it forces us to hardcode stuff we > > > > wouldn't > > > > have hardocoded but it could be done, but... > > > > > > > > ...do you expect that the only issues about having an EBCDIC default > > > > file.encoding are related to the initial parsing of activemq.xml or > you > > > > anticipate that other know problems are lurking out there (e.g. > > > > KahaDB/persistence related)? > > > > > > > > Cheers, > > > > F. > > > > > > > > > > > > > > > > On Thu, Feb 4, 2010 at 7:17 PM, Gary Tully > > wrote: > > > > > > > > > I guess you could run without xml configuration and set any non > > default > > > > > values via code... > > > > > > > > > > BrokerService broker = new BrokerService(); > > > > > broker.addConnector("tcp://..."); > > > > > etc. > > > > > > > > > > On 4 February 2010 15:21, Fred Moore > wrote: > > > > > > > > > > > Hi folks, > > > > > > > > > > > > we have an application hosting an embedded broker instance which > > > needs > > > > to > > > > > > run on z/OS box. > > > > > > > > > > > > Unfortunately the application heavily relies on EBCDIC I/O, so > > > passing > > > > > > -Dfile.encoding=ISO8859-1 to the JVM (as suggested in > > > > > > http://activemq.apache.org/zos.html is not viable). > > > > > > > > > > > > We several things without success, the most reasonable one > seemed > > to > > > > be > > > > > > converting activem.xml di EBCDIC and adding an xml prolog > asserting > > > > > > encoding=IBM-1047, but it did not work... here's the associated > > nasty > > > > > > exception (" @@@@@@@@@" is actually non printable > stuff > > > in > > > > > the > > > > > > real case): > > > > > > > > > > > > org.springframework.beans.factory.BeanCreationException: Error > > > creating > > > > > > bean > > > > > > with name 'org.apache.activemq.xbean.XBeanBrokerService#0' > defined > > in > > > > URL > > > > > > [file:/home/USR930/sposagent/config/activemq.xml.EBCDIC]: Cannot > > > create > > > > > > inner bean '(inner bean)' of type > > > > > > [org.apache.activemq.broker.region.policy.PolicyMap] while > setting > > > bean > > > > > > property 'destinationPolicy'; nested exception is > > > > > > org.springframework.beans.factory.BeanCreationException: Error > > > creating > > > > > > bean > > > > > > with name '(inner bean)#2' defined in URL > > > > > > [file:/home/USR930/sposagent/config/activemq.xml.EBCDIC]: Cannot > > > create > > > > > > inner bean 'policyEntry#1cde1cde' of type > > > > > > [org.apache.activemq.broker.region.policy.PolicyEntry] while > > setting > > > > bean > > > > > > property 'policyEntries' with key [0]; nested exception is > > > > > > org.springframework.beans.factory.BeanCreationException: Error > > > creating > > > > > > bean > > > > > > with name 'policyEntry#1cde1cde' defined in URL > > > > > > [file:/home/USR930/sposagent/config/activemq.xml.EBCDIC]: Error > > > setting > > > > > > property values; nested exception is > > > > > > org.springframework.beans.NotWritablePropertyException: Invalid > > > > property > > > > > > ' @@@@@@@@@' of bean class > > > > > > [org.apache.activemq.broker.region.policy.PolicyEntry]: Bean > > property > > > > > > ' @@@@@@@@@ ' is not writable or has an > > > invalid > > > > > > setter method. Does the parameter type of the setter match the > > return > > > > > type > > > > > > of the getter > > > > > > > > > > > > Can anyone help? > > > > > > Cheers, > > > > > > F. > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > http://blog.garytully.com > > > > > > > > > > Open Source Integration > > > > > http://fusesource.com > > > > > > > > > > > > > > > > > > > > > -- > > > http://blog.garytully.com > > > > > > Open Source Integration > > > http://fusesource.com > > > > > > > > > -- > http://blog.garytully.com > > Open Source Integration > http://fusesource.com > --0015174027a68cabc80482b161dd--