Hi, I have question, when I use duarouter a error appears: Error: Unkown vehicle class 'rail_urban'. Quitting (
2014-11-15 11:18 GMT-05:00 <[email protected]>: > Send sumo-user mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/sumo-user > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of sumo-user digest..." > > > Today's Topics: > > 1. Fwd: bug in sumo-0.21.0 in ubuntu 14.04LTE (Sourav Chhabra) > 2. bug in sumo-0.21.0 (Sourav Chhabra) > 3. Re: bug in sumo-0.21.0 (Michael Behrisch) > 4. Re: routes file error (Michael Behrisch) > 5. Re: bug in sumo-0.21.0 (Lockhart, Thomas G (398I)) > 6. regarding sumo integration with TracI (Shagun Aggarwal) > 7. Re: error of segmentation (core dumped) (Michael Behrisch) > 8. OS andhardware specification advice (Ben Postance) > 9. Re: OS andhardware specification advice > (Lockhart, Thomas G (398I)) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 11 Nov 2014 00:54:41 +0530 > From: Sourav Chhabra <[email protected]> > Subject: [sumo-user] Fwd: bug in sumo-0.21.0 in ubuntu 14.04LTE > To: [email protected] > Message-ID: > <CA+nYZXrmTDB0vm9iWM8UhPNDO2cb+Bh6T=C-b7bO7Gt9Q4= > [email protected]> > Content-Type: text/plain; charset=UTF-8 > > hello sir or mam, > i am running ruuner.py script.the commands run but sumo-gui closed > immediately. > but it is working well in windows > > Message as follows:- > > /sumo-0.21.0/docs/tutorial/traci_tls$ python runner.py > Loading configuration... done. > sumo-gui: ../../../../../../../src/mesa/drivers/dri/i965/brw_eu_emit.c:267: > validate_reg: Assertion `execsize >= width' failed. > Traceback (most recent call last): > File "runner.py", line 128, in <module> > run() > File "runner.py", line 81, in run > traci.init(PORT) > File "/home/sourav/sumo-0.21.0/tools/traci/__init__.py", line 394, in > init > return getVersion() > File "/home/sourav/sumo-0.21.0/tools/traci/__init__.py", line 416, in > getVersion > result = _sendExact() > File "/home/sourav/sumo-0.21.0/tools/traci/__init__.py", line 243, in > _sendExact > raise FatalTraCIError("connection closed by SUMO") > traci.FatalTraCIError: connection closed by SUMO > > > -- > regards > sourav > > > > -- > regards > sourav > > > ------------------------------ > > Message: 2 > Date: Tue, 11 Nov 2014 19:06:54 +0530 > From: Sourav Chhabra <[email protected]> > Subject: [sumo-user] bug in sumo-0.21.0 > To: [email protected] > Message-ID: > < > ca+nyzxqsbe11dfogakdqv9n4tdwm4tze4+t3qygao9dodgz...@mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > hello sir or mam, > i am running ruuner.py script.the commands run but sumo-gui closed > immediately. > but it is working well in windows > > Message as follows:- > > /sumo-0.21.0/docs/tutorial/ > traci_tls$ python runner.py > Loading configuration... done. > sumo-gui: ../../../../../../../src/mesa/drivers/dri/i965/brw_eu_emit.c:267: > validate_reg: Assertion `execsize >= width' failed. > Traceback (most recent call last): > File "runner.py", line 128, in <module> > run() > File "runner.py", line 81, in run > traci.init(PORT) > File "/home/sourav/sumo-0.21.0/tools/traci/__init__.py", line 394, in > init > return getVersion() > File "/home/sourav/sumo-0.21.0/tools/traci/__init__.py", line 416, in > getVersion > result = _sendExact() > File "/home/sourav/sumo-0.21.0/tools/traci/__init__.py", line 243, in > _sendExact > raise FatalTraCIError("connection closed by SUMO") > traci.FatalTraCIError: connection closed by SUMO > > -- > regards > sourav > > > ------------------------------ > > Message: 3 > Date: Wed, 12 Nov 2014 23:17:48 +0100 > From: Michael Behrisch <[email protected]> > Subject: Re: [sumo-user] bug in sumo-0.21.0 > To: Sourav Chhabra <[email protected]>, > [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=windows-1252 > > Hi Sourav, > > Am 11.11.2014 um 14:36 schrieb Sourav Chhabra: > > sumo-gui: > ../../../../../../../src/mesa/drivers/dri/i965/brw_eu_emit.c:267: > > validate_reg: Assertion `execsize >= width' failed. > > This seems to be a bug in your Mesa library (not our fault ;-)), see here > https://bugs.launchpad.net/ubuntu/+source/octave/+bug/1313952 > especially comment #5 for how to fix it. > > Best regards, > Michael > > PS: no need for double posts. > > > > > ------------------------------ > > Message: 4 > Date: Wed, 12 Nov 2014 23:24:23 +0100 > From: Michael Behrisch <[email protected]> > Subject: Re: [sumo-user] routes file error > To: [email protected], Jakob Erdmann > <[email protected]> > Cc: "[email protected]" > <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=utf-8 > > Hi, > > > Warning: Environment variable SUMO_HOME is not set, schema resolution > > will use slow website lookups. > > Error: unable to connect socket for URL > > 'http://sumo.sf.net/xsd/routes_file.xsd' > > you probably do not have a network connection and SUMO_HOME is not set, > so sumo cannot do xml valdation. You can (in order of preference) > - set SUMO_HOME to the sumo main dir (the one containing bin and tools) > - fix your network connection > - or disable xml validation by starting sumo with "--xml-validation never" > > Best regards, > Michael > > > > > ------------------------------ > > Message: 5 > Date: Wed, 12 Nov 2014 19:28:48 +0000 > From: "Lockhart, Thomas G (398I)" <[email protected]> > Subject: Re: [sumo-user] bug in sumo-0.21.0 > To: Sourav Chhabra <[email protected]> > Cc: "[email protected]" > <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="Windows-1252" > > On Nov 11, 2014, at 5:36 AM, Sourav Chhabra <[email protected]> > wrote: > > > hello sir or mam, > > i am running ruuner.py script.the commands run but sumo-gui closed > > immediately. > > but it is working well in windows > > Although I?m not certain that this is related, there were problems for > 0.21.0 and earlier on non-Windows platforms using at least some of the > runner scripts. This example works for me in 0.22.0 (released yesterday) > and you may want to try that before debugging further. > > hth > > - Tom > > > > > > Message as follows:- > > > > /sumo-0.21.0/docs/tutorial/ > > traci_tls$ python runner.py > > Loading configuration... done. > > sumo-gui: > ../../../../../../../src/mesa/drivers/dri/i965/brw_eu_emit.c:267: > > validate_reg: Assertion `execsize >= width' failed. > > Traceback (most recent call last): > > File "runner.py", line 128, in <module> > > run() > > File "runner.py", line 81, in run > > traci.init(PORT) > > File "/home/sourav/sumo-0.21.0/tools/traci/__init__.py", line 394, in > init > > return getVersion() > > File "/home/sourav/sumo-0.21.0/tools/traci/__init__.py", line 416, in > > getVersion > > result = _sendExact() > > File "/home/sourav/sumo-0.21.0/tools/traci/__init__.py", line 243, in > > _sendExact > > raise FatalTraCIError("connection closed by SUMO") > > traci.FatalTraCIError: connection closed by SUMO > > > > -- > > regards > > sourav > > > ------------------------------------------------------------------------------ > > Comprehensive Server Monitoring with Site24x7. > > Monitor 10 servers for $9/Month. > > Get alerted through email, SMS, voice calls or mobile push notifications. > > Take corrective actions from your mobile device. > > > http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk > > _______________________________________________ > > sumo-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/sumo-user > > > > > ------------------------------ > > Message: 6 > Date: Sat, 15 Nov 2014 12:15:35 +0530 > From: Shagun Aggarwal <[email protected]> > Subject: [sumo-user] regarding sumo integration with TracI > To: sumo-user <[email protected]> > Message-ID: > < > cab1itvl2fuhbkrhutcnlqa5rup6udfvvvpbjdsfqalccw_b...@mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Hey,I am trying to run programs in java using TraaS which try to > communicate with SUMO using TracI.I am using SUMO 22.0.My program is > running but after sometime i am getting this error > Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown > Quitting (on error). > I am not finding the reason of this error. > > I also have doubt in timestep concept in sumo.Any help > > -- > Regards > > Shagun Aggarwal > > > ------------------------------ > > Message: 7 > Date: Sat, 15 Nov 2014 14:32:19 +0100 > From: Michael Behrisch <[email protected]> > Subject: Re: [sumo-user] error of segmentation (core dumped) > To: Marie-Ange Lebre <[email protected]> > Cc: "[email protected]" > <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=windows-1252 > > Hi Marie-Ange, > the network you sent is indeed corrupt The internal edge ':1214943442_0' > is not connected. To fix the network you can simply use netconvert with > the corrupt network as input. It is generally not advisable to edit the > .net.xml manually, you should rather generate plain output (--plain) > with netconvert, then edit the resulting files and use netconvert again. > > Best regards, > Michael > > Am 13.11.2014 um 12:28 schrieb Marie-Ange Lebre: > > Hi, > > > > Sorry for the delay, > > > > Thanks a lot ;-) !! > > > > 2014-10-11 17:04 GMT+02:00 Michael Behrisch < > [email protected]> > > : > > > >> Hi Marie-Ange, > >> > >> Am 09.10.2014 um 18:01 schrieb Marie-Ange Lebre: > >>> A net.xml file was modified and the command : "sumo-gui -n net.net.xml" > >>> gives : "error of segmentation (core dumped)". > >> > >> This a very severe error and should never happen regardless how you > >> modify the file. Could you send us the network you used? > >> > >> Best regards, > >> Michael > >> > >> > > > > > > > ------------------------------ > > Message: 8 > Date: Sat, 15 Nov 2014 14:30:00 +0000 > From: Ben Postance <[email protected]> > Subject: [sumo-user] OS andhardware specification advice > To: "[email protected]" > <[email protected]> > Message-ID: > < > 0021140ef6cd9e4a88690c8d184321e52e3cd...@itsmbx-4.lunet.lboro.ac.uk> > Content-Type: text/plain; charset="iso-8859-1" > > Hi > > Firstly, congratulations on the release of version 0.22.0. > > For my PhD intend to use SUMO to attain DUE using DUAITERATE for several > thousand different network configurations ans scenarios; this will be > achieved using existing SUMO tools and ones I will produce and eventually > share myself. > > Does anyone have any suggestions as to the most efficient operating system > and hardware to achieve optimal performance using SUMO's routers? > > I also hope to join you for the 2015 user conference. > > Kind Regards > > Ben Postance > > Postgraduate researcher > Department of Geography & Department of Civil and Building Engineering > Loughborough University > United Kingdom > > > > ------------------------------ > > Message: 9 > Date: Sat, 15 Nov 2014 16:18:41 +0000 > From: "Lockhart, Thomas G (398I)" <[email protected]> > Subject: Re: [sumo-user] OS andhardware specification advice > To: Ben Postance <[email protected]> > Cc: "[email protected]" > <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="Windows-1252" > > On Nov 15, 2014, at 6:30 AM, Ben Postance <[email protected]> wrote: > > > ? > > Does anyone have any suggestions as to the most efficient operating > system and hardware to achieve optimal performance using SUMO's routers? > > I have had good luck using a Mac laptop and Linux desktop boxes. afaict > nothing in the OS gets in the way of the processor. If you use Linux you > can easily kill the X server to free up resources for your batch > processing, and I would think you would have more control over other > resources if needed. > > If you are running a large number of simulations then the more memory and > processors the better and you will find larger configurations for Linux or > (ugh) Windows than with Macs. > > I?m sure others have more experience with this and should offer up > suggestions also. > > hth > > - Tom > > > ------------------------------ > > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > > http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk > > ------------------------------ > > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > > > End of sumo-user Digest, Vol 100, Issue 4 > ***************************************** > ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
