Message boards : Questions and problems : cc_config.xml, unparsed tag
Message board moderation
Author | Message |
---|---|
Send message Joined: 30 Nov 09 Posts: 4 ![]() |
Reading the config gives me 11/30/2009 1:41:16 AM Unparsed tag in cc_config.xml: <checkpoint_debug> (and three more for cpu_sched_debug, rr_simulation and work_fetch_debug) So, what gives? |
![]() Send message Joined: 29 Aug 05 Posts: 15632 ![]() |
Can you post the contents of your cc_config.xml file, please? |
Send message Joined: 25 Nov 05 Posts: 1654 ![]() |
Some of the tags were made obsolete in later versions of BOINC, and at least one had it's meaning, (and how to use it), altered. So, which version of BOINC are you using? edit Not typing fast enough. :) |
Send message Joined: 30 Nov 09 Posts: 4 ![]() |
<cc_config> <checkpoint_debug>1</checkpoint_debug> <cpu_sched_debug>1</cpu_sched_debug> <rr_simulation>1</rr_simulation> <work_fetch_debug>1</work_fetch_debug> </cc_config> BOINC is current stable, 6.10.18. And... well, I used the "documentation". |
Send message Joined: 5 Oct 06 Posts: 5149 ![]() |
<cc_config> There may be hidden (non-printing) characters introduced by mistake during the editing process. You don't say which OS you use, or how you created the file: but going on the "90% use Windows" principle.... It's best to use the absolutely simplest editor, usually Notepad. Even then, I've found that the Notepad in Vista can hide errors which the Notepad in XP reveals. The text above looks 'clean': probably the easiest thing would be to start with a new (empty) file, and copy the text again from this message board - the board itself will have taken out non-printing characters. |
![]() Send message Joined: 20 Dec 07 Posts: 1069 ![]() |
<cc_config> There exist two sections in a cc_config.xml, log_flags and options. You have none of them in your file. If you look at the documentation again :-), you'll see that the file should look like this: <cc_config> <log_flags> <checkpoint_debug>1</checkpoint_debug> <cpu_sched_debug>1</cpu_sched_debug> <rr_simulation>1</rr_simulation> <work_fetch_debug>1</work_fetch_debug> </log_flags> </cc_config> Gruß, Gundolf PS: And Richard didn't find the reason for your problem ;-) Computer sind nicht alles im Leben. (Kleiner Scherz) ![]() |
Send message Joined: 30 Nov 09 Posts: 4 ![]() |
Ouchies. Good thing I didn't claim to be king of XML (I almost did...) ;-) |
Send message Joined: 5 Oct 06 Posts: 5149 ![]() |
PS: And Richard didn't find the reason for your problem ;-) Got to leave some for everyone else! ;-) No, you're right: I missed it. Must be getting old. And well done for getting it yourself. |
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.