You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Worker-11: Launching RMCU] ERROR: An error occurred: UndeclaredThrowableException:: null
java.lang.reflect.UndeclaredThrowableException
at jdk.proxy20/jdk.proxy20.$Proxy82.newProbeMeasurementAvailable(Unknown Source)
at org.palladiosimulator.probeframework.probes.Probe.notifyMeasurementSourceListener(Probe.java:53)
at org.palladiosimulator.analyzer.slingshot.monitor.probes.EventBasedProbe.takeMeasurement(EventBasedProbe.java:64)
at org.palladiosimulator.analyzer.slingshot.behavior.resourcesimulation.monitor.PassiveResourceProbeTable.currentTimeOfPassiveResourceAcquired(PassiveResourceProbeTable.java:46)
at org.palladiosimulator.analyzer.slingshot.behavior.resourcesimulation.monitor.PassiveResourceMonitoringBehavior.onPassiveResourceAcquired(PassiveResourceMonitoringBehavior.java:80)
at jdk.internal.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
[...]
Caused by: java.lang.IllegalStateException: First measurement to the same context arrived while previous series of the same context did not complete.
at org.palladiosimulator.probeframework.calculator.Calculator.newProbeMeasurementAvailable(Calculator.java:180)
... 41 more
The text was updated successfully, but these errors were encountered:
actually, only holdingTime breaks. waitingTime still works. it just looked as if both were broken, because when the holdingTime run into the exception, the entire PassiveResourceMonitoringBehavior got unregistered.
The text was updated successfully, but these errors were encountered: