Error 1067 on BOINC Service Startup

Questions and Answers : Windows : Error 1067 on BOINC Service Startup
Message board moderation

To post messages, you must log in.

AuthorMessage
Chuck Hardy

Send message
Joined: 24 May 99
Posts: 5
Credit: 8,841,789
RAC: 0
United States
Message 225084 - Posted: 3 Jan 2006, 13:41:27 UTC

Hi,

I've had BOINC running an a Windows 2003 Server machine for 6 months. Yesterday the machine crashed and on reboot BOINC will not start.

I uninstalled BOINC and reinstalled 5.2.13 (this was the version running when the system crashed).

When the BOINC service starts I receive "Error 1067: The Process terminated unexpectedly". I've checked and the service logon specifies "Local System Account", so I would not think that there's a security issue.

Any thoughts/suggestions? This is my top producing machine and my daily credit's dropping fast!

Thanks.


ID: 225084 · Report as offensive
Profile Jord
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 15184
Credit: 4,362,181
RAC: 3
Netherlands
Message 225096 - Posted: 3 Jan 2006, 14:36:36 UTC
Last modified: 3 Jan 2006, 14:37:12 UTC

I Googled Error 1067 on Windows 2003 server and came up with:
http://support.microsoft.com/?id=810591

I don't think that is it, so can you post the whole error from the service log, please? Does the account have permissions to read/write?

ID: 225096 · Report as offensive
Chuck Hardy

Send message
Joined: 24 May 99
Posts: 5
Credit: 8,841,789
RAC: 0
United States
Message 225140 - Posted: 3 Jan 2006, 16:12:06 UTC - in response to Message 225096.  

Hi,

Here's the error that gets logged in the System Event log.

===========================================
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7034
Date: 1/2/2006
Time: 8:40:51 PM
User: N/A
Computer: CPSISQL02
Description:
The BOINC service terminated unexpectedly. It has done this 1 time(s).

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
============================================

When I go to the URL, I get the following:

Explanation
The specified service could not continue. This service is configured to report the number of failures and, after a specific number of failures are reported, the Service Control Manager will perform the recovery action configured for the specified service.


User Action
For information that can help you identify possible causes for this error, view the WIN32_EXIT_CODE error that SCM encountered. To view the error, at the command prompt, type

sc query service_name

(BTW, the KB articles don't appear to relate.)
=============================================

When I execute "sc query service_name" I get the following info:

Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\\>sc query boinc

SERVICE_NAME: boinc
TYPE : 110 WIN32_OWN_PROCESS (interactive)
STATE : 1 STOPPED
(NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN))

WIN32_EXIT_CODE : 1067 (0x42b)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

C:\\>
================================================

Unfortunately there's not a lot of info here.

Thanks very much,

Chuck

I Googled Error 1067 on Windows 2003 server and came up with:
http://support.microsoft.com/?id=810591

I don't think that is it, so can you post the whole error from the service log, please? Does the account have permissions to read/write?


ID: 225140 · Report as offensive
Profile Jord
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 15184
Credit: 4,362,181
RAC: 3
Netherlands
Message 225145 - Posted: 3 Jan 2006, 16:24:22 UTC

OK,

You have Boinc installed as a service then. Good.
The link Microsoft has as standard to look up event ID errors has never worked, as far as I know. I wonder why they keep at it. ;)

But, Event ID.net does give some clues. Not to the specific error, as they never heard of BOINC, but it gives a small clue.

Can users terminate services? Although doubtful that.
Can you type net helpmsg WIN32_EXIT_CODE where WIN32_EXIT_CODE is the value returned when you ran SC QUERY SERVICENAME
And what anti virus is used on the server?
Are other services failing to start up, or stopping in the middle of things?
Can you restart the service manually? Or does it stop again giving a new error?
ID: 225145 · Report as offensive
Chuck Hardy

Send message
Joined: 24 May 99
Posts: 5
Credit: 8,841,789
RAC: 0
United States
Message 225182 - Posted: 3 Jan 2006, 17:47:18 UTC - in response to Message 225145.  

Hi,

My answers below, beginning with ***.

Thanks again, I know remote diagnosis is tough.

Chuck
--------------------
OK,

You have Boinc installed as a service then. Good.
The link Microsoft has as standard to look up event ID errors has never worked, as far as I know. I wonder why they keep at it. ;)

But, Event ID.net does give some clues. Not to the specific error, as they never heard of BOINC, but it gives a small clue.

Can users terminate services? Although doubtful that. *** I'm not sure.

Can you type net helpmsg WIN32_EXIT_CODE where WIN32_EXIT_CODE is the value returned when you ran SC QUERY SERVICENAME *** Typing "net helpmsg 1067" (without the quotes) returns the message "The process terminated unexpectedly"

And what anti virus is used on the server? *** McAfee

Are other services failing to start up, or stopping in the middle of things?
Can you restart the service manually? Or does it stop again giving a new error?
*** No other services have this problem. If I try to start manually I get the error I mentioned originally. Please keep in mind that BOINC has been running flawlessly for 6 months until the system crashed yesterday, now I have this problem.




ID: 225182 · Report as offensive
Profile Jord
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 15184
Credit: 4,362,181
RAC: 3
Netherlands
Message 225183 - Posted: 3 Jan 2006, 17:55:58 UTC
Last modified: 3 Jan 2006, 17:57:13 UTC

Ok, might be corrupt BOINC files. Make a backup of the BOINC directory, then uninstall BOINC & delete the BOINC folder.

Now reinstall BOINC fresh.
Net stop BOINC. (just with the command net stop boinc, all small letters)
Exit Boinc Manager if it started, or else you'll get an error message. ;)
Open your backup file (I use WinRAR ;)) and find the account_*.xml file(s).
Take those out of the backup file (unzip/unRAR) and put them in the new BOINC directory.
Net start boinc.
Restart Boinc Manager.

Does that fix things?
ID: 225183 · Report as offensive
Chuck Hardy

Send message
Joined: 24 May 99
Posts: 5
Credit: 8,841,789
RAC: 0
United States
Message 225186 - Posted: 3 Jan 2006, 18:09:15 UTC - in response to Message 225183.  

YES LIKE A CHARM.

Thanks!!! I really appreciate your help.
===========================================


Ok, might be corrupt BOINC files. Make a backup of the BOINC directory, then uninstall BOINC & delete the BOINC folder.

Now reinstall BOINC fresh.
Net stop BOINC. (just with the command net stop boinc, all small letters)
Exit Boinc Manager if it started, or else you'll get an error message. ;)
Open your backup file (I use WinRAR ;)) and find the account_*.xml file(s).
Take those out of the backup file (unzip/unRAR) and put them in the new BOINC directory.
Net start boinc.
Restart Boinc Manager.

Does that fix things?


ID: 225186 · Report as offensive
Profile Jord
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 15184
Credit: 4,362,181
RAC: 3
Netherlands
Message 225187 - Posted: 3 Jan 2006, 18:12:15 UTC

Yay. :-D

You're welcome. If you need any other help, we're here.
ID: 225187 · Report as offensive
Profile kev1701e
Avatar

Send message
Joined: 28 Dec 99
Posts: 138
Credit: 10,216,553
RAC: 0
United States
Message 226776 - Posted: 6 Jan 2006, 3:32:07 UTC - in response to Message 225187.  
Last modified: 6 Jan 2006, 3:33:06 UTC

Yay. :-D

You're welcome. If you need any other help, we're here.



FYI, I just went through this same issue. It was a damaged 'client_state.xml' file. After deleting it and renaming the 'client_state_prev.xml' file, I was good to go and didn't lose my work in process.


kev

kev

X2 4400+,4200+ @2.75GHz, XP1800+ @1.65GHz, P4 @1.6GHz
ID: 226776 · Report as offensive

Questions and Answers : Windows : Error 1067 on BOINC Service Startup


 
©2025 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.