Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

same error on shutdown #13

Closed
ghost opened this issue Jul 4, 2013 · 3 comments
Closed

same error on shutdown #13

ghost opened this issue Jul 4, 2013 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 4, 2013

I still get a weird "bot1-input" error when shutting down my server. it seems fairly harmless but i think I recall you making a build trying to fix this:

12:48:22 [SEVERE] Exception in thread "bot1-input"
12:48:22 [SEVERE] java.lang.RuntimeException: Waiting for mode response interrupted
12:48:22 [SEVERE] at org.pircbotx.Channel.getMode(Channel.java:133)
12:48:22 [SEVERE] at org.pircbotx.Channel.getModeArgument(Channel.java:182)
12:48:22 [SEVERE] at org.pircbotx.Channel.getChannelKey(Channel.java:239)
12:48:22 [SEVERE] at org.pircbotx.PircBotX.shutdown(PircBotX.java:2872)
12:48:22 [SEVERE] at org.pircbotx.PircBotX.shutdown(PircBotX.java:2833)
12:48:22 [SEVERE] at org.pircbotx.InputThread.run(InputThread.java:115)
12:48:22 [SEVERE] Caused by: java.lang.InterruptedException
12:48:22 [SEVERE] at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1301)
12:48:22 [SEVERE] at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:236)
12:48:22 [SEVERE] at org.pircbotx.Channel.getMode(Channel.java:127)
12:48:22 [SEVERE] ... 5 more

@cnaude
Copy link
Owner

cnaude commented Jul 4, 2013

It is harmless, but I will attempt to fix it again. :)

@ghost
Copy link
Author

ghost commented Oct 21, 2013

This still happens most of the time when shutting down, seems harmless.

@ghost ghost closed this as completed Oct 21, 2013
@cnaude
Copy link
Owner

cnaude commented Oct 21, 2013

It happens inside the PircBotX code. I'm hoping that when 2.0 is released this will go away. It is totally harmless though.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant