How do you solve error code 195 (No app version)

Message boards : Server programs : How do you solve error code 195 (No app version)
Message board moderation

To post messages, you must log in.

AuthorMessage
chutsu

Send message
Joined: 18 Jul 08
Posts: 2
United Kingdom
Message 18611 - Posted: 18 Jul 2008, 9:37:41 UTC

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?
ID: 18611 · Report as offensive
Kunsheng Chen

Send message
Joined: 3 Jun 08
Posts: 40
United States
Message 18621 - Posted: 18 Jul 2008, 21:25:53 UTC - in response to Message 18611.  

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.
ID: 18621 · Report as offensive
Profile Ananas

Send message
Joined: 27 Jun 06
Posts: 305
Germany
Message 18627 - Posted: 19 Jul 2008, 1:17:43 UTC
Last modified: 19 Jul 2008, 1:38:01 UTC

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?
ID: 18627 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 19002 - Posted: 31 Jul 2008, 22:47:47 UTC - in response to Message 18627.  

195 is CHILD_FAILED,

Which means the wrapper failed to start the worker app.
ID: 19002 · Report as offensive

Message boards : Server programs : How do you solve error code 195 (No app version)

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.