Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Traci error at step 0

Dear All,

Could anyone help me to look at this error about traci? It looks like it stops at very beginning. Is there something related to my sumo installment? Or my env?

I run it on Ubuntu 16.04. Sumo version is 1.2.0.

Thank you very much! I appreciate it very much!

Here is the error info:
python3 atom.py 
atom.py:520: SyntaxWarning: name 'CL_t_ph' is assigned to before global declaration
  global PH_CYC_t , CL_t_ph #list of phases for the cycle at t
atom.py:522: SyntaxWarning: name 'phase' is assigned to before global declaration
  global phase
 Retrying in 1 seconds
Loading configuration... done.
***Starting server on port 47321 ***
Loading net-file from 'b4atom.net.xml'... done (73ms).
Loading additional-files from 'atom.add.xml'... done (2ms).
Loading done.
Simulation version 1.2.0 started with time: 0.00
Step #0.00Error: tcpip::Storage::readIsSafe: want to read 8 bytes from Storage, but only 4 remaining
Quitting (on error).
Traceback (most recent call last):
  File "atom.py", line 447, in <module>
    traci.simulationStep()
  File "/usr/share/sumo/dayuan/runall/atom_after_revision/traci/__init__.py", line 125, in simulationStep
    responses = _connections[""].simulationStep(step)
  File "/usr/share/sumo/dayuan/runall/atom_after_revision/traci/connection.py", line 331, in simulationStep
    result = self._sendExact()
  File "/usr/share/sumo/dayuan/runall/atom_after_revision/traci/connection.py", line 98, in _sendExact
    raise FatalTraCIError("connection closed by SUMO")
traci.exceptions.FatalTraCIError: connection closed by SUMO


Sincerely,
Dayuan


————
Dayuan(Neil) Tan
UMBC




Back to the top