From: Mathew C. <ko...@gm...> - 2008-11-05 07:14:33
|
stavallo wrote: > [snip] > stefano@trouville:/usr/local/src/opensync/src$ msynctool --configure test 1 > /usr/local/src/opensync/share/libopensync1/defaults/syncml-http-client:177: element Name: Schemas validity error : Element 'Name': This element is not expected. Expected is ( Enabled ). > /usr/local/src/opensync/share/libopensync1/defaults/syncml-http-client:187: element Name: Schemas validity error : Element 'Name': This element is not expected. Expected is ( Enabled ). > /usr/local/src/opensync/share/libopensync1/defaults/syncml-http-client:197: element Name: Schemas validity error : Element 'Name': This element is not expected. Expected is ( Enabled ). > ERROR: Plugin configuration file is not valid! /usr/local/src/opensync/share/libopensync1/schemas/plugin_config.xsd > EXIT_ERROR: osync_plugin_config_file_load: Plugin configuration file is not valid! /usr/local/src/opensync/share/libopensync1/schemas/plugin_config.xsd > EXIT_ERROR: osync_member_get_config_or_default: Plugin configuration file is not valid! /usr/local/src/opensync/share/libopensync1/schemas/plugin_config.xsd > EXIT_ERROR: msync_configure_member: Plugin configuration file is not valid! /usr/local/src/opensync/share/libopensync1/schemas/plugin_config.xsd > ERROR: Plugin configuration file is not valid! /usr/local/src/opensync/share/libopensync1/schemas/plugin_config.xsd I'm having a similar problem following the procedure in the devel-branch-0.3 [1] page, under the "Simple file-to-file syncing" example. msynctool --addgroup file2file msynctool --addmember file2file file-sync msynctool --addmember file2file file-sync msynctool --configure file2file 1 I tried using the XML from the wiki page added to or replacing the default XML that comes up from the --configure. Either way gives a similar error. I would be happy to fix the wiki page if someone can point me in the right direction. I'm guessing the default scheme has changed since this page was written. The exact error is: |=|=mat==- msynctool --configure file2file 1 /tmp/msynctooltmp-XXXXXX:1: element directory: Schemas validity error : Element 'directory': This element is not expected. Expected is one of ( AdvancedOptions, Authentication, Connection, Localization, Resources ). ERROR: Plugin configuration file is not valid! /home/mat/nsrc/all_opensync/root/share/libopensync1/schemas/plugin_config.xsd EXIT_ERROR: osync_plugin_config_file_load: Plugin configuration file is not valid! /home/mat/nsrc/all_opensync/root/share/libopensync1/schemas/plugin_config.xsd EXIT_ERROR: edit_config: Plugin configuration file is not valid! /home/mat/nsrc/all_opensync/root/share/libopensync1/schemas/plugin_config.xsd EXIT_ERROR: msync_configure_member: Plugin configuration file is not valid! /home/mat/nsrc/all_opensync/root/share/libopensync1/schemas/plugin_config.xsd ERROR: Plugin configuration file is not valid! /home/mat/nsrc/all_opensync/root/share/libopensync1/schemas/plugin_config.xsd [1] - http://www.opensync.org/wiki/devel-branch-0.30 |