Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question what does this message mean

Joined
May 27, 2016
Messages
745
what does this message mean?

java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@bdd7ea rejected from java.util.concurrent.ScheduledThreadPoolExecutor@1c510e5[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
at java.util.concurrent.ScheduledThreadPoolExecutor.scheduleWithFixedDelay(ScheduledThreadPoolExecutor.java:597)
at com.runemate.game.api.script.framework.core.EventDispatcher.addListener(fza:192)
at bot.bot20.onStart(m:139)
at com.runemate.game.api.script.framework.AbstractBot.start(cza:118)
at nul.IIIIIIiIiiii.run(csb:133)
 
RuneMate Staff
Joined
Oct 2, 2015
Messages
3,222
It is an error message found within your log files. RuneMate client - Help --> View Logs

Post this, along with any other relevant information in the bot thread so the bot author can see the error(s).
 
Joined
May 27, 2016
Messages
745
It is an error message found within your log files. RuneMate client - Help --> View Logs

Post this, along with any other relevant information in the bot thread so the bot author can see the error(s).

is it possible it might be runemate itself?
 
Joined
May 27, 2016
Messages
745
it happens not always, I try about 5 times and it works sometimes i get it to work instantly. which leads me to believe it is not the script which is why I was asking if it might be runemate and not the script.
 
Top