Thank you Jakob, "Do you mean the exact thing you are doing worked before and stopped working now?"
No, the system was operating normally and there was no error on the opening XML files. Suddenly, I started to have this kind of messages. Error: unable to open file 'http://sumo-sim.org/xsd/edges_file.xsd' In file 'OUTPUT.edg.xml' At line/column 1/0. I added the following command in linux: --xml never-validation fv@fv-Studio-Hybrid-140g:~/Documents/SUMO/TESTS/15_mars$ netconvert --edge-files OUTPUT.edg.xml --node-files OUTPUT.nod.xml --type-files TEST.typ.xml --connection-files TEST.con.xml --log log.txt -o TEST.net.xml --xml-validation never This helped solve part of the problem (Success) but when I go to the next step in linux command line (sumo-gui), the SUMO simulator opens correctly but when I click my_file.sumocfg (to enable the simulation), it puts this error message at the bottom of the simulator: Error: unable to open file 'http://sumo-sim.org/xsd/additional_file.xsd' In file '/home/fv/Documents/SUMO/TESTS/15_mars/input_additional.add.xml' At line/column 1/0. I just tested with another example hello.sumo and it works properly (simulation open and run normally). But these are my projects that SUMO no longer recognizes. Regards François ________________________________________ De : Jakob Erdmann [[email protected]] Date d'envoi : 16 mars 2015 11:55 À : François Vaudrin Cc : [email protected] Objet : Re: [sumo-user] SUMO can't open additionnal-file Do you mean the exact thing you are doing worked before and stopped working now? Validation can be disabled by using the option --xml-validation never or by deleting the schema information at the top of the XML input file(s). You can also start sumo-gui from the commandline to add that option or put it into the .sumocfg file. 2015-03-16 16:41 GMT+01:00 François Vaudrin <[email protected]<mailto:[email protected]>>: Hello, I have a problem opening the SUMO simulator, it does not recognize the xml files. I added the --xml never - validation command and it allows for some of the work. But when I continue with sumo-gui , SUMO does not recognize the additionnal-file Error: unable to open file 'http://sumo-sim.org/xsd/additional_file.xsd' In file '/home/fv/Documents/SUMO/TESTS/15_mars/input_additional.add.xml' At line/column 1/0. Everything worked fine until now. Does anyone have an idea how to fix this ? thank you François Vaudrin Université Laval, CANADA ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ sumo-user mailing list [email protected]<mailto:[email protected]> https://lists.sourceforge.net/lists/listinfo/sumo-user ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
