1
0
-1

With ONAP-1.1.0-STAGING-LATEST


From logs/SDC/SDC-BE/audit.log

2017-08-17T23:33:14.392Z|||||pool-33-thread-1|||SDC-BE||||||||INFO||||135.25.67.63||o.o.s.b.a.i.AuditingLogFormatUtil||ActivityType=<logAuditEvent>, Desc=<ACTION = "CreateDistributionTopic" D_ENV = "AUTO" TOPIC_NAME = "SDC-DISTR-NOTIF-TOPIC-AUTO" STATUS = "FAILED">

2017-08-17T23:34:14.387Z|||||pool-33-thread-1|||SDC-BE||||||||INFO||||135.25.67.63||o.o.s.b.a.i.AuditingLogFormatUtil||ActivityType=<logAuditEvent>, Desc=<ACTION = "CreateDistributionTopic" D_ENV = "AUTO" TOPIC_NAME = "SDC-DISTR-NOTIF-TOPIC-AUTO" STATUS = "FAILED">
2017-08-17T23:35:14.492Z|||||pool-33-thread-1|||SDC-BE||||||||INFO||||135.25.67.63||o.o.s.b.a.i.AuditingLogFormatUtil||ActivityType=<logAuditEvent>, Desc=<ACTION = "CreateDistributionTopic" D_ENV = "AUTO" TOPIC_NAME = "SDC-DISTR-NOTIF-TOPIC-AUTO" STATUS = "FAILED">


From logs/ASDC/ASDC-FE/error.log


2017-08-17T23:33:51.626Z|4b7d3a38-22f9-482b-a794-a2431ee46111||qtp1013423070-155||ASDC-FE|op0001|INFO||172.17.0.6|135.25.67.63|130.10.200.209|o.o.sdc.fe.servlets.FeProxyServlet|360|ActivityType=<?>, Desc=<SC="200">
2017-08-17T23:33:55.234Z|61f91d8b-e098-3cc2-c68c-28a0c41c72a5||qtp1013423070-162||ASDC-FE|op0001|INFO||172.17.0.6|135.25.67.63|130.10.200.209|o.o.sdc.fe.servlets.FeProxyServlet||ActivityType=<?>, Desc=<GET /sdc1/feProxy/rest/v1/catalog/services/006a90ad-b274-458c-981a-d4f096df0213/conformanceLevelValidation HTTP/1.1>
2017-08-17T23:33:55.282Z|61f91d8b-e098-3cc2-c68c-28a0c41c72a5||qtp1013423070-157||ASDC-FE|op0001|INFO||172.17.0.6|135.25.67.63|130.10.200.209|o.o.sdc.fe.servlets.FeProxyServlet|49|ActivityType=<?>, Desc=<SC="200">
2017-08-17T23:33:55.399Z|978fb699-3ec4-4dde-8162-261d7f1e63c0|006a90ad-b274-458c-981a-d4f096df0213|qtp1013423070-160||ASDC-FE|op0001|INFO||172.17.0.6|135.25.67.63|130.10.200.209|o.o.sdc.fe.servlets.FeProxyServlet||ActivityType=<?>, Desc=<POST /sdc1/feProxy/rest/v1/catalog/services/03633585-497e-4c2d-b12d-dd89bc8aa631/distribution/PROD/activate HTTP/1.1>
2017-08-17T23:33:55.442Z|978fb699-3ec4-4dde-8162-261d7f1e63c0|006a90ad-b274-458c-981a-d4f096df0213|qtp1013423070-162||ASDC-FE|op0001|INFO||172.17.0.6|135.25.67.63|130.10.200.209|o.o.sdc.fe.servlets.FeProxyServlet|43|ActivityType=<?>, Desc=<SC="500">

    CommentAdd your comment...

    3 answers

    1.  
      1
      0
      -1

      Thanks Pavel Aharoni for the help. 

      From the DMaaP logs 

      Intercept strategies added to the context: SpringCamelContext(default-0) with spring id org.springframework.web.context.WebApplicationContext: --> []
      14:21:43.117 [main] ERROR ajsc.ComputeService - NMBS-COMPUTESVC-0021: Failed to load bean definitions from: /appl/dmaapMR1/conf/dmaap/v1/serviceBeans.xml - EXCEPTION: Line 1 in XML document from URL [file:/appl/dmaapMR1/conf/dmaap/v1/serviceBeans.xml] is invalid; nested exception is org.xml.sax.SAXParseException;

      Problem is with proxies. Java is unable to download the bean packages. 

      Updating startup.sh file of docker container dockerfiles_dmaap_1  solved the problem

      java -jar  -XX:MaxPermSize=256m -XX:PermSize=32m -DSOACLOUD_SERVICE_VERSION=0.0.1 -DAJSC_HOME=$root_directory -DAJSC_CONF_HOME=$config_directory -DAJSC_SHARED_CONFIG=$config_directory -DAJSC_HTTPS_PORT=3905 -Dplatform=NON-PROD -DPid=1306 -Dlogback.configurationFile=/appl/dmaapMR1/bundleconfig/etc/logback.xml -Dhttp.proxyHost=<ip> -Dhttp.proxyPort=<port> -Dhttps.proxyHost=<ip> -Dhttps.proxyPort=<port> -Xmx512m -Xms512m  $runner_file context=/ port=3904 sslport=3905

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi kranthi guttikonda,

        Seems like indeed there's no connection from SDC BE to DMAAP, right from the app start. Can you please provide the following files for analysis:

        logs/SDC/SDC-BE/error.log

        logs/SDC/SDC-BE/debug.log

        config/catalog-be/distribution-engine-configuration.yaml


        Thanks


        1. kranthi guttikonda

          Hi Pavel Aharoni

          Attached the zip file contains the all logs and distribution-engine-configuration.yaml. debug.log is empty. 

          sdc-BE.zip

        2. kranthi guttikonda

          Hi Pavel Aharoni / Idan Amit

          Any clue from the logs for the failure?

          Thanks for the help,

          ~ Kranthi

        3. Pavel Aharoni

          Hi kranthi guttikonda


          This is from the logs


          2017-08-22T09:04:14.371Z|||||pool-33-thread-1|||SDC-BE||||||||INFO||||135.25.67.63||c.att.nsa.apiClient.http.HttpClient||ActivityType=<?>, Desc=<GET http://10.0.11.1:3904/topics (anonymous) ...>
          2017-08-22T09:04:14.383Z|||||pool-33-thread-1|||SDC-BE||||||||INFO||||135.25.67.63||c.att.nsa.apiClient.http.HttpClient||ActivityType=<?>, Desc=< --> HTTP/1.1 404 Not Found>
          2017-08-22T09:04:14.383Z|||||pool-33-thread-1|||SDC-BE||||||||WARN||||135.25.67.63||c.a.n.c.c.impl.CambriaMetaClient||ActivityType=<?>, Desc=<No /topics endpoint on service.>

          Meaning that for some reason, the /topics endpoint is not accessible on 10.0.11.1 UEB server from your server. I don't know what end the problem is at, yours or UEB, but hope it helps with your investigation.


        CommentAdd your comment...
      2.  
        1
        0
        -1

        HI kranthi guttikonda

        Can you please run health check in your environment and send the output here?

        I want to see if the connection to the dmaap is working as it should


        Thanks

        1. kranthi guttikonda

          Hi Idan Amit

          root@onap-sdc:~# /data/scripts/docker_health.sh
          {
          "cluster_name" : "SDC-ES-AUTO",
          "status" : "yellow",
          "timed_out" : false,
          "number_of_nodes" : 1,
          "number_of_data_nodes" : 1,
          "active_primary_shards" : 2,
          "active_shards" : 2,
          "relocating_shards" : 0,
          "initializing_shards" : 0,
          "unassigned_shards" : 1,
          "delayed_unassigned_shards" : 0,
          "number_of_pending_tasks" : 0,
          "number_of_in_flight_fetch" : 0,
          "task_max_waiting_in_queue_millis" : 0,
          "active_shards_percent_as_number" : 66.66666666666666
          }
          BE health-Check:
          {
          "sdcVersion": "1.1.0-SNAPSHOT",
          "siteMode": "unknown",
          "componentsInfo": [
          {
          "healthCheckComponent": "BE",
          "healthCheckStatus": "UP",
          "version": "1.1.0-SNAPSHOT",
          "description": "OK"
          },
          {
          "healthCheckComponent": "TITAN",
          "healthCheckStatus": "UP",
          "description": "OK"
          },
          {
          "healthCheckComponent": "DE",
          "healthCheckStatus": "DOWN",
          "description": "U-EB cluster is not available"
          },
          {
          "healthCheckComponent": "CASSANDRA",
          "healthCheckStatus": "UP",
          "description": "OK"
          },
          {
          "healthCheckComponent": "ON_BOARDING",
          "healthCheckStatus": "UP",
          "version": "1.1.0-SNAPSHOT",
          "description": "OK",
          "componentsInfo": [
          {
          "healthCheckComponent": "ZU",
          "healthCheckStatus": "UP",
          "version": "0.2.0",
          "description": "OK"
          },
          {
          "healthCheckComponent": "BE",
          "healthCheckStatus": "UP",
          "version": "1.1.0-SNAPSHOT",
          "description": "OK"
          },
          {
          "healthCheckComponent": "CAS",
          "healthCheckStatus": "UP",
          "version": "2.1.17",
          "description": "OK"
          }
          ]
          }
          ]
          }

          FE health-Check:
          {
          "sdcVersion": "1.1.0-SNAPSHOT",
          "siteMode": "unknown",
          "componentsInfo": [
          {
          "healthCheckComponent": "BE",
          "healthCheckStatus": "UP",
          "version": "1.1.0-SNAPSHOT",
          "description": "OK"
          },
          {
          "healthCheckComponent": "TITAN",
          "healthCheckStatus": "UP",
          "description": "OK"
          },
          {
          "healthCheckComponent": "DE",
          "healthCheckStatus": "DOWN",
          "description": "U-EB cluster is not available"
          },
          {
          "healthCheckComponent": "CASSANDRA",
          "healthCheckStatus": "UP",
          "description": "OK"
          },
          {
          "healthCheckComponent": "ON_BOARDING",
          "healthCheckStatus": "UP",
          "version": "1.1.0-SNAPSHOT",
          "description": "OK",
          "componentsInfo": [
          {
          "healthCheckComponent": "ZU",
          "healthCheckStatus": "UP",
          "version": "0.2.0",
          "description": "OK"
          },
          {
          "healthCheckComponent": "BE",
          "healthCheckStatus": "UP",
          "version": "1.1.0-SNAPSHOT",
          "description": "OK"
          },
          {
          "healthCheckComponent": "CAS",
          "healthCheckStatus": "UP",
          "version": "2.1.17",
          "description": "OK"
          },
          {
          "healthCheckComponent": "FE",
          "healthCheckStatus": "DOWN",
          "description": "Response code: 404"
          }
          ]
          },
          {
          "healthCheckComponent": "FE",
          "healthCheckStatus": "UP",
          "version": "1.1.0-SNAPSHOT",
          "description": "OK"
          }
          ]
          }

          check user existance: OK
          root@onap-sdc:~#

        2. Idan Amit

          Against which dmaap you're working? 

          According to the health cheack your dmaap is down:

          "healthCheckComponent": "DE",
          "healthCheckStatus": "DOWN",
          "description": "U-EB cluster is not available"

        3. kranthi guttikonda

          Hi Idan Amit


          I am using ONAP-1.1.0-STAGING-LATEST master branch (latest docker images whatever available). I see the following errors in dmap


          isosgiEnable= false
          14:21:11.905 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:11.908 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:11.909 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:11.938 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:11.953 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:11.986 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:11.998 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:12.019 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:12.033 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:12.039 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:12.061 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:12.070 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:12.076 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:12.094 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:12.100 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:12.164 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:12.184 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:12.189 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:12.203 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:12.212 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          14:21:12.225 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          DocService initialized successfully
          /appl/dmaapMR1/services/deployed/
          14:21:19.967 [main] ERROR ajsc.VandelayService - NMBS-VANDELAYSVC-0565: For user [dmaap service], [{}] failed to import due to non-existent Context name
          /appl/dmaapMR1/services/deployed/
          PropertiesService initialized successfully
          DocService initialized successfully
          UserDefinedJarService initialized successfully
          UserDefinedBeansDefService initialized successfully
          ComputeService::start
          Adding intercept strategies to the context
          Intercept strategies added to the context: SpringCamelContext(default-0) with spring id org.springframework.web.context.WebApplicationContext: --> []
          14:21:43.117 [main] ERROR ajsc.ComputeService - NMBS-COMPUTESVC-0021: Failed to load bean definitions from: /appl/dmaapMR1/conf/dmaap/v1/serviceBeans.xml - EXCEPTION: Line 1 in XML document from URL [file:/appl/dmaapMR1/conf/dmaap/v1/serviceBeans.xml] is invalid; nested exception is org.xml.sax.SAXParseException; systemId: http://cso.att.com/FAQs/URLFiltering/ProxyWarning.html; lineNumber: 1; columnNumber: 3; The markup in the document preceding the root element must be well-formed.
          CAUSED BY: org.xml.sax.SAXParseException; systemId: http://cso.att.com/FAQs/URLFiltering/ProxyWarning.html; lineNumber: 1; columnNumber: 3; The markup in the document preceding the root element must be well-formed.
          STACKTRACE: at org.springframework.beans.factory.xml.XmlBeanDefinitionReader(doLoadBeanDefinitions:396)
          at org.springframework.beans.factory.xml.XmlBeanDefinitionReader(loadBeanDefinitions:334)
          at org.springframework.beans.factory.xml.XmlBeanDefinitionReader(loadBeanDefinitions:302)
          at grails.spring.BeanBuilder(importBeans:199)
          at ajsc.ComputeService$_loadBeans_closure10(doCall:322)
          at ajsc.ComputeService(loadBeans:314)
          at ajsc.ComputeService$loadBeans$2(callCurrent:-1)
          at ajsc.ComputeService(start:377)
          at ajsc.ComputeService$_start_closure11(doCall:359)
          at ajsc.ComputeService(start:352)
          at ajsc.ComputeService(init:958)
          at ajsc.ComputeService$init(call:-1)
          at ajsc.RouteMgmtService(init:148)
          at ajsc.RouteMgmtService$init$0(call:-1)
          at ajsc.ContextMgr(onApplicationEvent:19)
          at org.springframework.context.event.SimpleApplicationEventMulticaster(multicastEvent:96)
          at org.springframework.context.support.AbstractApplicationContext(publishEvent:334)
          at org.springframework.context.support.AbstractApplicationContext(finishRefresh:948)
          at org.springframework.context.support.AbstractApplicationContext(refresh:482)
          at org.springframework.web.context.ContextLoader(configureAndRefreshWebApplicationContext:389)
          at org.springframework.web.context.ContextLoader(initWebApplicationContext:294)
          at org.springframework.web.context.ContextLoaderListener(contextInitialized:112)
          at org.eclipse.jetty.server.handler.ContextHandler(callContextInitialized:800)
          at org.eclipse.jetty.servlet.ServletContextHandler(callContextInitialized:444)
          at org.eclipse.jetty.server.handler.ContextHandler(startContext:791)
          at org.eclipse.jetty.servlet.ServletContextHandler(startContext:294)
          at org.eclipse.jetty.webapp.WebAppContext(startWebapp:1349)
          at org.eclipse.jetty.webapp.WebAppContext(startContext:1342)
          at org.eclipse.jetty.server.handler.ContextHandler(doStart:741)
          at org.eclipse.jetty.webapp.WebAppContext(doStart:505)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.handler.ContextHandlerCollection(doStart:163)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.server.Server(start:387)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.Server(doStart:354)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at com.att.ajsc.runner.Runner(main:227)

          RestletComponentFactory.getRestletComponent for key: default:0
          RestletComponentFactory.getRestletComponent returning RestletComponent: org.apache.camel.component.restlet.RestletComponent@62a68bcb
          ComputeService::Started
          14:21:58.938 [main] ERROR ajsc.ComputeService - NMBS-COMPUTESVC-0042: addRoute for dmaap:transactionService:v1 failed - EXCEPTION: Failed to create route dmaap:transactionService:v1 at: >>> To[cxfbean:transactionService?providers=#jacksonProvider,#cambriaExMapper,#webExMapper] <<< in route: Route(dmaap:transactionService:v1)[[From[att-dme2-servlet://... because of Failed to resolve endpoint: cxfbean://transactionService?providers=%23jacksonProvider%2C%23cambriaExMapper%2C%23webExMapper due to: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          CAUSED BY: org.apache.camel.NoSuchBeanException: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          STACKTRACE: at org.apache.camel.model.RouteDefinition(addRoutes:1039)
          at org.apache.camel.model.RouteDefinition(addRoutes:196)
          at org.apache.camel.impl.DefaultCamelContext(startRoute:841)
          at org.apache.camel.impl.DefaultCamelContext(startRouteDefinitions:2911)
          at org.apache.camel.impl.DefaultCamelContext(addRouteDefinitions:775)
          at org.apache.camel.model.ModelCamelContext$addRouteDefinitions$0(call:-1)
          at ajsc.ComputeService(addRoute:872)
          at ajsc.ComputeService$_init_closure15(doCall:970)
          at ajsc.ComputeService(init:970)
          at ajsc.ComputeService$init(call:-1)
          at ajsc.RouteMgmtService(init:148)
          at ajsc.RouteMgmtService$init$0(call:-1)
          at ajsc.ContextMgr(onApplicationEvent:19)
          at org.springframework.context.event.SimpleApplicationEventMulticaster(multicastEvent:96)
          at org.springframework.context.support.AbstractApplicationContext(publishEvent:334)
          at org.springframework.context.support.AbstractApplicationContext(finishRefresh:948)
          at org.springframework.context.support.AbstractApplicationContext(refresh:482)
          at org.springframework.web.context.ContextLoader(configureAndRefreshWebApplicationContext:389)
          at org.springframework.web.context.ContextLoader(initWebApplicationContext:294)
          at org.springframework.web.context.ContextLoaderListener(contextInitialized:112)
          at org.eclipse.jetty.server.handler.ContextHandler(callContextInitialized:800)
          at org.eclipse.jetty.servlet.ServletContextHandler(callContextInitialized:444)
          at org.eclipse.jetty.server.handler.ContextHandler(startContext:791)
          at org.eclipse.jetty.servlet.ServletContextHandler(startContext:294)
          at org.eclipse.jetty.webapp.WebAppContext(startWebapp:1349)
          at org.eclipse.jetty.webapp.WebAppContext(startContext:1342)
          at org.eclipse.jetty.server.handler.ContextHandler(doStart:741)
          at org.eclipse.jetty.webapp.WebAppContext(doStart:505)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.handler.ContextHandlerCollection(doStart:163)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.server.Server(start:387)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.Server(doStart:354)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at com.att.ajsc.runner.Runner(main:227)

          14:22:01.173 [main] ERROR ajsc.ComputeService - NMBS-COMPUTESVC-0042: addRoute for dmaap:UIService:v1 failed - EXCEPTION: Failed to create route dmaap:UIService:v1 at: >>> To[cxfbean:UIService?providers=#jacksonProvider,#cambriaExMapper,#webExMapper] <<< in route: Route(dmaap:UIService:v1)[[From[att-dme2-servlet:///UI?match... because of Failed to resolve endpoint: cxfbean://UIService?providers=%23jacksonProvider%2C%23cambriaExMapper%2C%23webExMapper due to: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          CAUSED BY: org.apache.camel.NoSuchBeanException: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          STACKTRACE: at org.apache.camel.model.RouteDefinition(addRoutes:1039)
          at org.apache.camel.model.RouteDefinition(addRoutes:196)
          at org.apache.camel.impl.DefaultCamelContext(startRoute:841)
          at org.apache.camel.impl.DefaultCamelContext(startRouteDefinitions:2911)
          at org.apache.camel.impl.DefaultCamelContext(addRouteDefinitions:775)
          at org.apache.camel.model.ModelCamelContext$addRouteDefinitions$0(call:-1)
          at ajsc.ComputeService(addRoute:872)
          at ajsc.ComputeService$_init_closure15(doCall:970)
          at ajsc.ComputeService(init:970)
          at ajsc.ComputeService$init(call:-1)
          at ajsc.RouteMgmtService(init:148)
          at ajsc.RouteMgmtService$init$0(call:-1)
          at ajsc.ContextMgr(onApplicationEvent:19)
          at org.springframework.context.event.SimpleApplicationEventMulticaster(multicastEvent:96)
          at org.springframework.context.support.AbstractApplicationContext(publishEvent:334)
          at org.springframework.context.support.AbstractApplicationContext(finishRefresh:948)
          at org.springframework.context.support.AbstractApplicationContext(refresh:482)
          at org.springframework.web.context.ContextLoader(configureAndRefreshWebApplicationContext:389)
          at org.springframework.web.context.ContextLoader(initWebApplicationContext:294)
          at org.springframework.web.context.ContextLoaderListener(contextInitialized:112)
          at org.eclipse.jetty.server.handler.ContextHandler(callContextInitialized:800)
          at org.eclipse.jetty.servlet.ServletContextHandler(callContextInitialized:444)
          at org.eclipse.jetty.server.handler.ContextHandler(startContext:791)
          at org.eclipse.jetty.servlet.ServletContextHandler(startContext:294)
          at org.eclipse.jetty.webapp.WebAppContext(startWebapp:1349)
          at org.eclipse.jetty.webapp.WebAppContext(startContext:1342)
          at org.eclipse.jetty.server.handler.ContextHandler(doStart:741)
          at org.eclipse.jetty.webapp.WebAppContext(doStart:505)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.handler.ContextHandlerCollection(doStart:163)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.server.Server(start:387)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.Server(doStart:354)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at com.att.ajsc.runner.Runner(main:227)

          14:22:02.267 [main] ERROR ajsc.ComputeService - NMBS-COMPUTESVC-0042: addRoute for dmaap:metricsService:v1 failed - EXCEPTION: Failed to create route dmaap:metricsService:v1 at: >>> To[cxfbean:metricsService?providers=#jacksonProvider,#cambriaExMapper,#webExMapper] <<< in route: Route(dmaap:metricsService:v1)[[From[att-dme2-servlet:///met... because of Failed to resolve endpoint: cxfbean://metricsService?providers=%23jacksonProvider%2C%23cambriaExMapper%2C%23webExMapper due to: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          CAUSED BY: org.apache.camel.NoSuchBeanException: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          STACKTRACE: at org.apache.camel.model.RouteDefinition(addRoutes:1039)
          at org.apache.camel.model.RouteDefinition(addRoutes:196)
          at org.apache.camel.impl.DefaultCamelContext(startRoute:841)
          at org.apache.camel.impl.DefaultCamelContext(startRouteDefinitions:2911)
          at org.apache.camel.impl.DefaultCamelContext(addRouteDefinitions:775)
          at org.apache.camel.model.ModelCamelContext$addRouteDefinitions$0(call:-1)
          at ajsc.ComputeService(addRoute:872)
          at ajsc.ComputeService$_init_closure15(doCall:970)
          at ajsc.ComputeService(init:970)
          at ajsc.ComputeService$init(call:-1)
          at ajsc.RouteMgmtService(init:148)
          at ajsc.RouteMgmtService$init$0(call:-1)
          at ajsc.ContextMgr(onApplicationEvent:19)
          at org.springframework.context.event.SimpleApplicationEventMulticaster(multicastEvent:96)
          at org.springframework.context.support.AbstractApplicationContext(publishEvent:334)
          at org.springframework.context.support.AbstractApplicationContext(finishRefresh:948)
          at org.springframework.context.support.AbstractApplicationContext(refresh:482)
          at org.springframework.web.context.ContextLoader(configureAndRefreshWebApplicationContext:389)
          at org.springframework.web.context.ContextLoader(initWebApplicationContext:294)
          at org.springframework.web.context.ContextLoaderListener(contextInitialized:112)
          at org.eclipse.jetty.server.handler.ContextHandler(callContextInitialized:800)
          at org.eclipse.jetty.servlet.ServletContextHandler(callContextInitialized:444)
          at org.eclipse.jetty.server.handler.ContextHandler(startContext:791)
          at org.eclipse.jetty.servlet.ServletContextHandler(startContext:294)
          at org.eclipse.jetty.webapp.WebAppContext(startWebapp:1349)
          at org.eclipse.jetty.webapp.WebAppContext(startContext:1342)
          at org.eclipse.jetty.server.handler.ContextHandler(doStart:741)
          at org.eclipse.jetty.webapp.WebAppContext(doStart:505)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.handler.ContextHandlerCollection(doStart:163)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.server.Server(start:387)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.Server(doStart:354)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at com.att.ajsc.runner.Runner(main:227)

          14:22:03.478 [main] ERROR ajsc.ComputeService - NMBS-COMPUTESVC-0042: addRoute for dmaap:adminService:v1 failed - EXCEPTION: Failed to create route dmaap:adminService:v1 at: >>> To[cxfbean:adminService?providers=#jacksonProvider,#cambriaExMapper,#webExMapper] <<< in route: Route(dmaap:adminService:v1)[[From[att-dme2-servlet:///admin... because of Failed to resolve endpoint: cxfbean://adminService?providers=%23jacksonProvider%2C%23cambriaExMapper%2C%23webExMapper due to: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          CAUSED BY: org.apache.camel.NoSuchBeanException: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          STACKTRACE: at org.apache.camel.model.RouteDefinition(addRoutes:1039)
          at org.apache.camel.model.RouteDefinition(addRoutes:196)
          at org.apache.camel.impl.DefaultCamelContext(startRoute:841)
          at org.apache.camel.impl.DefaultCamelContext(startRouteDefinitions:2911)
          at org.apache.camel.impl.DefaultCamelContext(addRouteDefinitions:775)
          at org.apache.camel.model.ModelCamelContext$addRouteDefinitions$0(call:-1)
          at ajsc.ComputeService(addRoute:872)
          at ajsc.ComputeService$_init_closure15(doCall:970)
          at ajsc.ComputeService(init:970)
          at ajsc.ComputeService$init(call:-1)
          at ajsc.RouteMgmtService(init:148)
          at ajsc.RouteMgmtService$init$0(call:-1)
          at ajsc.ContextMgr(onApplicationEvent:19)
          at org.springframework.context.event.SimpleApplicationEventMulticaster(multicastEvent:96)
          at org.springframework.context.support.AbstractApplicationContext(publishEvent:334)
          at org.springframework.context.support.AbstractApplicationContext(finishRefresh:948)
          at org.springframework.context.support.AbstractApplicationContext(refresh:482)
          at org.springframework.web.context.ContextLoader(configureAndRefreshWebApplicationContext:389)
          at org.springframework.web.context.ContextLoader(initWebApplicationContext:294)
          at org.springframework.web.context.ContextLoaderListener(contextInitialized:112)
          at org.eclipse.jetty.server.handler.ContextHandler(callContextInitialized:800)
          at org.eclipse.jetty.servlet.ServletContextHandler(callContextInitialized:444)
          at org.eclipse.jetty.server.handler.ContextHandler(startContext:791)
          at org.eclipse.jetty.servlet.ServletContextHandler(startContext:294)
          at org.eclipse.jetty.webapp.WebAppContext(startWebapp:1349)
          at org.eclipse.jetty.webapp.WebAppContext(startContext:1342)
          at org.eclipse.jetty.server.handler.ContextHandler(doStart:741)
          at org.eclipse.jetty.webapp.WebAppContext(doStart:505)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.handler.ContextHandlerCollection(doStart:163)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.server.Server(start:387)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.Server(doStart:354)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at com.att.ajsc.runner.Runner(main:227)

          14:22:04.723 [main] ERROR ajsc.ComputeService - NMBS-COMPUTESVC-0042: addRoute for dmaap:apiKeyService2:v1 failed - EXCEPTION: Failed to create route dmaap:apiKeyService2:v1 at: >>> To[cxfbean:apiKeyService?providers=#jacksonProvider,#cambriaExMapper,#webExMapper] <<< in route: Route(dmaap:apiKeyService2:v1)[[From[att-dme2-servlet:///api... because of Failed to resolve endpoint: cxfbean://apiKeyService?providers=%23jacksonProvider%2C%23cambriaExMapper%2C%23webExMapper due to: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          CAUSED BY: org.apache.camel.NoSuchBeanException: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          STACKTRACE: at org.apache.camel.model.RouteDefinition(addRoutes:1039)
          at org.apache.camel.model.RouteDefinition(addRoutes:196)
          at org.apache.camel.impl.DefaultCamelContext(startRoute:841)
          at org.apache.camel.impl.DefaultCamelContext(startRouteDefinitions:2911)
          at org.apache.camel.impl.DefaultCamelContext(addRouteDefinitions:775)
          at org.apache.camel.model.ModelCamelContext$addRouteDefinitions$0(call:-1)
          at ajsc.ComputeService(addRoute:872)
          at ajsc.ComputeService$_init_closure15(doCall:970)
          at ajsc.ComputeService(init:970)
          at ajsc.ComputeService$init(call:-1)
          at ajsc.RouteMgmtService(init:148)
          at ajsc.RouteMgmtService$init$0(call:-1)
          at ajsc.ContextMgr(onApplicationEvent:19)
          at org.springframework.context.event.SimpleApplicationEventMulticaster(multicastEvent:96)
          at org.springframework.context.support.AbstractApplicationContext(publishEvent:334)
          at org.springframework.context.support.AbstractApplicationContext(finishRefresh:948)
          at org.springframework.context.support.AbstractApplicationContext(refresh:482)
          at org.springframework.web.context.ContextLoader(configureAndRefreshWebApplicationContext:389)
          at org.springframework.web.context.ContextLoader(initWebApplicationContext:294)
          at org.springframework.web.context.ContextLoaderListener(contextInitialized:112)
          at org.eclipse.jetty.server.handler.ContextHandler(callContextInitialized:800)
          at org.eclipse.jetty.servlet.ServletContextHandler(callContextInitialized:444)
          at org.eclipse.jetty.server.handler.ContextHandler(startContext:791)
          at org.eclipse.jetty.servlet.ServletContextHandler(startContext:294)
          at org.eclipse.jetty.webapp.WebAppContext(startWebapp:1349)
          at org.eclipse.jetty.webapp.WebAppContext(startContext:1342)
          at org.eclipse.jetty.server.handler.ContextHandler(doStart:741)
          at org.eclipse.jetty.webapp.WebAppContext(doStart:505)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.handler.ContextHandlerCollection(doStart:163)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.server.Server(start:387)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.Server(doStart:354)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at com.att.ajsc.runner.Runner(main:227)

          Adding route: dmaap:helloServlet:v1 to context: SpringCamelContext(default-0) with spring id org.codehaus.groovy.grails.commons.spring.GrailsApplicationContext@164a62bf
          14:22:08.625 [main] ERROR ajsc.ComputeService - NMBS-COMPUTESVC-0042: addRoute for dmaap:adminService2:v1 failed - EXCEPTION: Failed to create route dmaap:adminService2:v1 at: >>> To[cxfbean:adminService?providers=#jacksonProvider,#cambriaExMapper,#webExMapper] <<< in route: Route(dmaap:adminService2:v1)[[From[att-dme2-servlet:///v1/a... because of Failed to resolve endpoint: cxfbean://adminService?providers=%23jacksonProvider%2C%23cambriaExMapper%2C%23webExMapper due to: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          CAUSED BY: org.apache.camel.NoSuchBeanException: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          STACKTRACE: at org.apache.camel.model.RouteDefinition(addRoutes:1039)
          at org.apache.camel.model.RouteDefinition(addRoutes:196)
          at org.apache.camel.impl.DefaultCamelContext(startRoute:841)
          at org.apache.camel.impl.DefaultCamelContext(startRouteDefinitions:2911)
          at org.apache.camel.impl.DefaultCamelContext(addRouteDefinitions:775)
          at org.apache.camel.model.ModelCamelContext$addRouteDefinitions$0(call:-1)
          at ajsc.ComputeService(addRoute:872)
          at ajsc.ComputeService$_init_closure15(doCall:970)
          at ajsc.ComputeService(init:970)
          at ajsc.ComputeService$init(call:-1)
          at ajsc.RouteMgmtService(init:148)
          at ajsc.RouteMgmtService$init$0(call:-1)
          at ajsc.ContextMgr(onApplicationEvent:19)
          at org.springframework.context.event.SimpleApplicationEventMulticaster(multicastEvent:96)
          at org.springframework.context.support.AbstractApplicationContext(publishEvent:334)
          at org.springframework.context.support.AbstractApplicationContext(finishRefresh:948)
          at org.springframework.context.support.AbstractApplicationContext(refresh:482)
          at org.springframework.web.context.ContextLoader(configureAndRefreshWebApplicationContext:389)
          at org.springframework.web.context.ContextLoader(initWebApplicationContext:294)
          at org.springframework.web.context.ContextLoaderListener(contextInitialized:112)
          at org.eclipse.jetty.server.handler.ContextHandler(callContextInitialized:800)
          at org.eclipse.jetty.servlet.ServletContextHandler(callContextInitialized:444)
          at org.eclipse.jetty.server.handler.ContextHandler(startContext:791)
          at org.eclipse.jetty.servlet.ServletContextHandler(startContext:294)
          at org.eclipse.jetty.webapp.WebAppContext(startWebapp:1349)
          at org.eclipse.jetty.webapp.WebAppContext(startContext:1342)
          at org.eclipse.jetty.server.handler.ContextHandler(doStart:741)
          at org.eclipse.jetty.webapp.WebAppContext(doStart:505)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.handler.ContextHandlerCollection(doStart:163)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.server.Server(start:387)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.Server(doStart:354)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at com.att.ajsc.runner.Runner(main:227)

          14:22:09.965 [main] ERROR ajsc.ComputeService - NMBS-COMPUTESVC-0042: addRoute for dmaap:topicService:v1 failed - EXCEPTION: Failed to create route dmaap:topicService:v1 at: >>> To[cxfbean:topicService?providers=#jacksonProvider,#cambriaExMapper,#webExMapper] <<< in route: Route(dmaap:topicService:v1)[[From[att-dme2-servlet:///topic... because of Failed to resolve endpoint: cxfbean://topicService?providers=%23jacksonProvider%2C%23cambriaExMapper%2C%23webExMapper due to: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          CAUSED BY: org.apache.camel.NoSuchBeanException: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          STACKTRACE: at org.apache.camel.model.RouteDefinition(addRoutes:1039)
          at org.apache.camel.model.RouteDefinition(addRoutes:196)
          at org.apache.camel.impl.DefaultCamelContext(startRoute:841)
          at org.apache.camel.impl.DefaultCamelContext(startRouteDefinitions:2911)
          at org.apache.camel.impl.DefaultCamelContext(addRouteDefinitions:775)
          at org.apache.camel.model.ModelCamelContext$addRouteDefinitions$0(call:-1)
          at ajsc.ComputeService(addRoute:872)
          at ajsc.ComputeService$_init_closure15(doCall:970)
          at ajsc.ComputeService(init:970)
          at ajsc.ComputeService$init(call:-1)
          at ajsc.RouteMgmtService(init:148)
          at ajsc.RouteMgmtService$init$0(call:-1)
          at ajsc.ContextMgr(onApplicationEvent:19)
          at org.springframework.context.event.SimpleApplicationEventMulticaster(multicastEvent:96)
          at org.springframework.context.support.AbstractApplicationContext(publishEvent:334)
          at org.springframework.context.support.AbstractApplicationContext(finishRefresh:948)
          at org.springframework.context.support.AbstractApplicationContext(refresh:482)
          at org.springframework.web.context.ContextLoader(configureAndRefreshWebApplicationContext:389)
          at org.springframework.web.context.ContextLoader(initWebApplicationContext:294)
          at org.springframework.web.context.ContextLoaderListener(contextInitialized:112)
          at org.eclipse.jetty.server.handler.ContextHandler(callContextInitialized:800)
          at org.eclipse.jetty.servlet.ServletContextHandler(callContextInitialized:444)
          at org.eclipse.jetty.server.handler.ContextHandler(startContext:791)
          at org.eclipse.jetty.servlet.ServletContextHandler(startContext:294)
          at org.eclipse.jetty.webapp.WebAppContext(startWebapp:1349)
          at org.eclipse.jetty.webapp.WebAppContext(startContext:1342)
          at org.eclipse.jetty.server.handler.ContextHandler(doStart:741)
          at org.eclipse.jetty.webapp.WebAppContext(doStart:505)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.handler.ContextHandlerCollection(doStart:163)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.server.Server(start:387)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.Server(doStart:354)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at com.att.ajsc.runner.Runner(main:227)

          Adding route: dmaap:helloWorld:v1 to context: SpringCamelContext(default-0) with spring id org.codehaus.groovy.grails.commons.spring.GrailsApplicationContext@164a62bf
          Adding route: dmaap:helloCAET:v1 to context: SpringCamelContext(default-0) with spring id org.codehaus.groovy.grails.commons.spring.GrailsApplicationContext@164a62bf
          Adding route: dmaap:errorMessage:v1 to context: SpringCamelContext(default-0) with spring id org.codehaus.groovy.grails.commons.spring.GrailsApplicationContext@164a62bf
          14:22:18.624 [main] ERROR ajsc.ComputeService - NMBS-COMPUTESVC-0042: addRoute for dmaap:eventService:v1 failed - EXCEPTION: Failed to create route dmaap:eventService:v1 at: >>> To[cxfbean:eventService?providers=#jacksonProvider,#cambriaExMapper,#webExMapper] <<< in route: Route(dmaap:eventService:v1)[[From[att-dme2-servlet:///event... because of Failed to resolve endpoint: cxfbean://eventService?providers=%23jacksonProvider%2C%23cambriaExMapper%2C%23webExMapper due to: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          CAUSED BY: org.apache.camel.NoSuchBeanException: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          STACKTRACE: at org.apache.camel.model.RouteDefinition(addRoutes:1039)
          at org.apache.camel.model.RouteDefinition(addRoutes:196)
          at org.apache.camel.impl.DefaultCamelContext(startRoute:841)
          at org.apache.camel.impl.DefaultCamelContext(startRouteDefinitions:2911)
          at org.apache.camel.impl.DefaultCamelContext(addRouteDefinitions:775)
          at org.apache.camel.model.ModelCamelContext$addRouteDefinitions$0(call:-1)
          at ajsc.ComputeService(addRoute:872)
          at ajsc.ComputeService$_init_closure15(doCall:970)
          at ajsc.ComputeService(init:970)
          at ajsc.ComputeService$init(call:-1)
          at ajsc.RouteMgmtService(init:148)
          at ajsc.RouteMgmtService$init$0(call:-1)
          at ajsc.ContextMgr(onApplicationEvent:19)
          at org.springframework.context.event.SimpleApplicationEventMulticaster(multicastEvent:96)
          at org.springframework.context.support.AbstractApplicationContext(publishEvent:334)
          at org.springframework.context.support.AbstractApplicationContext(finishRefresh:948)
          at org.springframework.context.support.AbstractApplicationContext(refresh:482)
          at org.springframework.web.context.ContextLoader(configureAndRefreshWebApplicationContext:389)
          at org.springframework.web.context.ContextLoader(initWebApplicationContext:294)
          at org.springframework.web.context.ContextLoaderListener(contextInitialized:112)
          at org.eclipse.jetty.server.handler.ContextHandler(callContextInitialized:800)
          at org.eclipse.jetty.servlet.ServletContextHandler(callContextInitialized:444)
          at org.eclipse.jetty.server.handler.ContextHandler(startContext:791)
          at org.eclipse.jetty.servlet.ServletContextHandler(startContext:294)
          at org.eclipse.jetty.webapp.WebAppContext(startWebapp:1349)
          at org.eclipse.jetty.webapp.WebAppContext(startContext:1342)
          at org.eclipse.jetty.server.handler.ContextHandler(doStart:741)
          at org.eclipse.jetty.webapp.WebAppContext(doStart:505)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.handler.ContextHandlerCollection(doStart:163)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.server.Server(start:387)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.Server(doStart:354)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at com.att.ajsc.runner.Runner(main:227)

          ^[[5~14:22:20.464 [main] ERROR ajsc.ComputeService - NMBS-COMPUTESVC-0042: addRoute for dmaap:apiKeyService:v1 failed - EXCEPTION: Failed to create route dmaap:apiKeyService:v1 at: >>> To[cxfbean:apiKeyService?providers=#jacksonProvider,#cambriaExMapper,#webExMapper] <<< in route: Route(dmaap:apiKeyService:v1)[[From[att-dme2-servlet:///v1/a... because of Failed to resolve endpoint: cxfbean://apiKeyService?providers=%23jacksonProvider%2C%23cambriaExMapper%2C%23webExMapper due to: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          CAUSED BY: org.apache.camel.NoSuchBeanException: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          STACKTRACE: at org.apache.camel.model.RouteDefinition(addRoutes:1039)
          at org.apache.camel.model.RouteDefinition(addRoutes:196)
          at org.apache.camel.impl.DefaultCamelContext(startRoute:841)
          at org.apache.camel.impl.DefaultCamelContext(startRouteDefinitions:2911)
          at org.apache.camel.impl.DefaultCamelContext(addRouteDefinitions:775)
          at org.apache.camel.model.ModelCamelContext$addRouteDefinitions$0(call:-1)
          at ajsc.ComputeService(addRoute:872)
          at ajsc.ComputeService$_init_closure15(doCall:970)
          at ajsc.ComputeService(init:970)
          at ajsc.ComputeService$init(call:-1)
          at ajsc.RouteMgmtService(init:148)
          at ajsc.RouteMgmtService$init$0(call:-1)
          at ajsc.ContextMgr(onApplicationEvent:19)
          at org.springframework.context.event.SimpleApplicationEventMulticaster(multicastEvent:96)
          at org.springframework.context.support.AbstractApplicationContext(publishEvent:334)
          at org.springframework.context.support.AbstractApplicationContext(finishRefresh:948)
          at org.springframework.context.support.AbstractApplicationContext(refresh:482)
          at org.springframework.web.context.ContextLoader(configureAndRefreshWebApplicationContext:389)
          at org.springframework.web.context.ContextLoader(initWebApplicationContext:294)
          at org.springframework.web.context.ContextLoaderListener(contextInitialized:112)
          at org.eclipse.jetty.server.handler.ContextHandler(callContextInitialized:800)
          at org.eclipse.jetty.servlet.ServletContextHandler(callContextInitialized:444)
          at org.eclipse.jetty.server.handler.ContextHandler(startContext:791)
          at org.eclipse.jetty.servlet.ServletContextHandler(startContext:294)
          at org.eclipse.jetty.webapp.WebAppContext(startWebapp:1349)
          at org.eclipse.jetty.webapp.WebAppContext(startContext:1342)
          at org.eclipse.jetty.server.handler.ContextHandler(doStart:741)
          at org.eclipse.jetty.webapp.WebAppContext(doStart:505)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.handler.ContextHandlerCollection(doStart:163)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.server.Server(start:387)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.Server(doStart:354)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at com.att.ajsc.runner.Runner(main:227)

          14:22:21.507 [main] ERROR ajsc.ComputeService - NMBS-COMPUTESVC-0042: addRoute for dmaap:mirrorService:v1 failed - EXCEPTION: Failed to create route dmaap:mirrorService:v1 at: >>> To[cxfbean:mirrorService?providers=#jacksonProvider,#cambriaExMapper,#webExMapper] <<< in route: Route(dmaap:mirrorService:v1)[[From[att-dme2-servlet:///mirr... because of Failed to resolve endpoint: cxfbean://mirrorService?providers=%23jacksonProvider%2C%23cambriaExMapper%2C%23webExMapper due to: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          CAUSED BY: org.apache.camel.NoSuchBeanException: No bean could be found in the registry for: jacksonProvider of type: java.lang.Object
          STACKTRACE: at org.apache.camel.model.RouteDefinition(addRoutes:1039)
          at org.apache.camel.model.RouteDefinition(addRoutes:196)
          at org.apache.camel.impl.DefaultCamelContext(startRoute:841)
          at org.apache.camel.impl.DefaultCamelContext(startRouteDefinitions:2911)
          at org.apache.camel.impl.DefaultCamelContext(addRouteDefinitions:775)
          at org.apache.camel.model.ModelCamelContext$addRouteDefinitions$0(call:-1)
          at ajsc.ComputeService(addRoute:872)
          at ajsc.ComputeService$_init_closure15(doCall:970)
          at ajsc.ComputeService(init:970)
          at ajsc.ComputeService$init(call:-1)
          at ajsc.RouteMgmtService(init:148)
          at ajsc.RouteMgmtService$init$0(call:-1)
          at ajsc.ContextMgr(onApplicationEvent:19)
          at org.springframework.context.event.SimpleApplicationEventMulticaster(multicastEvent:96)
          at org.springframework.context.support.AbstractApplicationContext(publishEvent:334)
          at org.springframework.context.support.AbstractApplicationContext(finishRefresh:948)
          at org.springframework.context.support.AbstractApplicationContext(refresh:482)
          at org.springframework.web.context.ContextLoader(configureAndRefreshWebApplicationContext:389)
          at org.springframework.web.context.ContextLoader(initWebApplicationContext:294)
          at org.springframework.web.context.ContextLoaderListener(contextInitialized:112)
          at org.eclipse.jetty.server.handler.ContextHandler(callContextInitialized:800)
          at org.eclipse.jetty.servlet.ServletContextHandler(callContextInitialized:444)
          at org.eclipse.jetty.server.handler.ContextHandler(startContext:791)
          at org.eclipse.jetty.servlet.ServletContextHandler(startContext:294)
          at org.eclipse.jetty.webapp.WebAppContext(startWebapp:1349)
          at org.eclipse.jetty.webapp.WebAppContext(startContext:1342)
          at org.eclipse.jetty.server.handler.ContextHandler(doStart:741)
          at org.eclipse.jetty.webapp.WebAppContext(doStart:505)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.handler.ContextHandlerCollection(doStart:163)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
          at org.eclipse.jetty.server.Server(start:387)
          at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
          at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
          at org.eclipse.jetty.server.Server(doStart:354)
          at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
          at com.att.ajsc.runner.Runner(main:227)


          ___ ____________________
          / . \ /__ __/ ____// ____/
          / /_\ \___/ / (____ )/ /___
          /_/ \/____/ /_____/(_____/
          Version: 1.0.0
          AT&T's Java Services Container has initialized successfully and services are now available

          14:22:26.230 [main] ERROR com.att.aft.dme2.cache.persistence.CacheSerializationToFile - 2017-08-21 14:22:26.230 79ca219e4c07 8@79ca219e4c07 main-1 null NULL com.att.aft.dme2.cache.persistence.CacheSerializationToFile getFile error: [null] -- while processing cache file [null] for persistence
          14:22:26.235 [main] ERROR com.att.aft.dme2.cache.persistence.CacheSerializationToFile - 2017-08-21 14:22:26.235 79ca219e4c07 8@79ca219e4c07 main-1 null NULL com.att.aft.dme2.cache.persistence.CacheSerializationToFile getFile error: [null] -- while processing cache file [null] for persistence
          14:22:26.320 [main] ERROR com.att.aft.dme2.cache.persistence.CacheSerializationToFile - 2017-08-21 14:22:26.320 79ca219e4c07 8@79ca219e4c07 main-1 null NULL com.att.aft.dme2.cache.persistence.CacheSerializationToFile getFile error: [null] -- while processing cache file [null] for persistence
          14:22:26.325 [main] ERROR com.att.aft.dme2.cache.persistence.CacheSerializationToFile - 2017-08-21 14:22:26.325 79ca219e4c07 8@79ca219e4c07 main-1 null NULL com.att.aft.dme2.cache.persistence.CacheSerializationToFile getFile error: [null] -- while processing cache file [null] for persistence
          14:22:26.396 [main] ERROR com.att.aft.dme2.cache.persistence.CacheSerializationToFile - 2017-08-21 14:22:26.396 79ca219e4c07 8@79ca219e4c07 main-1 null NULL com.att.aft.dme2.cache.persistence.CacheSerializationToFile getFile error: [null] -- while processing cache file [null] for persistence
          14:22:26.401 [main] ERROR com.att.aft.dme2.cache.persistence.CacheSerializationToFile - 2017-08-21 14:22:26.401 79ca219e4c07 8@79ca219e4c07 main-1 null NULL com.att.aft.dme2.cache.persistence.CacheSerializationToFile getFile error: [null] -- while processing cache file [null] for persistence
          14:22:26.472 [main] ERROR com.att.aft.dme2.cache.persistence.CacheSerializationToFile - 2017-08-21 14:22:26.472 79ca219e4c07 8@79ca219e4c07 main-1 null NULL com.att.aft.dme2.cache.persistence.CacheSerializationToFile getFile error: [null] -- while processing cache file [null] for persistence
          14:22:26.473 [main] ERROR com.att.aft.dme2.cache.persistence.CacheSerializationToFile - 2017-08-21 14:22:26.473 79ca219e4c07 8@79ca219e4c07 main-1 null NULL com.att.aft.dme2.cache.persistence.CacheSerializationToFile getFile error: [null] -- while processing cache file [null] for persistence
          14:22:27.278 [main] ERROR com.att.aft.dme2.cache.persistence.CacheSerializationToFile - 2017-08-21 14:22:27.275 79ca219e4c07 8@79ca219e4c07 main-1 null NULL com.att.aft.dme2.cache.persistence.CacheSerializationToFile getFile error: [null] -- while processing cache file [null] for persistence
          14:22:27.281 [main] ERROR com.att.aft.dme2.cache.persistence.CacheSerializationToFile - 2017-08-21 14:22:27.281 79ca219e4c07 8@79ca219e4c07 main-1 null NULL com.att.aft.dme2.cache.persistence.CacheSerializationToFile getFile error: [null] -- while processing cache file [null] for persistence
          14:22:27.349 [main] ERROR com.att.aft.dme2.cache.persistence.CacheSerializationToFile - 2017-08-21 14:22:27.348 79ca219e4c07 8@79ca219e4c07 main-1 null NULL com.att.aft.dme2.cache.persistence.CacheSerializationToFile getFile error: [null] -- while processing cache file [null] for persistence
          14:22:27.356 [main] ERROR com.att.aft.dme2.cache.persistence.CacheSerializationToFile - 2017-08-21 14:22:27.356 79ca219e4c07 8@79ca219e4c07 main-1 null NULL com.att.aft.dme2.cache.persistence.CacheSerializationToFile getFile error: [null] -- while processing cache file [null] for persistence
          14:22:27.446 [main] ERROR com.att.aft.dme2.cache.persistence.CacheSerializationToFile - 2017-08-21 14:22:27.446 79ca219e4c07 8@79ca219e4c07 main-1 null NULL com.att.aft.dme2.cache.persistence.CacheSerializationToFile getFile error: [null] -- while processing cache file [null] for persistence
          14:22:27.450 [main] ERROR com.att.aft.dme2.cache.persistence.CacheSerializationToFile - 2017-08-21 14:22:27.450 79ca219e4c07 8@79ca219e4c07 main-1 null NULL com.att.aft.dme2.cache.persistence.CacheSerializationToFile getFile error: [null] -- while processing cache file [null] for persistence
          14:22:27.520 [main] ERROR com.att.aft.dme2.cache.persistence.CacheSerializationToFile - 2017-08-21 14:22:27.518 79ca219e4c07 8@79ca219e4c07 main-1 null NULL com.att.aft.dme2.cache.persistence.CacheSerializationToFile getFile error: [null] -- while processing cache file [null] for persistence
          14:22:27.534 [main] ERROR com.att.aft.dme2.cache.persistence.CacheSerializationToFile - 2017-08-21 14:22:27.534 79ca219e4c07 8@79ca219e4c07 main-1 null NULL com.att.aft.dme2.cache.persistence.CacheSerializationToFile getFile error: [null] -- while processing cache file [null] for persistence
          In if aafcon!=null ;;;;;;;;;;;;;;;;;;com.att.cadi.aaf.v2_0.AAFConDME2@651caa2e
          print the method return aafcon ;;;;;;;;;;;;;;;;;;com.att.cadi.aaf.v2_0.AAFConDME2@651caa2e
          print the url in loadLocator --------------------------------null
          print locator in loadlocator method------------------------null
          2017-08-21 14:22:28.151:INFO:/:main: Initializing Spring FrameworkServlet 'spring'
          2017-08-21 14:22:28.688:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@5594a1b5{/,file:/appl/dmaapMR1/jetty/webapps/ajsc-temp.dir6416799213684561799/webapp/,AVAILABLE}{/appl/dmaapMR1/lib/ajsc.war}
          2017-08-21 14:22:28.706:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:/appl/dmaapMR1/extApps] at interval 10
          2017-08-21 14:22:28.707:WARN:oejdp.ScanningAppProvider:main: Does not exist: file:/appl/dmaapMR1/extApps
          2017-08-21 14:22:28.900:INFO:oejs.ServerConnector:main: Started ServerConnector@602a3237{HTTP/1.1}{0.0.0.0:3904}
          2017-08-21 14:22:29.613:INFO:oejs.ServerConnector:main: Started ServerConnector@70421a08{SSL-http/1.1}{0.0.0.0:3905}
          2017-08-21 14:22:29.644:INFO:oejs.Server:main: Started @134901ms


        CommentAdd your comment...