Debugging "[work_fetch_debug] work fetch: project not contactable; skipping"

Message boards : Server programs : Debugging "[work_fetch_debug] work fetch: project not contactable; skipping"
Message board moderation

To post messages, you must log in.

AuthorMessage
ryeterrell

Send message
Joined: 25 Aug 09
Posts: 23
United States
Message 27007 - Posted: 2 Sep 2009, 20:11:52 UTC

I have a boinc server running a few projects. For some reason, my client, after requesting work, spit this out:

"[work_fetch_debug] work fetch: project not contactable; skipping"

It doesn't say _why_ the project is not contactable, though. I need to know this so I know where to find the problem. Can anyone tell me how I can find out why the project is not contactable?

Thanks for any help!
ID: 27007 · Report as offensive
ZPM
Avatar

Send message
Joined: 14 Mar 09
Posts: 215
United States
Message 27008 - Posted: 2 Sep 2009, 20:18:09 UTC - in response to Message 27007.  

it means no contact was made, no reply from server or anything. idk much about the system but that what it means to me, a real obvious point of mine.
ID: 27008 · Report as offensive
Les Bayliss
Help desk expert

Send message
Joined: 25 Nov 05
Posts: 1654
Australia
Message 27009 - Posted: 2 Sep 2009, 20:24:08 UTC

Telling us what the project is would help.
And you could try going to their website. Perhaps they're having problems.

ID: 27009 · Report as offensive
Profile Gundolf Jahn

Send message
Joined: 20 Dec 07
Posts: 1069
Germany
Message 27010 - Posted: 2 Sep 2009, 20:24:15 UTC - in response to Message 27008.  
Last modified: 2 Sep 2009, 20:28:43 UTC

it means no contact was made, no reply from server or anything. idk much about the system but that what it means to me, a real obvious point of mine.

No, the system didn't even try to contact the server (skipped it), that's how it sounds to me. But why, I don't know either.

[edit]@ryeterrell: What other debug logging options did you enable?[/edit]

Gruß,
Gundolf
[edit2]@Les Bayliss: (S)He is running the project![/edit2]
ID: 27010 · Report as offensive
ryeterrell

Send message
Joined: 25 Aug 09
Posts: 23
United States
Message 27011 - Posted: 2 Sep 2009, 20:31:55 UTC - in response to Message 27010.  

I can enable anything you want and post it.
ID: 27011 · Report as offensive
ryeterrell

Send message
Joined: 25 Aug 09
Posts: 23
United States
Message 27012 - Posted: 2 Sep 2009, 20:32:56 UTC - in response to Message 27009.  

Telling us what the project is would help.
And you could try going to their website. Perhaps they're having problems.



Well, it's my own project, and I haven't secured it which is why I am not posting it. :P
ID: 27012 · Report as offensive
ryeterrell

Send message
Joined: 25 Aug 09
Posts: 23
United States
Message 27013 - Posted: 2 Sep 2009, 20:34:31 UTC - in response to Message 27008.  

it means no contact was made, no reply from server or anything. idk much about the system but that what it means to me, a real obvious point of mine.


It's funny, I can attach to the project, see the project webpage, and I can see the downloads directory from my web browser.
ID: 27013 · Report as offensive
Les Bayliss
Help desk expert

Send message
Joined: 25 Nov 05
Posts: 1654
Australia
Message 27014 - Posted: 2 Sep 2009, 20:47:39 UTC

OK, your own project, sorry.
Being able to "see" the server with a browser helps, (the server is "there"),but BOINC is a different matter.

I'd guess that you'll have to look at the client code, find the message, and then find those areas that call that error message.

ID: 27014 · Report as offensive
ryeterrell

Send message
Joined: 25 Aug 09
Posts: 23
United States
Message 27015 - Posted: 2 Sep 2009, 21:06:58 UTC - in response to Message 27014.  

OK, your own project, sorry.
Being able to "see" the server with a browser helps, (the server is "there"),but BOINC is a different matter.

I'd guess that you'll have to look at the client code, find the message, and then find those areas that call that error message.


I did a superficial examination already, but found only p.contactable (where p is a project class of some sort). I was hoping there would be less work involved. :)

ID: 27015 · Report as offensive
Les Bayliss
Help desk expert

Send message
Joined: 25 Nov 05
Posts: 1654
Australia
Message 27016 - Posted: 2 Sep 2009, 21:28:21 UTC - in response to Message 27015.  

The code is constantly changing, as you can see from reading the change logs that Ageless posts, and only you know which versions of everything you've downloaded.

Also, the message only means whatever the programmer had in mind at the time.
That message may have been reused, by subsequently being called from other places as well, and the meaning then may be less accurate.
Also, it says it's a debug message, so perhaps it only shows up in a debug compile.

You could be waiting for days for someone who is familiar with that part of the code to show up. Perhaps it would help to post a short message in Questions and problems asking for help from anyone who knows the code to have a look at this thread.

ID: 27016 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15480
Netherlands
Message 27017 - Posted: 2 Sep 2009, 21:32:19 UTC

Do you run the client on the same server as you run the project from? For as far as I know, that's not possible. (Was it due to DNS or IP trouble?)
ID: 27017 · Report as offensive
ryeterrell

Send message
Joined: 25 Aug 09
Posts: 23
United States
Message 27018 - Posted: 2 Sep 2009, 21:36:08 UTC - in response to Message 27015.  

I have found this message:

"603 http://xxx.xxx.xxx.xxx/foobar/ 2.000000 Error in request message: no start tag foobar"

when I use my browser to access "http://xxx.xxx.xxx.xxx/foobar_cgi/cgi"

Could this be my problem, and do you have any idea what it might result from?

Thanks for any help!

-Rye
ID: 27018 · Report as offensive
ryeterrell

Send message
Joined: 25 Aug 09
Posts: 23
United States
Message 27020 - Posted: 2 Sep 2009, 23:27:44 UTC - in response to Message 27017.  

Do you run the client on the same server as you run the project from? For as far as I know, that's not possible. (Was it due to DNS or IP trouble?)


I do run the client on the same server the project is run on, but this has worked before with another project of mine.
ID: 27020 · Report as offensive
Les Bayliss
Help desk expert

Send message
Joined: 25 Nov 05
Posts: 1654
Australia
Message 27021 - Posted: 2 Sep 2009, 23:38:33 UTC - in response to Message 27020.  

BOINC was intended to have the project part on a server in some institute/university, and the client part on computers in peoples homes around the world.
It's most likely kept to this idea over the years, and whether or not it works when both parts are on the same computer may be up to chance.

ID: 27021 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 27230 - Posted: 9 Sep 2009, 22:12:48 UTC - in response to Message 27018.  

I have found this message:

"603 http://xxx.xxx.xxx.xxx/foobar/ 2.000000 Error in request message: no start tag foobar"

when I use my browser to access "http://xxx.xxx.xxx.xxx/foobar_cgi/cgi"

Could this be my problem, and do you have any idea what it might result from?

That "error" is normal. It's because your web browser obviously doesn't send the same thing as the BOINC client would :)
ID: 27230 · Report as offensive

Message boards : Server programs : Debugging "[work_fetch_debug] work fetch: project not contactable; skipping"

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.