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

"NullPointer" in "AddJobEvent" when set the same time to "ADD_JOB" and "BROKER_UP" events #21

Open
marcosnobrega opened this issue Jul 16, 2011 · 1 comment

Comments

@marcosnobrega
Copy link
Collaborator

This error occurs when the time to set up the broker that requests the "add_job" is the same time in "add_job" event

Exception in thread "main" java.lang.NullPointerException
at br.edu.ufcg.lsd.oursim.events.broker.AddJobEvent.process(AddJobEvent.java:34)
at br.edu.ufcg.lsd.oursim.OurSim.run(OurSim.java:65)
at br.edu.ufcg.lsd.oursim.Main.main(Main.java:31)

@abmargb
Copy link
Owner

abmargb commented Jul 17, 2011

Failure detection events and its secondary events should have a higher priority.
To be fixed.

Thanks for the report Marcos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants