Skip to content

Instantly share code, notes, and snippets.

View garethahealy's full-sized avatar

Gareth Healy garethahealy

View GitHub Profile
@garethahealy
garethahealy / gist:84090bdb6f03aafa4970
Created January 27, 2015 10:39
rhq-agent-plugin-plugin:validate - no libsigar-universal64-macosx.dylib in java.library.path
[INFO] --- rhq-agent-plugin-plugin:1.0:validate (validate) @ commonspool2-mbeans ---
[INFO] PluginValidator - Found plugin jar: file:/Users/garethah/Documents/github/garethahealy/jon-plugins/commonspool2-mbeans/target/commonspool2-mbeans-1.0.0-SNAPSHOT.jar
[INFO] PluginValidator - Found plugin jar: file:/Users/garethah/.m2/repository/org/rhq/rhq-jmx-plugin/4.13.0/rhq-jmx-plugin-4.13.0.jar
[INFO] PluginDependencyGraph - Optional plugin [Servicemix3] was requested by plugins [[CommonsPool2MBeans]] but it does not exist in the dependency graph yet and will be ignored
[INFO] PluginDependencyGraph - Optional plugin [Servicemix4] was requested by plugins [[CommonsPool2MBeans]] but it does not exist in the dependency graph yet and will be ignored
[INFO] PluginDependencyGraph - Optional plugin [Fabric] was requested by plugins [[CommonsPool2MBeans]] but it does not exist in the dependency graph yet and will be ignored
[INFO] PluginDependencyGraph - Optional plugin [JBossFuse] was requested by plugins [[CommonsPool2MB
@garethahealy
garethahealy / gist:764e686a0a5a2867eb50
Created March 13, 2015 13:51
ClassNotFoundException # com.thoughtworks.xstream.converters.Converter
13:47:57,598 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss BRMS 6.0.3.GA (AS 7.2.1.Final-redhat-10) started in 39537ms - Started 520 of 580 services (59 services are passive or on-demand)
13:48:03,748 INFO [org.jboss.as.repository] (management-handler-thread - 1) JBAS014900: Content added at location /opt/rh/jboss-brms-6.0.3.GA/jboss-eap-6.1/standalone/data/content/28/09a3ab65e110fa2c2d23981cd7a1f991644e75/content
13:48:03,750 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
13:48:04,348 WARN [org.jboss.as.server.deployment] (MSC service thread 1-16) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
13:48:04,376 INFO [org.jboss.weld.deployer] (MSC service thread 1-16) JBAS016002: Processing weld deployment test.war
13:48:04,426 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindin
@garethahealy
garethahealy / gist:f5156d02c1418ea651a3
Created March 13, 2015 14:26
ClassNotFoundException - JAXWSExceptionBase
14:25:16,118 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss BRMS 6.0.3.GA (AS 7.2.1.Final-redhat-10) started in 9652ms - Started 520 of 580 services (59 services are passive or on-demand)
14:25:25,675 INFO [org.jboss.as.repository] (management-handler-thread - 4) JBAS014900: Content added at location /opt/rh/jboss-brms-6.0.3.GA/jboss-eap-6.1/standalone/data/content/32/21bfe14837bdc52db981160bd55a677c190be5/content
14:25:25,677 INFO [org.jboss.as.server.deployment] (MSC service thread 1-15) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
14:25:26,601 WARN [org.jboss.as.server.deployment] (MSC service thread 1-15) JBAS015893: Encountered invalid class name 'implementingClassName=org.jboss.shrinkwrap.impl.base.importer.tar.TarBz2ImporterImpl' for service type 'org.jboss.shrinkwrap.api.importer.TarBz2Importer'
14:25:26,601 WARN [org.jboss.as.server.deployment] (MSC service thread 1-15) JBAS015893: Encountered invalid class name 'extension=.tar.bz2' for service type 'o
@garethahealy
garethahealy / gist:a163900ab1ab700204e4
Created March 14, 2015 12:59
REST sayHello but no response
2015-03-14 12:55:20,700 [main ] DEBUG Container - Container org.eclipse.jetty.server.Server@1b70d03a + SelectChannelConnector@localhost:9001 as connector
2015-03-14 12:55:20,700 [main ] DEBUG Container - Container org.eclipse.jetty.server.Server@1b70d03a + org.eclipse.jetty.server.handler.ContextHandlerCollection@b769de9 as handler
2015-03-14 12:55:20,700 [main ] DEBUG AbstractLifeCycle - starting org.eclipse.jetty.server.Server@1b70d03a
2015-03-14 12:55:20,700 [main ] INFO Server - jetty-8.1.14.v20131031
2015-03-14 12:55:20,700 [main ] DEBUG Container - Container org.eclipse.jetty.server.Server@1b70d03a + qtp410595808{8<=0<=0/254,-1} as threadpool
2015-03-14 12:55:20,700 [main ] DEBUG AbstractLifeCycle - starting org.eclipse.jetty.server.handler.ContextHandlerCollection@b769de9
2015-03-14 12:55:20,700 [main ] DEBUG AbstractHand
@garethahealy
garethahealy / gist:2476901b2f0bf063d8a1
Created March 14, 2015 17:09
ELResolver cannot handle a null
Running org.dozer.functional_tests.VariablesTest
javax.el.PropertyNotFoundException: ELResolver cannot handle a null base Object with identifier 'container'
at com.sun.el.lang.ELSupport.throwUnhandled(ELSupport.java:61)
at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:101)
at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:219)
at org.dozer.loader.xml.ELEngine.resolve(ELEngine.java:79)
at org.dozer.loader.xml.ExpressionElementReader.getNodeValue(ExpressionElementReader.java:40)
at org.dozer.loader.xml.XMLParser.getNodeValue(XMLParser.java:116)
at org.dozer.loader.xml.XMLParser.parseMapping(XMLParser.java:194)
at org.dozer.loader.xml.XMLParser.read(XMLParser.java:142)
JBossFuse:admin@root> Using SSLEngineImpl.
Ignoring unavailable cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
Ignoring unavailable cipher suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA
Ignoring unavailable cipher suite: TLS_ECDH_RSA_WITH_AES_256_CBC_SHA
Ignoring unavailable cipher suite: TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
Ignoring unavailable cipher suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
Ignoring unavailable cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
Ignoring unavailable cipher suite: TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384
Ignoring unavailable cipher suite: TLS_RSA_WITH_AES_256_CBC_SHA256
Ignoring unavailable cipher suite: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
docker run -p 8484:8080 -e KUBERNETES_MASTER=https://$DOCKER_IP:8443 -e KUBERNETES_TRUST_CERT=$KUBERNETES_TRUST_CERT fabric8/hawtio
----
I> No access restrictor found, access to all MBean is allowed
I> No suitable address found for listening on multicast discovery requests
Jolokia: Agent started with URL http://172.17.0.9:8778/jolokia/
INFO | localhost-startStop-1 | Configuration will be discovered via JNDI
INFO | localhost-startStop-1 | Welcome to hawtio 1.4.47 : http://hawt.io/ : Don't cha wish your console was hawt like me? ;-)
INFO | localhost-startStop-1 | Using file upload directory:
[Core] Loading the profile using jolokia: [object Object]
http://fabric8.local/kubernetes/api/v1beta2/services Failed to load resource: the server responded with a status of 403 (Forbidden)
http://fabric8.local/kubernetes/api/v1beta2/replicationControllers Failed to load resource: the server responded with a status of 403 (Forbidden)
http://fabric8.local/kubernetes/api/v1beta2/pods Failed to load resource: the server responded with a status of 403 (Forbidden)
http://fabric8.local/kubernetes/osapi/v1beta1/routes Failed to load resource: the server responded with a status of 403 (Forbidden)
hawtio-core.js:80 [Kubernetes] Failed to load /kubernetes/osapi/v1beta1/routes [object Object] 403
[fedora@gahealy-ose3-dune ~]$ docker ps -a|grep app-library
f0f92213d4c3 registry.hub.docker.com/fabric8/app-library:2.0.47 "/fabric8/run.sh" 5 hours ago Up 5 hours k8s_app-library-container.940c7e14_app-library-controller-tf15v_default_248d1f1f-f95d-11e4-9604-fa163ec0f61a_4d738383
f92007da6d19 openshift/origin-pod:v0.5 "/pod" 5 hours ago Up 5 hours k8s_POD.df2d2772_app-library-controller-tf15v_default_248d1f1f-f95d-11e4-9604-fa163ec0f61a_3a1d3b2f
I> No access restrictor found, access to all MBean is allowed
I> No suitable address found for listening on multicast discovery requests
Jolokia: Agent started with URL http://172.17.0.49:8778/jolokia/
Using org.apache.cxf.common.logging.Slf4jLogger for logging.
-------------------------------------------------------------
CDelivery is now running at: http://localhost:8787/
-------------------------------------------------------------
Logging to org.slf4j.impl.Log4jLoggerAdapter(org.eclipse.jetty.util.log) via org.eclipse.jetty.util.log.Slf4jLog