strange svn problem in eclipse - eclipse

I have installed Subclipse inside my Eclipse. I can successfully connect to http://svn.python.org/projects/peps/trunk, but when I tried to connect to svn://svn/appwork.org/utils, I got an error saying:
No connection could be made because the target machine actively
refused it. svn: Can't connect to host 'svn': No connection could be
made because the target machine actively refused it.
Does anyone knows the answer to this question? Thanks a lot!
Edit
I actually overlooked the error in the svn address. Even if I tried with "svn://svn.appwork.org/utils", I still got another error:
A socket operation was attempted to an unreachable host.
svn: Can't connect to host 'svn.appwork.org': A socket operation was attempted to an unreachable host.

You need svn://svn.appwork.org/utils instead of svn://svn/appwork.org/utils. With a dot, not slash.

Related

Perforce client error: Connection refused

So I had been successfully running Perforce on a dedicated Ubuntu 20.04 LTS cloud server for many months. I recently however moved to a different house and now I cannot connect to the server anymore through P4Admin and P4V, and neither can the other users. I've been getting this error in P4Admin:
Connect to server failed; check $P4PORT.
TCP connect to 81.169.151.191:1666 failed.
connect: 81.169.151.191:1666: WSAECONNREFUSED
And get this error when connected to the server in Putty as root user:
p4 info
Perforce client error:
Connect to server failed; check $P4PORT.
TCP connect to 81.169.151.191:1666 failed.
connect: 81.169.151.191:1666: Connection refused
Has something gone wrong with the server? Anything I can do to restore the connection? My apologies in advance, I'm not an advanced user and have just been trying whatever the tutorials suggest.

Warning: mysqli_connect(): (HY000/2002): No connection could be made because the target machine actively refused it

I'm only trying to connect my website to a database using xampp, but this error keeps appearing.
$conn = mysqli_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
Warning: mysqli_connect(): (HY000/2002): No connection could be made
because the target machine actively refused it.
I tried alot of things but the problem still persists.
please help.
Are you trying to connect from local-machine? If is it, try to change value of DB_HOST to localhost or 127.0.0.1.

mongo errno:61 Connection refused on OSX Yosemite

This has been asked before, but I can't seem to get this resolved for me from other answers.
I am getting the following error when trying to run mongo on OSX Yosemite:
2015-11-27T11:50:51.644+0000 W NETWORK Failed to connect to 127.0.0.1:27017, reason: errno:61 Connection refused
2015-11-27T11:50:51.645+0000 E QUERY Error: couldn't connect to server 127.0.0.1:27017 (127.0.0.1), connection attempt failed
at connect (src/mongo/shell/mongo.js:179:14)
at (connect):1:6 at src/mongo/shell/mongo.js:179
I installed via brew.
People have mentioned a /data/db directory (which I can't find) and removing a mongo.lock file (which I can't find either).
I can see mongo files located at /usr/local/bin, but no lock files.
Thank you
I installed on my mac MongoDB few days ago. You can follow for this Link and complete all steps. It's quite easy to install MongoDB on mac.
Additional information :
Link, Failed to unlink socket file
I hope it will help you.
Thanks!

java.net.ConnectException: Connection refused: connect

trying to upload file using apache file upload, but getting this error:
java.net.ConnectException: Connection refused: connect
it was working yesterday, but today it is not working
Either the firewall configuration (by which I mean port forwarding, not access rules) has changed or the server process isn't running.
If this is a locally hosted server. make sure the correct port is forwarded for the correct IPV4, they change often and without much reason.

Can't connect to SOCKS proxy:Connection refused

When I try to connect to some ssh server using Eclipse (which used to work smoothly before), it gives me this error:
Failed to connect sshd on "x.x.x.x": ProxySOCKS5: com.jcraft.jsch.JSchException: java.net.SocketException: Can't connect to SOCKS proxy:Connection refused
N.B. The ssh connection is working from the shell with no problems.
I got it :))
It was a proxy problem, I wasn't aware of that!!
Go to Window - > preferences - > General -> Network. Make the Active Provider -> Direct, where all the proxy entries are unchecked.