Skip to content

Instantly share code, notes, and snippets.

@lukesaunders
Created March 8, 2017 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukesaunders/3b28da26a8e0036c01d7e9c0abb4fc63 to your computer and use it in GitHub Desktop.
Save lukesaunders/3b28da26a8e0036c01d7e9c0abb4fc63 to your computer and use it in GitHub Desktop.
java.lang.IllegalStateException: thread 'back-20' in group 'back' interrupted
at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:182)
at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
at com.jcabi.aspects.aj.MethodLogger.wrapClass(MethodLogger.java:136)
at com.s3auth.hosts.DefaultBucket.bucket(DefaultBucket.java:112)
at com.s3auth.hosts.DefaultHost.fetch_aroundBody2(DefaultHost.java:176)
at com.s3auth.hosts.DefaultHost$AjcClosure3.run(DefaultHost.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:212)
at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
at com.jcabi.aspects.aj.MethodLogger.wrapMethod(MethodLogger.java:164)
at com.s3auth.hosts.DefaultHost.fetch_aroundBody4(DefaultHost.java:166)
at com.s3auth.hosts.DefaultHost$AjcClosure5.run(DefaultHost.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.jcabi.aspects.aj.MethodLogger.wrapClass(MethodLogger.java:134)
at com.s3auth.hosts.DefaultHost.fetch(DefaultHost.java:166)
at com.s3auth.hosts.SmartHost.fetch_aroundBody6(SmartHost.java:119)
at com.s3auth.hosts.SmartHost$AjcClosure7.run(SmartHost.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:212)
at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
at com.jcabi.aspects.aj.MethodLogger.wrapMethod(MethodLogger.java:164)
at com.s3auth.hosts.SmartHost.fetch_aroundBody8(SmartHost.java:104)
at com.s3auth.hosts.SmartHost$AjcClosure9.run(SmartHost.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.jcabi.aspects.aj.MethodLogger.wrapClass(MethodLogger.java:134)
at com.s3auth.hosts.SmartHost.fetch_aroundBody10(SmartHost.java:104)
at com.s3auth.hosts.SmartHost$AjcClosure11.run(SmartHost.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.jcabi.aspects.aj.MethodInterrupter.wrap(MethodInterrupter.java:115)
at com.s3auth.hosts.SmartHost.fetch(SmartHost.java:104)
at com.s3auth.hosts.FastHost.fetch_aroundBody0(FastHost.java:90)
at com.s3auth.hosts.FastHost$AjcClosure1.run(FastHost.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.jcabi.aspects.aj.MethodInterrupter.wrap(MethodInterrupter.java:115)
at com.s3auth.hosts.FastHost.fetch(FastHost.java:90)
at com.s3auth.hosts.RejectingHost.fetch(RejectingHost.java:108)
at com.s3auth.relay.SecuredHost.secured(SecuredHost.java:199)
at com.s3auth.relay.SecuredHost.fetch_aroundBody0(SecuredHost.java:103)
at com.s3auth.relay.SecuredHost$AjcClosure1.run(SecuredHost.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:212)
at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
at com.jcabi.aspects.aj.MethodLogger.wrapMethod(MethodLogger.java:164)
at com.s3auth.relay.SecuredHost.fetch_aroundBody2(SecuredHost.java:102)
at com.s3auth.relay.SecuredHost$AjcClosure3.run(SecuredHost.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at com.jcabi.aspects.aj.MethodLogger.wrapClass(MethodLogger.java:134)
at com.s3auth.relay.SecuredHost.fetch(SecuredHost.java:102)
at com.s3auth.relay.HttpThread.resource(HttpThread.java:247)
at com.s3auth.relay.HttpThread.dispatch(HttpThread.java:169)
at com.s3auth.relay.HttpFacade$HttpThreadRunnable.run(HttpFacade.java:264)
at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:198)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:165)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:267)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at com.jcabi.log.VerboseThreads$Wrap.run(VerboseThreads.java:220)
at java.lang.Thread.run(Thread.java:701)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment