[JBoss JIRA] (AS7-4324) Batch deployment of bundles
by Aaron Whiteside (JIRA)
[ https://issues.jboss.org/browse/AS7-4324?page=com.atlassian.jira.plugin.s... ]
Aaron Whiteside commented on AS7-4324:
--------------------------------------
I think I am still seeing this issue because I am deploying a large amount of bundles and the deployment scanner is executing halfway through my # cp *.jar deployments/ command so it only sees half the bundles, then it executes again and sees the other half but nothing resolves correctly... because that is treated as two different deployment batches?
Apache Felix provides an auto-deploy feature where it monitors a directory for changes and enacts these changes. If there are unresolved bundles present and a new bundle is installed that provides the necessary packages it will automatically refresh those dependent bundles.
It may not be required by the specification, but it's actually really handy for development. If JBoss won't support this feature how am I to successfully deploy large batches of bundles?
> Batch deployment of bundles
> ---------------------------
>
> Key: AS7-4324
> URL: https://issues.jboss.org/browse/AS7-4324
> Project: Application Server 7
> Issue Type: Feature Request
> Components: OSGi
> Affects Versions: 7.1.1.Final
> Environment: Mac OS X 10.7.3
> Reporter: Tim Diekmann
> Assignee: Thomas Diesler
> Fix For: 7.1.2.Final (EAP)
>
>
> It has to be possible to deploy a large set of bundles at the same time without triggering the resolution of each bundle individually.
> Currently, if you deploy multiple bundles either through CLI or via the hot deployment folder the deployer processes each bundle individually. If you try to deploy 287 bundles with interdependencies, this would mean you have to install them in the absolute correct order or else the deployer finds missing dependencies and undeploys the bundle again.
> The OSGi framework API allows for installation of multiple bundles before calling a single refresh call to trigger the re-wiring. The deployer needs to support a mechanism similar to this as well.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (AS7-6942) NPE on AS8 start
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/AS7-6942?page=com.atlassian.jira.plugin.s... ]
Tomaz Cerar reassigned AS7-6942:
--------------------------------
Assignee: Thomas Diesler
> NPE on AS8 start
> ----------------
>
> Key: AS7-6942
> URL: https://issues.jboss.org/browse/AS7-6942
> Project: Application Server 7
> Issue Type: Bug
> Components: OSGi
> Affects Versions: 8.0.0.Alpha1
> Environment: JBoss 8AS Alpha1
> Reporter: Aaron Whiteside
> Assignee: Thomas Diesler
>
> {code}
> awhiteside@localhost jboss-as-8.0.0.Alpha1-SNAPSHOT# ./bin/standalone.sh -c standalone-osgi.xml
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT
> JAVA: /usr/local/java/bin/java
> JAVA_OPTS: -server -XX:+UseCompressedOops -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> 11:46:22,337 INFO [org.jboss.modules] (main) JBoss Modules version 1.2.0.Final
> 11:46:22,482 INFO [org.jboss.msc] (main) JBoss MSC version 1.1.2.Final
> 11:46:22,532 INFO [org.jboss.as] (MSC service thread 1-7) JBAS015899: JBoss AS 8.0.0.Alpha1-SNAPSHOT "TBD" starting
> 11:46:23,332 INFO [org.xnio] (MSC service thread 1-2) XNIO Version 3.1.0.CR2
> 11:46:23,335 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> 11:46:23,336 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.1.0.CR2
> 11:46:23,350 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 3.2.16.GA
> 11:46:23,361 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 28) JBAS016200: Activating ConfigAdmin Subsystem
> 11:46:23,373 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 34) JBAS010280: Activating Infinispan subsystem.
> 11:46:23,389 INFO [org.jboss.as.security] (ServerService Thread Pool -- 48) JBAS013171: Activating Security Subsystem
> 11:46:23,391 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 42) JBAS011800: Activating Naming Subsystem
> 11:46:23,395 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.16.Final
> 11:46:23,403 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 40) JBAS012605: Activated the following JSF Implementations: [main, 1.2]
> 11:46:23,418 INFO [org.jboss.as.connector.logging] (MSC service thread 1-3) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.16.Final)
> 11:46:23,421 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 52) JBAS015537: Activating WebServices Extension
> 11:46:23,436 INFO [org.jboss.as.undertow] (MSC service thread 1-4) JBAS017502: Undertow 1.0.0.Alpha9 starting
> 11:46:23,438 INFO [org.jboss.as.undertow] (ServerService Thread Pool -- 51) JBAS017502: Undertow 1.0.0.Alpha9 starting
> 11:46:23,439 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 43) JBAS011906: Activating OSGi Subsystem
> 11:46:23,504 INFO [org.jboss.as.naming] (MSC service thread 1-8) JBAS011802: Starting Naming Service
> 11:46:23,505 INFO [org.jboss.as.mail.extension] (MSC service thread 1-5) JBAS015400: Bound mail session [java:jboss/mail/Default]
> 11:46:23,526 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 29) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> 11:46:23,529 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
> 11:46:23,604 INFO [io.undertow] (ServerService Thread Pool -- 51) Creating file handler for path /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT/welcome-content
> 11:46:23,613 INFO [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.0.Alpha1
> 11:46:23,645 INFO [org.jboss.as.undertow] (MSC service thread 1-4) Starting server server service: service jboss.undertow.server.default-server
> 11:46:23,658 INFO [org.jboss.as.undertow] (MSC service thread 1-6) Starting host default-host
> 11:46:23,658 INFO [org.jboss.as.undertow] (MSC service thread 1-6) registering handler io.undertow.server.handlers.resource.ResourceHandler@52540bd6 under path '/'
> 11:46:23,682 INFO [org.jboss.as.undertow] (MSC service thread 1-4) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> 11:46:23,885 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> 11:46:23,920 INFO [org.jboss.as.remoting] (MSC service thread 1-6) JBAS017100: Listening on 127.0.0.1:9999
> 11:46:23,920 INFO [org.jboss.as.remoting] (MSC service thread 1-5) JBAS017100: Listening on 127.0.0.1:4447
> 11:46:23,931 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "ch-smpp-5.0.1.jar" (runtime-name: "ch-smpp-5.0.1.jar")
> 11:46:23,932 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name: "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "camel-sjms-2.12-20130415.050502-14.jar" (runtime-name: "camel-sjms-2.12-20130415.050502-14.jar")
> 11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "hornetq-integration-0.4-SNAPSHOT.jar" (runtime-name: "hornetq-integration-0.4-SNAPSHOT.jar")
> 11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "org.springframework.aop-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.aop-3.2.2.RELEASE.jar")
> 11:46:23,931 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "org.springframework.aspects-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.aspects-3.2.2.RELEASE.jar")
> 11:46:23,934 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "voldemort-osgi-1.3.1.jar" (runtime-name: "voldemort-osgi-1.3.1.jar")
> 11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar" (runtime-name: "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar")
> 11:46:23,935 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "commons-logging-1.1.1.jar" (runtime-name: "commons-logging-1.1.1.jar")
> 11:46:23,936 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.transaction-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.transaction-3.2.2.RELEASE.jar")
> 11:46:23,936 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "protostuff-core-1.0.7.jar" (runtime-name: "protostuff-core-1.0.7.jar")
> 11:46:23,937 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "http-component-spi-0.4-20130402.174124-2.jar" (runtime-name: "http-component-spi-0.4-20130402.174124-2.jar")
> 11:46:23,937 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "routing-engine-0.4-SNAPSHOT.jar" (runtime-name: "routing-engine-0.4-SNAPSHOT.jar")
> 11:46:23,937 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar" (runtime-name: "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar")
> 11:46:23,938 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "cloudhopper-smpp-component-1.0-SNAPSHOT.jar" (runtime-name: "cloudhopper-smpp-component-1.0-SNAPSHOT.jar")
> 11:46:23,938 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.core-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.core-3.2.2.RELEASE.jar")
> 11:46:23,939 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:23,939 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "gemini-blueprint-io-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-io-1.0.2.RELEASE.jar")
> 11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "jcl-over-slf4j-1.7.5.jar" (runtime-name: "jcl-over-slf4j-1.7.5.jar")
> 11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "jetty-server-9.0.1.v20130408.jar" (runtime-name: "jetty-server-9.0.1.v20130408.jar")
> 11:46:23,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.jms-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.jms-3.2.2.RELEASE.jar")
> 11:46:23,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "woodstox-core-asl-4.0.3.jar" (runtime-name: "woodstox-core-asl-4.0.3.jar")
> 11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.beans-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.beans-3.2.2.RELEASE.jar")
> 11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "commons-io-2.4.jar" (runtime-name: "commons-io-2.4.jar")
> 11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "log4j-over-slf4j-1.7.5.jar" (runtime-name: "log4j-over-slf4j-1.7.5.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "commons-lang-2.5.jar" (runtime-name: "commons-lang-2.5.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar" (runtime-name: "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "smq-schema-1.2.jar" (runtime-name: "smq-schema-1.2.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "slf4j-api-1.7.5.jar" (runtime-name: "slf4j-api-1.7.5.jar")
> 11:46:23,936 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar" (runtime-name: "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar")
> 11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.jdbc-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.jdbc-3.2.2.RELEASE.jar")
> 11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "dummy-0.4-SNAPSHOT.jar" (runtime-name: "dummy-0.4-SNAPSHOT.jar")
> 11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "ch-commons-util-6.0.1.jar" (runtime-name: "ch-commons-util-6.0.1.jar")
> 11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "avro-1.7.2.jar" (runtime-name: "avro-1.7.2.jar")
> 11:46:23,949 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "stax2-api-3.0.1.jar" (runtime-name: "stax2-api-3.0.1.jar")
> 11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "org.springframework.orm-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.orm-3.2.2.RELEASE.jar")
> 11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "camel-jms-2.12-20130415.050425-14.jar" (runtime-name: "camel-jms-2.12-20130415.050425-14.jar")
> 11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jackson-core-asl-1.8.8.jar" (runtime-name: "jackson-core-asl-1.8.8.jar")
> 11:46:23,939 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-io-9.0.1.v20130408.jar" (runtime-name: "jetty-io-9.0.1.v20130408.jar")
> 11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "stax-api-1.0.1.jar" (runtime-name: "stax-api-1.0.1.jar")
> 11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-security-9.0.1.v20130408.jar" (runtime-name: "jetty-security-9.0.1.v20130408.jar")
> 11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "paranamer-2.3.jar" (runtime-name: "paranamer-2.3.jar")
> 11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "hawtio-osgi-1.0.war" (runtime-name: "hawtio-osgi-1.0.war")
> 11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.eclipse.gemini.management-1.0.5.RELEASE.jar" (runtime-name: "org.eclipse.gemini.management-1.0.5.RELEASE.jar")
> 11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-runtime-1.0.7.jar" (runtime-name: "protostuff-runtime-1.0.7.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "commons-pool-1.6.jar" (runtime-name: "commons-pool-1.6.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "org.springframework.context-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.context-3.2.2.RELEASE.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.expression-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.expression-3.2.2.RELEASE.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "http-component-0.4-SNAPSHOT.jar" (runtime-name: "http-component-0.4-SNAPSHOT.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "jackson-mapper-asl-1.8.8.jar" (runtime-name: "jackson-mapper-asl-1.8.8.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "ch-commons-charset-3.0.0.jar" (runtime-name: "ch-commons-charset-3.0.0.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "logback-core-1.0.11.jar" (runtime-name: "logback-core-1.0.11.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "org.osgi.enterprise-5.0.0.jar" (runtime-name: "org.osgi.enterprise-5.0.0.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name: "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar" (runtime-name: "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar")
> 11:46:23,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar" (runtime-name: "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar")
> 11:46:23,955 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "gemini-blueprint-extender-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-extender-1.0.2.RELEASE.jar")
> 11:46:23,955 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "smq-common-1.2.jar" (runtime-name: "smq-common-1.2.jar")
> 11:46:23,955 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-api-1.0.7.jar" (runtime-name: "protostuff-api-1.0.7.jar")
> 11:46:23,956 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:23,956 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-collectionschema-1.0.7.jar" (runtime-name: "protostuff-collectionschema-1.0.7.jar")
> 11:46:23,957 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-uberjar-1.0.7.jar" (runtime-name: "protostuff-uberjar-1.0.7.jar")
> 11:46:23,957 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-util-9.0.1.v20130408.jar" (runtime-name: "jetty-util-9.0.1.v20130408.jar")
> 11:46:23,958 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-servlet-9.0.1.v20130408.jar" (runtime-name: "jetty-servlet-9.0.1.v20130408.jar")
> 11:46:23,958 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "logback-classic-1.0.11.jar" (runtime-name: "logback-classic-1.0.11.jar")
> 11:46:23,939 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) JBAS015012: Started FileSystemDeploymentService for directory /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT/standalone/deployments
> 11:46:23,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "netty-3.6.3.Final.jar" (runtime-name: "netty-3.6.3.Final.jar")
> 11:46:23,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "snappy-java-1.0.4.1.jar" (runtime-name: "snappy-java-1.0.4.1.jar")
> 11:46:23,949 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "jgroups-3.2.5.Final.jar" (runtime-name: "jgroups-3.2.5.Final.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jetty-jmx-9.0.1.v20130408.jar" (runtime-name: "jetty-jmx-9.0.1.v20130408.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "voldemort-aggregation-repository-0.4-SNAPSHOT.jar" (runtime-name: "voldemort-aggregation-repository-0.4-SNAPSHOT.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-opaque-schema-1.2.jar" (runtime-name: "smq-opaque-schema-1.2.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "number-service-api-0.4-SNAPSHOT.jar" (runtime-name: "number-service-api-0.4-SNAPSHOT.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jdom-1.1.3.jar" (runtime-name: "jdom-1.1.3.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "number-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "number-service-impl-0.4-SNAPSHOT.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-fs-1.2.jar" (runtime-name: "smq-fs-1.2.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "protobuf-java-2.4.1.jar" (runtime-name: "protobuf-java-2.4.1.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "joda-time-2.2.jar" (runtime-name: "joda-time-2.2.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "gemini-blueprint-core-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-core-1.0.2.RELEASE.jar")
> 11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "com.springsource.org.aopalliance-1.0.0.jar" (runtime-name: "com.springsource.org.aopalliance-1.0.0.jar")
> 11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "voldemort-protostuff-serializer-1.1.jar" (runtime-name: "voldemort-protostuff-serializer-1.1.jar")
> 11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-spi-1.2.jar" (runtime-name: "smq-spi-1.2.jar")
> 11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "smq-component-1.2.jar" (runtime-name: "smq-component-1.2.jar")
> 11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-common-codecs-1.2.jar" (runtime-name: "smq-common-codecs-1.2.jar")
> 11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "camel-core-2.12-20130415.050256-14.jar" (runtime-name: "camel-core-2.12-20130415.050256-14.jar")
> 11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "camel-spring-2.12-20130415.050508-14.jar" (runtime-name: "camel-spring-2.12-20130415.050508-14.jar")
> 11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "commons-codec-1.7.jar" (runtime-name: "commons-codec-1.7.jar")
> 11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "common-message-0.4-SNAPSHOT.jar" (runtime-name: "common-message-0.4-SNAPSHOT.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "jetty-http-9.0.1.v20130408.jar" (runtime-name: "jetty-http-9.0.1.v20130408.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "guava-13.0.1.jar" (runtime-name: "guava-13.0.1.jar")
> 11:46:23,958 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name: "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:25,161 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011006: OSGi Framework - 3.0.0.CR17
> 11:46:25,463 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.felix.log:1.0.0
> 11:46:25,465 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: jboss-osgi-logging:1.0.0
> 11:46:25,468 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.felix.configadmin:1.2.8
> 11:46:25,470 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: jboss-as-osgi-configadmin:8.0.0.Alpha1-SNAPSHOT
> 11:46:25,527 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.log4j-over-slf4j-1.7.5.jar:main
> 11:46:25,548 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-core-1.0.7.jar:main
> 11:46:25,598 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-runtime-1.0.7.jar:main
> 11:46:25,616 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protobuf-java-2.4.1.jar:main
> 11:46:25,636 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.paranamer-2.3.jar:main
> 11:46:25,657 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.avro-1.7.2.jar:main
> 11:46:25,677 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-api-1.0.7.jar:main
> 11:46:25,699 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.jdom-1.1.3.jar:main
> 11:46:25,719 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-collectionschema-1.0.7.jar:main
> 11:46:25,739 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.stax-api-1.0.1.jar:main
> 11:46:25,759 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.commons-logging-1.1.1.jar:main
> 11:46:25,781 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-datacoding-mapping-service-api:0.4.0.SNAPSHOT
> 11:46:25,793 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.cloudhopper.ch-commons-charset:3.0.0
> 11:46:25,782 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.dyuproject.protostuff.uberjar:1.0.7
> 11:46:25,787 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: stax2-api:3.0.1
> 11:46:25,801 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.eclipse.jetty.http:9.0.1.v20130408
> 11:46:25,802 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.common-message:0.4.0.SNAPSHOT
> 11:46:25,785 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.verisign.smq.schema:1.2.0
> 11:46:25,808 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: jackson-mapper-asl:1.8.8
> 11:46:25,814 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-datacoding-mapping-service-impl:0.4.0.SNAPSHOT
> 11:46:25,811 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.routing-engine:0.4.0.SNAPSHOT
> 11:46:25,821 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.springsource.org.aopalliance:1.0.0
> 11:46:25,824 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.mm.camel.component.smq.component:1.2.0
> 11:46:25,820 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: osgi.enterprise:5.0.0.201203141834
> 11:46:25,840 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.camel.camel-core:2.12.0.SNAPSHOT
> 11:46:25,843 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.springframework.core:3.2.2.RELEASE
> 11:46:25,844 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.verisign.smq.opaque-schema:1.2.0
> 11:46:25,845 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.verisign.smq.fs:1.2.0
> 11:46:25,844 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.jdbc:3.2.2.RELEASE
> 11:46:25,848 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-statuscode-mapping-service-impl:0.4.0.SNAPSHOT
> 11:46:25,850 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.verisign.smq.common:1.2.0
> 11:46:25,853 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.core:1.0.2.RELEASE
> 11:46:25,853 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: ch.qos.logback.classic:1.0.11
> 11:46:25,853 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.expression:3.2.2.RELEASE
> 11:46:25,859 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.jetty.util:9.0.1.v20130408
> 11:46:25,858 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: jackson-core-asl:1.8.8
> 11:46:25,856 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.voldemort-aggregation-repository:0.4.0.SNAPSHOT
> 11:46:25,871 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.jetty.io:9.0.1.v20130408
> 11:46:25,872 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.number-service-impl:0.4.0.SNAPSHOT
> 11:46:25,873 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: woodstox-core-asl:4.0.3
> 11:46:25,871 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.eclipse.jetty.servlet:9.0.1.v20130408
> 11:46:25,877 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.servicemix.bundles.libthrift:0.7.0.1
> 11:46:25,878 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-statuscode-mapping-service-api:0.4.0.SNAPSHOT
> 11:46:25,872 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.project-voldemort.voldemort-osgi:1.3.1
> 11:46:25,873 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.springframework.aop:3.2.2.RELEASE
> 11:46:25,873 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: io.hawt.hawtio-web:1.0.0
> 11:46:25,880 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: jcl.over.slf4j:1.7.5
> 11:46:25,881 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: joda-time:2.2.0
> 11:46:25,883 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.verisign.smq.common-codecs:1.2.0
> 11:46:25,886 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.springsource.com.fasterxml.jackson.core.jackson-core:2.0.2
> 11:46:25,886 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.camel.component.http.dummy:0.4.0.SNAPSHOT
> 11:46:25,891 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.commons.pool:1.6.0
> 11:46:25,892 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.number-service-api:0.4.0.SNAPSHOT
> 11:46:25,891 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: org.eclipse.jetty.jmx:9.0.1.v20130408
> 11:46:25,897 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.camel.component.http.component:0.4.0.SNAPSHOT
> 11:46:25,900 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.commons.codec:1.7.0
> 11:46:25,898 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.transaction:3.2.2.RELEASE
> 11:46:25,903 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.eclipse.gemini.management:1.0.5.RELEASE
> 11:46:25,899 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.apache.commons.lang:2.5.0
> 11:46:25,906 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.camel.component.smpp.cloudhopper-smpp-component:1.0.0.SNAPSHOT
> 11:46:25,909 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.hornetq-integration:0.4.0.SNAPSHOT
> 11:46:25,911 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-id-mapping-service-api:0.4.0.SNAPSHOT
> 11:46:25,915 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.springsource.org.aspectj.weaver:1.7.1.RELEASE
> 11:46:25,918 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.commons.io:2.4.0
> 11:46:25,918 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.verisign.smq.spi:1.2.0
> 11:46:25,931 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.jboss.netty:3.6.3.Final
> 11:46:25,935 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: org.eclipse.jetty.security:9.0.1.v20130408
> 11:46:25,939 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.io:1.0.2.RELEASE
> 11:46:25,944 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.extender:1.0.2.RELEASE
> 11:46:25,946 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: ch.qos.logback.core:1.0.11
> 11:46:25,944 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.jgroups:3.2.5.Final
> 11:46:25,948 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.camel.component.smpp.cloudhopper-smpp-component-spi:1.0.0.SNAPSHOT
> 11:46:25,953 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.camel.camel-sjms:2.12.0.SNAPSHOT
> 11:46:25,954 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.context:3.2.2.RELEASE
> 11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.springframework.orm:3.2.2.RELEASE
> 11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.beans:3.2.2.RELEASE
> 11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: slf4j.api:1.7.5
> 11:46:25,957 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.mm.camel.component.http.component-spi:0.4.0.SNAPSHOT
> 11:46:25,957 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: com.mm.voldemort.protostuff-serializer:1.1.0
> 11:46:25,960 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.google.guava:13.0.1
> 11:46:25,962 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-id-mapping-service-impl:0.4.0.SNAPSHOT
> 11:46:25,963 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.apache.camel.camel-jms:2.12.0.SNAPSHOT
> 11:46:25,954 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.cloudhopper.ch-commons-util:6.0.1
> 11:46:25,966 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: org.apache.servicemix.bundles.xmlpull:1.1.3.1_2
> 11:46:25,967 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.cloudhopper.ch-smpp:5.0.1
> 11:46:25,965 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.servicemix.bundles.kxml2:2.3.0.3
> 11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.jetty.server:9.0.1.v20130408
> 11:46:25,969 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.xerial.snappy.snappy-java:1.0.4.1
> 11:46:25,968 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.springframework.jms:3.2.2.RELEASE
> 11:46:25,967 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.aspects:3.2.2.RELEASE
> 11:46:25,984 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.camel.camel-spring:2.12.0.SNAPSHOT
> 11:46:29,588 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jbosgi.PersistentBundles.RESOLVE: org.jboss.msc.service.StartException in service jbosgi.PersistentBundles.RESOLVE: Failed to start service
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1930) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> Caused by: java.lang.NullPointerException
> at org.jboss.as.osgi.service.ModuleLoaderIntegration$FrameworkModuleLoaderImpl.createModuleService(ModuleLoaderIntegration.java:230)
> at org.jboss.osgi.framework.internal.ResolverImpl.createModuleServices(ResolverImpl.java:382)
> at org.jboss.osgi.framework.internal.ResolverImpl.applyResolverResults(ResolverImpl.java:319)
> at org.jboss.osgi.framework.internal.ResolverImpl.resolveInternal(ResolverImpl.java:179)
> at org.jboss.osgi.framework.internal.ResolverImpl.resolveAndApply(ResolverImpl.java:125)
> at org.jboss.osgi.framework.internal.FrameworkWiringImpl.resolveBundles(FrameworkWiringImpl.java:241)
> at org.jboss.osgi.framework.spi.BootstrapBundlesResolve.start(BootstrapBundlesResolve.java:122)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1974) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1907) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> ... 3 more
> 11:46:29,637 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "log4j-over-slf4j-1.7.5.jar" (runtime-name : "log4j-over-slf4j-1.7.5.jar")
> 11:46:29,638 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jcl-over-slf4j-1.7.5.jar" (runtime-name : "jcl-over-slf4j-1.7.5.jar")
> 11:46:29,638 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.beans-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.beans-3.2.2.RELEASE.jar")
> 11:46:29,638 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "gemini-blueprint-extender-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-extender-1.0.2.RELEASE.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.jdbc-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.jdbc-3.2.2.RELEASE.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name : "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-util-9.0.1.v20130408.jar" (runtime-name : "jetty-util-9.0.1.v20130408.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar" (runtime-name : "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-server-9.0.1.v20130408.jar" (runtime-name : "jetty-server-9.0.1.v20130408.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "number-service-api-0.4-SNAPSHOT.jar" (runtime-name : "number-service-api-0.4-SNAPSHOT.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-http-9.0.1.v20130408.jar" (runtime-name : "jetty-http-9.0.1.v20130408.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "hornetq-integration-0.4-SNAPSHOT.jar" (runtime-name : "hornetq-integration-0.4-SNAPSHOT.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-schema-1.2.jar" (runtime-name : "smq-schema-1.2.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name : "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-io-2.4.jar" (runtime-name : "commons-io-2.4.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name : "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "snappy-java-1.0.4.1.jar" (runtime-name : "snappy-java-1.0.4.1.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "netty-3.6.3.Final.jar" (runtime-name : "netty-3.6.3.Final.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-jms-2.12-20130415.050425-14.jar" (runtime-name : "camel-jms-2.12-20130415.050425-14.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-common-codecs-1.2.jar" (runtime-name : "smq-common-codecs-1.2.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jdom-1.1.3.jar" (runtime-name : "jdom-1.1.3.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-logging-1.1.1.jar" (runtime-name : "commons-logging-1.1.1.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "routing-engine-0.4-SNAPSHOT.jar" (runtime-name : "routing-engine-0.4-SNAPSHOT.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "common-message-0.4-SNAPSHOT.jar" (runtime-name : "common-message-0.4-SNAPSHOT.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-runtime-1.0.7.jar" (runtime-name : "protostuff-runtime-1.0.7.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-servlet-9.0.1.v20130408.jar" (runtime-name : "jetty-servlet-9.0.1.v20130408.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar" (runtime-name : "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "joda-time-2.2.jar" (runtime-name : "joda-time-2.2.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "ch-smpp-5.0.1.jar" (runtime-name : "ch-smpp-5.0.1.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar" (runtime-name : "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-uberjar-1.0.7.jar" (runtime-name : "protostuff-uberjar-1.0.7.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-lang-2.5.jar" (runtime-name : "commons-lang-2.5.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-security-9.0.1.v20130408.jar" (runtime-name : "jetty-security-9.0.1.v20130408.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-api-1.0.7.jar" (runtime-name : "protostuff-api-1.0.7.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "paranamer-2.3.jar" (runtime-name : "paranamer-2.3.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-spring-2.12-20130415.050508-14.jar" (runtime-name : "camel-spring-2.12-20130415.050508-14.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protobuf-java-2.4.1.jar" (runtime-name : "protobuf-java-2.4.1.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jgroups-3.2.5.Final.jar" (runtime-name : "jgroups-3.2.5.Final.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-core-2.12-20130415.050256-14.jar" (runtime-name : "camel-core-2.12-20130415.050256-14.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-collectionschema-1.0.7.jar" (runtime-name : "protostuff-collectionschema-1.0.7.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-codec-1.7.jar" (runtime-name : "commons-codec-1.7.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "ch-commons-charset-3.0.0.jar" (runtime-name : "ch-commons-charset-3.0.0.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "cloudhopper-smpp-component-1.0-SNAPSHOT.jar" (runtime-name : "cloudhopper-smpp-component-1.0-SNAPSHOT.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "woodstox-core-asl-4.0.3.jar" (runtime-name : "woodstox-core-asl-4.0.3.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "ch-commons-util-6.0.1.jar" (runtime-name : "ch-commons-util-6.0.1.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jackson-mapper-asl-1.8.8.jar" (runtime-name : "jackson-mapper-asl-1.8.8.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-opaque-schema-1.2.jar" (runtime-name : "smq-opaque-schema-1.2.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "stax-api-1.0.1.jar" (runtime-name : "stax-api-1.0.1.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-fs-1.2.jar" (runtime-name : "smq-fs-1.2.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-component-1.2.jar" (runtime-name : "smq-component-1.2.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-sjms-2.12-20130415.050502-14.jar" (runtime-name : "camel-sjms-2.12-20130415.050502-14.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "voldemort-aggregation-repository-0.4-SNAPSHOT.jar" (runtime-name : "voldemort-aggregation-repository-0.4-SNAPSHOT.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "voldemort-osgi-1.3.1.jar" (runtime-name : "voldemort-osgi-1.3.1.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "avro-1.7.2.jar" (runtime-name : "avro-1.7.2.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-io-9.0.1.v20130408.jar" (runtime-name : "jetty-io-9.0.1.v20130408.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-spi-1.2.jar" (runtime-name : "smq-spi-1.2.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "http-component-spi-0.4-20130402.174124-2.jar" (runtime-name : "http-component-spi-0.4-20130402.174124-2.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "number-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "number-service-impl-0.4-SNAPSHOT.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-pool-1.6.jar" (runtime-name : "commons-pool-1.6.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "hawtio-osgi-1.0.war" (runtime-name : "hawtio-osgi-1.0.war")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "stax2-api-3.0.1.jar" (runtime-name : "stax2-api-3.0.1.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "guava-13.0.1.jar" (runtime-name : "guava-13.0.1.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jackson-core-asl-1.8.8.jar" (runtime-name : "jackson-core-asl-1.8.8.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "http-component-0.4-SNAPSHOT.jar" (runtime-name : "http-component-0.4-SNAPSHOT.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "voldemort-protostuff-serializer-1.1.jar" (runtime-name : "voldemort-protostuff-serializer-1.1.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "dummy-0.4-SNAPSHOT.jar" (runtime-name : "dummy-0.4-SNAPSHOT.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-jmx-9.0.1.v20130408.jar" (runtime-name : "jetty-jmx-9.0.1.v20130408.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-core-1.0.7.jar" (runtime-name : "protostuff-core-1.0.7.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-common-1.2.jar" (runtime-name : "smq-common-1.2.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar" (runtime-name : "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.jms-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.jms-3.2.2.RELEASE.jar")
> 11:46:29,651 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.orm-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.orm-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.expression-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.expression-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.aspects-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.aspects-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.core-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.core-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "logback-classic-1.0.11.jar" (runtime-name : "logback-classic-1.0.11.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.aop-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.aop-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "gemini-blueprint-io-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-io-1.0.2.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar" (runtime-name : "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.osgi.enterprise-5.0.0.jar" (runtime-name : "org.osgi.enterprise-5.0.0.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.transaction-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.transaction-3.2.2.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar" (runtime-name : "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "gemini-blueprint-core-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-core-1.0.2.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.context-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.context-3.2.2.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "logback-core-1.0.11.jar" (runtime-name : "logback-core-1.0.11.jar")
> 11:46:29,654 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "com.springsource.org.aopalliance-1.0.0.jar" (runtime-name : "com.springsource.org.aopalliance-1.0.0.jar")
> 11:46:29,654 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.eclipse.gemini.management-1.0.5.RELEASE.jar" (runtime-name : "org.eclipse.gemini.management-1.0.5.RELEASE.jar")
> 11:46:29,654 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "slf4j-api-1.7.5.jar" (runtime-name : "slf4j-api-1.7.5.jar")
> 11:46:29,655 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
> JBAS014775: New missing/unsatisfied dependencies:
> service jbosgi.PersistentBundles.COMPLETE (missing) dependents: [service jboss.deployment.unit."number-service-impl-0.4-SNAPSHOT.jar".CONFIGURE_MODULE, service jboss.deployment.unit."snappy-java-1.0.4.1.jar".CONFIGURE_MODULE, service jboss.deployment.unit."org.springframework.aspects-3.2.2.RELEASE.jar".CONFIGURE_MODULE, service jboss.deployment.unit."org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar".CONFIGURE_MODULE, JBAS014799: ... and 78 more ]
> JBAS014777: Services which failed to start: service jbosgi.PersistentBundles.RESOLVE: org.jboss.msc.service.StartException in service jbosgi.PersistentBundles.RESOLVE: Failed to start service
> 11:46:29,746 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> 11:46:29,746 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> 11:46:29,746 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 8.0.0.Alpha1-SNAPSHOT "TBD" started (with errors) in 7701ms - Started 1099 of 1266 services (85 services failed or missing dependencies, 159 services are lazy, passive or on-demand)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (AS7-6910) run-as does not work for Servlet.init()
by Derek Horton (JIRA)
[ https://issues.jboss.org/browse/AS7-6910?page=com.atlassian.jira.plugin.s... ]
Derek Horton updated AS7-6910:
------------------------------
Description:
According to the servlet 2.4 spec, the run-as should be used for Servlet.init()
page 285:
" Clarification: run-as identity must apply to all calls from a servlet including init() and destroy() (12.7)"
This isn't working.
In JBoss 5.x, it looks like this functionality was implemented by a RunAsListener. However, that listener does not appear to exist in the EAP 6 code base.
was:
According to the servlet 2.4 spec, the run-as should be used for Servlet.init()
page 285:
" Clarification: run-as identity must apply to all calls from a servlet including init() and destroy() (12.7)"
This isn't working.
Rather than breaking all the web integration tests with a deploy time error to prove the point, I'm attaching an example.zip
% unzip example.zip
% cd example
% edit build.properties to point at JBoss
% ant deploy
The web integration tests do need updating to test for this.
> run-as does not work for Servlet.init()
> ---------------------------------------
>
> Key: AS7-6910
> URL: https://issues.jboss.org/browse/AS7-6910
> Project: Application Server 7
> Issue Type: Bug
> Components: Security, Web
> Affects Versions: 7.1.3.Final (EAP)
> Reporter: Derek Horton
> Assignee: Anil Saldhana
>
> According to the servlet 2.4 spec, the run-as should be used for Servlet.init()
> page 285:
> " Clarification: run-as identity must apply to all calls from a servlet including init() and destroy() (12.7)"
> This isn't working.
> In JBoss 5.x, it looks like this functionality was implemented by a RunAsListener. However, that listener does not appear to exist in the EAP 6 code base.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (AS7-6942) NPE on AS8 start
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/AS7-6942?page=com.atlassian.jira.plugin.s... ]
Tomaz Cerar updated AS7-6942:
-----------------------------
Component/s: OSGi
> NPE on AS8 start
> ----------------
>
> Key: AS7-6942
> URL: https://issues.jboss.org/browse/AS7-6942
> Project: Application Server 7
> Issue Type: Bug
> Components: OSGi
> Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
> Environment: JBoss 8AS Alpha1
> Reporter: Aaron Whiteside
>
> {code}
> awhiteside@localhost jboss-as-8.0.0.Alpha1-SNAPSHOT# ./bin/standalone.sh -c standalone-osgi.xml
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT
> JAVA: /usr/local/java/bin/java
> JAVA_OPTS: -server -XX:+UseCompressedOops -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> 11:46:22,337 INFO [org.jboss.modules] (main) JBoss Modules version 1.2.0.Final
> 11:46:22,482 INFO [org.jboss.msc] (main) JBoss MSC version 1.1.2.Final
> 11:46:22,532 INFO [org.jboss.as] (MSC service thread 1-7) JBAS015899: JBoss AS 8.0.0.Alpha1-SNAPSHOT "TBD" starting
> 11:46:23,332 INFO [org.xnio] (MSC service thread 1-2) XNIO Version 3.1.0.CR2
> 11:46:23,335 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> 11:46:23,336 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.1.0.CR2
> 11:46:23,350 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 3.2.16.GA
> 11:46:23,361 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 28) JBAS016200: Activating ConfigAdmin Subsystem
> 11:46:23,373 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 34) JBAS010280: Activating Infinispan subsystem.
> 11:46:23,389 INFO [org.jboss.as.security] (ServerService Thread Pool -- 48) JBAS013171: Activating Security Subsystem
> 11:46:23,391 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 42) JBAS011800: Activating Naming Subsystem
> 11:46:23,395 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.16.Final
> 11:46:23,403 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 40) JBAS012605: Activated the following JSF Implementations: [main, 1.2]
> 11:46:23,418 INFO [org.jboss.as.connector.logging] (MSC service thread 1-3) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.16.Final)
> 11:46:23,421 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 52) JBAS015537: Activating WebServices Extension
> 11:46:23,436 INFO [org.jboss.as.undertow] (MSC service thread 1-4) JBAS017502: Undertow 1.0.0.Alpha9 starting
> 11:46:23,438 INFO [org.jboss.as.undertow] (ServerService Thread Pool -- 51) JBAS017502: Undertow 1.0.0.Alpha9 starting
> 11:46:23,439 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 43) JBAS011906: Activating OSGi Subsystem
> 11:46:23,504 INFO [org.jboss.as.naming] (MSC service thread 1-8) JBAS011802: Starting Naming Service
> 11:46:23,505 INFO [org.jboss.as.mail.extension] (MSC service thread 1-5) JBAS015400: Bound mail session [java:jboss/mail/Default]
> 11:46:23,526 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 29) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> 11:46:23,529 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
> 11:46:23,604 INFO [io.undertow] (ServerService Thread Pool -- 51) Creating file handler for path /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT/welcome-content
> 11:46:23,613 INFO [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.0.Alpha1
> 11:46:23,645 INFO [org.jboss.as.undertow] (MSC service thread 1-4) Starting server server service: service jboss.undertow.server.default-server
> 11:46:23,658 INFO [org.jboss.as.undertow] (MSC service thread 1-6) Starting host default-host
> 11:46:23,658 INFO [org.jboss.as.undertow] (MSC service thread 1-6) registering handler io.undertow.server.handlers.resource.ResourceHandler@52540bd6 under path '/'
> 11:46:23,682 INFO [org.jboss.as.undertow] (MSC service thread 1-4) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> 11:46:23,885 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> 11:46:23,920 INFO [org.jboss.as.remoting] (MSC service thread 1-6) JBAS017100: Listening on 127.0.0.1:9999
> 11:46:23,920 INFO [org.jboss.as.remoting] (MSC service thread 1-5) JBAS017100: Listening on 127.0.0.1:4447
> 11:46:23,931 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "ch-smpp-5.0.1.jar" (runtime-name: "ch-smpp-5.0.1.jar")
> 11:46:23,932 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name: "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "camel-sjms-2.12-20130415.050502-14.jar" (runtime-name: "camel-sjms-2.12-20130415.050502-14.jar")
> 11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "hornetq-integration-0.4-SNAPSHOT.jar" (runtime-name: "hornetq-integration-0.4-SNAPSHOT.jar")
> 11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "org.springframework.aop-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.aop-3.2.2.RELEASE.jar")
> 11:46:23,931 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "org.springframework.aspects-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.aspects-3.2.2.RELEASE.jar")
> 11:46:23,934 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "voldemort-osgi-1.3.1.jar" (runtime-name: "voldemort-osgi-1.3.1.jar")
> 11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar" (runtime-name: "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar")
> 11:46:23,935 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "commons-logging-1.1.1.jar" (runtime-name: "commons-logging-1.1.1.jar")
> 11:46:23,936 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.transaction-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.transaction-3.2.2.RELEASE.jar")
> 11:46:23,936 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "protostuff-core-1.0.7.jar" (runtime-name: "protostuff-core-1.0.7.jar")
> 11:46:23,937 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "http-component-spi-0.4-20130402.174124-2.jar" (runtime-name: "http-component-spi-0.4-20130402.174124-2.jar")
> 11:46:23,937 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "routing-engine-0.4-SNAPSHOT.jar" (runtime-name: "routing-engine-0.4-SNAPSHOT.jar")
> 11:46:23,937 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar" (runtime-name: "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar")
> 11:46:23,938 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "cloudhopper-smpp-component-1.0-SNAPSHOT.jar" (runtime-name: "cloudhopper-smpp-component-1.0-SNAPSHOT.jar")
> 11:46:23,938 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.core-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.core-3.2.2.RELEASE.jar")
> 11:46:23,939 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:23,939 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "gemini-blueprint-io-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-io-1.0.2.RELEASE.jar")
> 11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "jcl-over-slf4j-1.7.5.jar" (runtime-name: "jcl-over-slf4j-1.7.5.jar")
> 11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "jetty-server-9.0.1.v20130408.jar" (runtime-name: "jetty-server-9.0.1.v20130408.jar")
> 11:46:23,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.jms-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.jms-3.2.2.RELEASE.jar")
> 11:46:23,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "woodstox-core-asl-4.0.3.jar" (runtime-name: "woodstox-core-asl-4.0.3.jar")
> 11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.beans-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.beans-3.2.2.RELEASE.jar")
> 11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "commons-io-2.4.jar" (runtime-name: "commons-io-2.4.jar")
> 11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "log4j-over-slf4j-1.7.5.jar" (runtime-name: "log4j-over-slf4j-1.7.5.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "commons-lang-2.5.jar" (runtime-name: "commons-lang-2.5.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar" (runtime-name: "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "smq-schema-1.2.jar" (runtime-name: "smq-schema-1.2.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "slf4j-api-1.7.5.jar" (runtime-name: "slf4j-api-1.7.5.jar")
> 11:46:23,936 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar" (runtime-name: "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar")
> 11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.jdbc-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.jdbc-3.2.2.RELEASE.jar")
> 11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "dummy-0.4-SNAPSHOT.jar" (runtime-name: "dummy-0.4-SNAPSHOT.jar")
> 11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "ch-commons-util-6.0.1.jar" (runtime-name: "ch-commons-util-6.0.1.jar")
> 11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "avro-1.7.2.jar" (runtime-name: "avro-1.7.2.jar")
> 11:46:23,949 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "stax2-api-3.0.1.jar" (runtime-name: "stax2-api-3.0.1.jar")
> 11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "org.springframework.orm-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.orm-3.2.2.RELEASE.jar")
> 11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "camel-jms-2.12-20130415.050425-14.jar" (runtime-name: "camel-jms-2.12-20130415.050425-14.jar")
> 11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jackson-core-asl-1.8.8.jar" (runtime-name: "jackson-core-asl-1.8.8.jar")
> 11:46:23,939 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-io-9.0.1.v20130408.jar" (runtime-name: "jetty-io-9.0.1.v20130408.jar")
> 11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "stax-api-1.0.1.jar" (runtime-name: "stax-api-1.0.1.jar")
> 11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-security-9.0.1.v20130408.jar" (runtime-name: "jetty-security-9.0.1.v20130408.jar")
> 11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "paranamer-2.3.jar" (runtime-name: "paranamer-2.3.jar")
> 11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "hawtio-osgi-1.0.war" (runtime-name: "hawtio-osgi-1.0.war")
> 11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.eclipse.gemini.management-1.0.5.RELEASE.jar" (runtime-name: "org.eclipse.gemini.management-1.0.5.RELEASE.jar")
> 11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-runtime-1.0.7.jar" (runtime-name: "protostuff-runtime-1.0.7.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "commons-pool-1.6.jar" (runtime-name: "commons-pool-1.6.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "org.springframework.context-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.context-3.2.2.RELEASE.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.expression-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.expression-3.2.2.RELEASE.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "http-component-0.4-SNAPSHOT.jar" (runtime-name: "http-component-0.4-SNAPSHOT.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "jackson-mapper-asl-1.8.8.jar" (runtime-name: "jackson-mapper-asl-1.8.8.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "ch-commons-charset-3.0.0.jar" (runtime-name: "ch-commons-charset-3.0.0.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "logback-core-1.0.11.jar" (runtime-name: "logback-core-1.0.11.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "org.osgi.enterprise-5.0.0.jar" (runtime-name: "org.osgi.enterprise-5.0.0.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name: "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar" (runtime-name: "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar")
> 11:46:23,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar" (runtime-name: "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar")
> 11:46:23,955 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "gemini-blueprint-extender-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-extender-1.0.2.RELEASE.jar")
> 11:46:23,955 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "smq-common-1.2.jar" (runtime-name: "smq-common-1.2.jar")
> 11:46:23,955 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-api-1.0.7.jar" (runtime-name: "protostuff-api-1.0.7.jar")
> 11:46:23,956 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:23,956 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-collectionschema-1.0.7.jar" (runtime-name: "protostuff-collectionschema-1.0.7.jar")
> 11:46:23,957 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-uberjar-1.0.7.jar" (runtime-name: "protostuff-uberjar-1.0.7.jar")
> 11:46:23,957 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-util-9.0.1.v20130408.jar" (runtime-name: "jetty-util-9.0.1.v20130408.jar")
> 11:46:23,958 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-servlet-9.0.1.v20130408.jar" (runtime-name: "jetty-servlet-9.0.1.v20130408.jar")
> 11:46:23,958 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "logback-classic-1.0.11.jar" (runtime-name: "logback-classic-1.0.11.jar")
> 11:46:23,939 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) JBAS015012: Started FileSystemDeploymentService for directory /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT/standalone/deployments
> 11:46:23,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "netty-3.6.3.Final.jar" (runtime-name: "netty-3.6.3.Final.jar")
> 11:46:23,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "snappy-java-1.0.4.1.jar" (runtime-name: "snappy-java-1.0.4.1.jar")
> 11:46:23,949 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "jgroups-3.2.5.Final.jar" (runtime-name: "jgroups-3.2.5.Final.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jetty-jmx-9.0.1.v20130408.jar" (runtime-name: "jetty-jmx-9.0.1.v20130408.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "voldemort-aggregation-repository-0.4-SNAPSHOT.jar" (runtime-name: "voldemort-aggregation-repository-0.4-SNAPSHOT.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-opaque-schema-1.2.jar" (runtime-name: "smq-opaque-schema-1.2.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "number-service-api-0.4-SNAPSHOT.jar" (runtime-name: "number-service-api-0.4-SNAPSHOT.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jdom-1.1.3.jar" (runtime-name: "jdom-1.1.3.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "number-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "number-service-impl-0.4-SNAPSHOT.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-fs-1.2.jar" (runtime-name: "smq-fs-1.2.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "protobuf-java-2.4.1.jar" (runtime-name: "protobuf-java-2.4.1.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "joda-time-2.2.jar" (runtime-name: "joda-time-2.2.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "gemini-blueprint-core-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-core-1.0.2.RELEASE.jar")
> 11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "com.springsource.org.aopalliance-1.0.0.jar" (runtime-name: "com.springsource.org.aopalliance-1.0.0.jar")
> 11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "voldemort-protostuff-serializer-1.1.jar" (runtime-name: "voldemort-protostuff-serializer-1.1.jar")
> 11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-spi-1.2.jar" (runtime-name: "smq-spi-1.2.jar")
> 11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "smq-component-1.2.jar" (runtime-name: "smq-component-1.2.jar")
> 11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-common-codecs-1.2.jar" (runtime-name: "smq-common-codecs-1.2.jar")
> 11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "camel-core-2.12-20130415.050256-14.jar" (runtime-name: "camel-core-2.12-20130415.050256-14.jar")
> 11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "camel-spring-2.12-20130415.050508-14.jar" (runtime-name: "camel-spring-2.12-20130415.050508-14.jar")
> 11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "commons-codec-1.7.jar" (runtime-name: "commons-codec-1.7.jar")
> 11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "common-message-0.4-SNAPSHOT.jar" (runtime-name: "common-message-0.4-SNAPSHOT.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "jetty-http-9.0.1.v20130408.jar" (runtime-name: "jetty-http-9.0.1.v20130408.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "guava-13.0.1.jar" (runtime-name: "guava-13.0.1.jar")
> 11:46:23,958 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name: "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:25,161 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011006: OSGi Framework - 3.0.0.CR17
> 11:46:25,463 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.felix.log:1.0.0
> 11:46:25,465 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: jboss-osgi-logging:1.0.0
> 11:46:25,468 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.felix.configadmin:1.2.8
> 11:46:25,470 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: jboss-as-osgi-configadmin:8.0.0.Alpha1-SNAPSHOT
> 11:46:25,527 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.log4j-over-slf4j-1.7.5.jar:main
> 11:46:25,548 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-core-1.0.7.jar:main
> 11:46:25,598 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-runtime-1.0.7.jar:main
> 11:46:25,616 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protobuf-java-2.4.1.jar:main
> 11:46:25,636 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.paranamer-2.3.jar:main
> 11:46:25,657 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.avro-1.7.2.jar:main
> 11:46:25,677 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-api-1.0.7.jar:main
> 11:46:25,699 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.jdom-1.1.3.jar:main
> 11:46:25,719 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-collectionschema-1.0.7.jar:main
> 11:46:25,739 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.stax-api-1.0.1.jar:main
> 11:46:25,759 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.commons-logging-1.1.1.jar:main
> 11:46:25,781 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-datacoding-mapping-service-api:0.4.0.SNAPSHOT
> 11:46:25,793 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.cloudhopper.ch-commons-charset:3.0.0
> 11:46:25,782 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.dyuproject.protostuff.uberjar:1.0.7
> 11:46:25,787 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: stax2-api:3.0.1
> 11:46:25,801 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.eclipse.jetty.http:9.0.1.v20130408
> 11:46:25,802 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.common-message:0.4.0.SNAPSHOT
> 11:46:25,785 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.verisign.smq.schema:1.2.0
> 11:46:25,808 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: jackson-mapper-asl:1.8.8
> 11:46:25,814 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-datacoding-mapping-service-impl:0.4.0.SNAPSHOT
> 11:46:25,811 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.routing-engine:0.4.0.SNAPSHOT
> 11:46:25,821 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.springsource.org.aopalliance:1.0.0
> 11:46:25,824 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.mm.camel.component.smq.component:1.2.0
> 11:46:25,820 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: osgi.enterprise:5.0.0.201203141834
> 11:46:25,840 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.camel.camel-core:2.12.0.SNAPSHOT
> 11:46:25,843 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.springframework.core:3.2.2.RELEASE
> 11:46:25,844 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.verisign.smq.opaque-schema:1.2.0
> 11:46:25,845 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.verisign.smq.fs:1.2.0
> 11:46:25,844 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.jdbc:3.2.2.RELEASE
> 11:46:25,848 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-statuscode-mapping-service-impl:0.4.0.SNAPSHOT
> 11:46:25,850 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.verisign.smq.common:1.2.0
> 11:46:25,853 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.core:1.0.2.RELEASE
> 11:46:25,853 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: ch.qos.logback.classic:1.0.11
> 11:46:25,853 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.expression:3.2.2.RELEASE
> 11:46:25,859 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.jetty.util:9.0.1.v20130408
> 11:46:25,858 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: jackson-core-asl:1.8.8
> 11:46:25,856 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.voldemort-aggregation-repository:0.4.0.SNAPSHOT
> 11:46:25,871 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.jetty.io:9.0.1.v20130408
> 11:46:25,872 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.number-service-impl:0.4.0.SNAPSHOT
> 11:46:25,873 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: woodstox-core-asl:4.0.3
> 11:46:25,871 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.eclipse.jetty.servlet:9.0.1.v20130408
> 11:46:25,877 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.servicemix.bundles.libthrift:0.7.0.1
> 11:46:25,878 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-statuscode-mapping-service-api:0.4.0.SNAPSHOT
> 11:46:25,872 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.project-voldemort.voldemort-osgi:1.3.1
> 11:46:25,873 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.springframework.aop:3.2.2.RELEASE
> 11:46:25,873 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: io.hawt.hawtio-web:1.0.0
> 11:46:25,880 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: jcl.over.slf4j:1.7.5
> 11:46:25,881 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: joda-time:2.2.0
> 11:46:25,883 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.verisign.smq.common-codecs:1.2.0
> 11:46:25,886 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.springsource.com.fasterxml.jackson.core.jackson-core:2.0.2
> 11:46:25,886 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.camel.component.http.dummy:0.4.0.SNAPSHOT
> 11:46:25,891 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.commons.pool:1.6.0
> 11:46:25,892 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.number-service-api:0.4.0.SNAPSHOT
> 11:46:25,891 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: org.eclipse.jetty.jmx:9.0.1.v20130408
> 11:46:25,897 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.camel.component.http.component:0.4.0.SNAPSHOT
> 11:46:25,900 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.commons.codec:1.7.0
> 11:46:25,898 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.transaction:3.2.2.RELEASE
> 11:46:25,903 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.eclipse.gemini.management:1.0.5.RELEASE
> 11:46:25,899 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.apache.commons.lang:2.5.0
> 11:46:25,906 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.camel.component.smpp.cloudhopper-smpp-component:1.0.0.SNAPSHOT
> 11:46:25,909 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.hornetq-integration:0.4.0.SNAPSHOT
> 11:46:25,911 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-id-mapping-service-api:0.4.0.SNAPSHOT
> 11:46:25,915 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.springsource.org.aspectj.weaver:1.7.1.RELEASE
> 11:46:25,918 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.commons.io:2.4.0
> 11:46:25,918 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.verisign.smq.spi:1.2.0
> 11:46:25,931 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.jboss.netty:3.6.3.Final
> 11:46:25,935 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: org.eclipse.jetty.security:9.0.1.v20130408
> 11:46:25,939 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.io:1.0.2.RELEASE
> 11:46:25,944 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.extender:1.0.2.RELEASE
> 11:46:25,946 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: ch.qos.logback.core:1.0.11
> 11:46:25,944 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.jgroups:3.2.5.Final
> 11:46:25,948 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.camel.component.smpp.cloudhopper-smpp-component-spi:1.0.0.SNAPSHOT
> 11:46:25,953 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.camel.camel-sjms:2.12.0.SNAPSHOT
> 11:46:25,954 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.context:3.2.2.RELEASE
> 11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.springframework.orm:3.2.2.RELEASE
> 11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.beans:3.2.2.RELEASE
> 11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: slf4j.api:1.7.5
> 11:46:25,957 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.mm.camel.component.http.component-spi:0.4.0.SNAPSHOT
> 11:46:25,957 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: com.mm.voldemort.protostuff-serializer:1.1.0
> 11:46:25,960 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.google.guava:13.0.1
> 11:46:25,962 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-id-mapping-service-impl:0.4.0.SNAPSHOT
> 11:46:25,963 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.apache.camel.camel-jms:2.12.0.SNAPSHOT
> 11:46:25,954 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.cloudhopper.ch-commons-util:6.0.1
> 11:46:25,966 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: org.apache.servicemix.bundles.xmlpull:1.1.3.1_2
> 11:46:25,967 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.cloudhopper.ch-smpp:5.0.1
> 11:46:25,965 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.servicemix.bundles.kxml2:2.3.0.3
> 11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.jetty.server:9.0.1.v20130408
> 11:46:25,969 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.xerial.snappy.snappy-java:1.0.4.1
> 11:46:25,968 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.springframework.jms:3.2.2.RELEASE
> 11:46:25,967 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.aspects:3.2.2.RELEASE
> 11:46:25,984 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.camel.camel-spring:2.12.0.SNAPSHOT
> 11:46:29,588 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jbosgi.PersistentBundles.RESOLVE: org.jboss.msc.service.StartException in service jbosgi.PersistentBundles.RESOLVE: Failed to start service
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1930) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> Caused by: java.lang.NullPointerException
> at org.jboss.as.osgi.service.ModuleLoaderIntegration$FrameworkModuleLoaderImpl.createModuleService(ModuleLoaderIntegration.java:230)
> at org.jboss.osgi.framework.internal.ResolverImpl.createModuleServices(ResolverImpl.java:382)
> at org.jboss.osgi.framework.internal.ResolverImpl.applyResolverResults(ResolverImpl.java:319)
> at org.jboss.osgi.framework.internal.ResolverImpl.resolveInternal(ResolverImpl.java:179)
> at org.jboss.osgi.framework.internal.ResolverImpl.resolveAndApply(ResolverImpl.java:125)
> at org.jboss.osgi.framework.internal.FrameworkWiringImpl.resolveBundles(FrameworkWiringImpl.java:241)
> at org.jboss.osgi.framework.spi.BootstrapBundlesResolve.start(BootstrapBundlesResolve.java:122)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1974) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1907) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> ... 3 more
> 11:46:29,637 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "log4j-over-slf4j-1.7.5.jar" (runtime-name : "log4j-over-slf4j-1.7.5.jar")
> 11:46:29,638 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jcl-over-slf4j-1.7.5.jar" (runtime-name : "jcl-over-slf4j-1.7.5.jar")
> 11:46:29,638 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.beans-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.beans-3.2.2.RELEASE.jar")
> 11:46:29,638 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "gemini-blueprint-extender-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-extender-1.0.2.RELEASE.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.jdbc-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.jdbc-3.2.2.RELEASE.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name : "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-util-9.0.1.v20130408.jar" (runtime-name : "jetty-util-9.0.1.v20130408.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar" (runtime-name : "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-server-9.0.1.v20130408.jar" (runtime-name : "jetty-server-9.0.1.v20130408.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "number-service-api-0.4-SNAPSHOT.jar" (runtime-name : "number-service-api-0.4-SNAPSHOT.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-http-9.0.1.v20130408.jar" (runtime-name : "jetty-http-9.0.1.v20130408.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "hornetq-integration-0.4-SNAPSHOT.jar" (runtime-name : "hornetq-integration-0.4-SNAPSHOT.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-schema-1.2.jar" (runtime-name : "smq-schema-1.2.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name : "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-io-2.4.jar" (runtime-name : "commons-io-2.4.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name : "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "snappy-java-1.0.4.1.jar" (runtime-name : "snappy-java-1.0.4.1.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "netty-3.6.3.Final.jar" (runtime-name : "netty-3.6.3.Final.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-jms-2.12-20130415.050425-14.jar" (runtime-name : "camel-jms-2.12-20130415.050425-14.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-common-codecs-1.2.jar" (runtime-name : "smq-common-codecs-1.2.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jdom-1.1.3.jar" (runtime-name : "jdom-1.1.3.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-logging-1.1.1.jar" (runtime-name : "commons-logging-1.1.1.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "routing-engine-0.4-SNAPSHOT.jar" (runtime-name : "routing-engine-0.4-SNAPSHOT.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "common-message-0.4-SNAPSHOT.jar" (runtime-name : "common-message-0.4-SNAPSHOT.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-runtime-1.0.7.jar" (runtime-name : "protostuff-runtime-1.0.7.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-servlet-9.0.1.v20130408.jar" (runtime-name : "jetty-servlet-9.0.1.v20130408.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar" (runtime-name : "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "joda-time-2.2.jar" (runtime-name : "joda-time-2.2.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "ch-smpp-5.0.1.jar" (runtime-name : "ch-smpp-5.0.1.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar" (runtime-name : "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-uberjar-1.0.7.jar" (runtime-name : "protostuff-uberjar-1.0.7.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-lang-2.5.jar" (runtime-name : "commons-lang-2.5.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-security-9.0.1.v20130408.jar" (runtime-name : "jetty-security-9.0.1.v20130408.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-api-1.0.7.jar" (runtime-name : "protostuff-api-1.0.7.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "paranamer-2.3.jar" (runtime-name : "paranamer-2.3.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-spring-2.12-20130415.050508-14.jar" (runtime-name : "camel-spring-2.12-20130415.050508-14.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protobuf-java-2.4.1.jar" (runtime-name : "protobuf-java-2.4.1.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jgroups-3.2.5.Final.jar" (runtime-name : "jgroups-3.2.5.Final.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-core-2.12-20130415.050256-14.jar" (runtime-name : "camel-core-2.12-20130415.050256-14.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-collectionschema-1.0.7.jar" (runtime-name : "protostuff-collectionschema-1.0.7.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-codec-1.7.jar" (runtime-name : "commons-codec-1.7.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "ch-commons-charset-3.0.0.jar" (runtime-name : "ch-commons-charset-3.0.0.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "cloudhopper-smpp-component-1.0-SNAPSHOT.jar" (runtime-name : "cloudhopper-smpp-component-1.0-SNAPSHOT.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "woodstox-core-asl-4.0.3.jar" (runtime-name : "woodstox-core-asl-4.0.3.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "ch-commons-util-6.0.1.jar" (runtime-name : "ch-commons-util-6.0.1.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jackson-mapper-asl-1.8.8.jar" (runtime-name : "jackson-mapper-asl-1.8.8.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-opaque-schema-1.2.jar" (runtime-name : "smq-opaque-schema-1.2.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "stax-api-1.0.1.jar" (runtime-name : "stax-api-1.0.1.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-fs-1.2.jar" (runtime-name : "smq-fs-1.2.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-component-1.2.jar" (runtime-name : "smq-component-1.2.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-sjms-2.12-20130415.050502-14.jar" (runtime-name : "camel-sjms-2.12-20130415.050502-14.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "voldemort-aggregation-repository-0.4-SNAPSHOT.jar" (runtime-name : "voldemort-aggregation-repository-0.4-SNAPSHOT.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "voldemort-osgi-1.3.1.jar" (runtime-name : "voldemort-osgi-1.3.1.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "avro-1.7.2.jar" (runtime-name : "avro-1.7.2.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-io-9.0.1.v20130408.jar" (runtime-name : "jetty-io-9.0.1.v20130408.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-spi-1.2.jar" (runtime-name : "smq-spi-1.2.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "http-component-spi-0.4-20130402.174124-2.jar" (runtime-name : "http-component-spi-0.4-20130402.174124-2.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "number-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "number-service-impl-0.4-SNAPSHOT.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-pool-1.6.jar" (runtime-name : "commons-pool-1.6.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "hawtio-osgi-1.0.war" (runtime-name : "hawtio-osgi-1.0.war")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "stax2-api-3.0.1.jar" (runtime-name : "stax2-api-3.0.1.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "guava-13.0.1.jar" (runtime-name : "guava-13.0.1.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jackson-core-asl-1.8.8.jar" (runtime-name : "jackson-core-asl-1.8.8.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "http-component-0.4-SNAPSHOT.jar" (runtime-name : "http-component-0.4-SNAPSHOT.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "voldemort-protostuff-serializer-1.1.jar" (runtime-name : "voldemort-protostuff-serializer-1.1.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "dummy-0.4-SNAPSHOT.jar" (runtime-name : "dummy-0.4-SNAPSHOT.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-jmx-9.0.1.v20130408.jar" (runtime-name : "jetty-jmx-9.0.1.v20130408.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-core-1.0.7.jar" (runtime-name : "protostuff-core-1.0.7.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-common-1.2.jar" (runtime-name : "smq-common-1.2.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar" (runtime-name : "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.jms-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.jms-3.2.2.RELEASE.jar")
> 11:46:29,651 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.orm-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.orm-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.expression-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.expression-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.aspects-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.aspects-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.core-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.core-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "logback-classic-1.0.11.jar" (runtime-name : "logback-classic-1.0.11.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.aop-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.aop-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "gemini-blueprint-io-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-io-1.0.2.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar" (runtime-name : "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.osgi.enterprise-5.0.0.jar" (runtime-name : "org.osgi.enterprise-5.0.0.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.transaction-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.transaction-3.2.2.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar" (runtime-name : "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "gemini-blueprint-core-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-core-1.0.2.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.context-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.context-3.2.2.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "logback-core-1.0.11.jar" (runtime-name : "logback-core-1.0.11.jar")
> 11:46:29,654 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "com.springsource.org.aopalliance-1.0.0.jar" (runtime-name : "com.springsource.org.aopalliance-1.0.0.jar")
> 11:46:29,654 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.eclipse.gemini.management-1.0.5.RELEASE.jar" (runtime-name : "org.eclipse.gemini.management-1.0.5.RELEASE.jar")
> 11:46:29,654 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "slf4j-api-1.7.5.jar" (runtime-name : "slf4j-api-1.7.5.jar")
> 11:46:29,655 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
> JBAS014775: New missing/unsatisfied dependencies:
> service jbosgi.PersistentBundles.COMPLETE (missing) dependents: [service jboss.deployment.unit."number-service-impl-0.4-SNAPSHOT.jar".CONFIGURE_MODULE, service jboss.deployment.unit."snappy-java-1.0.4.1.jar".CONFIGURE_MODULE, service jboss.deployment.unit."org.springframework.aspects-3.2.2.RELEASE.jar".CONFIGURE_MODULE, service jboss.deployment.unit."org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar".CONFIGURE_MODULE, JBAS014799: ... and 78 more ]
> JBAS014777: Services which failed to start: service jbosgi.PersistentBundles.RESOLVE: org.jboss.msc.service.StartException in service jbosgi.PersistentBundles.RESOLVE: Failed to start service
> 11:46:29,746 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> 11:46:29,746 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> 11:46:29,746 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 8.0.0.Alpha1-SNAPSHOT "TBD" started (with errors) in 7701ms - Started 1099 of 1266 services (85 services failed or missing dependencies, 159 services are lazy, passive or on-demand)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (AS7-6942) NPE on AS8 start
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/AS7-6942?page=com.atlassian.jira.plugin.s... ]
Tomaz Cerar updated AS7-6942:
-----------------------------
Affects Version/s: 8.0.0.Alpha1
(was: EAP 6.1.0.Alpha (7.2.0.Final))
> NPE on AS8 start
> ----------------
>
> Key: AS7-6942
> URL: https://issues.jboss.org/browse/AS7-6942
> Project: Application Server 7
> Issue Type: Bug
> Components: OSGi
> Affects Versions: 8.0.0.Alpha1
> Environment: JBoss 8AS Alpha1
> Reporter: Aaron Whiteside
>
> {code}
> awhiteside@localhost jboss-as-8.0.0.Alpha1-SNAPSHOT# ./bin/standalone.sh -c standalone-osgi.xml
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT
> JAVA: /usr/local/java/bin/java
> JAVA_OPTS: -server -XX:+UseCompressedOops -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> 11:46:22,337 INFO [org.jboss.modules] (main) JBoss Modules version 1.2.0.Final
> 11:46:22,482 INFO [org.jboss.msc] (main) JBoss MSC version 1.1.2.Final
> 11:46:22,532 INFO [org.jboss.as] (MSC service thread 1-7) JBAS015899: JBoss AS 8.0.0.Alpha1-SNAPSHOT "TBD" starting
> 11:46:23,332 INFO [org.xnio] (MSC service thread 1-2) XNIO Version 3.1.0.CR2
> 11:46:23,335 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> 11:46:23,336 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.1.0.CR2
> 11:46:23,350 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 3.2.16.GA
> 11:46:23,361 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 28) JBAS016200: Activating ConfigAdmin Subsystem
> 11:46:23,373 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 34) JBAS010280: Activating Infinispan subsystem.
> 11:46:23,389 INFO [org.jboss.as.security] (ServerService Thread Pool -- 48) JBAS013171: Activating Security Subsystem
> 11:46:23,391 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 42) JBAS011800: Activating Naming Subsystem
> 11:46:23,395 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.16.Final
> 11:46:23,403 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 40) JBAS012605: Activated the following JSF Implementations: [main, 1.2]
> 11:46:23,418 INFO [org.jboss.as.connector.logging] (MSC service thread 1-3) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.16.Final)
> 11:46:23,421 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 52) JBAS015537: Activating WebServices Extension
> 11:46:23,436 INFO [org.jboss.as.undertow] (MSC service thread 1-4) JBAS017502: Undertow 1.0.0.Alpha9 starting
> 11:46:23,438 INFO [org.jboss.as.undertow] (ServerService Thread Pool -- 51) JBAS017502: Undertow 1.0.0.Alpha9 starting
> 11:46:23,439 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 43) JBAS011906: Activating OSGi Subsystem
> 11:46:23,504 INFO [org.jboss.as.naming] (MSC service thread 1-8) JBAS011802: Starting Naming Service
> 11:46:23,505 INFO [org.jboss.as.mail.extension] (MSC service thread 1-5) JBAS015400: Bound mail session [java:jboss/mail/Default]
> 11:46:23,526 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 29) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> 11:46:23,529 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
> 11:46:23,604 INFO [io.undertow] (ServerService Thread Pool -- 51) Creating file handler for path /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT/welcome-content
> 11:46:23,613 INFO [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.0.Alpha1
> 11:46:23,645 INFO [org.jboss.as.undertow] (MSC service thread 1-4) Starting server server service: service jboss.undertow.server.default-server
> 11:46:23,658 INFO [org.jboss.as.undertow] (MSC service thread 1-6) Starting host default-host
> 11:46:23,658 INFO [org.jboss.as.undertow] (MSC service thread 1-6) registering handler io.undertow.server.handlers.resource.ResourceHandler@52540bd6 under path '/'
> 11:46:23,682 INFO [org.jboss.as.undertow] (MSC service thread 1-4) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> 11:46:23,885 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> 11:46:23,920 INFO [org.jboss.as.remoting] (MSC service thread 1-6) JBAS017100: Listening on 127.0.0.1:9999
> 11:46:23,920 INFO [org.jboss.as.remoting] (MSC service thread 1-5) JBAS017100: Listening on 127.0.0.1:4447
> 11:46:23,931 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "ch-smpp-5.0.1.jar" (runtime-name: "ch-smpp-5.0.1.jar")
> 11:46:23,932 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name: "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "camel-sjms-2.12-20130415.050502-14.jar" (runtime-name: "camel-sjms-2.12-20130415.050502-14.jar")
> 11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "hornetq-integration-0.4-SNAPSHOT.jar" (runtime-name: "hornetq-integration-0.4-SNAPSHOT.jar")
> 11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "org.springframework.aop-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.aop-3.2.2.RELEASE.jar")
> 11:46:23,931 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "org.springframework.aspects-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.aspects-3.2.2.RELEASE.jar")
> 11:46:23,934 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "voldemort-osgi-1.3.1.jar" (runtime-name: "voldemort-osgi-1.3.1.jar")
> 11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar" (runtime-name: "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar")
> 11:46:23,935 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "commons-logging-1.1.1.jar" (runtime-name: "commons-logging-1.1.1.jar")
> 11:46:23,936 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.transaction-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.transaction-3.2.2.RELEASE.jar")
> 11:46:23,936 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "protostuff-core-1.0.7.jar" (runtime-name: "protostuff-core-1.0.7.jar")
> 11:46:23,937 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "http-component-spi-0.4-20130402.174124-2.jar" (runtime-name: "http-component-spi-0.4-20130402.174124-2.jar")
> 11:46:23,937 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "routing-engine-0.4-SNAPSHOT.jar" (runtime-name: "routing-engine-0.4-SNAPSHOT.jar")
> 11:46:23,937 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar" (runtime-name: "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar")
> 11:46:23,938 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "cloudhopper-smpp-component-1.0-SNAPSHOT.jar" (runtime-name: "cloudhopper-smpp-component-1.0-SNAPSHOT.jar")
> 11:46:23,938 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.core-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.core-3.2.2.RELEASE.jar")
> 11:46:23,939 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:23,939 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "gemini-blueprint-io-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-io-1.0.2.RELEASE.jar")
> 11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "jcl-over-slf4j-1.7.5.jar" (runtime-name: "jcl-over-slf4j-1.7.5.jar")
> 11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "jetty-server-9.0.1.v20130408.jar" (runtime-name: "jetty-server-9.0.1.v20130408.jar")
> 11:46:23,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.jms-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.jms-3.2.2.RELEASE.jar")
> 11:46:23,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "woodstox-core-asl-4.0.3.jar" (runtime-name: "woodstox-core-asl-4.0.3.jar")
> 11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.beans-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.beans-3.2.2.RELEASE.jar")
> 11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "commons-io-2.4.jar" (runtime-name: "commons-io-2.4.jar")
> 11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "log4j-over-slf4j-1.7.5.jar" (runtime-name: "log4j-over-slf4j-1.7.5.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "commons-lang-2.5.jar" (runtime-name: "commons-lang-2.5.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar" (runtime-name: "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "smq-schema-1.2.jar" (runtime-name: "smq-schema-1.2.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "slf4j-api-1.7.5.jar" (runtime-name: "slf4j-api-1.7.5.jar")
> 11:46:23,936 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar" (runtime-name: "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar")
> 11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.jdbc-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.jdbc-3.2.2.RELEASE.jar")
> 11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "dummy-0.4-SNAPSHOT.jar" (runtime-name: "dummy-0.4-SNAPSHOT.jar")
> 11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "ch-commons-util-6.0.1.jar" (runtime-name: "ch-commons-util-6.0.1.jar")
> 11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "avro-1.7.2.jar" (runtime-name: "avro-1.7.2.jar")
> 11:46:23,949 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "stax2-api-3.0.1.jar" (runtime-name: "stax2-api-3.0.1.jar")
> 11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "org.springframework.orm-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.orm-3.2.2.RELEASE.jar")
> 11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "camel-jms-2.12-20130415.050425-14.jar" (runtime-name: "camel-jms-2.12-20130415.050425-14.jar")
> 11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jackson-core-asl-1.8.8.jar" (runtime-name: "jackson-core-asl-1.8.8.jar")
> 11:46:23,939 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-io-9.0.1.v20130408.jar" (runtime-name: "jetty-io-9.0.1.v20130408.jar")
> 11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "stax-api-1.0.1.jar" (runtime-name: "stax-api-1.0.1.jar")
> 11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-security-9.0.1.v20130408.jar" (runtime-name: "jetty-security-9.0.1.v20130408.jar")
> 11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "paranamer-2.3.jar" (runtime-name: "paranamer-2.3.jar")
> 11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "hawtio-osgi-1.0.war" (runtime-name: "hawtio-osgi-1.0.war")
> 11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.eclipse.gemini.management-1.0.5.RELEASE.jar" (runtime-name: "org.eclipse.gemini.management-1.0.5.RELEASE.jar")
> 11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-runtime-1.0.7.jar" (runtime-name: "protostuff-runtime-1.0.7.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "commons-pool-1.6.jar" (runtime-name: "commons-pool-1.6.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "org.springframework.context-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.context-3.2.2.RELEASE.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.expression-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.expression-3.2.2.RELEASE.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "http-component-0.4-SNAPSHOT.jar" (runtime-name: "http-component-0.4-SNAPSHOT.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "jackson-mapper-asl-1.8.8.jar" (runtime-name: "jackson-mapper-asl-1.8.8.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "ch-commons-charset-3.0.0.jar" (runtime-name: "ch-commons-charset-3.0.0.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "logback-core-1.0.11.jar" (runtime-name: "logback-core-1.0.11.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "org.osgi.enterprise-5.0.0.jar" (runtime-name: "org.osgi.enterprise-5.0.0.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name: "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar" (runtime-name: "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar")
> 11:46:23,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar" (runtime-name: "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar")
> 11:46:23,955 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "gemini-blueprint-extender-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-extender-1.0.2.RELEASE.jar")
> 11:46:23,955 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "smq-common-1.2.jar" (runtime-name: "smq-common-1.2.jar")
> 11:46:23,955 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-api-1.0.7.jar" (runtime-name: "protostuff-api-1.0.7.jar")
> 11:46:23,956 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:23,956 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-collectionschema-1.0.7.jar" (runtime-name: "protostuff-collectionschema-1.0.7.jar")
> 11:46:23,957 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-uberjar-1.0.7.jar" (runtime-name: "protostuff-uberjar-1.0.7.jar")
> 11:46:23,957 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-util-9.0.1.v20130408.jar" (runtime-name: "jetty-util-9.0.1.v20130408.jar")
> 11:46:23,958 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-servlet-9.0.1.v20130408.jar" (runtime-name: "jetty-servlet-9.0.1.v20130408.jar")
> 11:46:23,958 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "logback-classic-1.0.11.jar" (runtime-name: "logback-classic-1.0.11.jar")
> 11:46:23,939 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) JBAS015012: Started FileSystemDeploymentService for directory /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT/standalone/deployments
> 11:46:23,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "netty-3.6.3.Final.jar" (runtime-name: "netty-3.6.3.Final.jar")
> 11:46:23,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "snappy-java-1.0.4.1.jar" (runtime-name: "snappy-java-1.0.4.1.jar")
> 11:46:23,949 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "jgroups-3.2.5.Final.jar" (runtime-name: "jgroups-3.2.5.Final.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jetty-jmx-9.0.1.v20130408.jar" (runtime-name: "jetty-jmx-9.0.1.v20130408.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "voldemort-aggregation-repository-0.4-SNAPSHOT.jar" (runtime-name: "voldemort-aggregation-repository-0.4-SNAPSHOT.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-opaque-schema-1.2.jar" (runtime-name: "smq-opaque-schema-1.2.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "number-service-api-0.4-SNAPSHOT.jar" (runtime-name: "number-service-api-0.4-SNAPSHOT.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jdom-1.1.3.jar" (runtime-name: "jdom-1.1.3.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "number-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "number-service-impl-0.4-SNAPSHOT.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-fs-1.2.jar" (runtime-name: "smq-fs-1.2.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "protobuf-java-2.4.1.jar" (runtime-name: "protobuf-java-2.4.1.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "joda-time-2.2.jar" (runtime-name: "joda-time-2.2.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "gemini-blueprint-core-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-core-1.0.2.RELEASE.jar")
> 11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "com.springsource.org.aopalliance-1.0.0.jar" (runtime-name: "com.springsource.org.aopalliance-1.0.0.jar")
> 11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "voldemort-protostuff-serializer-1.1.jar" (runtime-name: "voldemort-protostuff-serializer-1.1.jar")
> 11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-spi-1.2.jar" (runtime-name: "smq-spi-1.2.jar")
> 11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "smq-component-1.2.jar" (runtime-name: "smq-component-1.2.jar")
> 11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-common-codecs-1.2.jar" (runtime-name: "smq-common-codecs-1.2.jar")
> 11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "camel-core-2.12-20130415.050256-14.jar" (runtime-name: "camel-core-2.12-20130415.050256-14.jar")
> 11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "camel-spring-2.12-20130415.050508-14.jar" (runtime-name: "camel-spring-2.12-20130415.050508-14.jar")
> 11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "commons-codec-1.7.jar" (runtime-name: "commons-codec-1.7.jar")
> 11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "common-message-0.4-SNAPSHOT.jar" (runtime-name: "common-message-0.4-SNAPSHOT.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "jetty-http-9.0.1.v20130408.jar" (runtime-name: "jetty-http-9.0.1.v20130408.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "guava-13.0.1.jar" (runtime-name: "guava-13.0.1.jar")
> 11:46:23,958 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name: "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:25,161 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011006: OSGi Framework - 3.0.0.CR17
> 11:46:25,463 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.felix.log:1.0.0
> 11:46:25,465 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: jboss-osgi-logging:1.0.0
> 11:46:25,468 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.felix.configadmin:1.2.8
> 11:46:25,470 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: jboss-as-osgi-configadmin:8.0.0.Alpha1-SNAPSHOT
> 11:46:25,527 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.log4j-over-slf4j-1.7.5.jar:main
> 11:46:25,548 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-core-1.0.7.jar:main
> 11:46:25,598 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-runtime-1.0.7.jar:main
> 11:46:25,616 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protobuf-java-2.4.1.jar:main
> 11:46:25,636 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.paranamer-2.3.jar:main
> 11:46:25,657 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.avro-1.7.2.jar:main
> 11:46:25,677 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-api-1.0.7.jar:main
> 11:46:25,699 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.jdom-1.1.3.jar:main
> 11:46:25,719 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-collectionschema-1.0.7.jar:main
> 11:46:25,739 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.stax-api-1.0.1.jar:main
> 11:46:25,759 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.commons-logging-1.1.1.jar:main
> 11:46:25,781 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-datacoding-mapping-service-api:0.4.0.SNAPSHOT
> 11:46:25,793 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.cloudhopper.ch-commons-charset:3.0.0
> 11:46:25,782 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.dyuproject.protostuff.uberjar:1.0.7
> 11:46:25,787 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: stax2-api:3.0.1
> 11:46:25,801 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.eclipse.jetty.http:9.0.1.v20130408
> 11:46:25,802 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.common-message:0.4.0.SNAPSHOT
> 11:46:25,785 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.verisign.smq.schema:1.2.0
> 11:46:25,808 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: jackson-mapper-asl:1.8.8
> 11:46:25,814 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-datacoding-mapping-service-impl:0.4.0.SNAPSHOT
> 11:46:25,811 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.routing-engine:0.4.0.SNAPSHOT
> 11:46:25,821 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.springsource.org.aopalliance:1.0.0
> 11:46:25,824 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.mm.camel.component.smq.component:1.2.0
> 11:46:25,820 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: osgi.enterprise:5.0.0.201203141834
> 11:46:25,840 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.camel.camel-core:2.12.0.SNAPSHOT
> 11:46:25,843 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.springframework.core:3.2.2.RELEASE
> 11:46:25,844 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.verisign.smq.opaque-schema:1.2.0
> 11:46:25,845 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.verisign.smq.fs:1.2.0
> 11:46:25,844 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.jdbc:3.2.2.RELEASE
> 11:46:25,848 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-statuscode-mapping-service-impl:0.4.0.SNAPSHOT
> 11:46:25,850 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.verisign.smq.common:1.2.0
> 11:46:25,853 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.core:1.0.2.RELEASE
> 11:46:25,853 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: ch.qos.logback.classic:1.0.11
> 11:46:25,853 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.expression:3.2.2.RELEASE
> 11:46:25,859 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.jetty.util:9.0.1.v20130408
> 11:46:25,858 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: jackson-core-asl:1.8.8
> 11:46:25,856 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.voldemort-aggregation-repository:0.4.0.SNAPSHOT
> 11:46:25,871 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.jetty.io:9.0.1.v20130408
> 11:46:25,872 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.number-service-impl:0.4.0.SNAPSHOT
> 11:46:25,873 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: woodstox-core-asl:4.0.3
> 11:46:25,871 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.eclipse.jetty.servlet:9.0.1.v20130408
> 11:46:25,877 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.servicemix.bundles.libthrift:0.7.0.1
> 11:46:25,878 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-statuscode-mapping-service-api:0.4.0.SNAPSHOT
> 11:46:25,872 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.project-voldemort.voldemort-osgi:1.3.1
> 11:46:25,873 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.springframework.aop:3.2.2.RELEASE
> 11:46:25,873 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: io.hawt.hawtio-web:1.0.0
> 11:46:25,880 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: jcl.over.slf4j:1.7.5
> 11:46:25,881 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: joda-time:2.2.0
> 11:46:25,883 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.verisign.smq.common-codecs:1.2.0
> 11:46:25,886 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.springsource.com.fasterxml.jackson.core.jackson-core:2.0.2
> 11:46:25,886 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.camel.component.http.dummy:0.4.0.SNAPSHOT
> 11:46:25,891 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.commons.pool:1.6.0
> 11:46:25,892 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.number-service-api:0.4.0.SNAPSHOT
> 11:46:25,891 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: org.eclipse.jetty.jmx:9.0.1.v20130408
> 11:46:25,897 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.camel.component.http.component:0.4.0.SNAPSHOT
> 11:46:25,900 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.commons.codec:1.7.0
> 11:46:25,898 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.transaction:3.2.2.RELEASE
> 11:46:25,903 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.eclipse.gemini.management:1.0.5.RELEASE
> 11:46:25,899 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.apache.commons.lang:2.5.0
> 11:46:25,906 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.camel.component.smpp.cloudhopper-smpp-component:1.0.0.SNAPSHOT
> 11:46:25,909 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.hornetq-integration:0.4.0.SNAPSHOT
> 11:46:25,911 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-id-mapping-service-api:0.4.0.SNAPSHOT
> 11:46:25,915 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.springsource.org.aspectj.weaver:1.7.1.RELEASE
> 11:46:25,918 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.commons.io:2.4.0
> 11:46:25,918 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.verisign.smq.spi:1.2.0
> 11:46:25,931 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.jboss.netty:3.6.3.Final
> 11:46:25,935 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: org.eclipse.jetty.security:9.0.1.v20130408
> 11:46:25,939 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.io:1.0.2.RELEASE
> 11:46:25,944 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.extender:1.0.2.RELEASE
> 11:46:25,946 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: ch.qos.logback.core:1.0.11
> 11:46:25,944 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.jgroups:3.2.5.Final
> 11:46:25,948 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.camel.component.smpp.cloudhopper-smpp-component-spi:1.0.0.SNAPSHOT
> 11:46:25,953 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.camel.camel-sjms:2.12.0.SNAPSHOT
> 11:46:25,954 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.context:3.2.2.RELEASE
> 11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.springframework.orm:3.2.2.RELEASE
> 11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.beans:3.2.2.RELEASE
> 11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: slf4j.api:1.7.5
> 11:46:25,957 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.mm.camel.component.http.component-spi:0.4.0.SNAPSHOT
> 11:46:25,957 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: com.mm.voldemort.protostuff-serializer:1.1.0
> 11:46:25,960 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.google.guava:13.0.1
> 11:46:25,962 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-id-mapping-service-impl:0.4.0.SNAPSHOT
> 11:46:25,963 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.apache.camel.camel-jms:2.12.0.SNAPSHOT
> 11:46:25,954 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.cloudhopper.ch-commons-util:6.0.1
> 11:46:25,966 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: org.apache.servicemix.bundles.xmlpull:1.1.3.1_2
> 11:46:25,967 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.cloudhopper.ch-smpp:5.0.1
> 11:46:25,965 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.servicemix.bundles.kxml2:2.3.0.3
> 11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.jetty.server:9.0.1.v20130408
> 11:46:25,969 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.xerial.snappy.snappy-java:1.0.4.1
> 11:46:25,968 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.springframework.jms:3.2.2.RELEASE
> 11:46:25,967 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.aspects:3.2.2.RELEASE
> 11:46:25,984 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.camel.camel-spring:2.12.0.SNAPSHOT
> 11:46:29,588 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jbosgi.PersistentBundles.RESOLVE: org.jboss.msc.service.StartException in service jbosgi.PersistentBundles.RESOLVE: Failed to start service
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1930) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> Caused by: java.lang.NullPointerException
> at org.jboss.as.osgi.service.ModuleLoaderIntegration$FrameworkModuleLoaderImpl.createModuleService(ModuleLoaderIntegration.java:230)
> at org.jboss.osgi.framework.internal.ResolverImpl.createModuleServices(ResolverImpl.java:382)
> at org.jboss.osgi.framework.internal.ResolverImpl.applyResolverResults(ResolverImpl.java:319)
> at org.jboss.osgi.framework.internal.ResolverImpl.resolveInternal(ResolverImpl.java:179)
> at org.jboss.osgi.framework.internal.ResolverImpl.resolveAndApply(ResolverImpl.java:125)
> at org.jboss.osgi.framework.internal.FrameworkWiringImpl.resolveBundles(FrameworkWiringImpl.java:241)
> at org.jboss.osgi.framework.spi.BootstrapBundlesResolve.start(BootstrapBundlesResolve.java:122)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1974) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1907) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> ... 3 more
> 11:46:29,637 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "log4j-over-slf4j-1.7.5.jar" (runtime-name : "log4j-over-slf4j-1.7.5.jar")
> 11:46:29,638 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jcl-over-slf4j-1.7.5.jar" (runtime-name : "jcl-over-slf4j-1.7.5.jar")
> 11:46:29,638 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.beans-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.beans-3.2.2.RELEASE.jar")
> 11:46:29,638 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "gemini-blueprint-extender-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-extender-1.0.2.RELEASE.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.jdbc-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.jdbc-3.2.2.RELEASE.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name : "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-util-9.0.1.v20130408.jar" (runtime-name : "jetty-util-9.0.1.v20130408.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar" (runtime-name : "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-server-9.0.1.v20130408.jar" (runtime-name : "jetty-server-9.0.1.v20130408.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "number-service-api-0.4-SNAPSHOT.jar" (runtime-name : "number-service-api-0.4-SNAPSHOT.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-http-9.0.1.v20130408.jar" (runtime-name : "jetty-http-9.0.1.v20130408.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "hornetq-integration-0.4-SNAPSHOT.jar" (runtime-name : "hornetq-integration-0.4-SNAPSHOT.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-schema-1.2.jar" (runtime-name : "smq-schema-1.2.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name : "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-io-2.4.jar" (runtime-name : "commons-io-2.4.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name : "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "snappy-java-1.0.4.1.jar" (runtime-name : "snappy-java-1.0.4.1.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "netty-3.6.3.Final.jar" (runtime-name : "netty-3.6.3.Final.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-jms-2.12-20130415.050425-14.jar" (runtime-name : "camel-jms-2.12-20130415.050425-14.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-common-codecs-1.2.jar" (runtime-name : "smq-common-codecs-1.2.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jdom-1.1.3.jar" (runtime-name : "jdom-1.1.3.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-logging-1.1.1.jar" (runtime-name : "commons-logging-1.1.1.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "routing-engine-0.4-SNAPSHOT.jar" (runtime-name : "routing-engine-0.4-SNAPSHOT.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "common-message-0.4-SNAPSHOT.jar" (runtime-name : "common-message-0.4-SNAPSHOT.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-runtime-1.0.7.jar" (runtime-name : "protostuff-runtime-1.0.7.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-servlet-9.0.1.v20130408.jar" (runtime-name : "jetty-servlet-9.0.1.v20130408.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar" (runtime-name : "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "joda-time-2.2.jar" (runtime-name : "joda-time-2.2.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "ch-smpp-5.0.1.jar" (runtime-name : "ch-smpp-5.0.1.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar" (runtime-name : "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-uberjar-1.0.7.jar" (runtime-name : "protostuff-uberjar-1.0.7.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-lang-2.5.jar" (runtime-name : "commons-lang-2.5.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-security-9.0.1.v20130408.jar" (runtime-name : "jetty-security-9.0.1.v20130408.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-api-1.0.7.jar" (runtime-name : "protostuff-api-1.0.7.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "paranamer-2.3.jar" (runtime-name : "paranamer-2.3.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-spring-2.12-20130415.050508-14.jar" (runtime-name : "camel-spring-2.12-20130415.050508-14.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protobuf-java-2.4.1.jar" (runtime-name : "protobuf-java-2.4.1.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jgroups-3.2.5.Final.jar" (runtime-name : "jgroups-3.2.5.Final.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-core-2.12-20130415.050256-14.jar" (runtime-name : "camel-core-2.12-20130415.050256-14.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-collectionschema-1.0.7.jar" (runtime-name : "protostuff-collectionschema-1.0.7.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-codec-1.7.jar" (runtime-name : "commons-codec-1.7.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "ch-commons-charset-3.0.0.jar" (runtime-name : "ch-commons-charset-3.0.0.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "cloudhopper-smpp-component-1.0-SNAPSHOT.jar" (runtime-name : "cloudhopper-smpp-component-1.0-SNAPSHOT.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "woodstox-core-asl-4.0.3.jar" (runtime-name : "woodstox-core-asl-4.0.3.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "ch-commons-util-6.0.1.jar" (runtime-name : "ch-commons-util-6.0.1.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jackson-mapper-asl-1.8.8.jar" (runtime-name : "jackson-mapper-asl-1.8.8.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-opaque-schema-1.2.jar" (runtime-name : "smq-opaque-schema-1.2.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "stax-api-1.0.1.jar" (runtime-name : "stax-api-1.0.1.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-fs-1.2.jar" (runtime-name : "smq-fs-1.2.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-component-1.2.jar" (runtime-name : "smq-component-1.2.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-sjms-2.12-20130415.050502-14.jar" (runtime-name : "camel-sjms-2.12-20130415.050502-14.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "voldemort-aggregation-repository-0.4-SNAPSHOT.jar" (runtime-name : "voldemort-aggregation-repository-0.4-SNAPSHOT.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "voldemort-osgi-1.3.1.jar" (runtime-name : "voldemort-osgi-1.3.1.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "avro-1.7.2.jar" (runtime-name : "avro-1.7.2.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-io-9.0.1.v20130408.jar" (runtime-name : "jetty-io-9.0.1.v20130408.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-spi-1.2.jar" (runtime-name : "smq-spi-1.2.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "http-component-spi-0.4-20130402.174124-2.jar" (runtime-name : "http-component-spi-0.4-20130402.174124-2.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "number-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "number-service-impl-0.4-SNAPSHOT.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-pool-1.6.jar" (runtime-name : "commons-pool-1.6.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "hawtio-osgi-1.0.war" (runtime-name : "hawtio-osgi-1.0.war")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "stax2-api-3.0.1.jar" (runtime-name : "stax2-api-3.0.1.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "guava-13.0.1.jar" (runtime-name : "guava-13.0.1.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jackson-core-asl-1.8.8.jar" (runtime-name : "jackson-core-asl-1.8.8.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "http-component-0.4-SNAPSHOT.jar" (runtime-name : "http-component-0.4-SNAPSHOT.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "voldemort-protostuff-serializer-1.1.jar" (runtime-name : "voldemort-protostuff-serializer-1.1.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "dummy-0.4-SNAPSHOT.jar" (runtime-name : "dummy-0.4-SNAPSHOT.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-jmx-9.0.1.v20130408.jar" (runtime-name : "jetty-jmx-9.0.1.v20130408.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-core-1.0.7.jar" (runtime-name : "protostuff-core-1.0.7.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-common-1.2.jar" (runtime-name : "smq-common-1.2.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar" (runtime-name : "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.jms-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.jms-3.2.2.RELEASE.jar")
> 11:46:29,651 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.orm-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.orm-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.expression-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.expression-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.aspects-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.aspects-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.core-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.core-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "logback-classic-1.0.11.jar" (runtime-name : "logback-classic-1.0.11.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.aop-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.aop-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "gemini-blueprint-io-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-io-1.0.2.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar" (runtime-name : "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.osgi.enterprise-5.0.0.jar" (runtime-name : "org.osgi.enterprise-5.0.0.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.transaction-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.transaction-3.2.2.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar" (runtime-name : "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "gemini-blueprint-core-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-core-1.0.2.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.context-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.context-3.2.2.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "logback-core-1.0.11.jar" (runtime-name : "logback-core-1.0.11.jar")
> 11:46:29,654 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "com.springsource.org.aopalliance-1.0.0.jar" (runtime-name : "com.springsource.org.aopalliance-1.0.0.jar")
> 11:46:29,654 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.eclipse.gemini.management-1.0.5.RELEASE.jar" (runtime-name : "org.eclipse.gemini.management-1.0.5.RELEASE.jar")
> 11:46:29,654 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "slf4j-api-1.7.5.jar" (runtime-name : "slf4j-api-1.7.5.jar")
> 11:46:29,655 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
> JBAS014775: New missing/unsatisfied dependencies:
> service jbosgi.PersistentBundles.COMPLETE (missing) dependents: [service jboss.deployment.unit."number-service-impl-0.4-SNAPSHOT.jar".CONFIGURE_MODULE, service jboss.deployment.unit."snappy-java-1.0.4.1.jar".CONFIGURE_MODULE, service jboss.deployment.unit."org.springframework.aspects-3.2.2.RELEASE.jar".CONFIGURE_MODULE, service jboss.deployment.unit."org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar".CONFIGURE_MODULE, JBAS014799: ... and 78 more ]
> JBAS014777: Services which failed to start: service jbosgi.PersistentBundles.RESOLVE: org.jboss.msc.service.StartException in service jbosgi.PersistentBundles.RESOLVE: Failed to start service
> 11:46:29,746 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> 11:46:29,746 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> 11:46:29,746 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 8.0.0.Alpha1-SNAPSHOT "TBD" started (with errors) in 7701ms - Started 1099 of 1266 services (85 services failed or missing dependencies, 159 services are lazy, passive or on-demand)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (AS7-6942) NPE on AS8 start
by Aaron Whiteside (JIRA)
[ https://issues.jboss.org/browse/AS7-6942?page=com.atlassian.jira.plugin.s... ]
Aaron Whiteside updated AS7-6942:
---------------------------------
Summary: NPE on AS8 start (was: Random NPE on AS8 start)
Description:
{code}
awhiteside@localhost jboss-as-8.0.0.Alpha1-SNAPSHOT# ./bin/standalone.sh -c standalone-osgi.xml
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT
JAVA: /usr/local/java/bin/java
JAVA_OPTS: -server -XX:+UseCompressedOops -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
=========================================================================
11:46:22,337 INFO [org.jboss.modules] (main) JBoss Modules version 1.2.0.Final
11:46:22,482 INFO [org.jboss.msc] (main) JBoss MSC version 1.1.2.Final
11:46:22,532 INFO [org.jboss.as] (MSC service thread 1-7) JBAS015899: JBoss AS 8.0.0.Alpha1-SNAPSHOT "TBD" starting
11:46:23,332 INFO [org.xnio] (MSC service thread 1-2) XNIO Version 3.1.0.CR2
11:46:23,335 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
11:46:23,336 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.1.0.CR2
11:46:23,350 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 3.2.16.GA
11:46:23,361 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 28) JBAS016200: Activating ConfigAdmin Subsystem
11:46:23,373 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 34) JBAS010280: Activating Infinispan subsystem.
11:46:23,389 INFO [org.jboss.as.security] (ServerService Thread Pool -- 48) JBAS013171: Activating Security Subsystem
11:46:23,391 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 42) JBAS011800: Activating Naming Subsystem
11:46:23,395 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.16.Final
11:46:23,403 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 40) JBAS012605: Activated the following JSF Implementations: [main, 1.2]
11:46:23,418 INFO [org.jboss.as.connector.logging] (MSC service thread 1-3) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.16.Final)
11:46:23,421 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 52) JBAS015537: Activating WebServices Extension
11:46:23,436 INFO [org.jboss.as.undertow] (MSC service thread 1-4) JBAS017502: Undertow 1.0.0.Alpha9 starting
11:46:23,438 INFO [org.jboss.as.undertow] (ServerService Thread Pool -- 51) JBAS017502: Undertow 1.0.0.Alpha9 starting
11:46:23,439 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 43) JBAS011906: Activating OSGi Subsystem
11:46:23,504 INFO [org.jboss.as.naming] (MSC service thread 1-8) JBAS011802: Starting Naming Service
11:46:23,505 INFO [org.jboss.as.mail.extension] (MSC service thread 1-5) JBAS015400: Bound mail session [java:jboss/mail/Default]
11:46:23,526 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 29) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
11:46:23,529 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
11:46:23,604 INFO [io.undertow] (ServerService Thread Pool -- 51) Creating file handler for path /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT/welcome-content
11:46:23,613 INFO [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.0.Alpha1
11:46:23,645 INFO [org.jboss.as.undertow] (MSC service thread 1-4) Starting server server service: service jboss.undertow.server.default-server
11:46:23,658 INFO [org.jboss.as.undertow] (MSC service thread 1-6) Starting host default-host
11:46:23,658 INFO [org.jboss.as.undertow] (MSC service thread 1-6) registering handler io.undertow.server.handlers.resource.ResourceHandler@52540bd6 under path '/'
11:46:23,682 INFO [org.jboss.as.undertow] (MSC service thread 1-4) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
11:46:23,885 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
11:46:23,920 INFO [org.jboss.as.remoting] (MSC service thread 1-6) JBAS017100: Listening on 127.0.0.1:9999
11:46:23,920 INFO [org.jboss.as.remoting] (MSC service thread 1-5) JBAS017100: Listening on 127.0.0.1:4447
11:46:23,931 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "ch-smpp-5.0.1.jar" (runtime-name: "ch-smpp-5.0.1.jar")
11:46:23,932 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name: "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar")
11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "camel-sjms-2.12-20130415.050502-14.jar" (runtime-name: "camel-sjms-2.12-20130415.050502-14.jar")
11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "hornetq-integration-0.4-SNAPSHOT.jar" (runtime-name: "hornetq-integration-0.4-SNAPSHOT.jar")
11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "org.springframework.aop-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.aop-3.2.2.RELEASE.jar")
11:46:23,931 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "org.springframework.aspects-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.aspects-3.2.2.RELEASE.jar")
11:46:23,934 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "voldemort-osgi-1.3.1.jar" (runtime-name: "voldemort-osgi-1.3.1.jar")
11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar" (runtime-name: "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar")
11:46:23,935 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "commons-logging-1.1.1.jar" (runtime-name: "commons-logging-1.1.1.jar")
11:46:23,936 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.transaction-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.transaction-3.2.2.RELEASE.jar")
11:46:23,936 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "protostuff-core-1.0.7.jar" (runtime-name: "protostuff-core-1.0.7.jar")
11:46:23,937 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "http-component-spi-0.4-20130402.174124-2.jar" (runtime-name: "http-component-spi-0.4-20130402.174124-2.jar")
11:46:23,937 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "routing-engine-0.4-SNAPSHOT.jar" (runtime-name: "routing-engine-0.4-SNAPSHOT.jar")
11:46:23,937 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar" (runtime-name: "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar")
11:46:23,938 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "cloudhopper-smpp-component-1.0-SNAPSHOT.jar" (runtime-name: "cloudhopper-smpp-component-1.0-SNAPSHOT.jar")
11:46:23,938 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.core-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.core-3.2.2.RELEASE.jar")
11:46:23,939 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar")
11:46:23,939 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar")
11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "gemini-blueprint-io-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-io-1.0.2.RELEASE.jar")
11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "jcl-over-slf4j-1.7.5.jar" (runtime-name: "jcl-over-slf4j-1.7.5.jar")
11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "jetty-server-9.0.1.v20130408.jar" (runtime-name: "jetty-server-9.0.1.v20130408.jar")
11:46:23,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.jms-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.jms-3.2.2.RELEASE.jar")
11:46:23,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "woodstox-core-asl-4.0.3.jar" (runtime-name: "woodstox-core-asl-4.0.3.jar")
11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.beans-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.beans-3.2.2.RELEASE.jar")
11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "commons-io-2.4.jar" (runtime-name: "commons-io-2.4.jar")
11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "log4j-over-slf4j-1.7.5.jar" (runtime-name: "log4j-over-slf4j-1.7.5.jar")
11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "commons-lang-2.5.jar" (runtime-name: "commons-lang-2.5.jar")
11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar" (runtime-name: "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar")
11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "smq-schema-1.2.jar" (runtime-name: "smq-schema-1.2.jar")
11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "slf4j-api-1.7.5.jar" (runtime-name: "slf4j-api-1.7.5.jar")
11:46:23,936 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar" (runtime-name: "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar")
11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.jdbc-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.jdbc-3.2.2.RELEASE.jar")
11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "dummy-0.4-SNAPSHOT.jar" (runtime-name: "dummy-0.4-SNAPSHOT.jar")
11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "ch-commons-util-6.0.1.jar" (runtime-name: "ch-commons-util-6.0.1.jar")
11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "avro-1.7.2.jar" (runtime-name: "avro-1.7.2.jar")
11:46:23,949 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "stax2-api-3.0.1.jar" (runtime-name: "stax2-api-3.0.1.jar")
11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "org.springframework.orm-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.orm-3.2.2.RELEASE.jar")
11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "camel-jms-2.12-20130415.050425-14.jar" (runtime-name: "camel-jms-2.12-20130415.050425-14.jar")
11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jackson-core-asl-1.8.8.jar" (runtime-name: "jackson-core-asl-1.8.8.jar")
11:46:23,939 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-io-9.0.1.v20130408.jar" (runtime-name: "jetty-io-9.0.1.v20130408.jar")
11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "stax-api-1.0.1.jar" (runtime-name: "stax-api-1.0.1.jar")
11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-security-9.0.1.v20130408.jar" (runtime-name: "jetty-security-9.0.1.v20130408.jar")
11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "paranamer-2.3.jar" (runtime-name: "paranamer-2.3.jar")
11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "hawtio-osgi-1.0.war" (runtime-name: "hawtio-osgi-1.0.war")
11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.eclipse.gemini.management-1.0.5.RELEASE.jar" (runtime-name: "org.eclipse.gemini.management-1.0.5.RELEASE.jar")
11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-runtime-1.0.7.jar" (runtime-name: "protostuff-runtime-1.0.7.jar")
11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "commons-pool-1.6.jar" (runtime-name: "commons-pool-1.6.jar")
11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "org.springframework.context-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.context-3.2.2.RELEASE.jar")
11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.expression-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.expression-3.2.2.RELEASE.jar")
11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "http-component-0.4-SNAPSHOT.jar" (runtime-name: "http-component-0.4-SNAPSHOT.jar")
11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "jackson-mapper-asl-1.8.8.jar" (runtime-name: "jackson-mapper-asl-1.8.8.jar")
11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "ch-commons-charset-3.0.0.jar" (runtime-name: "ch-commons-charset-3.0.0.jar")
11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "logback-core-1.0.11.jar" (runtime-name: "logback-core-1.0.11.jar")
11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "org.osgi.enterprise-5.0.0.jar" (runtime-name: "org.osgi.enterprise-5.0.0.jar")
11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name: "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar")
11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar" (runtime-name: "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar")
11:46:23,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar" (runtime-name: "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar")
11:46:23,955 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "gemini-blueprint-extender-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-extender-1.0.2.RELEASE.jar")
11:46:23,955 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "smq-common-1.2.jar" (runtime-name: "smq-common-1.2.jar")
11:46:23,955 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-api-1.0.7.jar" (runtime-name: "protostuff-api-1.0.7.jar")
11:46:23,956 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar")
11:46:23,956 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-collectionschema-1.0.7.jar" (runtime-name: "protostuff-collectionschema-1.0.7.jar")
11:46:23,957 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-uberjar-1.0.7.jar" (runtime-name: "protostuff-uberjar-1.0.7.jar")
11:46:23,957 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-util-9.0.1.v20130408.jar" (runtime-name: "jetty-util-9.0.1.v20130408.jar")
11:46:23,958 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-servlet-9.0.1.v20130408.jar" (runtime-name: "jetty-servlet-9.0.1.v20130408.jar")
11:46:23,958 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "logback-classic-1.0.11.jar" (runtime-name: "logback-classic-1.0.11.jar")
11:46:23,939 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) JBAS015012: Started FileSystemDeploymentService for directory /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT/standalone/deployments
11:46:23,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "netty-3.6.3.Final.jar" (runtime-name: "netty-3.6.3.Final.jar")
11:46:23,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "snappy-java-1.0.4.1.jar" (runtime-name: "snappy-java-1.0.4.1.jar")
11:46:23,949 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "jgroups-3.2.5.Final.jar" (runtime-name: "jgroups-3.2.5.Final.jar")
11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jetty-jmx-9.0.1.v20130408.jar" (runtime-name: "jetty-jmx-9.0.1.v20130408.jar")
11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "voldemort-aggregation-repository-0.4-SNAPSHOT.jar" (runtime-name: "voldemort-aggregation-repository-0.4-SNAPSHOT.jar")
11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-opaque-schema-1.2.jar" (runtime-name: "smq-opaque-schema-1.2.jar")
11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "number-service-api-0.4-SNAPSHOT.jar" (runtime-name: "number-service-api-0.4-SNAPSHOT.jar")
11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jdom-1.1.3.jar" (runtime-name: "jdom-1.1.3.jar")
11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "number-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "number-service-impl-0.4-SNAPSHOT.jar")
11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-fs-1.2.jar" (runtime-name: "smq-fs-1.2.jar")
11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "protobuf-java-2.4.1.jar" (runtime-name: "protobuf-java-2.4.1.jar")
11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "joda-time-2.2.jar" (runtime-name: "joda-time-2.2.jar")
11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "gemini-blueprint-core-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-core-1.0.2.RELEASE.jar")
11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "com.springsource.org.aopalliance-1.0.0.jar" (runtime-name: "com.springsource.org.aopalliance-1.0.0.jar")
11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "voldemort-protostuff-serializer-1.1.jar" (runtime-name: "voldemort-protostuff-serializer-1.1.jar")
11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-spi-1.2.jar" (runtime-name: "smq-spi-1.2.jar")
11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "smq-component-1.2.jar" (runtime-name: "smq-component-1.2.jar")
11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-common-codecs-1.2.jar" (runtime-name: "smq-common-codecs-1.2.jar")
11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "camel-core-2.12-20130415.050256-14.jar" (runtime-name: "camel-core-2.12-20130415.050256-14.jar")
11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "camel-spring-2.12-20130415.050508-14.jar" (runtime-name: "camel-spring-2.12-20130415.050508-14.jar")
11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "commons-codec-1.7.jar" (runtime-name: "commons-codec-1.7.jar")
11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "common-message-0.4-SNAPSHOT.jar" (runtime-name: "common-message-0.4-SNAPSHOT.jar")
11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "jetty-http-9.0.1.v20130408.jar" (runtime-name: "jetty-http-9.0.1.v20130408.jar")
11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "guava-13.0.1.jar" (runtime-name: "guava-13.0.1.jar")
11:46:23,958 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name: "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar")
11:46:25,161 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011006: OSGi Framework - 3.0.0.CR17
11:46:25,463 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.felix.log:1.0.0
11:46:25,465 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: jboss-osgi-logging:1.0.0
11:46:25,468 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.felix.configadmin:1.2.8
11:46:25,470 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: jboss-as-osgi-configadmin:8.0.0.Alpha1-SNAPSHOT
11:46:25,527 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.log4j-over-slf4j-1.7.5.jar:main
11:46:25,548 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-core-1.0.7.jar:main
11:46:25,598 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-runtime-1.0.7.jar:main
11:46:25,616 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protobuf-java-2.4.1.jar:main
11:46:25,636 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.paranamer-2.3.jar:main
11:46:25,657 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.avro-1.7.2.jar:main
11:46:25,677 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-api-1.0.7.jar:main
11:46:25,699 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.jdom-1.1.3.jar:main
11:46:25,719 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-collectionschema-1.0.7.jar:main
11:46:25,739 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.stax-api-1.0.1.jar:main
11:46:25,759 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.commons-logging-1.1.1.jar:main
11:46:25,781 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-datacoding-mapping-service-api:0.4.0.SNAPSHOT
11:46:25,793 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.cloudhopper.ch-commons-charset:3.0.0
11:46:25,782 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.dyuproject.protostuff.uberjar:1.0.7
11:46:25,787 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: stax2-api:3.0.1
11:46:25,801 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.eclipse.jetty.http:9.0.1.v20130408
11:46:25,802 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.common-message:0.4.0.SNAPSHOT
11:46:25,785 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.verisign.smq.schema:1.2.0
11:46:25,808 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: jackson-mapper-asl:1.8.8
11:46:25,814 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-datacoding-mapping-service-impl:0.4.0.SNAPSHOT
11:46:25,811 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.routing-engine:0.4.0.SNAPSHOT
11:46:25,821 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.springsource.org.aopalliance:1.0.0
11:46:25,824 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.mm.camel.component.smq.component:1.2.0
11:46:25,820 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: osgi.enterprise:5.0.0.201203141834
11:46:25,840 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.camel.camel-core:2.12.0.SNAPSHOT
11:46:25,843 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.springframework.core:3.2.2.RELEASE
11:46:25,844 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.verisign.smq.opaque-schema:1.2.0
11:46:25,845 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.verisign.smq.fs:1.2.0
11:46:25,844 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.jdbc:3.2.2.RELEASE
11:46:25,848 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-statuscode-mapping-service-impl:0.4.0.SNAPSHOT
11:46:25,850 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.verisign.smq.common:1.2.0
11:46:25,853 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.core:1.0.2.RELEASE
11:46:25,853 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: ch.qos.logback.classic:1.0.11
11:46:25,853 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.expression:3.2.2.RELEASE
11:46:25,859 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.jetty.util:9.0.1.v20130408
11:46:25,858 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: jackson-core-asl:1.8.8
11:46:25,856 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.voldemort-aggregation-repository:0.4.0.SNAPSHOT
11:46:25,871 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.jetty.io:9.0.1.v20130408
11:46:25,872 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.number-service-impl:0.4.0.SNAPSHOT
11:46:25,873 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: woodstox-core-asl:4.0.3
11:46:25,871 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.eclipse.jetty.servlet:9.0.1.v20130408
11:46:25,877 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.servicemix.bundles.libthrift:0.7.0.1
11:46:25,878 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-statuscode-mapping-service-api:0.4.0.SNAPSHOT
11:46:25,872 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.project-voldemort.voldemort-osgi:1.3.1
11:46:25,873 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.springframework.aop:3.2.2.RELEASE
11:46:25,873 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: io.hawt.hawtio-web:1.0.0
11:46:25,880 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: jcl.over.slf4j:1.7.5
11:46:25,881 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: joda-time:2.2.0
11:46:25,883 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.verisign.smq.common-codecs:1.2.0
11:46:25,886 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.springsource.com.fasterxml.jackson.core.jackson-core:2.0.2
11:46:25,886 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.camel.component.http.dummy:0.4.0.SNAPSHOT
11:46:25,891 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.commons.pool:1.6.0
11:46:25,892 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.number-service-api:0.4.0.SNAPSHOT
11:46:25,891 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: org.eclipse.jetty.jmx:9.0.1.v20130408
11:46:25,897 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.camel.component.http.component:0.4.0.SNAPSHOT
11:46:25,900 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.commons.codec:1.7.0
11:46:25,898 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.transaction:3.2.2.RELEASE
11:46:25,903 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.eclipse.gemini.management:1.0.5.RELEASE
11:46:25,899 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.apache.commons.lang:2.5.0
11:46:25,906 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.camel.component.smpp.cloudhopper-smpp-component:1.0.0.SNAPSHOT
11:46:25,909 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.hornetq-integration:0.4.0.SNAPSHOT
11:46:25,911 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-id-mapping-service-api:0.4.0.SNAPSHOT
11:46:25,915 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.springsource.org.aspectj.weaver:1.7.1.RELEASE
11:46:25,918 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.commons.io:2.4.0
11:46:25,918 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.verisign.smq.spi:1.2.0
11:46:25,931 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.jboss.netty:3.6.3.Final
11:46:25,935 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: org.eclipse.jetty.security:9.0.1.v20130408
11:46:25,939 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.io:1.0.2.RELEASE
11:46:25,944 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.extender:1.0.2.RELEASE
11:46:25,946 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: ch.qos.logback.core:1.0.11
11:46:25,944 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.jgroups:3.2.5.Final
11:46:25,948 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.camel.component.smpp.cloudhopper-smpp-component-spi:1.0.0.SNAPSHOT
11:46:25,953 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.camel.camel-sjms:2.12.0.SNAPSHOT
11:46:25,954 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.context:3.2.2.RELEASE
11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.springframework.orm:3.2.2.RELEASE
11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.beans:3.2.2.RELEASE
11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: slf4j.api:1.7.5
11:46:25,957 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.mm.camel.component.http.component-spi:0.4.0.SNAPSHOT
11:46:25,957 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: com.mm.voldemort.protostuff-serializer:1.1.0
11:46:25,960 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.google.guava:13.0.1
11:46:25,962 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-id-mapping-service-impl:0.4.0.SNAPSHOT
11:46:25,963 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.apache.camel.camel-jms:2.12.0.SNAPSHOT
11:46:25,954 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.cloudhopper.ch-commons-util:6.0.1
11:46:25,966 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: org.apache.servicemix.bundles.xmlpull:1.1.3.1_2
11:46:25,967 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.cloudhopper.ch-smpp:5.0.1
11:46:25,965 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.servicemix.bundles.kxml2:2.3.0.3
11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.jetty.server:9.0.1.v20130408
11:46:25,969 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.xerial.snappy.snappy-java:1.0.4.1
11:46:25,968 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.springframework.jms:3.2.2.RELEASE
11:46:25,967 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.aspects:3.2.2.RELEASE
11:46:25,984 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.camel.camel-spring:2.12.0.SNAPSHOT
11:46:29,588 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jbosgi.PersistentBundles.RESOLVE: org.jboss.msc.service.StartException in service jbosgi.PersistentBundles.RESOLVE: Failed to start service
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1930) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
Caused by: java.lang.NullPointerException
at org.jboss.as.osgi.service.ModuleLoaderIntegration$FrameworkModuleLoaderImpl.createModuleService(ModuleLoaderIntegration.java:230)
at org.jboss.osgi.framework.internal.ResolverImpl.createModuleServices(ResolverImpl.java:382)
at org.jboss.osgi.framework.internal.ResolverImpl.applyResolverResults(ResolverImpl.java:319)
at org.jboss.osgi.framework.internal.ResolverImpl.resolveInternal(ResolverImpl.java:179)
at org.jboss.osgi.framework.internal.ResolverImpl.resolveAndApply(ResolverImpl.java:125)
at org.jboss.osgi.framework.internal.FrameworkWiringImpl.resolveBundles(FrameworkWiringImpl.java:241)
at org.jboss.osgi.framework.spi.BootstrapBundlesResolve.start(BootstrapBundlesResolve.java:122)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1974) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1907) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
... 3 more
11:46:29,637 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "log4j-over-slf4j-1.7.5.jar" (runtime-name : "log4j-over-slf4j-1.7.5.jar")
11:46:29,638 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jcl-over-slf4j-1.7.5.jar" (runtime-name : "jcl-over-slf4j-1.7.5.jar")
11:46:29,638 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.beans-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.beans-3.2.2.RELEASE.jar")
11:46:29,638 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "gemini-blueprint-extender-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-extender-1.0.2.RELEASE.jar")
11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.jdbc-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.jdbc-3.2.2.RELEASE.jar")
11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name : "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar")
11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-util-9.0.1.v20130408.jar" (runtime-name : "jetty-util-9.0.1.v20130408.jar")
11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar" (runtime-name : "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar")
11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-server-9.0.1.v20130408.jar" (runtime-name : "jetty-server-9.0.1.v20130408.jar")
11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "number-service-api-0.4-SNAPSHOT.jar" (runtime-name : "number-service-api-0.4-SNAPSHOT.jar")
11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-http-9.0.1.v20130408.jar" (runtime-name : "jetty-http-9.0.1.v20130408.jar")
11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "hornetq-integration-0.4-SNAPSHOT.jar" (runtime-name : "hornetq-integration-0.4-SNAPSHOT.jar")
11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-schema-1.2.jar" (runtime-name : "smq-schema-1.2.jar")
11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name : "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar")
11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-io-2.4.jar" (runtime-name : "commons-io-2.4.jar")
11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name : "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar")
11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "snappy-java-1.0.4.1.jar" (runtime-name : "snappy-java-1.0.4.1.jar")
11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "netty-3.6.3.Final.jar" (runtime-name : "netty-3.6.3.Final.jar")
11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-jms-2.12-20130415.050425-14.jar" (runtime-name : "camel-jms-2.12-20130415.050425-14.jar")
11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-common-codecs-1.2.jar" (runtime-name : "smq-common-codecs-1.2.jar")
11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jdom-1.1.3.jar" (runtime-name : "jdom-1.1.3.jar")
11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-logging-1.1.1.jar" (runtime-name : "commons-logging-1.1.1.jar")
11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "routing-engine-0.4-SNAPSHOT.jar" (runtime-name : "routing-engine-0.4-SNAPSHOT.jar")
11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "common-message-0.4-SNAPSHOT.jar" (runtime-name : "common-message-0.4-SNAPSHOT.jar")
11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-runtime-1.0.7.jar" (runtime-name : "protostuff-runtime-1.0.7.jar")
11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-servlet-9.0.1.v20130408.jar" (runtime-name : "jetty-servlet-9.0.1.v20130408.jar")
11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar" (runtime-name : "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar")
11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "joda-time-2.2.jar" (runtime-name : "joda-time-2.2.jar")
11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "ch-smpp-5.0.1.jar" (runtime-name : "ch-smpp-5.0.1.jar")
11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar" (runtime-name : "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar")
11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-uberjar-1.0.7.jar" (runtime-name : "protostuff-uberjar-1.0.7.jar")
11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar")
11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-lang-2.5.jar" (runtime-name : "commons-lang-2.5.jar")
11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-security-9.0.1.v20130408.jar" (runtime-name : "jetty-security-9.0.1.v20130408.jar")
11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-api-1.0.7.jar" (runtime-name : "protostuff-api-1.0.7.jar")
11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "paranamer-2.3.jar" (runtime-name : "paranamer-2.3.jar")
11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar")
11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-spring-2.12-20130415.050508-14.jar" (runtime-name : "camel-spring-2.12-20130415.050508-14.jar")
11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protobuf-java-2.4.1.jar" (runtime-name : "protobuf-java-2.4.1.jar")
11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jgroups-3.2.5.Final.jar" (runtime-name : "jgroups-3.2.5.Final.jar")
11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-core-2.12-20130415.050256-14.jar" (runtime-name : "camel-core-2.12-20130415.050256-14.jar")
11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-collectionschema-1.0.7.jar" (runtime-name : "protostuff-collectionschema-1.0.7.jar")
11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-codec-1.7.jar" (runtime-name : "commons-codec-1.7.jar")
11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "ch-commons-charset-3.0.0.jar" (runtime-name : "ch-commons-charset-3.0.0.jar")
11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "cloudhopper-smpp-component-1.0-SNAPSHOT.jar" (runtime-name : "cloudhopper-smpp-component-1.0-SNAPSHOT.jar")
11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "woodstox-core-asl-4.0.3.jar" (runtime-name : "woodstox-core-asl-4.0.3.jar")
11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "ch-commons-util-6.0.1.jar" (runtime-name : "ch-commons-util-6.0.1.jar")
11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jackson-mapper-asl-1.8.8.jar" (runtime-name : "jackson-mapper-asl-1.8.8.jar")
11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-opaque-schema-1.2.jar" (runtime-name : "smq-opaque-schema-1.2.jar")
11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "stax-api-1.0.1.jar" (runtime-name : "stax-api-1.0.1.jar")
11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-fs-1.2.jar" (runtime-name : "smq-fs-1.2.jar")
11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-component-1.2.jar" (runtime-name : "smq-component-1.2.jar")
11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-sjms-2.12-20130415.050502-14.jar" (runtime-name : "camel-sjms-2.12-20130415.050502-14.jar")
11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "voldemort-aggregation-repository-0.4-SNAPSHOT.jar" (runtime-name : "voldemort-aggregation-repository-0.4-SNAPSHOT.jar")
11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "voldemort-osgi-1.3.1.jar" (runtime-name : "voldemort-osgi-1.3.1.jar")
11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "avro-1.7.2.jar" (runtime-name : "avro-1.7.2.jar")
11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-io-9.0.1.v20130408.jar" (runtime-name : "jetty-io-9.0.1.v20130408.jar")
11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-spi-1.2.jar" (runtime-name : "smq-spi-1.2.jar")
11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "http-component-spi-0.4-20130402.174124-2.jar" (runtime-name : "http-component-spi-0.4-20130402.174124-2.jar")
11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "number-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "number-service-impl-0.4-SNAPSHOT.jar")
11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-pool-1.6.jar" (runtime-name : "commons-pool-1.6.jar")
11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "hawtio-osgi-1.0.war" (runtime-name : "hawtio-osgi-1.0.war")
11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "stax2-api-3.0.1.jar" (runtime-name : "stax2-api-3.0.1.jar")
11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "guava-13.0.1.jar" (runtime-name : "guava-13.0.1.jar")
11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jackson-core-asl-1.8.8.jar" (runtime-name : "jackson-core-asl-1.8.8.jar")
11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar")
11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "http-component-0.4-SNAPSHOT.jar" (runtime-name : "http-component-0.4-SNAPSHOT.jar")
11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "voldemort-protostuff-serializer-1.1.jar" (runtime-name : "voldemort-protostuff-serializer-1.1.jar")
11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "dummy-0.4-SNAPSHOT.jar" (runtime-name : "dummy-0.4-SNAPSHOT.jar")
11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-jmx-9.0.1.v20130408.jar" (runtime-name : "jetty-jmx-9.0.1.v20130408.jar")
11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-core-1.0.7.jar" (runtime-name : "protostuff-core-1.0.7.jar")
11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-common-1.2.jar" (runtime-name : "smq-common-1.2.jar")
11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar" (runtime-name : "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar")
11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.jms-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.jms-3.2.2.RELEASE.jar")
11:46:29,651 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.orm-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.orm-3.2.2.RELEASE.jar")
11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.expression-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.expression-3.2.2.RELEASE.jar")
11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.aspects-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.aspects-3.2.2.RELEASE.jar")
11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.core-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.core-3.2.2.RELEASE.jar")
11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "logback-classic-1.0.11.jar" (runtime-name : "logback-classic-1.0.11.jar")
11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.aop-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.aop-3.2.2.RELEASE.jar")
11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "gemini-blueprint-io-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-io-1.0.2.RELEASE.jar")
11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar" (runtime-name : "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar")
11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.osgi.enterprise-5.0.0.jar" (runtime-name : "org.osgi.enterprise-5.0.0.jar")
11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.transaction-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.transaction-3.2.2.RELEASE.jar")
11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar" (runtime-name : "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar")
11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "gemini-blueprint-core-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-core-1.0.2.RELEASE.jar")
11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.context-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.context-3.2.2.RELEASE.jar")
11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "logback-core-1.0.11.jar" (runtime-name : "logback-core-1.0.11.jar")
11:46:29,654 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "com.springsource.org.aopalliance-1.0.0.jar" (runtime-name : "com.springsource.org.aopalliance-1.0.0.jar")
11:46:29,654 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.eclipse.gemini.management-1.0.5.RELEASE.jar" (runtime-name : "org.eclipse.gemini.management-1.0.5.RELEASE.jar")
11:46:29,654 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "slf4j-api-1.7.5.jar" (runtime-name : "slf4j-api-1.7.5.jar")
11:46:29,655 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jbosgi.PersistentBundles.COMPLETE (missing) dependents: [service jboss.deployment.unit."number-service-impl-0.4-SNAPSHOT.jar".CONFIGURE_MODULE, service jboss.deployment.unit."snappy-java-1.0.4.1.jar".CONFIGURE_MODULE, service jboss.deployment.unit."org.springframework.aspects-3.2.2.RELEASE.jar".CONFIGURE_MODULE, service jboss.deployment.unit."org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar".CONFIGURE_MODULE, JBAS014799: ... and 78 more ]
JBAS014777: Services which failed to start: service jbosgi.PersistentBundles.RESOLVE: org.jboss.msc.service.StartException in service jbosgi.PersistentBundles.RESOLVE: Failed to start service
11:46:29,746 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
11:46:29,746 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
11:46:29,746 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 8.0.0.Alpha1-SNAPSHOT "TBD" started (with errors) in 7701ms - Started 1099 of 1266 services (85 services failed or missing dependencies, 159 services are lazy, passive or on-demand)
{code}
was:
It happens randomly when I start the container with bundles deployed..
{code}
11:43:25,412 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jbosgi.PersistentBundles.RESOLVE: org.jboss.msc.service.StartException in service jbosgi.PersistentBundles.RESOLVE: Failed to start service
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1930) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
Caused by: java.lang.NullPointerException
at org.jboss.as.osgi.service.ModuleLoaderIntegration$FrameworkModuleLoaderImpl.createModuleService(ModuleLoaderIntegration.java:230)
at org.jboss.osgi.framework.internal.ResolverImpl.createModuleServices(ResolverImpl.java:382)
at org.jboss.osgi.framework.internal.ResolverImpl.applyResolverResults(ResolverImpl.java:319)
at org.jboss.osgi.framework.internal.ResolverImpl.resolveInternal(ResolverImpl.java:179)
at org.jboss.osgi.framework.internal.ResolverImpl.resolveAndApply(ResolverImpl.java:125)
at org.jboss.osgi.framework.internal.FrameworkWiringImpl.resolveBundles(FrameworkWiringImpl.java:241)
at org.jboss.osgi.framework.spi.BootstrapBundlesResolve.start(BootstrapBundlesResolve.java:122)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1974) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1907) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
... 3 more
{code}
> NPE on AS8 start
> ----------------
>
> Key: AS7-6942
> URL: https://issues.jboss.org/browse/AS7-6942
> Project: Application Server 7
> Issue Type: Bug
> Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
> Environment: JBoss 8AS Alpha1
> Reporter: Aaron Whiteside
>
> {code}
> awhiteside@localhost jboss-as-8.0.0.Alpha1-SNAPSHOT# ./bin/standalone.sh -c standalone-osgi.xml
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT
> JAVA: /usr/local/java/bin/java
> JAVA_OPTS: -server -XX:+UseCompressedOops -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> 11:46:22,337 INFO [org.jboss.modules] (main) JBoss Modules version 1.2.0.Final
> 11:46:22,482 INFO [org.jboss.msc] (main) JBoss MSC version 1.1.2.Final
> 11:46:22,532 INFO [org.jboss.as] (MSC service thread 1-7) JBAS015899: JBoss AS 8.0.0.Alpha1-SNAPSHOT "TBD" starting
> 11:46:23,332 INFO [org.xnio] (MSC service thread 1-2) XNIO Version 3.1.0.CR2
> 11:46:23,335 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
> 11:46:23,336 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.1.0.CR2
> 11:46:23,350 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 3.2.16.GA
> 11:46:23,361 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 28) JBAS016200: Activating ConfigAdmin Subsystem
> 11:46:23,373 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 34) JBAS010280: Activating Infinispan subsystem.
> 11:46:23,389 INFO [org.jboss.as.security] (ServerService Thread Pool -- 48) JBAS013171: Activating Security Subsystem
> 11:46:23,391 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 42) JBAS011800: Activating Naming Subsystem
> 11:46:23,395 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.16.Final
> 11:46:23,403 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 40) JBAS012605: Activated the following JSF Implementations: [main, 1.2]
> 11:46:23,418 INFO [org.jboss.as.connector.logging] (MSC service thread 1-3) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.16.Final)
> 11:46:23,421 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 52) JBAS015537: Activating WebServices Extension
> 11:46:23,436 INFO [org.jboss.as.undertow] (MSC service thread 1-4) JBAS017502: Undertow 1.0.0.Alpha9 starting
> 11:46:23,438 INFO [org.jboss.as.undertow] (ServerService Thread Pool -- 51) JBAS017502: Undertow 1.0.0.Alpha9 starting
> 11:46:23,439 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 43) JBAS011906: Activating OSGi Subsystem
> 11:46:23,504 INFO [org.jboss.as.naming] (MSC service thread 1-8) JBAS011802: Starting Naming Service
> 11:46:23,505 INFO [org.jboss.as.mail.extension] (MSC service thread 1-5) JBAS015400: Bound mail session [java:jboss/mail/Default]
> 11:46:23,526 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 29) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> 11:46:23,529 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010417: Started Driver service with driver-name = h2
> 11:46:23,604 INFO [io.undertow] (ServerService Thread Pool -- 51) Creating file handler for path /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT/welcome-content
> 11:46:23,613 INFO [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.0.Alpha1
> 11:46:23,645 INFO [org.jboss.as.undertow] (MSC service thread 1-4) Starting server server service: service jboss.undertow.server.default-server
> 11:46:23,658 INFO [org.jboss.as.undertow] (MSC service thread 1-6) Starting host default-host
> 11:46:23,658 INFO [org.jboss.as.undertow] (MSC service thread 1-6) registering handler io.undertow.server.handlers.resource.ResourceHandler@52540bd6 under path '/'
> 11:46:23,682 INFO [org.jboss.as.undertow] (MSC service thread 1-4) JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8080
> 11:46:23,885 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> 11:46:23,920 INFO [org.jboss.as.remoting] (MSC service thread 1-6) JBAS017100: Listening on 127.0.0.1:9999
> 11:46:23,920 INFO [org.jboss.as.remoting] (MSC service thread 1-5) JBAS017100: Listening on 127.0.0.1:4447
> 11:46:23,931 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "ch-smpp-5.0.1.jar" (runtime-name: "ch-smpp-5.0.1.jar")
> 11:46:23,932 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name: "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "camel-sjms-2.12-20130415.050502-14.jar" (runtime-name: "camel-sjms-2.12-20130415.050502-14.jar")
> 11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "hornetq-integration-0.4-SNAPSHOT.jar" (runtime-name: "hornetq-integration-0.4-SNAPSHOT.jar")
> 11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "org.springframework.aop-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.aop-3.2.2.RELEASE.jar")
> 11:46:23,931 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "org.springframework.aspects-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.aspects-3.2.2.RELEASE.jar")
> 11:46:23,934 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "voldemort-osgi-1.3.1.jar" (runtime-name: "voldemort-osgi-1.3.1.jar")
> 11:46:23,933 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar" (runtime-name: "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar")
> 11:46:23,935 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "commons-logging-1.1.1.jar" (runtime-name: "commons-logging-1.1.1.jar")
> 11:46:23,936 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.transaction-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.transaction-3.2.2.RELEASE.jar")
> 11:46:23,936 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "protostuff-core-1.0.7.jar" (runtime-name: "protostuff-core-1.0.7.jar")
> 11:46:23,937 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "http-component-spi-0.4-20130402.174124-2.jar" (runtime-name: "http-component-spi-0.4-20130402.174124-2.jar")
> 11:46:23,937 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "routing-engine-0.4-SNAPSHOT.jar" (runtime-name: "routing-engine-0.4-SNAPSHOT.jar")
> 11:46:23,937 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar" (runtime-name: "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar")
> 11:46:23,938 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "cloudhopper-smpp-component-1.0-SNAPSHOT.jar" (runtime-name: "cloudhopper-smpp-component-1.0-SNAPSHOT.jar")
> 11:46:23,938 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.core-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.core-3.2.2.RELEASE.jar")
> 11:46:23,939 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:23,939 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "gemini-blueprint-io-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-io-1.0.2.RELEASE.jar")
> 11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "jcl-over-slf4j-1.7.5.jar" (runtime-name: "jcl-over-slf4j-1.7.5.jar")
> 11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "jetty-server-9.0.1.v20130408.jar" (runtime-name: "jetty-server-9.0.1.v20130408.jar")
> 11:46:23,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "org.springframework.jms-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.jms-3.2.2.RELEASE.jar")
> 11:46:23,941 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "woodstox-core-asl-4.0.3.jar" (runtime-name: "woodstox-core-asl-4.0.3.jar")
> 11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.beans-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.beans-3.2.2.RELEASE.jar")
> 11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "commons-io-2.4.jar" (runtime-name: "commons-io-2.4.jar")
> 11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "log4j-over-slf4j-1.7.5.jar" (runtime-name: "log4j-over-slf4j-1.7.5.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "commons-lang-2.5.jar" (runtime-name: "commons-lang-2.5.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar" (runtime-name: "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "smq-schema-1.2.jar" (runtime-name: "smq-schema-1.2.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "slf4j-api-1.7.5.jar" (runtime-name: "slf4j-api-1.7.5.jar")
> 11:46:23,936 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar" (runtime-name: "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar")
> 11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.jdbc-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.jdbc-3.2.2.RELEASE.jar")
> 11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "dummy-0.4-SNAPSHOT.jar" (runtime-name: "dummy-0.4-SNAPSHOT.jar")
> 11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "ch-commons-util-6.0.1.jar" (runtime-name: "ch-commons-util-6.0.1.jar")
> 11:46:23,942 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "avro-1.7.2.jar" (runtime-name: "avro-1.7.2.jar")
> 11:46:23,949 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "stax2-api-3.0.1.jar" (runtime-name: "stax2-api-3.0.1.jar")
> 11:46:23,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "org.springframework.orm-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.orm-3.2.2.RELEASE.jar")
> 11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "camel-jms-2.12-20130415.050425-14.jar" (runtime-name: "camel-jms-2.12-20130415.050425-14.jar")
> 11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jackson-core-asl-1.8.8.jar" (runtime-name: "jackson-core-asl-1.8.8.jar")
> 11:46:23,939 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-io-9.0.1.v20130408.jar" (runtime-name: "jetty-io-9.0.1.v20130408.jar")
> 11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "stax-api-1.0.1.jar" (runtime-name: "stax-api-1.0.1.jar")
> 11:46:23,950 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-security-9.0.1.v20130408.jar" (runtime-name: "jetty-security-9.0.1.v20130408.jar")
> 11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "paranamer-2.3.jar" (runtime-name: "paranamer-2.3.jar")
> 11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "hawtio-osgi-1.0.war" (runtime-name: "hawtio-osgi-1.0.war")
> 11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.eclipse.gemini.management-1.0.5.RELEASE.jar" (runtime-name: "org.eclipse.gemini.management-1.0.5.RELEASE.jar")
> 11:46:23,951 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-runtime-1.0.7.jar" (runtime-name: "protostuff-runtime-1.0.7.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "commons-pool-1.6.jar" (runtime-name: "commons-pool-1.6.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "org.springframework.context-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.context-3.2.2.RELEASE.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "org.springframework.expression-3.2.2.RELEASE.jar" (runtime-name: "org.springframework.expression-3.2.2.RELEASE.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "http-component-0.4-SNAPSHOT.jar" (runtime-name: "http-component-0.4-SNAPSHOT.jar")
> 11:46:23,952 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "jackson-mapper-asl-1.8.8.jar" (runtime-name: "jackson-mapper-asl-1.8.8.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "ch-commons-charset-3.0.0.jar" (runtime-name: "ch-commons-charset-3.0.0.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "logback-core-1.0.11.jar" (runtime-name: "logback-core-1.0.11.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "org.osgi.enterprise-5.0.0.jar" (runtime-name: "org.osgi.enterprise-5.0.0.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name: "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:23,953 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar" (runtime-name: "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar")
> 11:46:23,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar" (runtime-name: "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar")
> 11:46:23,955 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "gemini-blueprint-extender-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-extender-1.0.2.RELEASE.jar")
> 11:46:23,955 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "smq-common-1.2.jar" (runtime-name: "smq-common-1.2.jar")
> 11:46:23,955 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-api-1.0.7.jar" (runtime-name: "protostuff-api-1.0.7.jar")
> 11:46:23,956 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:23,956 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-collectionschema-1.0.7.jar" (runtime-name: "protostuff-collectionschema-1.0.7.jar")
> 11:46:23,957 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "protostuff-uberjar-1.0.7.jar" (runtime-name: "protostuff-uberjar-1.0.7.jar")
> 11:46:23,957 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-util-9.0.1.v20130408.jar" (runtime-name: "jetty-util-9.0.1.v20130408.jar")
> 11:46:23,958 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "jetty-servlet-9.0.1.v20130408.jar" (runtime-name: "jetty-servlet-9.0.1.v20130408.jar")
> 11:46:23,958 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "logback-classic-1.0.11.jar" (runtime-name: "logback-classic-1.0.11.jar")
> 11:46:23,939 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) JBAS015012: Started FileSystemDeploymentService for directory /home/awhiteside/Downloads/jboss-as-8.0.0.Alpha1-SNAPSHOT/standalone/deployments
> 11:46:23,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "netty-3.6.3.Final.jar" (runtime-name: "netty-3.6.3.Final.jar")
> 11:46:23,954 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "snappy-java-1.0.4.1.jar" (runtime-name: "snappy-java-1.0.4.1.jar")
> 11:46:23,949 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "jgroups-3.2.5.Final.jar" (runtime-name: "jgroups-3.2.5.Final.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jetty-jmx-9.0.1.v20130408.jar" (runtime-name: "jetty-jmx-9.0.1.v20130408.jar")
> 11:46:23,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "voldemort-aggregation-repository-0.4-SNAPSHOT.jar" (runtime-name: "voldemort-aggregation-repository-0.4-SNAPSHOT.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-opaque-schema-1.2.jar" (runtime-name: "smq-opaque-schema-1.2.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "number-service-api-0.4-SNAPSHOT.jar" (runtime-name: "number-service-api-0.4-SNAPSHOT.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "jdom-1.1.3.jar" (runtime-name: "jdom-1.1.3.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "number-service-impl-0.4-SNAPSHOT.jar" (runtime-name: "number-service-impl-0.4-SNAPSHOT.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-fs-1.2.jar" (runtime-name: "smq-fs-1.2.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "protobuf-java-2.4.1.jar" (runtime-name: "protobuf-java-2.4.1.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "joda-time-2.2.jar" (runtime-name: "joda-time-2.2.jar")
> 11:46:23,962 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "gemini-blueprint-core-1.0.2.RELEASE.jar" (runtime-name: "gemini-blueprint-core-1.0.2.RELEASE.jar")
> 11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "com.springsource.org.aopalliance-1.0.0.jar" (runtime-name: "com.springsource.org.aopalliance-1.0.0.jar")
> 11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "voldemort-protostuff-serializer-1.1.jar" (runtime-name: "voldemort-protostuff-serializer-1.1.jar")
> 11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-spi-1.2.jar" (runtime-name: "smq-spi-1.2.jar")
> 11:46:23,963 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "smq-component-1.2.jar" (runtime-name: "smq-component-1.2.jar")
> 11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "smq-common-codecs-1.2.jar" (runtime-name: "smq-common-codecs-1.2.jar")
> 11:46:23,944 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "camel-core-2.12-20130415.050256-14.jar" (runtime-name: "camel-core-2.12-20130415.050256-14.jar")
> 11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "camel-spring-2.12-20130415.050508-14.jar" (runtime-name: "camel-spring-2.12-20130415.050508-14.jar")
> 11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "commons-codec-1.7.jar" (runtime-name: "commons-codec-1.7.jar")
> 11:46:23,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "common-message-0.4-SNAPSHOT.jar" (runtime-name: "common-message-0.4-SNAPSHOT.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "jetty-http-9.0.1.v20130408.jar" (runtime-name: "jetty-http-9.0.1.v20130408.jar")
> 11:46:23,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "guava-13.0.1.jar" (runtime-name: "guava-13.0.1.jar")
> 11:46:23,958 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name: "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:25,161 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011006: OSGi Framework - 3.0.0.CR17
> 11:46:25,463 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.felix.log:1.0.0
> 11:46:25,465 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: jboss-osgi-logging:1.0.0
> 11:46:25,468 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.felix.configadmin:1.2.8
> 11:46:25,470 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: jboss-as-osgi-configadmin:8.0.0.Alpha1-SNAPSHOT
> 11:46:25,527 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.log4j-over-slf4j-1.7.5.jar:main
> 11:46:25,548 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-core-1.0.7.jar:main
> 11:46:25,598 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-runtime-1.0.7.jar:main
> 11:46:25,616 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protobuf-java-2.4.1.jar:main
> 11:46:25,636 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.paranamer-2.3.jar:main
> 11:46:25,657 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.avro-1.7.2.jar:main
> 11:46:25,677 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-api-1.0.7.jar:main
> 11:46:25,699 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.jdom-1.1.3.jar:main
> 11:46:25,719 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.protostuff-collectionschema-1.0.7.jar:main
> 11:46:25,739 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.stax-api-1.0.1.jar:main
> 11:46:25,759 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011907: Register module: deployment.commons-logging-1.1.1.jar:main
> 11:46:25,781 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-datacoding-mapping-service-api:0.4.0.SNAPSHOT
> 11:46:25,793 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.cloudhopper.ch-commons-charset:3.0.0
> 11:46:25,782 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.dyuproject.protostuff.uberjar:1.0.7
> 11:46:25,787 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: stax2-api:3.0.1
> 11:46:25,801 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.eclipse.jetty.http:9.0.1.v20130408
> 11:46:25,802 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.common-message:0.4.0.SNAPSHOT
> 11:46:25,785 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.verisign.smq.schema:1.2.0
> 11:46:25,808 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: jackson-mapper-asl:1.8.8
> 11:46:25,814 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-datacoding-mapping-service-impl:0.4.0.SNAPSHOT
> 11:46:25,811 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.routing-engine:0.4.0.SNAPSHOT
> 11:46:25,821 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.springsource.org.aopalliance:1.0.0
> 11:46:25,824 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.mm.camel.component.smq.component:1.2.0
> 11:46:25,820 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: osgi.enterprise:5.0.0.201203141834
> 11:46:25,840 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.camel.camel-core:2.12.0.SNAPSHOT
> 11:46:25,843 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.springframework.core:3.2.2.RELEASE
> 11:46:25,844 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: com.verisign.smq.opaque-schema:1.2.0
> 11:46:25,845 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.verisign.smq.fs:1.2.0
> 11:46:25,844 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.jdbc:3.2.2.RELEASE
> 11:46:25,848 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-statuscode-mapping-service-impl:0.4.0.SNAPSHOT
> 11:46:25,850 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.verisign.smq.common:1.2.0
> 11:46:25,853 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.core:1.0.2.RELEASE
> 11:46:25,853 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: ch.qos.logback.classic:1.0.11
> 11:46:25,853 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.expression:3.2.2.RELEASE
> 11:46:25,859 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.jetty.util:9.0.1.v20130408
> 11:46:25,858 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: jackson-core-asl:1.8.8
> 11:46:25,856 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.voldemort-aggregation-repository:0.4.0.SNAPSHOT
> 11:46:25,871 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.jetty.io:9.0.1.v20130408
> 11:46:25,872 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.number-service-impl:0.4.0.SNAPSHOT
> 11:46:25,873 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: woodstox-core-asl:4.0.3
> 11:46:25,871 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.eclipse.jetty.servlet:9.0.1.v20130408
> 11:46:25,877 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.servicemix.bundles.libthrift:0.7.0.1
> 11:46:25,878 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-statuscode-mapping-service-api:0.4.0.SNAPSHOT
> 11:46:25,872 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.project-voldemort.voldemort-osgi:1.3.1
> 11:46:25,873 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.springframework.aop:3.2.2.RELEASE
> 11:46:25,873 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: io.hawt.hawtio-web:1.0.0
> 11:46:25,880 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: jcl.over.slf4j:1.7.5
> 11:46:25,881 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: joda-time:2.2.0
> 11:46:25,883 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.verisign.smq.common-codecs:1.2.0
> 11:46:25,886 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.springsource.com.fasterxml.jackson.core.jackson-core:2.0.2
> 11:46:25,886 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.camel.component.http.dummy:0.4.0.SNAPSHOT
> 11:46:25,891 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.commons.pool:1.6.0
> 11:46:25,892 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.number-service-api:0.4.0.SNAPSHOT
> 11:46:25,891 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: org.eclipse.jetty.jmx:9.0.1.v20130408
> 11:46:25,897 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.camel.component.http.component:0.4.0.SNAPSHOT
> 11:46:25,900 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.commons.codec:1.7.0
> 11:46:25,898 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.transaction:3.2.2.RELEASE
> 11:46:25,903 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.eclipse.gemini.management:1.0.5.RELEASE
> 11:46:25,899 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: org.apache.commons.lang:2.5.0
> 11:46:25,906 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.camel.component.smpp.cloudhopper-smpp-component:1.0.0.SNAPSHOT
> 11:46:25,909 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.hornetq-integration:0.4.0.SNAPSHOT
> 11:46:25,911 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-id-mapping-service-api:0.4.0.SNAPSHOT
> 11:46:25,915 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.springsource.org.aspectj.weaver:1.7.1.RELEASE
> 11:46:25,918 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.commons.io:2.4.0
> 11:46:25,918 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.verisign.smq.spi:1.2.0
> 11:46:25,931 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.jboss.netty:3.6.3.Final
> 11:46:25,935 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: org.eclipse.jetty.security:9.0.1.v20130408
> 11:46:25,939 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.io:1.0.2.RELEASE
> 11:46:25,944 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.eclipse.gemini.blueprint.extender:1.0.2.RELEASE
> 11:46:25,946 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: ch.qos.logback.core:1.0.11
> 11:46:25,944 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.jgroups:3.2.5.Final
> 11:46:25,948 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: com.mm.camel.component.smpp.cloudhopper-smpp-component-spi:1.0.0.SNAPSHOT
> 11:46:25,953 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.camel.camel-sjms:2.12.0.SNAPSHOT
> 11:46:25,954 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.context:3.2.2.RELEASE
> 11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.springframework.orm:3.2.2.RELEASE
> 11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.springframework.beans:3.2.2.RELEASE
> 11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: slf4j.api:1.7.5
> 11:46:25,957 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.mm.camel.component.http.component-spi:0.4.0.SNAPSHOT
> 11:46:25,957 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: com.mm.voldemort.protostuff-serializer:1.1.0
> 11:46:25,960 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: com.google.guava:13.0.1
> 11:46:25,962 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.mm.gateway.messaging.carrier-id-mapping-service-impl:0.4.0.SNAPSHOT
> 11:46:25,963 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.apache.camel.camel-jms:2.12.0.SNAPSHOT
> 11:46:25,954 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: com.cloudhopper.ch-commons-util:6.0.1
> 11:46:25,966 INFO [org.jboss.osgi.framework] (MSC service thread 1-7) JBOSGI011001: Bundle installed: org.apache.servicemix.bundles.xmlpull:1.1.3.1_2
> 11:46:25,967 INFO [org.jboss.osgi.framework] (MSC service thread 1-4) JBOSGI011001: Bundle installed: com.cloudhopper.ch-smpp:5.0.1
> 11:46:25,965 INFO [org.jboss.osgi.framework] (MSC service thread 1-8) JBOSGI011001: Bundle installed: org.apache.servicemix.bundles.kxml2:2.3.0.3
> 11:46:25,955 INFO [org.jboss.osgi.framework] (MSC service thread 1-6) JBOSGI011001: Bundle installed: org.eclipse.jetty.server:9.0.1.v20130408
> 11:46:25,969 INFO [org.jboss.osgi.framework] (MSC service thread 1-5) JBOSGI011001: Bundle installed: org.xerial.snappy.snappy-java:1.0.4.1
> 11:46:25,968 INFO [org.jboss.osgi.framework] (MSC service thread 1-1) JBOSGI011001: Bundle installed: org.springframework.jms:3.2.2.RELEASE
> 11:46:25,967 INFO [org.jboss.osgi.framework] (MSC service thread 1-2) JBOSGI011001: Bundle installed: org.springframework.aspects:3.2.2.RELEASE
> 11:46:25,984 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011001: Bundle installed: org.apache.camel.camel-spring:2.12.0.SNAPSHOT
> 11:46:29,588 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jbosgi.PersistentBundles.RESOLVE: org.jboss.msc.service.StartException in service jbosgi.PersistentBundles.RESOLVE: Failed to start service
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1930) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> Caused by: java.lang.NullPointerException
> at org.jboss.as.osgi.service.ModuleLoaderIntegration$FrameworkModuleLoaderImpl.createModuleService(ModuleLoaderIntegration.java:230)
> at org.jboss.osgi.framework.internal.ResolverImpl.createModuleServices(ResolverImpl.java:382)
> at org.jboss.osgi.framework.internal.ResolverImpl.applyResolverResults(ResolverImpl.java:319)
> at org.jboss.osgi.framework.internal.ResolverImpl.resolveInternal(ResolverImpl.java:179)
> at org.jboss.osgi.framework.internal.ResolverImpl.resolveAndApply(ResolverImpl.java:125)
> at org.jboss.osgi.framework.internal.FrameworkWiringImpl.resolveBundles(FrameworkWiringImpl.java:241)
> at org.jboss.osgi.framework.spi.BootstrapBundlesResolve.start(BootstrapBundlesResolve.java:122)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1974) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1907) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> ... 3 more
> 11:46:29,637 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "log4j-over-slf4j-1.7.5.jar" (runtime-name : "log4j-over-slf4j-1.7.5.jar")
> 11:46:29,638 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jcl-over-slf4j-1.7.5.jar" (runtime-name : "jcl-over-slf4j-1.7.5.jar")
> 11:46:29,638 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.beans-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.beans-3.2.2.RELEASE.jar")
> 11:46:29,638 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "gemini-blueprint-extender-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-extender-1.0.2.RELEASE.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.jdbc-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.jdbc-3.2.2.RELEASE.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name : "carrier-statuscode-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-util-9.0.1.v20130408.jar" (runtime-name : "jetty-util-9.0.1.v20130408.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar" (runtime-name : "org.apache.servicemix.bundles.libthrift-0.7.0_1.jar")
> 11:46:29,639 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-server-9.0.1.v20130408.jar" (runtime-name : "jetty-server-9.0.1.v20130408.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "number-service-api-0.4-SNAPSHOT.jar" (runtime-name : "number-service-api-0.4-SNAPSHOT.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-http-9.0.1.v20130408.jar" (runtime-name : "jetty-http-9.0.1.v20130408.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "hornetq-integration-0.4-SNAPSHOT.jar" (runtime-name : "hornetq-integration-0.4-SNAPSHOT.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-schema-1.2.jar" (runtime-name : "smq-schema-1.2.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name : "carrier-id-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:29,640 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-io-2.4.jar" (runtime-name : "commons-io-2.4.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar" (runtime-name : "carrier-datacoding-mapping-service-api-0.4-SNAPSHOT.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "snappy-java-1.0.4.1.jar" (runtime-name : "snappy-java-1.0.4.1.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "netty-3.6.3.Final.jar" (runtime-name : "netty-3.6.3.Final.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-jms-2.12-20130415.050425-14.jar" (runtime-name : "camel-jms-2.12-20130415.050425-14.jar")
> 11:46:29,641 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-common-codecs-1.2.jar" (runtime-name : "smq-common-codecs-1.2.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jdom-1.1.3.jar" (runtime-name : "jdom-1.1.3.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-logging-1.1.1.jar" (runtime-name : "commons-logging-1.1.1.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "routing-engine-0.4-SNAPSHOT.jar" (runtime-name : "routing-engine-0.4-SNAPSHOT.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "common-message-0.4-SNAPSHOT.jar" (runtime-name : "common-message-0.4-SNAPSHOT.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-runtime-1.0.7.jar" (runtime-name : "protostuff-runtime-1.0.7.jar")
> 11:46:29,642 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-servlet-9.0.1.v20130408.jar" (runtime-name : "jetty-servlet-9.0.1.v20130408.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar" (runtime-name : "org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "joda-time-2.2.jar" (runtime-name : "joda-time-2.2.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "ch-smpp-5.0.1.jar" (runtime-name : "ch-smpp-5.0.1.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar" (runtime-name : "org.apache.servicemix.bundles.kxml2-2.3.0_3.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-uberjar-1.0.7.jar" (runtime-name : "protostuff-uberjar-1.0.7.jar")
> 11:46:29,643 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "carrier-datacoding-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-lang-2.5.jar" (runtime-name : "commons-lang-2.5.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-security-9.0.1.v20130408.jar" (runtime-name : "jetty-security-9.0.1.v20130408.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-api-1.0.7.jar" (runtime-name : "protostuff-api-1.0.7.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "paranamer-2.3.jar" (runtime-name : "paranamer-2.3.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "carrier-id-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-spring-2.12-20130415.050508-14.jar" (runtime-name : "camel-spring-2.12-20130415.050508-14.jar")
> 11:46:29,644 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protobuf-java-2.4.1.jar" (runtime-name : "protobuf-java-2.4.1.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jgroups-3.2.5.Final.jar" (runtime-name : "jgroups-3.2.5.Final.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-core-2.12-20130415.050256-14.jar" (runtime-name : "camel-core-2.12-20130415.050256-14.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-collectionschema-1.0.7.jar" (runtime-name : "protostuff-collectionschema-1.0.7.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-codec-1.7.jar" (runtime-name : "commons-codec-1.7.jar")
> 11:46:29,645 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "ch-commons-charset-3.0.0.jar" (runtime-name : "ch-commons-charset-3.0.0.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "cloudhopper-smpp-component-1.0-SNAPSHOT.jar" (runtime-name : "cloudhopper-smpp-component-1.0-SNAPSHOT.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "woodstox-core-asl-4.0.3.jar" (runtime-name : "woodstox-core-asl-4.0.3.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "ch-commons-util-6.0.1.jar" (runtime-name : "ch-commons-util-6.0.1.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jackson-mapper-asl-1.8.8.jar" (runtime-name : "jackson-mapper-asl-1.8.8.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-opaque-schema-1.2.jar" (runtime-name : "smq-opaque-schema-1.2.jar")
> 11:46:29,646 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "stax-api-1.0.1.jar" (runtime-name : "stax-api-1.0.1.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-fs-1.2.jar" (runtime-name : "smq-fs-1.2.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-component-1.2.jar" (runtime-name : "smq-component-1.2.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "camel-sjms-2.12-20130415.050502-14.jar" (runtime-name : "camel-sjms-2.12-20130415.050502-14.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "voldemort-aggregation-repository-0.4-SNAPSHOT.jar" (runtime-name : "voldemort-aggregation-repository-0.4-SNAPSHOT.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "voldemort-osgi-1.3.1.jar" (runtime-name : "voldemort-osgi-1.3.1.jar")
> 11:46:29,647 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "avro-1.7.2.jar" (runtime-name : "avro-1.7.2.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-io-9.0.1.v20130408.jar" (runtime-name : "jetty-io-9.0.1.v20130408.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-spi-1.2.jar" (runtime-name : "smq-spi-1.2.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "http-component-spi-0.4-20130402.174124-2.jar" (runtime-name : "http-component-spi-0.4-20130402.174124-2.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "number-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "number-service-impl-0.4-SNAPSHOT.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "commons-pool-1.6.jar" (runtime-name : "commons-pool-1.6.jar")
> 11:46:29,648 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "hawtio-osgi-1.0.war" (runtime-name : "hawtio-osgi-1.0.war")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "stax2-api-3.0.1.jar" (runtime-name : "stax2-api-3.0.1.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "guava-13.0.1.jar" (runtime-name : "guava-13.0.1.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jackson-core-asl-1.8.8.jar" (runtime-name : "jackson-core-asl-1.8.8.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar" (runtime-name : "carrier-statuscode-mapping-service-impl-0.4-SNAPSHOT.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "http-component-0.4-SNAPSHOT.jar" (runtime-name : "http-component-0.4-SNAPSHOT.jar")
> 11:46:29,649 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "voldemort-protostuff-serializer-1.1.jar" (runtime-name : "voldemort-protostuff-serializer-1.1.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "dummy-0.4-SNAPSHOT.jar" (runtime-name : "dummy-0.4-SNAPSHOT.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "jetty-jmx-9.0.1.v20130408.jar" (runtime-name : "jetty-jmx-9.0.1.v20130408.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "protostuff-core-1.0.7.jar" (runtime-name : "protostuff-core-1.0.7.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "smq-common-1.2.jar" (runtime-name : "smq-common-1.2.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar" (runtime-name : "cloudhopper-smpp-component-spi-1.0-SNAPSHOT.jar")
> 11:46:29,650 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.jms-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.jms-3.2.2.RELEASE.jar")
> 11:46:29,651 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.orm-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.orm-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.expression-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.expression-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.aspects-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.aspects-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.core-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.core-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "logback-classic-1.0.11.jar" (runtime-name : "logback-classic-1.0.11.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.aop-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.aop-3.2.2.RELEASE.jar")
> 11:46:29,652 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "gemini-blueprint-io-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-io-1.0.2.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar" (runtime-name : "com.springsource.org.aspectj.weaver-1.7.1.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.osgi.enterprise-5.0.0.jar" (runtime-name : "org.osgi.enterprise-5.0.0.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.transaction-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.transaction-3.2.2.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar" (runtime-name : "com.springsource.com.fasterxml.jackson.core.jackson-core-2.0.2.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "gemini-blueprint-core-1.0.2.RELEASE.jar" (runtime-name : "gemini-blueprint-core-1.0.2.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.springframework.context-3.2.2.RELEASE.jar" (runtime-name : "org.springframework.context-3.2.2.RELEASE.jar")
> 11:46:29,653 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "logback-core-1.0.11.jar" (runtime-name : "logback-core-1.0.11.jar")
> 11:46:29,654 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "com.springsource.org.aopalliance-1.0.0.jar" (runtime-name : "com.springsource.org.aopalliance-1.0.0.jar")
> 11:46:29,654 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "org.eclipse.gemini.management-1.0.5.RELEASE.jar" (runtime-name : "org.eclipse.gemini.management-1.0.5.RELEASE.jar")
> 11:46:29,654 INFO [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS018559: Deployed "slf4j-api-1.7.5.jar" (runtime-name : "slf4j-api-1.7.5.jar")
> 11:46:29,655 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
> JBAS014775: New missing/unsatisfied dependencies:
> service jbosgi.PersistentBundles.COMPLETE (missing) dependents: [service jboss.deployment.unit."number-service-impl-0.4-SNAPSHOT.jar".CONFIGURE_MODULE, service jboss.deployment.unit."snappy-java-1.0.4.1.jar".CONFIGURE_MODULE, service jboss.deployment.unit."org.springframework.aspects-3.2.2.RELEASE.jar".CONFIGURE_MODULE, service jboss.deployment.unit."org.apache.servicemix.bundles.xmlpull-1.1.3.1_2.jar".CONFIGURE_MODULE, JBAS014799: ... and 78 more ]
> JBAS014777: Services which failed to start: service jbosgi.PersistentBundles.RESOLVE: org.jboss.msc.service.StartException in service jbosgi.PersistentBundles.RESOLVE: Failed to start service
> 11:46:29,746 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
> 11:46:29,746 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
> 11:46:29,746 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 8.0.0.Alpha1-SNAPSHOT "TBD" started (with errors) in 7701ms - Started 1099 of 1266 services (85 services failed or missing dependencies, 159 services are lazy, passive or on-demand)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (JGRP-1622) Add a commandline troubleshooting tool
by Ray Tsang (JIRA)
[ https://issues.jboss.org/browse/JGRP-1622?page=com.atlassian.jira.plugin.... ]
Ray Tsang commented on JGRP-1622:
---------------------------------
Bela thanks for the tip. It would be nice to document this in JGroups manual.
For others looking at this ticket, the command lines are:
java -cp jgroups.jar -Djava.net.preferIPv4Stack=true org.jgroups.tests.Probe
java -cp jgroups.jar -Djava.net.preferIPv4Stack=true org.jgroups.demos.Chat -props config.xml
Add '-Djgroups.bind_addr=1.2.3.4' to specify a bind address if needed.
> Add a commandline troubleshooting tool
> --------------------------------------
>
> Key: JGRP-1622
> URL: https://issues.jboss.org/browse/JGRP-1622
> Project: JGroups
> Issue Type: Feature Request
> Reporter: Ray Tsang
> Assignee: Bela Ban
>
> There is currently a troubleshooting tool called "draw" documented here: http://www.jgroups.org/tutorial-3.x/html/ch01.html#d0e130
> In many troubleshooting scenarios, however, command line only troubleshooting tool would be much easier to use (since a lot of troubleshooting occurs in a remote server anyways).
> Proposing to create a commandline only tool that can probably simply echo what gets typed between nodes.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (AS7-6942) Random NPE on AS8 start
by Aaron Whiteside (JIRA)
Aaron Whiteside created AS7-6942:
------------------------------------
Summary: Random NPE on AS8 start
Key: AS7-6942
URL: https://issues.jboss.org/browse/AS7-6942
Project: Application Server 7
Issue Type: Bug
Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
Environment: JBoss 8AS Alpha1
Reporter: Aaron Whiteside
It happens randomly when I start the container with bundles deployed..
{code}
11:43:25,412 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jbosgi.PersistentBundles.RESOLVE: org.jboss.msc.service.StartException in service jbosgi.PersistentBundles.RESOLVE: Failed to start service
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1930) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
Caused by: java.lang.NullPointerException
at org.jboss.as.osgi.service.ModuleLoaderIntegration$FrameworkModuleLoaderImpl.createModuleService(ModuleLoaderIntegration.java:230)
at org.jboss.osgi.framework.internal.ResolverImpl.createModuleServices(ResolverImpl.java:382)
at org.jboss.osgi.framework.internal.ResolverImpl.applyResolverResults(ResolverImpl.java:319)
at org.jboss.osgi.framework.internal.ResolverImpl.resolveInternal(ResolverImpl.java:179)
at org.jboss.osgi.framework.internal.ResolverImpl.resolveAndApply(ResolverImpl.java:125)
at org.jboss.osgi.framework.internal.FrameworkWiringImpl.resolveBundles(FrameworkWiringImpl.java:241)
at org.jboss.osgi.framework.spi.BootstrapBundlesResolve.start(BootstrapBundlesResolve.java:122)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1974) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1907) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
... 3 more
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months