MohRos wrote:
> This is the error ;
>
> <!> Error in module (MyTestWaveApplLayer) netw.host[1].appl (id=240)
> at event #23, t=0.518793604988: Model error: Connection to TraCI server
> lost. Check your server's log
Simulations using Veins run three programs in parallel: OMNeT++ runs
the network simulation, SUMO runs the road traffic simulation, and
sumo-launchd acts as a proxy between both. Consequently, the first step
should be finding out which program crashed.
Debug output for sumo-launchd can be found on the console, as well as in
its log file. Please refer to its --verbose and --logfile parameters for
controlling how much (and where) information is written.
Debug output for SUMO (both stdout and stderr) is captured by
sumo-launchd and stored in its log files (see above).
Finally, debug output for OMNeT++ can be found on the console
(immediately before the "simulation terminated" line). You can get more
in-depth information by enabling debug-on-errors and running the
simulation with a debugger attached (see below).
For more information, please refer to the FAQ at
<
http://veins.car2x.org/documentation/faq/>.
Best,