similar to: connection refused

Displaying 20 results from an estimated 50000 matches similar to: "connection refused"

2008 Nov 01
2
get data from call back url
Hi... I want to get parameters from call back url of my application ex :- http://localhost:3000/mail/aa/?hl=ene&zx=gfi1bdfgju6s&shva=1#inbox/11d555fsgw36fd424 as an example these params that attached how can I read when openning page. I want put those values into Session variable.. help me thankx xxmithila --~--~---------~--~----~------------~-------~--~----~ You received this message
2008 Oct 29
2
SQL in rails
Hi all...... please give me an example that use SQL in models to handel data in the data base. with "sql.execute" or any other possible way.. thankx --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2008 Nov 01
2
WoW ..! my Idea
Ya ishara.. this is so helpful to me also.. I wish all the members to continue this Group thankx all for ur collaborations --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To
2007 Mar 14
2
Connection Refused
Mailer works fine when I''m running my app locally. But when I deploy it I keep getting this error in the log. Errno::ECONNREFUSED (Connection refused - connect(2)): Anyone have any idea what this could be? Thank in advance, Seth --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2008 Jul 09
4
Auto Postback in Ruby On Rails
in some other language have a concept e.i "auto postback" So, in Ruby on rails is there any such option e.i "auto postback" or same as "auto postback" basically what i want ot do is that i have 2 select box One for "Industry" and other for "Chemical" 1st we show all the industry in "Industry" select box. if we select any 1 industry
2008 Jul 09
4
probl;ems with Rails 2.1.0
i just install the Ruby on Rails 2.1.0..... But i faced lots of problem.... is there any way to install Ruby On Rails 2.0.2 thanking you --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
2006 Dec 19
7
Improve the rendering speed of rhtml
I found through the log file that the render of the rhtml template would take too much time if there exists ruby code in the rhtml files.In many cases,these ruby code are tied with these rhtml files closely and can not be decoupled from that,therefore,i have a question that,is there exist some way to improve the rendering speed of rhtml when some ruby codes are included? -- Posted via
2010 Sep 11
2
Connection refused - connect(2)
I got this error this evening while running my specs: Connection refused - connect(2) I''m running under test/development and I''m using SQLite3. I didn''t have this issue yesterday and my code hasn''t changed since then. I looked around and people are saying that it''s a DB connection problem (which would make sense). However, I''m using SQLite3
2009 Apr 06
11
How do I fix this? Power went down.
I was successful in reaching page 184 in the book "Agile Web Development with Rails" 3rd edition and while running the website with PostGreSQL as the backend, the power went down. The PostGreSQL database contents look OK and so do the source code files I was editing. But whenever I click on any "Add To Cart" button in the catalog, I get the following information in the
2018 Jul 11
4
Connection refused (61)
what does the output of: netstat -n | grep :587 run as root, show you? the -p will give the program and pid. > Date: Wednesday, July 11, 2018 21:51:09 +0000 > From: Larry Rosenman <larryrtx at gmail.com> > > Yep, you (probably) need to configure openSMTPD to listen on 587 > > (I run exim, so I can't help with that).
2008 Apr 22
2
error after sending email.(conection refused- connect(2))
hi all, in my application if the user forget the login details then they can go to a page where they can enter their mail id and the login details''ll be mailed them to that mail id.after mailing them the user''ll be redirected to the login page. but after entering the mail id and clicking the button im getting error like Errno::ECONNREFUSED in
2012 Nov 01
3
xm migrate - Error: can't connect: [Errno 111] Connection refused
When I attempt to migrate a VM from one host to another (sles-xen-2 -> sles-xen-1) I get the error message: > sles-xen-2:~ # xm migrate --live SLES-11-SP2-1 192.168.1.3 > Error: can''t connect: [Errno 111] Connection refused > ... What might be the problem? FWIW: I''ve already verified that iptables rules have been cleared and that xend does not have any ports open
2018 Jul 11
1
Connection refused (61)
obvious correction ... sorry. netstat -np | grep :587 > Date: Wednesday, July 11, 2018 21:57:31 +0000 > From: Richard <inbound-dovecot at listmail.innovate.net> > what does the output of: > > netstat -n | grep :587 > > run as root, show you? the -p will give the program and pid. > > > >> Date: Wednesday, July 11, 2018 21:51:09 +0000 >>
2004 Jun 25
4
A question about connection refused
I install rsync in computer and run it as a daemon successfully, but when I run rsync command on another end to connect it. There is a error. The output is : opening tcp connection to 192.168.0.43 port 873 rsync: failed to connect to 192.168.0.43: Connection refused _exit_cleanup(code=10, file=clientserver.c, line=93): entered rsync error: error in
2008 Oct 07
6
https problems
I''m having a problem but don''t know what is causing it so I don''t know exactly where to post, please bear with me. I''m trying to set up https access however whenever I go to https://url_for_site the root route renders but the url is rewritten to http://url_for_site. The ssl request shows in the apache logs but obviously no further ssl requests show up.
2014 Mar 07
3
"connection refused", but server is listening
netstat -lptu gives me tcp6 0 0 [::]:16514 [::]:* LISTEN 1314/libvirtd so the server is correctly listening on interfaces. My /etc/libvirt/libvirtd settings are defaulted. My /etc/default/libvirt-bin has "-d -l" options so server is listening. If I do virsh -c qemu://143.225.229.190/system (that is my ip or an ip belonging to my network) I
2008 Nov 07
11
Rails requires RubyGems >= 1.1.1 : problem
Hello, On my local machine (Mac OS X 10.5.5), I get the following error when I try to run script/server start : "Rails requires RubyGems >= 1.1.1 (you have 1.0.1). Please `gem update --system` and try again." The Rails app was a former 1.2.6 upgraded to 2.1, and it worked fine. I''ve run the rake rails:update command. If I create a new Rails app, it starts with the command
2008 Oct 24
4
Railscast 75, Observe_field and Shopping Cart
Hi all, I have the shopping cart page where a user can add items dynamically through ajax as explained in Railscast episode 75. I am using observe_field to observe the ''quantity'' and ''cost'' fields to update the total field for each item. This does not work however, for records that are added through the Ajax. How can i name the fields and observe them as i have
2016 Oct 19
1
port running but connection refused
Hi All, I have a process running on port 5070... I'm using CentOS 7. iptables is running firewalld should be stopped and disabled. When I telnet localhost 5070 I get connection refused. When I stop iptables I still get connection refused. netstat -tnlv | grep 5070 tcp 0 0 192.168.1.8:5070 0.0.0.0:* LISTEN so the process is running and listening. ps ax |
2005 Jan 26
1
FW: connection refused
Sun Solaris 9 client tries to connect to my AIX server running OpenSSH_3.8.1p1 and get "connection refused". e3db1:oracle:/apps/oracle>ssh -V SSH Version Sun_SSH_1.0, protocol versions 1.5/2.0. e3db1:oracle:/apps/oracle>ssh -l user1 aixserver Secure connection to aixserver refused. e3db1:oracle:/apps/oracle> Chris Black