Skip to content

faq 145883137

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

evacuation-tutorial error in matsim-0.9.0

by leslie c. on 2018-01-09 12:47:23


Hello.

I tried to run the sample evacuation input data (sioux falls) to practice before putting my own parameters (using the given xml files). However, I got the following in the warnings and errors tab (below). Could you give me hints on what I should do? Thank you!

2018-01-09 21:42:22,424 WARN PlanCalcScoreConfigGroup$ReflectiveDelegate:1253 Setting pathSizeLogitBeta different from zero is experimental. KN, Sep'08 2018-01-09 21:42:22,426 WARN PlanCalcScoreConfigGroup$ScoringParameterSet:982 Setting betaWaiting different from zero is discouraged. It is probably implemented correctly, but there is as of now no indication that it makes the results more realistic. This message given only once. 2018-01-09 21:42:22,429 WARN PlanCalcScoreConfigGroup$ActivityParams:688 Setting minimalDuration different from zero is discouraged. It is probably implemented correctly, but there is as of now no indication that it makes the results more realistic. KN, Sep'08 This message given only once. Exception in thread "main" com.google.inject.CreationException: Unable to create injector, see the following errors:

  1. Explicit bindings are required and org.matsim.core.mobsim.framework.Mobsim is not explicitly bound. while locating com.google.inject.Provider<org.matsim.core.mobsim.framework.Mobsim> for the 9th parameter of org.matsim.core.controler.NewControler.<init>(NewControler.java:59) at org.matsim.core.controler.NewControlerModule.install(NewControlerModule.java:8) (via modules: com.google.inject.util.Modules$CombinedModule -> com.google.inject.util.Modules$CombinedModule -> org.matsim.core.controler.AbstractModule$4 -> com.google.inject.util.Modules$OverrideModule -> org.matsim.core.controler.Controler$1 -> org.matsim.core.controler.NewControlerModule)

1 error at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:470) at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:155) at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:107) at com.google.inject.internal.InjectorImpl.createChildInjector(InjectorImpl.java:232) at com.google.inject.internal.InjectorImpl.createChildInjector(InjectorImpl.java:236) at org.matsim.core.controler.Injector.createInjector(Injector.java:72) at org.matsim.core.controler.Controler.run(Controler.java:192) at org.matsim.run.Controler.run(Controler.java:56) at org.matsim.run.Controler.main(Controler.java:60)

The simulation did not run properly. Error/Exit code: 1


Comments: 0

Clone this wiki locally