Message boards : Server programs : How do you solve error code 195 (No app version)
Message board moderation
Author | Message |
---|---|
Send message Joined: 18 Jul 08 Posts: 2 |
Hi So I basically got a program that I'm trying to put into a boinc server. I ran make project to make the directories needed, edited both project.xml and configure.xml, and also made some input/output template file....everything seems to run fine until I create_work! now the "CLIENT" can download the program no probs, but when it starts to do the computational bit, it exits with an error of 195 which I checked out that it claims there is no app version, how do I solve this problem? Fri 18 Jul 2008 10:35:43 BST|rivetgun|Requesting 17280 seconds of new work Fri 18 Jul 2008 10:35:48 BST|rivetgun|Scheduler RPC succeeded [server version 603] Fri 18 Jul 2008 10:35:48 BST|rivetgun|Deferring communication for 7 sec Fri 18 Jul 2008 10:35:48 BST|rivetgun|Reason: requested by project Fri 18 Jul 2008 10:35:49 BST|rivetgun|[file_xfer] Started download of file in Fri 18 Jul 2008 10:35:50 BST|rivetgun|[file_xfer] Finished download of file in Fri 18 Jul 2008 10:35:50 BST|rivetgun|[file_xfer] Throughput 0 bytes/sec Fri 18 Jul 2008 10:35:51 BST|rivetgun|Starting test005_0 Fri 18 Jul 2008 10:35:51 BST|rivetgun|Starting task test005_0 using rivetgun version 1 Fri 18 Jul 2008 10:35:54 BST|rivetgun|Deferring communication for 1 min 0 sec Fri 18 Jul 2008 10:35:54 BST|rivetgun|Reason: Unrecoverable error for result test005_0 (process exited with code 195 (0xc3)) Fri 18 Jul 2008 10:35:54 BST|rivetgun|Computation for task test005_0 finished Please Help! How do I get it to work? |
Send message Joined: 3 Jun 08 Posts: 40 |
According to your message, the client succeeded to download the work instance, there might be some error in your application. You can try other sample applications such as 'uppercase' to see where the problem is. Hope it helps. |
Send message Joined: 27 Jun 06 Posts: 305 |
195 is CHILD_FAILED, -195 is NO_APP_VERSION Can you start the downloaded program standalone or does that give you an error too? p.s.: Maybe a stupid idea ... but ... are executable flags set on the executable binary and does "file" recognize it as an ELF binary? |
Send message Joined: 19 Jan 07 Posts: 1179 |
195 is CHILD_FAILED, Which means the wrapper failed to start the worker app. |
Copyright © 2025 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.