Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stem-dev] Errors

Hello,

I'm running global STEM simulations on Windows, as I had the chance to mention, I get multiple errors like the one on the file "error"? I also got one error " value out of range" ("error2" file). What is the meaning of these errors?

I found the solution for most of the questions I had in a previous email, I can't make the loggers produce any output (either maps or csv). Why do you think that happens?


Thanks,
--
Frederico Mestre

Mediterranean Institute for Agriculture, Environment and Development
The 'Rui Nabeiro' Biodiversity Chair
Universidade de Évora | Rua Dr. Joaquim Henrique da Fonseca 7000 – 890 Évora, Portugal
eclipse.buildId=unknown
java.version=1.8.0_171
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86_64

This is a continuation of log file H:\stem\workspace\.metadata\.bak_8.log
Created Time: 2020-10-08 22:06:58.464

org.eclipse.stem.jobs
Error
Thu Oct 08 23:00:02 BST 2020
-0.007 out of [0, 1] range

org.apache.commons.math3.exception.OutOfRangeException: -0.007 out of [0, 1] range
	at org.apache.commons.math3.distribution.BinomialDistribution.<init>(BinomialDistribution.java:75)
	at org.eclipse.stem.core.math.BinomialDistributionUtil.fastPickFromBinomialDist(BinomialDistributionUtil.java:78)
	at org.eclipse.stem.diseasemodels.standard.impl.StandardDiseaseModelImpl.addNoise(StandardDiseaseModelImpl.java:503)
	at org.eclipse.stem.diseasemodels.standard.impl.StandardDiseaseModelImpl.doStochasticProcess(StandardDiseaseModelImpl.java:461)
	at org.eclipse.stem.solvers.rk.impl.RungeKuttaImpl._step(RungeKuttaImpl.java:1037)
	at org.eclipse.stem.solvers.rk.impl.RkJob.run(RkJob.java:59)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:60)
eclipse.buildId=unknown
java.version=1.8.0_171
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86_64

This is a continuation of log file H:\stem\workspace\.metadata\.bak_8.log
Created Time: 2020-10-08 22:06:58.464

org.eclipse.stem.ui
Error
Thu Oct 08 22:57:43 BST 2020
Problem detected: Decorator (uRI: platform:/resource/FM_COVID/decorators/ZWE_population.standard, typeURI: stemtype://org.eclipse.stem/Identifiable) (enabled: true, graphDecorated: true, progress: 0.0) (addStochasticNoise: false, randomSeed: 1, binomialDistribution: null) (populationIdentifier: human, name: HumanPopulationModel, targetISOKey: ZWE, initialRescalingFactor: 1.0, timePeriod: 86400000) (birthRate: 0.0, deathRate: 0.0) (hasMaxAge: false) had no labels to update. Please check your scenario.

java.lang.Exception
	at org.eclipse.stem.solvers.rk.impl.RungeKuttaImpl._step(RungeKuttaImpl.java:433)
	at org.eclipse.stem.solvers.rk.impl.RkJob.run(RkJob.java:59)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:60)


Back to the top