Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialisation process freezes at vn_simona #1014

Closed
3 tasks done
danielfeismann opened this issue Nov 11, 2024 · 3 comments
Closed
3 tasks done

Initialisation process freezes at vn_simona #1014

danielfeismann opened this issue Nov 11, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@danielfeismann
Copy link
Member

danielfeismann commented Nov 11, 2024

Problem

The simulation freezes within initialisation when the simulation start date is change to some value not equal to simona.time.startDateTime = "2011-01-01T00:00:00Z"

Last entries of log:

16:46:52.668 INFO  e.i.s.e.l.RuntimeEventListener$ - Initializing Agents and Services for Simulation ... 
16:46:52.717 WARN  e.i.s.a.g.GridAgent$$anonfun$edu$ie3$simona$agent$grid$GridAgent$$initializing$1 - Evcs test_evcs_1 has been removed because no ev movements service is present.
16:46:52.717 WARN  e.i.s.a.g.GridAgent$$anonfun$edu$ie3$simona$agent$grid$GridAgent$$initializing$1 - Evcs test_evcs_2 has been removed because no ev movements service is present.
16:46:52.718 WARN  e.i.s.a.g.GridAgent$$anonfun$edu$ie3$simona$agent$grid$GridAgent$$initializing$1 - The following elements have been removed, as the agents are not implemented yet: Set(BmInput)

tasks

  • evaluate further what is happening and what is causing this behaviour 🔍
  • find solution 💡
  • fix it 🔨
@danielfeismann danielfeismann added the bug Something isn't working label Nov 11, 2024
@sebastian-peter
Copy link
Member

Could related to primary data, so similar to #980, or more specifically #981?

@staudtMarius
Copy link
Member

As written in #981:
This problem occurres because of ParticipantAgentFundamantals (lines: 142 - 144). One possible fix is shown below.

current:

senderToMaybeTick._2.foreach { tick =>
    scheduler ! Completion(self.toTyped, Some(tick))
}

fixed:

scheduler ! Completion(self.toTyped, senderToMaybeTick._2)

@sebastian-peter
Copy link
Member

Duplicate of #981.

@sebastian-peter sebastian-peter closed this as not planned Won't fix, can't repro, duplicate, stale Nov 13, 2024
staudtMarius added a commit that referenced this issue Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants