search for: amqp

Displaying 20 results from an estimated 28 matches for "amqp".

Did you mean: amp
2014 Jun 02
2
Re: libguestfs error
...l apt-utils bison libaugeas-dev autoconf However when I'm trying to again boot VM from controller node onto compute node,the nova-compute service on compute node is displaying following error.. Traceback (most recent call last):^M 2014-06-02 08:58:18.783 24773 TRACE nova.openstack.common.rpc.amqp File "/opt/stack/nova/nova/openstack/common/rpc/amqp.py", line 461, in _process_data^M 2014-06-02 08:58:18.783 24773 TRACE nova.openstack.common.rpc.amqp **args)^M 2014-06-02 08:58:18.783 24773 TRACE nova.openstack.common.rpc.amqp File "/opt/stack/nova/nova/openstack/common/rpc/d...
2010 Nov 09
2
AMQP and Unicorn (mq gem)
Hi all, I''m having issues with Unicorn and connecting to RabbitMQ using the tmm1-amqp gem. I''ve tried lots of approaches. The classic initializer with Thread.new { EM.run } for the Rails app and even tried using the Qusion library. (https://github.com/danielsdeleo/qusion) I''ve made a simple mod to Qusion for it to monkey patch unicorn too. The code loo...
2011 May 23
0
Install amqp gem on windows 7
hi, i want to install amqp gem for RabbitMQ on Window 7. I have tried: gem install amqp gem install amqp --pre gem install amqp --pre --version "~> 0.8.0.rc12" How can i install in Windows 7? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. T...
2014 Jun 02
2
Re: libguestfs error
Hi Rich One more quiry. After installing libguestfs-test-tool on my powerpc ubuntu,I'm getting this following error on my system ... UnsupportedRpcVersion: Specified RPC version, 3.23, not supported by this endpoint. Can you help regarding this? Thanks On Sat, May 31, 2014 at 4:18 PM, abhishek jain <ashujain9727@gmail.com> wrote: > Hi Rich > > Thanks for the quick
2009 Jul 07
1
[PATCH] Let ovirt-test use DNS SRV to get qpidd server.
...irt-test.rb b/src/ovirt-agent/ovirt-test.rb index 71f9a9f..412a8ee 100755 --- a/src/ovirt-agent/ovirt-test.rb +++ b/src/ovirt-agent/ovirt-test.rb @@ -6,14 +6,10 @@ require 'rubygems' require 'qpid' require 'dutils' -if ARGV.size == 1 - srv = ARGV[0] -else - srv = "amqp://localhost" -end - +server, port = get_srv('qpidd', 'tcp') get_credentials('qpidd') +srv = "amqp://#{server}:#{port}" puts "Connecting to #{srv}.." s = Qpid::Qmf::Session.new() -- 1.6.0.6
2009 Jul 31
2
[PATCH server] Removed workaround for qmf bug that yielded 0 cpus and 0 nics for nodes from time to time.
...st-browser/host-register.rb b/src/host-browser/host-register.rb index 57c11b7..06d8553 100755 --- a/src/host-browser/host-register.rb +++ b/src/host-browser/host-register.rb @@ -92,7 +92,7 @@ class HostRegister < Qpid::Qmf::Console end @logger.info "Connecting to amqp://#{server}:#{port}" - @session = Qpid::Qmf::Session.new(:console => self, :manage_connections => false) + @session = Qpid::Qmf::Session.new(:console => self, :manage_connections => true) @broker = @session.add_broker("amqp://#{server}:#{port...
2008 Aug 22
6
EventMachine website down?
Hi all Is the EventMachine website (www.rubyeventmachine.com) down? I can''t access it from South Africa, and have tried using tor as well with no luck. I''m kinda new to EventMachine, so I first have a lot of examples to work through and reading to do before I start pestering the mailing list with questions. Thanks to everyone who partook in creating the library, so far
2007 Sep 07
1
virt-factory investigation
Version 0.0.4 is out, but unfortunately unly for F7 According to: https://www.redhat.com/archives/et-mgmt-tools/2007-September/msg00040.html EL5 will be soon available. All depends on busrpc(AMQP) package - available only in f7 for now. So we need to wait even more.... ----------------------------------------------------------------- ??? ? ??????? ???? ????, ?????? ???? ????????! WWW.ZOOM.BG
2009 Jun 09
1
Problems after installing development git
...After installing rpms and basic installation procedures. I ended up with "500 internal server error" on my webpage for " http://management.ovirt.priv/ovirt" . I have some relevant logs from db-omatic.log and taskomatic.log which seem to indicate some problem the "AMQP" connection, but i am not really sure how to debug this further. Has any here encountered problems like this before, if yes then any one tried debugging and fixing it?. Logs are preset at http://ovirt.pastebin.com/m15876f5c Regards -- Harshavardhana "Yantra Shilpi"...
2009 Jun 25
3
error with gssapi
Hello I found on ovirt.org instruction for set unavailable(enable) to available(enable) i run "ruby /usr/share/ovirt-server/qmf-libvirt-example.rb" and get Error caching credentials; attempting to continue... Connecting to amqp://main.forex-24h.com:5672.. /usr/lib/ruby/site_ruby/1.8/qpid/delegates.rb:209:in `connection_start'/usr/lib/ruby/site_ruby/1.8/qpid/delegates.rb:209: [BUG] Segmentation fault ruby 1.8.6 (2008-08-11) [x86_64-linux] Aborted in log files i get this messages ==> /var/log/messages <== Jun...
2011 Nov 14
1
RDMA/Ethernet wi ROCEE - failed to modify QP to RTR
..._handshake_pollin] 0-rpc-transport/rdma: rdma.management: failed to connect with remote QP I see this when I run RDMA over Ethernet using ROCEE RPMs, but when I run over Infiniband using RHEL 6.2-, it runs fine. On the same Ethernet configuration, Gluster/TCP runs fine, NFS/RDMA runs fine as does AMQP app. But qperf and rping utilities fail in the same way. Firmware on the HCAs is not the latest, is it worth risk to upgrade? I went into debugger and found line where qperf fails, it's near line 2056 in rdma.c in qperf sources (qperf-debuginfo, I did Makefile) (gdb) 2088 } else if...
2009 Jul 15
1
[PATCH] Rename qmf-libvirt-example to libvirt-list.rb
...uot;./dutils") + +require "rubygems" +require "qpid" +require "dutils" + +get_credentials('qpidd') + +server, port = get_srv('qpidd', 'tcp') +raise "Unable to determine qpid server from DNS SRV record" if not server + +srv = "amqp://#{server}:#{port}" +puts "Connecting to #{srv}.." +s = Qpid::Qmf::Session.new() +b = s.add_broker(srv, :mechanism => 'GSSAPI') + +nodes = s.objects(:class => "node") +nodes.each do |node| + puts "node: #{node.hostname}" + for (key, val) in no...
2009 Jul 31
1
problem with kerberos (I think)
...ors so I launched db-omatic and taskomatic in debug mode to see what the problem is: Lauching db-omatic.rb: [root at management ~]# /usr/share/ovirt-server/db-omatic/db_omatic.rb -n INFO Fri Jul 31 10:04:31 +0200 2009 (7242) dbomatic started. INFO Fri Jul 31 10:04:31 +0200 2009 (7242) Connecting to amqp://management.open.net:5672 /usr/share/ovirt-server/db-omatic/db_omatic.rb:252:in `object_props': undefined method `[]' for #<Qpid::Qmf::ClassKey:0x7f2a48ae8e80> (NoMethodError) from /usr/lib/ruby/site_ruby/1.8/qpid/qmf.rb:608:in `handle_content_ind' from /usr/lib/r...
2010 Mar 15
0
[PATCH] Updated the list of ignored files and fixed whitespace issues.
...iff --git a/matahari.spec b/matahari.spec index 9ccdc18..b1e00bc 100644 --- a/matahari.spec +++ b/matahari.spec @@ -28,10 +28,10 @@ BuildRequires: pcre-devel >= 7.8 matahari provides a QMF Agent that can be used to control and manage various pieces of functionality for an ovirt node, using the AMQP protocol. -The Advanced Message Queuing Protocol (AMQP) is an open standard application +The Advanced Message Queuing Protocol (AMQP) is an open standard application layer protocol providing reliable transport of messages. -QMF provides a modeling framework layer on top of qpid (which impleme...
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
...ze() @@ -77,7 +74,6 @@ class DbOmatic < Qpid::Qmf::Console begin ensure_credentials - database_connect server, port = nil @@ -91,8 +87,17 @@ class DbOmatic < Qpid::Qmf::Console end @logger.info "Connecting to amqp://#{server}:#{port}" - @session = Qpid::Qmf::Session.new(:console => self, :manage_connections => true) - @broker = @session.add_broker("amqp://#{server}:#{port}", :mechanism => 'GSSAPI') + @settings = Qmf::ConnectionSettings.new +...
2012 Apr 04
2
SSL plugin not enabled - CentOS 6.2
Greetings Dear All, i am having difficulty o understand of the following log on CentOS_6.2 x86_64. i tried google it, but could not get any result at all. is anyone has come across & solve it? any help or suggestion would be highly appreciated Log: in /var/log/messages Apr 4 10:23:15 jet qpidd[2265]: 2012-04-04 10:23:15 notice SSL plugin not enabled, you must set --ssl-cert-db to enable
2009 Jul 13
1
[PATCH: server] Added qmf matahari example to ovirt-server.
...uot;./dutils") + +require "rubygems" +require "qpid" +require "dutils" + +get_credentials('qpidd') + +server, port = get_srv('qpidd', 'tcp') +raise "Unable to determine qpid server from DNS SRV record" if not server + +srv = "amqp://#{server}:#{port}" +puts "Connecting to #{srv}.." +s = Qpid::Qmf::Session.new() +b = s.add_broker(srv, :mechanism => 'GSSAPI') + +while true: + hosts = s.objects(:class => "host") + hosts.each do |host| + puts "host: #{host.hostname}"...
2011 Apr 14
0
asynchronous calls to qmf methods
...My problem is that each method call to libvirt blocks the loop for quite long (sometimes 0.7 seconds) and qmf aparently has a way to do it asynchronously but I have no idea how to do this with the qmf module for ruby. I found some instructions for python though : http://qpid.apache.org/books/0.8/AMQP-Messaging-Broker-CPP-Book/html/ch02s03.html#QMFPythonConsoleTutorial-AsynchronousMethodCallsandMethodTimeouts I tried result=domain.create(:async=>true) but it did not work, it's still blocking until libvirt answers... So how to call methods asynchronously ? More importantly, where do I ge...
2013 Jun 04
0
[JOBS] Rails Developer for Start-up, Full-time, Work from home
...l communication and data. We''re seeking a full-time developer with the following skills: Top priority is experience with Ruby and Rails, but some other things that would help: - Comfortable writing tests and with test frameworks such as RSpec and Cucumber - Experience with RabbitMQ, AMQP, and messaging services or standards - Familiarity with Redis and Amazon SimpleDB - Some experience deploying and running sites on Amazon Web Services - Some Javascript chops would also help for code that needs to stay on the front-end - A start-up mindset, i.e., someone excited to engage in the...
2011 Jun 15
12
Create or Update Model with JSON?
Having issue updating a model with JSON. I simply *"model.attributes=json"*, which does update the attributes but not the id, or uuid in this case. I want to save or create the record (if it''s id exists). Seems like this would be documented, but I''m not finding anything. I''m using a MOM to pass JSON between apps. Thanks. -- You received this message because