cc_config.xml, unparsed tag

Message boards : Questions and problems : cc_config.xml, unparsed tag
Message board moderation

To post messages, you must log in.

AuthorMessage
Jürgen A. Erhard

Send message
Joined: 30 Nov 09
Posts: 4
Germany
Message 29074 - Posted: 30 Nov 2009, 0:44:28 UTC

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?
ID: 29074 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15483
Netherlands
Message 29075 - Posted: 30 Nov 2009, 0:52:22 UTC - in response to Message 29074.  

Can you post the contents of your cc_config.xml file, please?
ID: 29075 · Report as offensive
Les Bayliss
Help desk expert

Send message
Joined: 25 Nov 05
Posts: 1654
Australia
Message 29076 - Posted: 30 Nov 2009, 0:55:04 UTC - in response to Message 29074.  
Last modified: 30 Nov 2009, 0:56:02 UTC

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. :)
ID: 29076 · Report as offensive
Jürgen A. Erhard

Send message
Joined: 30 Nov 09
Posts: 4
Germany
Message 29077 - Posted: 30 Nov 2009, 2:56:06 UTC

<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".
ID: 29077 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5082
United Kingdom
Message 29078 - Posted: 30 Nov 2009, 9:38:37 UTC - in response to Message 29077.  

<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".

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.
ID: 29078 · Report as offensive
Profile Gundolf Jahn

Send message
Joined: 20 Dec 07
Posts: 1069
Germany
Message 29079 - Posted: 30 Nov 2009, 9:40:45 UTC - in response to Message 29077.  

<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".

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)
ID: 29079 · Report as offensive
Jürgen A. Erhard

Send message
Joined: 30 Nov 09
Posts: 4
Germany
Message 29080 - Posted: 30 Nov 2009, 10:31:46 UTC - in response to Message 29079.  

Ouchies. Good thing I didn't claim to be king of XML (I almost did...) ;-)
ID: 29080 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5082
United Kingdom
Message 29085 - Posted: 30 Nov 2009, 21:03:24 UTC - in response to Message 29079.  

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.
ID: 29085 · Report as offensive

Message boards : Questions and problems : cc_config.xml, unparsed tag

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.