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

java.lang.IllegalStateException: Queue full #414

Open
axc opened this issue Jan 17, 2017 · 0 comments
Open

java.lang.IllegalStateException: Queue full #414

axc opened this issue Jan 17, 2017 · 0 comments
Labels

Comments

@axc
Copy link

axc commented Jan 17, 2017

This happens sometimes using runFromClient, and prevents new matches from being computed.

Stack trace:
java.lang.IllegalStateException: Queue full
at java.util.AbstractQueue.add(AbstractQueue.java:98)
at java.util.concurrent.ArrayBlockingQueue.add(ArrayBlockingQueue.java:312)
at battlecode.server.NetServer.addEvent(NetServer.java:99)
at battlecode.server.GameMaker.createEvent(GameMaker.java:217)
at battlecode.server.GameMaker.access$100(GameMaker.java:34)
at battlecode.server.GameMaker$MatchMaker.makeRound(GameMaker.java:467)
at battlecode.world.GameWorld.runRound(GameWorld.java:115)
at battlecode.server.Server.runMatch(Server.java:254)
at battlecode.server.Server.run(Server.java:168)
at battlecode.server.Main.runHeadless(Main.java:77)
at battlecode.server.Main.run(Main.java:109)
at battlecode.server.Main.main(Main.java:119)
invalid bc.server.mode

Relevant forum post: http://www.battlecodeforum.org/t/what-is-an-indexoutofboundsexception-question-for-devs/515

@axc axc added the bug label Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant