kube-chaosmonkey
kube-chaosmonkey copied to clipboard
The Chaos-monkey is not able to delete the pods
No access restrictor found, access to all MBean is allowed
Jolokia: Agent started with URL http://172.30.93.91:8778/jolokia/
2018-04-04 17:13:07.365:INFO:ifasjoejs.Server:jetty-8.y.z-SNAPSHOT
2018-04-04 17:13:07.430:INFO:ifasjoejs.AbstractConnector:Started [email protected]:9779
2018-04-04 17:13:07 INFO Version:153 - WELD-000900: 2.3.3 (Final)
Apr 04, 2018 5:13:07 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: Production
2018-04-04 17:13:08 WARN Bootstrap:386 - WELD-001208: Error when validating jar:file:/maven/hubot-api-2.2.95.jar!/META-INF/beans.xml@22 against xsd. cvc-complex-type.3.2.2: Attribute 'version' is not allowed to appear in element 'beans'.
2018-04-04 17:13:08 WARN Bootstrap:386 - WELD-001208: Error when validating jar:file:/maven/hubot-api-2.2.95.jar!/META-INF/beans.xml@24 against xsd. cvc-complex-type.2.4.a: Invalid content was found starting with element 'scan'. One of '{"http://java.sun.com/xml/ns/javaee":interceptors, "http://java.sun.com/xml/ns/javaee":decorators, "http://java.sun.com/xml/ns/javaee":alternatives, WC[##other:"http://java.sun.com/xml/ns/javaee"]}' is expected.
2018-04-04 17:13:08 WARN Bootstrap:386 - WELD-001208: Error when validating jar:file:/maven/chaos-monkey.jar!/META-INF/beans.xml@5 against xsd. cvc-complex-type.3.2.2: Attribute 'version' is not allowed to appear in element 'beans'.
2018-04-04 17:13:08 WARN Bootstrap:386 - WELD-001208: Error when validating jar:file:/maven/chaos-monkey.jar!/META-INF/beans.xml@7 against xsd. cvc-complex-type.2.4.a: Invalid content was found starting with element 'scan'. One of '{"http://java.sun.com/xml/ns/javaee":interceptors, "http://java.sun.com/xml/ns/javaee":decorators, "http://java.sun.com/xml/ns/javaee":alternatives, WC[##other:"http://java.sun.com/xml/ns/javaee"]}' is expected.
2018-04-04 17:13:08 INFO Bootstrap:209 - WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
2018-04-04 17:13:08 INFO Event:87 - WELD-000411: Observer method [BackedAnnotatedMethod] public io.fabric8.cdi.Fabric8Extension.processAnnotatedType(@Observes ProcessAnnotatedType<R>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
2018-04-04 17:13:08 INFO Event:87 - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
2018-04-04 17:13:08 INFO Event:87 - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
2018-04-04 17:13:08 INFO Event:87 - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
2018-04-04 17:13:11 INFO ChaosMonkey:94 - Starting Chaos Monkey on Kubernetes namespace cam-km at http://172.21.178.89:80/ with includes cam* excludes mariadb*,rabbitmq* kill frequency 30 seconds
2018-04-04 17:13:11 INFO #fabric8_cam-km:34 - Chaos Monkey is starting in namespace cam-km with include patterns 'cam*' exclude patterns 'mariadb*,rabbitmq*' and a kill frequency of 30 seconds. Here I come!
2018-04-04 17:13:12 ERROR HubotNotifier:100 - Failed to notify hubot room: #fabric8_cam-km with message: Chaos Monkey is starting in namespace cam-km with include patterns 'cam*' exclude patterns 'mariadb*,rabbitmq*' and a kill frequency of 30 seconds. Here I come!. Reason: java.lang.IllegalArgumentException: No kubernetes service could be found for name: hubot in namespace: cam-km
java.lang.IllegalArgumentException: No kubernetes service could be found for name: hubot in namespace: cam-km
at io.fabric8.kubernetes.api.KubernetesHelper.getServiceURL(KubernetesHelper.java:1277)
at io.fabric8.cdi.Services.toServiceUrl(Services.java:38)
at io.fabric8.cdi.producers.ServiceUrlProducer.produce(ServiceUrlProducer.java:47)
at io.fabric8.cdi.producers.ServiceUrlProducer.produce(ServiceUrlProducer.java:26)
at io.fabric8.cdi.bean.ProducerBean.create(ProducerBean.java:43)
at org.jboss.weld.context.unbound.DependentContextImpl.get(DependentContextImpl.java:70)
at org.jboss.weld.bean.ContextualInstanceStrategy$DefaultContextualInstanceStrategy.get(ContextualInstanceStrategy.java:101)
at org.jboss.weld.bean.ContextualInstance.get(ContextualInstance.java:50)
at org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:742)
at org.jboss.weld.bean.builtin.InstanceImpl.getBeanInstance(InstanceImpl.java:179)
at org.jboss.weld.bean.builtin.InstanceImpl.get(InstanceImpl.java:99)
at io.fabric8.hubot.HubotNotifier.getHubotUrl(HubotNotifier.java:78)
at io.fabric8.hubot.HubotNotifier.getHubotRestApi(HubotNotifier.java:122)
at io.fabric8.hubot.HubotNotifier.notifyRoom(HubotNotifier.java:98)
at io.fabric8.chaos.monkey.ChaosMonkey.notify(ChaosMonkey.java:229)
at io.fabric8.chaos.monkey.ChaosMonkey.