Hello, this error has not been reported before. My first guess would be the windows firewall preventing sumo from accepting the connection. regards, Jakob
2017-08-27 0:00 GMT+02:00 Vaibhav Rungta <[email protected]>: > Hello Jakob, > Attached herewith is the screenshot of log. > I get a connection error: > Could not connect to TraCI server at localhost:8200 [WinError 10061] No > connection could be made because the target machine actively refused it > > - I am currently remotely accessing the machine used for running the > simulation and I tried different ports. > - I do not get this error when I run simulation over same port from a > similar but different program. > Kindly suggest how I may fix this. Thanks > > Regards, > Vaibhav Rungta > Graduate Student - Industrial and Systems Engineering > 585-754-7133 <(585)%20754-7133> > > > On Sun, Aug 13, 2017 at 3:32 AM, Jakob Erdmann <[email protected] > > wrote: > >> Hello, >> 1) the parsing error is due to your usage. The emxp object is of type >> NodeList and does not support the method getElementsByTagName. I suggest >> you write a script that calls xml2csv.py in a loop using subprocess.call(). >> >> 2) the error ("connection closed by SUMO") indicates that either >> - sumo quit with with an error (add a --log option when calling sumo and >> see if there is an error in the log file) >> - or sumo crashed (if there is no error in the log file) >> >> In the latter case your only remedy is to use a more recent version of >> sumo. If the crash persists even with the latest development version, send >> me a bugreport. >> >> regards, >> Jakob >> >> >> 2017-08-13 0:32 GMT+02:00 Vaibhav Rungta <[email protected]>: >> >>> Hello folks, >>> I am facing two challenges: >>> - XML parsing for multiple outputs. >>> - And some connection error while calling multiple simulations. >>> >>> Attached herewith are the screen shot which explain the query in detail. >>> Kindly suggest how I may fix these problems. Thanks. >>> >>> Regards, >>> Vaibhav Rungta >>> Graduate Student - Industrial and Systems Engineering >>> 585-754-7133 <(585)%20754-7133> >>> >>> >> > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
