Communicating with BOINC Client Problem

Message boards : Questions and problems : Communicating with BOINC Client Problem
Message board moderation

To post messages, you must log in.

AuthorMessage
Taurus454

Send message
Joined: 24 Apr 13
Posts: 7
United States
Message 52569 - Posted: 15 Feb 2014, 16:46:58 UTC

Installed the latest version for Windows 7 x64. I can't get BOINC to run now. Everytime I launch BOINC locks up and says, "Communicating with BOINC client. Please wait...."

I have reinstalled several times and went back to old version but it does the same thing.

Any suggestions appreciated! Thanks in advance!
ID: 52569 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15483
Netherlands
Message 52575 - Posted: 15 Feb 2014, 18:17:41 UTC - in response to Message 52569.  

Does the BOINC client start? When checking in Windows task manager, does boinc.exe run?
You can try to uninstall BOINC, then install the newer version. That may also force Windows to re-allow BOINC through its firewall.
If you use another firewall combination, make sure that you allow BOINC through that firewall. Normally done by placing boinc.exe and boincmgr.exe in the DMZ, allowing them to communicate with each other on TCP80/443.

Do you have a lot of work in cache? More than 1,500 tasks?
In that case it's possible that BOINC Manager tries to read them all in, and cannot as it interferes with the real-time update.
In that case, open the Windows registry with regedit.exe, then check that HKEY_CURRENT_USER\Software\Space Sciences Laboratory, U.C. Berkeley\BOINC Manager\Tasks has ActiveTasksOnly set to value 1. If it doesn't, change it to 1. Now restart BOINC Manager.
ID: 52575 · Report as offensive
Taurus454

Send message
Joined: 24 Apr 13
Posts: 7
United States
Message 52581 - Posted: 16 Feb 2014, 11:35:09 UTC - in response to Message 52575.  

Thanks! I am using McAfee and have set it to not filter BOINC but that did not work. I even turned off the firewall with no success.

I then opened the Tasks and set ActiveTasksOnly to 1 with no success.
ID: 52581 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15483
Netherlands
Message 52582 - Posted: 16 Feb 2014, 13:55:50 UTC - in response to Message 52581.  
Last modified: 16 Feb 2014, 13:57:04 UTC

Which McAfee package do you use? Does it have antivirus included?
What do you mean with 'have set it to not filter BOINC'? Did you add it as an exception or not? And what did you add as an exception?

You'll have to add boinc.exe, boincmgr.exe, boinctray.exe and boinc.scr
ID: 52582 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5082
United Kingdom
Message 52583 - Posted: 16 Feb 2014, 14:20:14 UTC - in response to Message 52581.  

Taurus, you didn't answer whether or not you can see boinc.exe running, using a separate tool like Task Manager. The original problem ("communicating with BOINC Client") can mean there's a problem communicating, as Jord is trying to talk you through: or that there's no client running to be communicated with.

Did you install BOINC while logged in under the same Windows user account as you're now trying to use to run BOINC?
ID: 52583 · Report as offensive
Taurus454

Send message
Joined: 24 Apr 13
Posts: 7
United States
Message 52660 - Posted: 19 Feb 2014, 20:15:02 UTC - in response to Message 52583.  

BOINC shows it is running under the Application Tab of task manager. Under the Process Tab, boinc.exe is there. I do not see the Boinc under the Services Tab. In Processes, the BOINC.exe and BOINCMGR.exe is there.

Yes, I install BOINC with the same User account on my Alienware PC.
ID: 52660 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5082
United Kingdom
Message 52661 - Posted: 19 Feb 2014, 20:25:47 UTC - in response to Message 52660.  

OK, Jord was on the right lines, then. I'll leave you in his capable hands.
ID: 52661 · Report as offensive
Taurus454

Send message
Joined: 24 Apr 13
Posts: 7
United States
Message 52662 - Posted: 19 Feb 2014, 20:28:16 UTC - in response to Message 52582.  

I am using the Verizon Internet Security Suite or VISS. It is based on McAfee and has virus, firewall, and so on. It consists of following:

McAfee Security Center
Build 12.8.903

McAfee Anti-Virus and Anti-Spyware
Build 16.8.708

McAfee Personal Firewall
Build 13.8.718

McAfee Site Advisor
Build 3.6.5.135

McAfee Anti-Spam
Build 13.8.706

McAfee Quick Clean and Shredder
Build 12.8

McAfee Vulnerability Scanner
Build 2.8.716


Under Firewall, there is a Tab called Internet Connections for Programs. I added every BOINC application and provided each with FULL internet access and have NetGuard turned OFF for each program.

To be more specific, the error is labeled at the top of the TAB as "BOINC Manager - Communication".
ID: 52662 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5082
United Kingdom
Message 52663 - Posted: 19 Feb 2014, 22:09:52 UTC - in response to Message 52662.  

Under Firewall, there is a Tab called Internet Connections for Programs. I added every BOINC application and provided each with FULL internet access and have NetGuard turned OFF for each program.

To be more specific, the error is labeled at the top of the TAB as "BOINC Manager - Communication".

It isn't an internet connection you're looking for.

It's an internal loopback connection - entirely within your own computer - on IP 127.0.0.1 or "localhost", port 31416.

That's what the BOINC Manager uses to communicate with the (running) BOINC client.
ID: 52663 · Report as offensive
Taurus454

Send message
Joined: 24 Apr 13
Posts: 7
United States
Message 52665 - Posted: 19 Feb 2014, 22:40:38 UTC - in response to Message 52663.  

Okay, I pinged 127.0.0.1 and it works fine. What do I need to do to get this to work?
ID: 52665 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15483
Netherlands
Message 52666 - Posted: 19 Feb 2014, 22:58:20 UTC - in response to Message 52665.  

A little understanding on how BOINC its parts communicate between each other. They do this by remote procedure call on TCP port 31416.

So the main parts, boinc.exe and boincmgr.exe need to be enabled through a firewall to communicate with each other on that port.
Separately, boinc.exe needs internet access on TCP ports 80 and 443.

You said you allowed them to be able to get onto the internet. The latter isn't needed, but you must be able to set what ports applications are able to use, or a port-range. Also what they need it for, local network, internet, or just local computer (localhost).

I don't work with VISS, nor with McAfee, so I don't know how to set that up. Probably something like described here, just not for All PCs (but for only this PC?)
ID: 52666 · Report as offensive
strhlmn

Send message
Joined: 1 Apr 14
Posts: 1
Germany
Message 53458 - Posted: 1 Apr 2014, 12:18:06 UTC
Last modified: 1 Apr 2014, 12:30:37 UTC

Hi,
i got the same problem @ Win 7 Professional 64bit.

No communication possible. I turned off my firewall completely and deactivated avira free antivirus.
While the error occur, boinc.exe is running.
I installed and started the manager as administrator.

If i run boinc.exe in cmd, it says:
"Unhandled Exception Detected...

- Unhandled Exception Record -
Reason: Access Violation <0xc0000005> at adress 0x0000000140090431 to adress 0x00001000


Any suggestions ?
ID: 53458 · Report as offensive

Message boards : Questions and problems : Communicating with BOINC Client Problem

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.