Skip to content

Instantly share code, notes, and snippets.

@jeanouii
Created July 22, 2014 09:14
Show Gist options
  • Select an option

  • Save jeanouii/71caa03e14e79d04eb57 to your computer and use it in GitHub Desktop.

Select an option

Save jeanouii/71caa03e14e79d04eb57 to your computer and use it in GitHub Desktop.
INFOS - Stopping network services
INFOS - Stopping server services
INFOS - Scheduler OpenEJB-TimerService-Scheduler_$_OpenEJB shutting down.
INFOS - Scheduler OpenEJB-TimerService-Scheduler_$_OpenEJB paused.
INFOS - Scheduler unregistered from name 'quartz:type=QuartzScheduler,name=OpenEJB-TimerService-Scheduler,instance=OpenEJB' in the local MBeanServer.
INFOS - Scheduler OpenEJB-TimerService-Scheduler_$_OpenEJB shutdown complete.
INFOS - Cannot find the configuration file [conf/openejb.xml]. Will attempt to create one for the beans deployed.
INFOS - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
INFOS - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
INFOS - Creating TransactionManager(id=Default Transaction Manager)
INFOS - Creating SecurityService(id=Default Security Service)
INFOS - Initializing network services
INFOS - Creating ServerService(id=cxf-rs)
INFOS - Creating ServerService(id=httpejbd)
INFOS - Created ServicePool 'httpejbd' with (10) core threads, limited to (200) threads with a queue of (9)
INFOS - Initializing network services
INFOS - ** Bound Services **
INFOS - NAME IP PORT
INFOS - httpejbd 127.0.0.1 4204
INFOS - -------
INFOS - Ready!
INFOS - Configuring enterprise application: /Users/jlmonteiro/devs/tomitribe/tribestream-governance/tribestream-governance/EnforcerInterceptorTest
INFOS - Auto-deploying ejb Blue: EjbDeployment(deployment-id=Blue)
INFOS - Auto-deploying ejb Orange: EjbDeployment(deployment-id=Orange)
INFOS - Auto-deploying ejb MyOtherEjb: EjbDeployment(deployment-id=MyOtherEjb)
INFOS - Auto-deploying ejb MyEJB: EjbDeployment(deployment-id=MyEJB)
INFOS - Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
INFOS - Auto-creating a container for bean com.tomitribe.tribestream.governance.EnforcerInterceptorTest: Container(type=MANAGED, id=Default Managed Container)
INFOS - Creating Container(id=Default Managed Container)
INFOS - Using directory /var/folders/ty/gwc4w4ys1z9cdsmzlysq351h0000gn/T for stateful session passivation
INFOS - Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
INFOS - Auto-creating a container for bean Blue: Container(type=SINGLETON, id=Default Singleton Container)
INFOS - Creating Container(id=Default Singleton Container)
INFOS - Enterprise application "/Users/jlmonteiro/devs/tomitribe/tribestream-governance/tribestream-governance/EnforcerInterceptorTest" loaded.
INFOS - Assembling app: /Users/jlmonteiro/devs/tomitribe/tribestream-governance/tribestream-governance/EnforcerInterceptorTest
INFOS - Jndi(name=BlueLocalBean) --> Ejb(deployment-id=Blue)
INFOS - Jndi(name=global/EnforcerInterceptorTest//superbiz/Blue!com.tomitribe.tribestream.governance.EnforcerInterceptorTest$Blue) --> Ejb(deployment-id=Blue)
INFOS - Jndi(name=global/EnforcerInterceptorTest//superbiz/Blue) --> Ejb(deployment-id=Blue)
INFOS - Jndi(name=OrangeLocalBean) --> Ejb(deployment-id=Orange)
INFOS - Jndi(name=global/EnforcerInterceptorTest//superbiz/Orange!com.tomitribe.tribestream.governance.EnforcerInterceptorTest$Orange) --> Ejb(deployment-id=Orange)
INFOS - Jndi(name=global/EnforcerInterceptorTest//superbiz/Orange) --> Ejb(deployment-id=Orange)
INFOS - Jndi(name=MyOtherEjbLocalBean) --> Ejb(deployment-id=MyOtherEjb)
INFOS - Jndi(name=global/EnforcerInterceptorTest//superbiz/MyOtherEjb!com.tomitribe.tribestream.governance.EnforcerInterceptorTest$MyOtherEjb) --> Ejb(deployment-id=MyOtherEjb)
INFOS - Jndi(name=global/EnforcerInterceptorTest//superbiz/MyOtherEjb) --> Ejb(deployment-id=MyOtherEjb)
INFOS - Jndi(name=MyEJBLocalBean) --> Ejb(deployment-id=MyEJB)
INFOS - Jndi(name=global/EnforcerInterceptorTest//superbiz/MyEJB!com.tomitribe.tribestream.governance.EnforcerInterceptorTest$MyEJB) --> Ejb(deployment-id=MyEJB)
INFOS - Jndi(name=global/EnforcerInterceptorTest//superbiz/MyEJB) --> Ejb(deployment-id=MyEJB)
INFOS - Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@65b104b9
INFOS - Succeeded in installing singleton service
INFOS - OpenWebBeans Container is starting...
INFOS - Adding OpenWebBeansPlugin : [CdiPlugin]
INFOS - All injection points were validated successfully.
INFOS - OpenWebBeans Container has started, it took 10 ms.
INFOS - Created Ejb(deployment-id=MyOtherEjb, ejb-name=MyOtherEjb, container=Default Singleton Container)
INFOS - Created Ejb(deployment-id=MyEJB, ejb-name=MyEJB, container=Default Singleton Container)
INFOS - Created Ejb(deployment-id=Blue, ejb-name=Blue, container=Default Singleton Container)
INFOS - Created Ejb(deployment-id=Orange, ejb-name=Orange, container=Default Singleton Container)
INFOS - Started Ejb(deployment-id=MyOtherEjb, ejb-name=MyOtherEjb, container=Default Singleton Container)
INFOS - Started Ejb(deployment-id=MyEJB, ejb-name=MyEJB, container=Default Singleton Container)
INFOS - Using default implementation for ThreadExecutor
INFOS - Initialized Scheduler Signaller of type: class org.apache.openejb.quartz.core.SchedulerSignalerImpl
INFOS - Quartz Scheduler v.2.2.1 created.
INFOS - RAMJobStore initialized.
INFOS - Scheduler meta-data: Quartz Scheduler (v2.2.1) 'OpenEJB-TimerService-Scheduler' with instanceId 'OpenEJB'
Scheduler class: 'org.apache.openejb.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.apache.openejb.core.timer.DefaultTimerThreadPoolAdapter' - with 0 threads.
Using job-store 'org.apache.openejb.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
INFOS - Quartz scheduler 'OpenEJB-TimerService-Scheduler' initialized from an externally provided properties instance.
INFOS - Quartz scheduler version: 2.2.1
INFOS - Scheduler OpenEJB-TimerService-Scheduler_$_OpenEJB started.
INFOS - Started Ejb(deployment-id=Blue, ejb-name=Blue, container=Default Singleton Container)
INFOS - Started Ejb(deployment-id=Orange, ejb-name=Orange, container=Default Singleton Container)
INFOS - Deployed Application(path=/Users/jlmonteiro/devs/tomitribe/tribestream-governance/tribestream-governance/EnforcerInterceptorTest)
AVERTISSEMENT - Exception from ejbTimeout on Blue
org.apache.openejb.ApplicationException: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=79: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=79
at org.apache.openejb.core.transaction.EjbTransactionUtil.handleApplicationException(EjbTransactionUtil.java:125)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:271)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.timer.EjbTimerServiceImpl.ejbTimeout(EjbTimerServiceImpl.java:796)
at org.apache.openejb.core.timer.EjbTimeoutJob.execute(EjbTimeoutJob.java:39)
at org.apache.openejb.quartz.core.JobRunShell.run(JobRunShell.java:202)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=79
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:78)
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:72)
at com.tomitribe.tribestream.governance.interceptor.GovernanceEnforcerInterceptor.invoke(GovernanceEnforcerInterceptor.java:95)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.AroundTimeout(StatsInterceptor.java:145)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
... 7 more
AVERTISSEMENT - Exception from ejbTimeout on Blue
org.apache.openejb.ApplicationException: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=80: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=80
at org.apache.openejb.core.transaction.EjbTransactionUtil.handleApplicationException(EjbTransactionUtil.java:125)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:271)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.timer.EjbTimerServiceImpl.ejbTimeout(EjbTimerServiceImpl.java:796)
at org.apache.openejb.core.timer.EjbTimeoutJob.execute(EjbTimeoutJob.java:39)
at org.apache.openejb.quartz.core.JobRunShell.run(JobRunShell.java:202)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=80
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:78)
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:72)
at com.tomitribe.tribestream.governance.interceptor.GovernanceEnforcerInterceptor.invoke(GovernanceEnforcerInterceptor.java:95)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.AroundTimeout(StatsInterceptor.java:145)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
... 7 more
AVERTISSEMENT - Failed to execute ejbTimeout on Blue successfully within 1 attempts
juil. 22, 2014 11:14:02 AM com.tomitribe.tribestream.governance.WindowTrackerLoggerListener onExceeded
GRAVE: >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=30 seconds, duration=2 minutes, count=79, limit=1, version=0, start=1406020411897086000, stop=1406020531897086000}
juil. 22, 2014 11:14:02 AM com.tomitribe.tribestream.governance.WindowTrackerLoggerListener onExceeded
GRAVE: >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=30 seconds, duration=2 minutes, count=80, limit=1, version=0, start=1406020411897086000, stop=1406020531897086000}
AVERTISSEMENT - Exception from ejbTimeout on Blue
org.apache.openejb.ApplicationException: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=81: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=81
at org.apache.openejb.core.transaction.EjbTransactionUtil.handleApplicationException(EjbTransactionUtil.java:125)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:271)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.timer.EjbTimerServiceImpl.ejbTimeout(EjbTimerServiceImpl.java:796)
at org.apache.openejb.core.timer.EjbTimeoutJob.execute(EjbTimeoutJob.java:39)
at org.apache.openejb.quartz.core.JobRunShell.run(JobRunShell.java:202)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=81
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:78)
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:72)
at com.tomitribe.tribestream.governance.interceptor.GovernanceEnforcerInterceptor.invoke(GovernanceEnforcerInterceptor.java:95)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.AroundTimeout(StatsInterceptor.java:145)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
... 7 more
AVERTISSEMENT - Exception from ejbTimeout on Blue
org.apache.openejb.ApplicationException: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=82: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=82
at org.apache.openejb.core.transaction.EjbTransactionUtil.handleApplicationException(EjbTransactionUtil.java:125)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:271)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.timer.EjbTimerServiceImpl.ejbTimeout(EjbTimerServiceImpl.java:796)
at org.apache.openejb.core.timer.EjbTimeoutJob.execute(EjbTimeoutJob.java:39)
at org.apache.openejb.quartz.core.JobRunShell.run(JobRunShell.java:202)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=82
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:78)
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:72)
at com.tomitribe.tribestream.governance.interceptor.GovernanceEnforcerInterceptor.invoke(GovernanceEnforcerInterceptor.java:95)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.AroundTimeout(StatsInterceptor.java:145)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
... 7 more
AVERTISSEMENT - Failed to execute ejbTimeout on Blue successfully within 1 attempts
juil. 22, 2014 11:14:03 AM com.tomitribe.tribestream.governance.WindowTrackerLoggerListener onExceeded
GRAVE: >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=31 seconds, duration=2 minutes, count=81, limit=1, version=0, start=1406020411897086000, stop=1406020531897086000}
juil. 22, 2014 11:14:03 AM com.tomitribe.tribestream.governance.WindowTrackerLoggerListener onExceeded
GRAVE: >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=31 seconds, duration=2 minutes, count=82, limit=1, version=0, start=1406020411897086000, stop=1406020531897086000}
juil. 22, 2014 11:14:04 AM com.tomitribe.tribestream.governance.WindowTrackerLoggerListener onExceeded
GRAVE: >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=32 seconds, duration=2 minutes, count=83, limit=1, version=0, start=1406020411897086000, stop=1406020531897086000}
juil. 22, 2014 11:14:04 AM com.tomitribe.tribestream.governance.WindowTrackerLoggerListener onExceeded
GRAVE: >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=32 seconds, duration=2 minutes, count=84, limit=1, version=0, start=1406020411897086000, stop=1406020531897086000}
AVERTISSEMENT - Exception from ejbTimeout on Blue
org.apache.openejb.ApplicationException: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=83: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=83
at org.apache.openejb.core.transaction.EjbTransactionUtil.handleApplicationException(EjbTransactionUtil.java:125)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:271)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.timer.EjbTimerServiceImpl.ejbTimeout(EjbTimerServiceImpl.java:796)
at org.apache.openejb.core.timer.EjbTimeoutJob.execute(EjbTimeoutJob.java:39)
at org.apache.openejb.quartz.core.JobRunShell.run(JobRunShell.java:202)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=83
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:78)
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:72)
at com.tomitribe.tribestream.governance.interceptor.GovernanceEnforcerInterceptor.invoke(GovernanceEnforcerInterceptor.java:95)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.AroundTimeout(StatsInterceptor.java:145)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
... 7 more
AVERTISSEMENT - Exception from ejbTimeout on Blue
org.apache.openejb.ApplicationException: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=84: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=84
at org.apache.openejb.core.transaction.EjbTransactionUtil.handleApplicationException(EjbTransactionUtil.java:125)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:271)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.timer.EjbTimerServiceImpl.ejbTimeout(EjbTimerServiceImpl.java:796)
at org.apache.openejb.core.timer.EjbTimeoutJob.execute(EjbTimeoutJob.java:39)
at org.apache.openejb.quartz.core.JobRunShell.run(JobRunShell.java:202)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=84
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:78)
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:72)
at com.tomitribe.tribestream.governance.interceptor.GovernanceEnforcerInterceptor.invoke(GovernanceEnforcerInterceptor.java:95)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.AroundTimeout(StatsInterceptor.java:145)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
... 7 more
AVERTISSEMENT - Failed to execute ejbTimeout on Blue successfully within 1 attempts
juil. 22, 2014 11:14:05 AM com.tomitribe.tribestream.governance.WindowTrackerLoggerListener onExceeded
GRAVE: >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=33 seconds, duration=2 minutes, count=85, limit=1, version=0, start=1406020411897086000, stop=1406020531897086000}
juil. 22, 2014 11:14:05 AM com.tomitribe.tribestream.governance.WindowTrackerLoggerListener onExceeded
GRAVE: >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=33 seconds, duration=2 minutes, count=86, limit=1, version=0, start=1406020411897086000, stop=1406020531897086000}
AVERTISSEMENT - Exception from ejbTimeout on Blue
org.apache.openejb.ApplicationException: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=85: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=85
at org.apache.openejb.core.transaction.EjbTransactionUtil.handleApplicationException(EjbTransactionUtil.java:125)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:271)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.timer.EjbTimerServiceImpl.ejbTimeout(EjbTimerServiceImpl.java:796)
at org.apache.openejb.core.timer.EjbTimeoutJob.execute(EjbTimeoutJob.java:39)
at org.apache.openejb.quartz.core.JobRunShell.run(JobRunShell.java:202)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=85
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:78)
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:72)
at com.tomitribe.tribestream.governance.interceptor.GovernanceEnforcerInterceptor.invoke(GovernanceEnforcerInterceptor.java:95)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.AroundTimeout(StatsInterceptor.java:145)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
... 7 more
AVERTISSEMENT - Exception from ejbTimeout on Blue
org.apache.openejb.ApplicationException: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=86: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=86
at org.apache.openejb.core.transaction.EjbTransactionUtil.handleApplicationException(EjbTransactionUtil.java:125)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:271)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.timer.EjbTimerServiceImpl.ejbTimeout(EjbTimerServiceImpl.java:796)
at org.apache.openejb.core.timer.EjbTimeoutJob.execute(EjbTimeoutJob.java:39)
at org.apache.openejb.quartz.core.JobRunShell.run(JobRunShell.java:202)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=86
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:78)
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:72)
at com.tomitribe.tribestream.governance.interceptor.GovernanceEnforcerInterceptor.invoke(GovernanceEnforcerInterceptor.java:95)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.AroundTimeout(StatsInterceptor.java:145)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
... 7 more
AVERTISSEMENT - Failed to execute ejbTimeout on Blue successfully within 1 attempts
juil. 22, 2014 11:14:06 AM com.tomitribe.tribestream.governance.WindowTrackerLoggerListener onExceeded
GRAVE: >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=34 seconds, duration=2 minutes, count=87, limit=1, version=0, start=1406020411897086000, stop=1406020531897086000}
juil. 22, 2014 11:14:06 AM com.tomitribe.tribestream.governance.WindowTrackerLoggerListener onExceeded
GRAVE: >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=34 seconds, duration=2 minutes, count=88, limit=1, version=0, start=1406020411897086000, stop=1406020531897086000}
AVERTISSEMENT - Exception from ejbTimeout on Blue
org.apache.openejb.ApplicationException: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=87: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=87
at org.apache.openejb.core.transaction.EjbTransactionUtil.handleApplicationException(EjbTransactionUtil.java:125)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:271)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.timer.EjbTimerServiceImpl.ejbTimeout(EjbTimerServiceImpl.java:796)
at org.apache.openejb.core.timer.EjbTimeoutJob.execute(EjbTimeoutJob.java:39)
at org.apache.openejb.quartz.core.JobRunShell.run(JobRunShell.java:202)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=87
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:78)
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:72)
at com.tomitribe.tribestream.governance.interceptor.GovernanceEnforcerInterceptor.invoke(GovernanceEnforcerInterceptor.java:95)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.AroundTimeout(StatsInterceptor.java:145)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
... 7 more
AVERTISSEMENT - Exception from ejbTimeout on Blue
org.apache.openejb.ApplicationException: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=88: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=88
at org.apache.openejb.core.transaction.EjbTransactionUtil.handleApplicationException(EjbTransactionUtil.java:125)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:271)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.timer.EjbTimerServiceImpl.ejbTimeout(EjbTimerServiceImpl.java:796)
at org.apache.openejb.core.timer.EjbTimeoutJob.execute(EjbTimeoutJob.java:39)
at org.apache.openejb.quartz.core.JobRunShell.run(JobRunShell.java:202)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=88
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:78)
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:72)
at com.tomitribe.tribestream.governance.interceptor.GovernanceEnforcerInterceptor.invoke(GovernanceEnforcerInterceptor.java:95)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.AroundTimeout(StatsInterceptor.java:145)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
... 7 more
AVERTISSEMENT - Failed to execute ejbTimeout on Blue successfully within 1 attempts
juil. 22, 2014 11:14:07 AM com.tomitribe.tribestream.governance.WindowTrackerLoggerListener onExceeded
GRAVE: >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=35 seconds, duration=2 minutes, count=89, limit=1, version=0, start=1406020411897086000, stop=1406020531897086000}
juil. 22, 2014 11:14:07 AM com.tomitribe.tribestream.governance.WindowTrackerLoggerListener onExceeded
GRAVE: >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=35 seconds, duration=2 minutes, count=90, limit=1, version=0, start=1406020411897086000, stop=1406020531897086000}
AVERTISSEMENT - Exception from ejbTimeout on Blue
org.apache.openejb.ApplicationException: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=89: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=89
at org.apache.openejb.core.transaction.EjbTransactionUtil.handleApplicationException(EjbTransactionUtil.java:125)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:271)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.timer.EjbTimerServiceImpl.ejbTimeout(EjbTimerServiceImpl.java:796)
at org.apache.openejb.core.timer.EjbTimeoutJob.execute(EjbTimeoutJob.java:39)
at org.apache.openejb.quartz.core.JobRunShell.run(JobRunShell.java:202)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=89
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:78)
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:72)
at com.tomitribe.tribestream.governance.interceptor.GovernanceEnforcerInterceptor.invoke(GovernanceEnforcerInterceptor.java:95)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.AroundTimeout(StatsInterceptor.java:145)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
... 7 more
AVERTISSEMENT - Exception from ejbTimeout on Blue
org.apache.openejb.ApplicationException: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=90: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=90
at org.apache.openejb.core.transaction.EjbTransactionUtil.handleApplicationException(EjbTransactionUtil.java:125)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:271)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.timer.EjbTimerServiceImpl.ejbTimeout(EjbTimerServiceImpl.java:796)
at org.apache.openejb.core.timer.EjbTimeoutJob.execute(EjbTimeoutJob.java:39)
at org.apache.openejb.quartz.core.JobRunShell.run(JobRunShell.java:202)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=90
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:78)
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:72)
at com.tomitribe.tribestream.governance.interceptor.GovernanceEnforcerInterceptor.invoke(GovernanceEnforcerInterceptor.java:95)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.AroundTimeout(StatsInterceptor.java:145)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
... 7 more
AVERTISSEMENT - Failed to execute ejbTimeout on Blue successfully within 1 attempts
juil. 22, 2014 11:14:08 AM com.tomitribe.tribestream.governance.WindowTrackerLoggerListener onExceeded
GRAVE: >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=36 seconds, duration=2 minutes, count=91, limit=1, version=0, start=1406020411897086000, stop=1406020531897086000}
juil. 22, 2014 11:14:08 AM com.tomitribe.tribestream.governance.WindowTrackerLoggerListener onExceeded
GRAVE: >>> Window Tracker <ApplicationLimit.METHOD> for user<N/A> and application <EnforcerInterceptorTest> exceeded > Window{elapsed=36 seconds, duration=2 minutes, count=92, limit=1, version=0, start=1406020411897086000, stop=1406020531897086000}
AVERTISSEMENT - Exception from ejbTimeout on Blue
org.apache.openejb.ApplicationException: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=91: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=91
at org.apache.openejb.core.transaction.EjbTransactionUtil.handleApplicationException(EjbTransactionUtil.java:125)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:271)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.timer.EjbTimerServiceImpl.ejbTimeout(EjbTimerServiceImpl.java:796)
at org.apache.openejb.core.timer.EjbTimeoutJob.execute(EjbTimeoutJob.java:39)
at org.apache.openejb.quartz.core.JobRunShell.run(JobRunShell.java:202)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=91
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:78)
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:72)
at com.tomitribe.tribestream.governance.interceptor.GovernanceEnforcerInterceptor.invoke(GovernanceEnforcerInterceptor.java:95)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.AroundTimeout(StatsInterceptor.java:145)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
... 7 more
AVERTISSEMENT - Exception from ejbTimeout on Blue
org.apache.openejb.ApplicationException: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=92: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=92
at org.apache.openejb.core.transaction.EjbTransactionUtil.handleApplicationException(EjbTransactionUtil.java:125)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:271)
at org.apache.openejb.core.singleton.SingletonContainer.invoke(SingletonContainer.java:212)
at org.apache.openejb.core.timer.EjbTimerServiceImpl.ejbTimeout(EjbTimerServiceImpl.java:796)
at org.apache.openejb.core.timer.EjbTimeoutJob.execute(EjbTimeoutJob.java:39)
at org.apache.openejb.quartz.core.JobRunShell.run(JobRunShell.java:202)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.tomitribe.tribestream.governance.interceptor.RateLimitExceededException: Rate limit exceeded > limit=1 in 2 minutes. Current attempts=92
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:78)
at com.tomitribe.tribestream.governance.WindowTracker.accept(WindowTracker.java:72)
at com.tomitribe.tribestream.governance.interceptor.GovernanceEnforcerInterceptor.invoke(GovernanceEnforcerInterceptor.java:95)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:181)
at org.apache.openejb.monitoring.StatsInterceptor.AroundTimeout(StatsInterceptor.java:145)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:192)
at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:173)
at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:85)
at org.apache.openejb.core.singleton.SingletonContainer._invoke(SingletonContainer.java:256)
... 7 more
AVERTISSEMENT - Failed to execute ejbTimeout on Blue successfully within 1 attempts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment