Code Monkey home page Code Monkey logo

Comments (5)

kainagel avatar kainagel commented on May 28, 2024

from matsim-code-examples.

Cuiyi20 avatar Cuiyi20 commented on May 28, 2024

Thank you, Professor!
I use the MATSim0.10.1 by double clicking the matsim-0.10.1.jar. And I resd the "API Documentation (Doxygen)", but the class "ConfigWriterHandler" font is black and has no link.
2018-08-29 10:02:31,238 INFO Gbl:59 JVM: 1.8.0_162; Oracle Corporation; mixed mode; 64-bit
2018-08-29 10:02:31,238 INFO Gbl:63 OS: Windows 10; 10.0; amd64
2018-08-29 10:02:31,239 INFO Gbl:66 CPU cores: 4
2018-08-29 10:02:31,239 INFO Gbl:67 max. Memory: 6667.0MB (6990856192B)
2018-08-29 10:02:31,240 INFO Gbl:105 MATSim-Build: r7663c4104e5a02ad1684b3cbab3ad6da7f0eb749 (2018-08-14 09:25:58)
2018-08-29 10:02:31,242 INFO ControlerListenerManagerImpl:107 calling notifyStartup on org.matsim.counts.CountsControlerListener
2018-08-29 10:02:31,243 INFO ControlerListenerManagerImpl:107 calling notifyStartup on org.matsim.analysis.ModeStatsControlerListener
2018-08-29 10:02:31,252 INFO TransitRouterNetwork:407 start creating transit network
2018-08-29 10:02:31,253 INFO Counter:61 node #1
2018-08-29 10:02:31,254 INFO Counter:61 node #2
2018-08-29 10:02:31,255 INFO Counter:61 link #1
2018-08-29 10:02:31,256 INFO Counter:61 link #2
2018-08-29 10:02:31,256 INFO Counter:61 node #4
2018-08-29 10:02:31,256 INFO Counter:61 link #4
2018-08-29 10:02:31,257 INFO Counter:61 node #8
2018-08-29 10:02:31,257 INFO Counter:61 link #8
2018-08-29 10:02:31,257 INFO Counter:61 node #16
2018-08-29 10:02:31,258 INFO Counter:61 link #16
2018-08-29 10:02:31,258 INFO Counter:61 node #32
2018-08-29 10:02:31,267 INFO Counter:61 link #32
2018-08-29 10:02:31,271 INFO Counter:61 node #64
2018-08-29 10:02:31,273 INFO Counter:61 link #64
2018-08-29 10:02:31,275 INFO Counter:61 node #128
2018-08-29 10:02:31,278 INFO Counter:61 link #128
2018-08-29 10:02:31,289 INFO TransitRouterNetwork:433 add transfer links
2018-08-29 10:02:31,296 INFO TransitRouterNetwork:449 182 transfer links to be added.
2018-08-29 10:02:31,302 INFO Counter:61 link #256
2018-08-29 10:02:31,304 INFO TransitRouterNetwork:455 transit router network statistics:
2018-08-29 10:02:31,304 INFO TransitRouterNetwork:456 # nodes: 141
2018-08-29 10:02:31,304 INFO TransitRouterNetwork:457 # links total: 313
2018-08-29 10:02:31,305 INFO TransitRouterNetwork:458 # transfer links: 182
2018-08-29 10:02:31,311 DEBUG NetworkRoutingProvider:75 requesting network routing module with routingMode=car; mode=car
2018-08-29 10:02:31,312 INFO NetworkImpl:167 node # 1
2018-08-29 10:02:31,312 INFO NetworkImpl:167 node # 4
2018-08-29 10:02:31,312 INFO NetworkImpl:167 node # 16
2018-08-29 10:02:31,313 INFO NetworkImpl:167 node # 64
2018-08-29 10:02:31,313 INFO NetworkImpl:167 node # 256
2018-08-29 10:02:31,315 INFO NetworkImpl:163 link # 1
2018-08-29 10:02:31,316 INFO NetworkImpl:163 link # 4
2018-08-29 10:02:31,317 INFO NetworkImpl:163 link # 16
2018-08-29 10:02:31,318 INFO NetworkImpl:163 link # 64
2018-08-29 10:02:31,326 INFO NetworkImpl:163 link # 256
2018-08-29 10:02:31,337 INFO ControlerListenerManagerImpl:107 calling notifyStartup on org.matsim.analysis.ScoreStatsControlerListener
2018-08-29 10:02:31,338 INFO ControlerListenerManagerImpl:110 all ControlerStartupListeners called.
2018-08-29 10:02:31,338 INFO ControlerUtils:58 config dump before iterations start
2018-08-29 10:02:31,341 INFO Config:561 setting context to [file:/D:/siouxfalls-2014/]
2018-08-29 10:02:31,352 ERROR MatsimRuntimeModifications:54 Getting uncaught Exception in Thread main
java.lang.IncompatibleClassChangeError: Found interface org.matsim.core.config.ConfigWriterHandler, but class was expected
at org.matsim.core.config.ConfigWriter.writeStream(ConfigWriter.java:73)
at org.matsim.core.controler.ControlerUtils.checkConfigConsistencyAndWriteToLog(ControlerUtils.java:61)
at org.matsim.core.controler.AbstractController$1.run(AbstractController.java:82)
at org.matsim.core.controler.MatsimRuntimeModifications.run(MatsimRuntimeModifications.java:48)
at org.matsim.core.controler.MatsimRuntimeModifications.run(MatsimRuntimeModifications.java:31)
at org.matsim.core.controler.AbstractController.run(AbstractController.java:92)
at org.matsim.core.controler.NewControler.run(NewControler.java:75)
at org.matsim.core.controler.Controler.run(Controler.java:202)
at org.matsim.run.Controler.run(Controler.java:56)
at org.matsim.run.Controler.main(Controler.java:60)
2018-08-29 10:02:31,355 INFO MatsimRuntimeModifications:58 S H U T D O W N --- start shutdown.
2018-08-29 10:02:31,356 ERROR MatsimRuntimeModifications:60 ERROR --- This is an unexpected shutdown!
2018-08-29 10:02:31,356 ERROR MatsimRuntimeModifications:63 Shutdown possibly caused by the following Exception:
java.lang.IncompatibleClassChangeError: Found interface org.matsim.core.config.ConfigWriterHandler, but class was expected
at org.matsim.core.config.ConfigWriter.writeStream(ConfigWriter.java:73)
at org.matsim.core.controler.ControlerUtils.checkConfigConsistencyAndWriteToLog(ControlerUtils.java:61)
at org.matsim.core.controler.AbstractController$1.run(AbstractController.java:82)
at org.matsim.core.controler.MatsimRuntimeModifications.run(MatsimRuntimeModifications.java:48)
at org.matsim.core.controler.MatsimRuntimeModifications.run(MatsimRuntimeModifications.java:31)
at org.matsim.core.controler.AbstractController.run(AbstractController.java:92)
at org.matsim.core.controler.NewControler.run(NewControler.java:75)
at org.matsim.core.controler.Controler.run(Controler.java:202)
at org.matsim.run.Controler.run(Controler.java:56)
at org.matsim.run.Controler.main(Controler.java:60)
2018-08-29 10:02:31,358 INFO ControlerListenerManagerImpl:121 calling notifyShutdown on org.matsim.core.controler.corelisteners.EventsHandlingImpl
2018-08-29 10:02:31,358 INFO ControlerListenerManagerImpl:121 calling notifyShutdown on org.matsim.core.controler.corelisteners.DumpDataAtEndImpl
2018-08-29 10:02:31,358 INFO ControlerListenerManagerImpl:126 calling notifyShutdown on org.matsim.analysis.ModeStatsControlerListener
2018-08-29 10:02:31,361 INFO ControlerListenerManagerImpl:126 calling notifyShutdown on org.matsim.analysis.ScoreStatsControlerListener
2018-08-29 10:02:31,362 INFO ControlerListenerManagerImpl:126 calling notifyShutdown on org.matsim.analysis.TravelDistanceStatsControlerListener
2018-08-29 10:02:31,362 INFO ControlerListenerManagerImpl:129 all ControlerShutdownListeners called.
2018-08-29 10:02:31,363 ERROR MatsimRuntimeModifications:78 ERROR --- MATSim unexpectedly terminated. Please check the output or the logfile with warnings and errors for hints.
2018-08-29 10:02:31,372 ERROR MatsimRuntimeModifications:79 ERROR --- results should not be used for further analysis.
2018-08-29 10:02:31,378 INFO MatsimRuntimeModifications:81 S H U T D O W N --- shutdown completed.
2018-08-29 10:02:31,378 ERROR MatsimRuntimeModifications:83 ERROR --- This was an unexpected shutdown! See the log file for a possible reason.

from matsim-code-examples.

Cuiyi20 avatar Cuiyi20 commented on May 28, 2024

logfile.log

from matsim-code-examples.

jfbischoff avatar jfbischoff commented on May 28, 2024

Hi Cuiyi,
there was a little problem with the release on the website in the zip package. We have fixed that very recently. Please download the fixed zipfile from:

https://matsim.org/downloads/

Bests,
Joschka

from matsim-code-examples.

Cuiyi20 avatar Cuiyi20 commented on May 28, 2024

Thank you very much!The priblem is solved!

from matsim-code-examples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.