Skip to content

faq 82346158

Billy Charlton edited this page Sep 5, 2018 · 2 revisions

Problem running Matsim exit code: 1

by Jack Hill on 2016-09-06 07:22:19


Trying to implement my own population, small network file using an adapted configuration file from the tutorial.

When I try to run my network using eclipse I get an error message from my console. Here is the text from my Eclipse console: 


Comments: 1


Re: Problem running Matsim exit code: 1

by Joschka Bischoff on 2016-09-06 07:37:43

Hi Jack,

Matsim cannot find the network, as your error message suggests:

2016-09-06 17:15:08,528 INFO ScenarioLoaderImpl:125 loading network from ../../input/network.xml
 2016-09-06 17:15:08,529 INFO MatsimXmlParser:145 starting to parse xml from file ../../input/network.xml ..


Please check your config file: If you use the GUI, then all paths in the config file, i.e. the network location, need to be relative to the location of the config file or absolute (i.e. C:\Users\Me\Documents\config.xml on Windows).

If your config  and network are in the same directory, just put "network.xml" into the config.


Hope that helps,


Joschka


Clone this wiki locally