Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Mesh Configuration json conversion error

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Mesh Configuration json conversion error


Chronological Thread 
  • From: Antoine Delvaux <>
  • To:
  • Cc:
  • Subject: Re: [perfsonar-user] Mesh Configuration json conversion error
  • Date: Wed, 3 Aug 2016 18:28:26 +0000

Hi Colin,

You might want to double check your file and run it through an XML parser.
From experience, it is easy to miss a closing tag or to have an extra opening
tag.

Without having your file in full, we cannot advise you much more.

Thanks,

Antoine.

> Le 3 août 2016 à 18:18,
> <>
>
> <>
> a écrit :
>
> I am creating a mesh configuration and even though it seems that it is
> correct, I am getting this error when running the conversion process
>
> [root@CJR-WPG-AV00011 perfsonar-meshconfig-jsonbuilder]#
> /usr/lib/perfsonar/bin/build_json -o /var/www/cco.json CCO.conf
> Config::General: EndBlock "</organization>" has no StartBlock statement
> (level: 1, chunk 260)!
> at /usr/lib/perfsonar/bin/build_json line 78
>
> My general layout of the configuration file is as follows, keep in mind this
> is in a shorter form. I just want to make sure that I have the layout right
>
> description **
>
> <administrator>
> ***
> </administrator>
>
> <organization>
>
> <measurement_archive>
> type ***
> read_url ***
> write_url ***
> </measurement_archive>
>
> (4 total measurement archives)
>
> <site>
> <location>
> city ****
> state ****
> </location>
> <host>
> description ***
> address **.**.**.***
> </host>
> </site>
>
> (23 total sites)
>
> </organization>
>
> <test_spec ***>
> (test specifics)
> </test_spec>
>
> (4 total tests)
>
> <group ****>
> type ***
> member ***
> </group>
>
> (several groups)
>
> <test>
> description ***
> group ***
> test_spec ***
> </test>
>
> (several tests)
>
>
>
> Thanks,
> Colin




Archive powered by MHonArc 2.6.19.

Top of Page