Skip to content

Instantly share code, notes, and snippets.

View garethahealy's full-sized avatar

Gareth Healy garethahealy

View GitHub Profile
@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: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: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: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