Advertisement
Guest User

log from /.startup.sh and catalina.out

a guest
Mar 24th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 61.94 KB | None | 0 0
  1. Rachel-Quimbys-MacBook-Pro:bin rachelquimby$ cd usr/local/tomcat/bin/
  2.  
  3.  
  4. Rachel-Quimbys-MacBook-Pro:bin rachelquimby$ ./startup.sh && tail -f ../logs/catalina.out
  5.  
  6.  
  7. Using CATALINA_BASE:   /usr/local/tomcat
  8.  
  9.  
  10. Using CATALINA_HOME:   /usr/local/tomcat
  11.  
  12.  
  13. Using CATALINA_TMPDIR: /usr/local/tomcat/temp
  14.  
  15.  
  16. Using JRE_HOME:        /Library/Java/JavaVirtualMachines/jdk1.7.0_75.jdk/Contents/Home
  17.  
  18.  
  19. Using CLASSPATH:       /usr/local/tomcat/bin/bootstrap.jar:/usr/local/tomcat/bin/tomcat-juli.jar
  20.  
  21.  
  22. Tomcat started.
  23.  
  24.  
  25.  java.lang.Thread.run(Thread.java:745)
  26.  
  27.  
  28. 23-Mar-2015 16:40:31.006 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [motech-platform-server] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  29.  
  30.  
  31.  java.lang.Object.wait(Native Method)
  32.  
  33.  
  34.  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
  35.  
  36.  
  37.  com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:41)
  38.  
  39.  
  40. 23-Mar-2015 16:40:31.008 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [motech-platform-server] created a ThreadLocal with key of type [org.springframework.core.NamedInheritableThreadLocal] (value [Current invoker bundle context]) and a value of type [org.apache.felix.framework.BundleContextImpl] (value [org.apache.felix.framework.BundleContextImpl@11907d60]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  41.  
  42.  
  43. 23-Mar-2015 16:40:31.019 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
  44.  
  45.  
  46. 23-Mar-2015 16:40:31.021 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
  47.  
  48.  
  49. 23-Mar-2015 16:40:31.022 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"]
  50.  
  51.  
  52. 23-Mar-2015 16:40:31.022 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
  53.  
  54.  
  55. 24-Mar-2015 11:33:03.239 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.20
  56.  
  57.  
  58. 24-Mar-2015 11:33:03.251 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Feb 15 2015 18:10:42 UTC
  59.  
  60.  
  61. 24-Mar-2015 11:33:03.252 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.20.0
  62.  
  63.  
  64. 24-Mar-2015 11:33:03.253 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Mac OS X
  65.  
  66.  
  67. 24-Mar-2015 11:33:03.253 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            10.9.5
  68.  
  69.  
  70. 24-Mar-2015 11:33:03.253 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          x86_64
  71.  
  72.  
  73. 24-Mar-2015 11:33:03.253 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /Library/Java/JavaVirtualMachines/jdk1.7.0_75.jdk/Contents/Home/jre
  74.  
  75.  
  76. 24-Mar-2015 11:33:03.254 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.7.0_75-b13
  77.  
  78.  
  79. 24-Mar-2015 11:33:03.254 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
  80.  
  81.  
  82. 24-Mar-2015 11:33:03.255 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/Cellar/tomcat/8.0.20/libexec
  83.  
  84.  
  85. 24-Mar-2015 11:33:03.256 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/Cellar/tomcat/8.0.20/libexec
  86.  
  87.  
  88. 24-Mar-2015 11:33:03.257 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties
  89.  
  90.  
  91. 24-Mar-2015 11:33:03.258 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
  92.  
  93.  
  94. 24-Mar-2015 11:33:03.258 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms1024m
  95.  
  96.  
  97. 24-Mar-2015 11:33:03.259 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx2048m
  98.  
  99.  
  100. 24-Mar-2015 11:33:03.259 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:MaxPermSize=1024m
  101.  
  102.  
  103. 24-Mar-2015 11:33:03.259 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat/endorsed
  104.  
  105.  
  106. 24-Mar-2015 11:33:03.259 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat
  107.  
  108.  
  109. 24-Mar-2015 11:33:03.259 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat
  110.  
  111.  
  112. 24-Mar-2015 11:33:03.260 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat/temp
  113.  
  114.  
  115. 24-Mar-2015 11:33:03.260 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /Users/rachelquimby/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
  116.  
  117.  
  118. 24-Mar-2015 11:33:03.805 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
  119.  
  120.  
  121. 24-Mar-2015 11:33:03.954 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
  122.  
  123.  
  124. 24-Mar-2015 11:33:03.991 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
  125.  
  126.  
  127. 24-Mar-2015 11:33:03.995 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
  128.  
  129.  
  130. 24-Mar-2015 11:33:03.996 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 3125 ms
  131.  
  132.  
  133. 24-Mar-2015 11:33:04.155 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
  134.  
  135.  
  136. 24-Mar-2015 11:33:04.156 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.20
  137.  
  138.  
  139. 24-Mar-2015 11:33:04.412 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /usr/local/Cellar/tomcat/8.0.20/libexec/webapps/motech-platform-server.war
  140.  
  141.  
  142. 24-Mar-2015 11:33:25.159 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath
  143.  
  144.  
  145. 24-Mar-2015 11:33:27.898 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
  146.  
  147.  
  148. 24-Mar-2015 11:33:30.625 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring FrameworkServlet 'bootstrap-servlet'
  149.  
  150.  
  151. 24-Mar-2015 11:33:32.507 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /usr/local/Cellar/tomcat/8.0.20/libexec/webapps/motech-platform-server.war has finished in 28,095 ms
  152.  
  153.  
  154. 24-Mar-2015 11:33:32.511 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/Cellar/tomcat/8.0.20/libexec/webapps/docs
  155.  
  156.  
  157. 24-Mar-2015 11:33:32.593 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/Cellar/tomcat/8.0.20/libexec/webapps/docs has finished in 82 ms
  158.  
  159.  
  160. 24-Mar-2015 11:33:32.593 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/Cellar/tomcat/8.0.20/libexec/webapps/examples
  161.  
  162.  
  163. 24-Mar-2015 11:33:33.487 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/Cellar/tomcat/8.0.20/libexec/webapps/examples has finished in 894 ms
  164.  
  165.  
  166. 24-Mar-2015 11:33:33.487 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/Cellar/tomcat/8.0.20/libexec/webapps/host-manager
  167.  
  168.  
  169. 24-Mar-2015 11:33:33.616 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/Cellar/tomcat/8.0.20/libexec/webapps/host-manager has finished in 129 ms
  170.  
  171.  
  172. 24-Mar-2015 11:33:33.632 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/Cellar/tomcat/8.0.20/libexec/webapps/manager
  173.  
  174.  
  175. 24-Mar-2015 11:33:33.884 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/Cellar/tomcat/8.0.20/libexec/webapps/manager has finished in 252 ms
  176.  
  177.  
  178. 24-Mar-2015 11:33:33.884 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/Cellar/tomcat/8.0.20/libexec/webapps/ROOT
  179.  
  180.  
  181. 24-Mar-2015 11:33:33.933 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/Cellar/tomcat/8.0.20/libexec/webapps/ROOT has finished in 49 ms
  182.  
  183.  
  184. 24-Mar-2015 11:33:34.016 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
  185.  
  186.  
  187. 24-Mar-2015 11:33:34.032 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
  188.  
  189.  
  190. 24-Mar-2015 11:33:34.033 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 30037 ms
  191.  
  192.  
  193. 24-Mar-2015 11:40:59.924 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/com.springsource.org.objectweb.howl-1.0.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  194.  
  195.  
  196. 24-Mar-2015 11:41:00.066 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/com.springsource.org.dom4j-1.6.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  197.  
  198.  
  199. 24-Mar-2015 11:41:00.081 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/spring-security-config-3.1.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  200.  
  201.  
  202. 24-Mar-2015 11:41:00.101 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/spring-tx-3.1.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  203.  
  204.  
  205. 24-Mar-2015 11:41:00.119 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.motechproject.com.googlecode.lambdaj-2.3.3-r027.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  206.  
  207.  
  208. 24-Mar-2015 11:41:00.147 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/com.springsource.javax.validation-1.0.0.GA.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  209.  
  210.  
  211. 24-Mar-2015 11:41:00.149 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/motech-platform-dataservices-migration-0.26-SNAPSHOT.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  212.  
  213.  
  214. 24-Mar-2015 11:41:00.160 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.apache.felix.http.bridge-2.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  215.  
  216.  
  217. 24-Mar-2015 11:41:00.176 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.motechproject.org.hibernate.validator-4.1.0.Final-r027.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  218.  
  219.  
  220. 24-Mar-2015 11:41:00.196 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.motechproject.javax.time-0.6.3-r027.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  221.  
  222.  
  223. 24-Mar-2015 11:41:00.217 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.apache.felix.shell-1.4.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  224.  
  225.  
  226. 24-Mar-2015 11:41:00.234 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.apache.felix.http.base-2.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  227.  
  228.  
  229. 24-Mar-2015 11:41:00.239 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.eclipse.gemini.blueprint.extender-1.0.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  230.  
  231.  
  232. 24-Mar-2015 11:41:00.261 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/openid4java-nodeps-0.9.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  233.  
  234.  
  235. 24-Mar-2015 11:41:00.268 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/httpmime-4.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  236.  
  237.  
  238. 24-Mar-2015 11:41:00.280 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.apache.felix.http.proxy-2.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  239.  
  240.  
  241. 24-Mar-2015 11:41:00.281 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/com.springsource.org.apache.xmlcommons-1.3.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  242.  
  243.  
  244. 24-Mar-2015 11:41:00.292 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/com.springsource.org.objectweb.asm-2.2.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  245.  
  246.  
  247. 24-Mar-2015 11:41:00.300 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/commons-validator-1.4.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  248.  
  249.  
  250. 24-Mar-2015 11:41:00.310 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/regexp-1.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  251.  
  252.  
  253. 24-Mar-2015 11:41:00.331 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/ow2-ejb-3.1-spec-1.0.13.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  254.  
  255.  
  256. 24-Mar-2015 11:41:00.342 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/jcl-over-slf4j-1.7.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  257.  
  258.  
  259. 24-Mar-2015 11:41:00.379 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/commons-io-2.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  260.  
  261.  
  262. 24-Mar-2015 11:41:00.399 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.apache.servicemix.bundles.paranamer-2.6_1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  263.  
  264.  
  265. 24-Mar-2015 11:41:00.432 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/time-api-0.6.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  266.  
  267.  
  268. 24-Mar-2015 11:41:00.447 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/validation-api-1.1.0.Final.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  269.  
  270.  
  271. 24-Mar-2015 11:41:00.477 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/maven-scm-provider-svnexe-1.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  272.  
  273.  
  274. 24-Mar-2015 11:41:00.497 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/maven-scm-provider-svn-commons-1.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  275.  
  276.  
  277. 24-Mar-2015 11:41:00.499 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/com.springsource.org.cyberneko.html-1.9.13.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  278.  
  279.  
  280. 24-Mar-2015 11:41:00.517 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.apache.felix.http.api-2.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  281.  
  282.  
  283. 24-Mar-2015 11:41:00.536 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/motech-platform-osgi-extender-fragment-0.26-SNAPSHOT.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  284.  
  285.  
  286. 24-Mar-2015 11:41:00.546 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/com.springsource.org.objectweb.asm.commons-2.2.3.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  287.  
  288.  
  289. 24-Mar-2015 11:41:00.557 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/aether-util-1.13.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  290.  
  291.  
  292. 24-Mar-2015 11:41:00.606 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/pax-url-commons-1.6.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  293.  
  294.  
  295. 24-Mar-2015 11:41:00.626 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/datanucleus-api-jpa-3.3.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  296.  
  297.  
  298. 24-Mar-2015 11:41:00.652 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/spring-orm-3.1.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  299.  
  300.  
  301. 24-Mar-2015 11:41:00.668 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/motech-osgi-platform-0.26-SNAPSHOT.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  302.  
  303.  
  304. 24-Mar-2015 11:41:00.689 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/slf4j-log4j12-1.7.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  305.  
  306.  
  307. 24-Mar-2015 11:41:00.709 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/spring-jms-3.1.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  308.  
  309.  
  310. 24-Mar-2015 11:41:00.720 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/fluent-hc-4.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  311.  
  312.  
  313. 24-Mar-2015 11:41:00.738 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/commons-logging-1.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  314.  
  315.  
  316. 24-Mar-2015 11:41:00.746 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/spring-security-crypto-3.1.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  317.  
  318.  
  319. 24-Mar-2015 11:41:00.762 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/spring-expression-3.1.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  320.  
  321.  
  322. 24-Mar-2015 11:41:00.794 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/aether-spi-1.13.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  323.  
  324.  
  325. 24-Mar-2015 11:41:00.806 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/motech-scheduler-migration-0.26-SNAPSHOT.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  326.  
  327.  
  328. 24-Mar-2015 11:41:00.822 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.motechproject.aether-api-1.13.1-r027.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  329.  
  330.  
  331. 24-Mar-2015 11:41:00.834 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/commons-digester-2.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  332.  
  333.  
  334. 24-Mar-2015 11:41:00.843 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.osgi.core-5.0.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  335.  
  336.  
  337. 24-Mar-2015 11:41:00.862 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/pax-url-aether-1.6.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  338.  
  339.  
  340. 24-Mar-2015 11:41:00.881 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/flyway-core-2.3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  341.  
  342.  
  343. 24-Mar-2015 11:41:00.894 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/commons-collections-3.2.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  344.  
  345.  
  346. 24-Mar-2015 11:41:00.905 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/com.springsource.org.objenesis-1.2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  347.  
  348.  
  349. 24-Mar-2015 11:41:00.913 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/commons-vfs2-2.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  350.  
  351.  
  352. 24-Mar-2015 11:41:00.923 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.motechproject.org.codehaus.jackson-1.9.7-r027.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  353.  
  354.  
  355. 24-Mar-2015 11:41:00.943 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/aether-connector-wagon-1.13.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  356.  
  357.  
  358. 24-Mar-2015 11:41:00.960 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/com.springsource.org.hamcrest-1.1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  359.  
  360.  
  361. 24-Mar-2015 11:41:00.976 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/com.springsource.com.mchange.v2.c3p0-0.9.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  362.  
  363.  
  364. 24-Mar-2015 11:41:00.991 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/com.springsource.javax.servlet-2.5.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  365.  
  366.  
  367. 24-Mar-2015 11:41:01.000 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/spring-web-3.1.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  368.  
  369.  
  370. 24-Mar-2015 11:41:01.021 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/motech-platform-commons-api-0.26-SNAPSHOT.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  371.  
  372.  
  373. 24-Mar-2015 11:41:01.035 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/motech-platform-dataservices-0.26-SNAPSHOT.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  374.  
  375.  
  376. 24-Mar-2015 11:41:01.050 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/kahadb-5.4.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  377.  
  378.  
  379. 24-Mar-2015 11:41:01.067 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/plexus-container-default-1.5.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  380.  
  381.  
  382. 24-Mar-2015 11:41:01.082 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/com.springsource.org.apache.commons.httpclient-3.1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  383.  
  384.  
  385. 24-Mar-2015 11:41:01.097 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.eclipse.gemini.blueprint.core-1.0.2.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  386.  
  387.  
  388. 24-Mar-2015 11:41:01.110 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/motech-platform-config-core-0.26-SNAPSHOT.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  389.  
  390.  
  391. 24-Mar-2015 11:41:01.112 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/maven-model-builder-3.0.4.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  392.  
  393.  
  394. 24-Mar-2015 11:41:01.126 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/spring-asm-3.1.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  395.  
  396.  
  397. 24-Mar-2015 11:41:01.143 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/jsoup-1.6.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  398.  
  399.  
  400. 24-Mar-2015 11:41:01.156 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/javax.xml.rpc-api-1.1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  401.  
  402.  
  403. 24-Mar-2015 11:41:01.160 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/commons-beanutils-1.9.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  404.  
  405.  
  406. 24-Mar-2015 11:41:01.176 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.apache.felix.framework-4.2.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  407.  
  408.  
  409. 24-Mar-2015 11:41:01.183 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/jta-1.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  410.  
  411.  
  412. 24-Mar-2015 11:41:01.199 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/ops4j-base-util-collections-1.4.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  413.  
  414.  
  415. 24-Mar-2015 11:41:01.206 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/motech-platform-event-0.26-SNAPSHOT.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  416.  
  417.  
  418. 24-Mar-2015 11:41:01.215 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.motechproject.reflections-0.9.5-r027.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  419.  
  420.  
  421. 24-Mar-2015 11:41:01.228 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/jstl-1.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  422.  
  423.  
  424. 24-Mar-2015 11:41:01.240 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.motechproject.org.quartz-scheduler-2.1.5-r027.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  425.  
  426.  
  427. 24-Mar-2015 11:41:01.253 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/wagon-file-1.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  428.  
  429.  
  430. 24-Mar-2015 11:41:01.268 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/com.springsource.org.json-1.0.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  431.  
  432.  
  433. 24-Mar-2015 11:41:01.288 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/motech-admin-0.26-SNAPSHOT.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  434.  
  435.  
  436. 24-Mar-2015 11:41:01.297 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/plexus-component-annotations-1.5.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  437.  
  438.  
  439. 24-Mar-2015 11:41:01.316 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/pax-swissbox-property-1.7.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  440.  
  441.  
  442. 24-Mar-2015 11:41:01.332 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/commons-lang-2.6.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  443.  
  444.  
  445. 24-Mar-2015 11:41:01.343 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/commons-net-3.2.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  446.  
  447.  
  448. 24-Mar-2015 11:41:01.347 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/org.apache.servicemix.specs.activation-api-1.1-2.4.0.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  449.  
  450.  
  451. 24-Mar-2015 11:41:01.363 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/commons-httpclient-3.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  452.  
  453.  
  454. 24-Mar-2015 11:41:01.372 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/motech-scheduler-0.26-SNAPSHOT.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  455.  
  456.  
  457. 24-Mar-2015 11:41:01.387 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/datanucleus-jodatime-3.2.1.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  458.  
  459.  
  460. 24-Mar-2015 11:41:01.394 WARNING [http-nio-8080-exec-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/bundles/spring-context-3.1.0.RELEASE.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
  461.  
  462.  
  463. [INFO] Started bridged http service
  464.  
  465.  
  466. 2015-03-24 11:41:18,101 ERROR [org.motechproject.server.impl.JspBundleLoader] couldn't clear tomcat cacheresourceEntries
  467.  
  468.  
  469. 2015-03-24 11:41:18,129 ERROR [org.motechproject.server.impl.JspBundleLoader] couldn't clear tomcat cacheresourceEntries
  470.  
  471.  
  472. 2015-03-24 11:41:18,130 ERROR [org.motechproject.server.impl.JspBundleLoader] couldn't clear tomcat cacheresourceEntries
  473.  
  474.  
  475. 2015-03-24 11:41:18,132 ERROR [org.motechproject.server.impl.JspBundleLoader] couldn't clear tomcat cacheresourceEntries
  476.  
  477.  
  478. 2015-03-24 11:41:18,135 ERROR [org.motechproject.server.impl.JspBundleLoader] couldn't clear tomcat cacheresourceEntries
  479.  
  480.  
  481. 2015-03-24 11:41:18,136 ERROR [org.motechproject.server.impl.JspBundleLoader] couldn't clear tomcat cacheresourceEntries
  482.  
  483.  
  484. 2015-03-24 11:41:18,166 ERROR [org.motechproject.server.impl.JspBundleLoader] couldn't clear tomcat cacheresourceEntries
  485.  
  486.  
  487. 2015-03-24 11:41:18,240 ERROR [org.motechproject.server.impl.JspBundleLoader] couldn't clear tomcat cacheresourceEntries
  488.  
  489.  
  490. 2015-03-24 11:41:18,244 ERROR [org.motechproject.server.impl.JspBundleLoader] couldn't clear tomcat cacheresourceEntries
  491.  
  492.  
  493. 2015-03-24 11:41:18,249 ERROR [org.motechproject.server.impl.JspBundleLoader] couldn't clear tomcat cacheresourceEntries
  494.  
  495.  
  496. 2015-03-24 11:41:18,253 ERROR [org.motechproject.server.impl.JspBundleLoader] couldn't clear tomcat cacheresourceEntries
  497.  
  498.  
  499. 2015-03-24 11:41:18,346 ERROR [org.motechproject.server.impl.JspBundleLoader] couldn't clear tomcat cacheresourceEntries
  500.  
  501.  
  502. 2015-03-24 11:41:18,357 ERROR [org.motechproject.server.impl.JspBundleLoader] couldn't clear tomcat cacheresourceEntries
  503.  
  504.  
  505. 2015-03-24 11:41:18,359 ERROR [org.motechproject.server.impl.JspBundleLoader] couldn't clear tomcat cacheresourceEntries
  506.  
  507.  
  508. 2015-03-24 11:41:22,261 ERROR [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener] Application context refresh failed (MotechOsgiConfigurableApplicationContext(bundle=org.motechproject.motech-platform-dataservices, config=osgibundle:/META-INF/spring/*.xml))
  509.  
  510.  
  511. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' defined in URL [bundle://76.0:1/META-INF/motech/mdsCommonContext.xml]: Cannot create inner bean 'mdsConfig$created#6736e63e' while setting bean property 'propertiesArray' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mdsConfig' defined in URL [bundle://76.0:1/META-INF/motech/mdsCommonContext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
  512.  
  513.  
  514.         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:281)
  515.  
  516.  
  517.         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:120)
  518.  
  519.  
  520.         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:353)
  521.  
  522.  
  523.         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:153)
  524.  
  525.  
  526.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1360)
  527.  
  528.  
  529.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1118)
  530.  
  531.  
  532.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
  533.  
  534.  
  535.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  536.  
  537.  
  538.         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  539.  
  540.  
  541.         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  542.  
  543.  
  544.         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  545.  
  546.  
  547.         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  548.  
  549.  
  550.         at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.invokeBeanFactoryPostProcessors(AbstractDelegatedExecutionApplicationContext.java:401)
  551.  
  552.  
  553.         at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.invokeBeanFactoryPostProcessors(AbstractDelegatedExecutionApplicationContext.java:362)
  554.  
  555.  
  556.         at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$3.run(AbstractDelegatedExecutionApplicationContext.java:254)
  557.  
  558.  
  559.         at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
  560.  
  561.  
  562.         at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.startRefresh(AbstractDelegatedExecutionApplicationContext.java:220)
  563.  
  564.  
  565.         at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.stageOne(DependencyWaiterApplicationContextExecutor.java:224)
  566.  
  567.  
  568.         at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.refresh(DependencyWaiterApplicationContextExecutor.java:177)
  569.  
  570.  
  571.         at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.refresh(AbstractDelegatedExecutionApplicationContext.java:157)
  572.  
  573.  
  574.         at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager$1.run(LifecycleManager.java:211)
  575.  
  576.  
  577.         at java.lang.Thread.run(Thread.java:745)
  578.  
  579.  
  580. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mdsConfig' defined in URL [bundle://76.0:1/META-INF/motech/mdsCommonContext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
  581.  
  582.  
  583.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1455)
  584.  
  585.  
  586.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  587.  
  588.  
  589.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  590.  
  591.  
  592.         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  593.  
  594.  
  595.         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  596.  
  597.  
  598.         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  599.  
  600.  
  601.         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  602.  
  603.  
  604.         at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:353)
  605.  
  606.  
  607.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1015)
  608.  
  609.  
  610.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:911)
  611.  
  612.  
  613.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  614.  
  615.  
  616.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  617.  
  618.  
  619.         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:270)
  620.  
  621.  
  622.         ... 21 more
  623.  
  624.  
  625. Caused by: java.lang.NullPointerException
  626.  
  627.  
  628.         at org.motechproject.commons.sql.service.impl.SqlDBManagerImpl.checkForDatabase(SqlDBManagerImpl.java:112)
  629.  
  630.  
  631.         at org.motechproject.commons.sql.service.impl.SqlDBManagerImpl.createDatabase(SqlDBManagerImpl.java:78)
  632.  
  633.  
  634.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  635.  
  636.  
  637.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  638.  
  639.  
  640.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  641.  
  642.  
  643.         at java.lang.reflect.Method.invoke(Method.java:606)
  644.  
  645.  
  646.         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  647.  
  648.  
  649.         at org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56)
  650.  
  651.  
  652.         at org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60)
  653.  
  654.  
  655.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  656.  
  657.  
  658.         at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
  659.  
  660.  
  661.         at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
  662.  
  663.  
  664.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  665.  
  666.  
  667.         at org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70)
  668.  
  669.  
  670.         at org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53)
  671.  
  672.  
  673.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  674.  
  675.  
  676.         at org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57)
  677.  
  678.  
  679.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  680.  
  681.  
  682.         at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
  683.  
  684.  
  685.         at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
  686.  
  687.  
  688.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  689.  
  690.  
  691.         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  692.  
  693.  
  694.         at com.sun.proxy.$Proxy35.createDatabase(Unknown Source)
  695.  
  696.  
  697.         at org.motechproject.mds.config.MdsConfig.init(MdsConfig.java:42)
  698.  
  699.  
  700.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  701.  
  702.  
  703.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  704.  
  705.  
  706.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  707.  
  708.  
  709.         at java.lang.reflect.Method.invoke(Method.java:606)
  710.  
  711.  
  712.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1581)
  713.  
  714.  
  715.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1522)
  716.  
  717.  
  718.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
  719.  
  720.  
  721.         ... 33 more
  722.  
  723.  
  724. 2015-03-24 11:41:22,281 ERROR [org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor] Unable to create application context for [org.motechproject.motech-platform-dataservices], unsatisfied dependencies: none
  725.  
  726.  
  727. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' defined in URL [bundle://76.0:1/META-INF/motech/mdsCommonContext.xml]: Cannot create inner bean 'mdsConfig$created#6736e63e' while setting bean property 'propertiesArray' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mdsConfig' defined in URL [bundle://76.0:1/META-INF/motech/mdsCommonContext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
  728.  
  729.  
  730.         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:281)
  731.  
  732.  
  733.         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:120)
  734.  
  735.  
  736.         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:353)
  737.  
  738.  
  739.         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:153)
  740.  
  741.  
  742.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1360)
  743.  
  744.  
  745.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1118)
  746.  
  747.  
  748.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
  749.  
  750.  
  751.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  752.  
  753.  
  754.         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  755.  
  756.  
  757.         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  758.  
  759.  
  760.         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  761.  
  762.  
  763.         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  764.  
  765.  
  766.         at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.invokeBeanFactoryPostProcessors(AbstractDelegatedExecutionApplicationContext.java:401)
  767.  
  768.  
  769.         at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.invokeBeanFactoryPostProcessors(AbstractDelegatedExecutionApplicationContext.java:362)
  770.  
  771.  
  772.         at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext$3.run(AbstractDelegatedExecutionApplicationContext.java:254)
  773.  
  774.  
  775.         at org.eclipse.gemini.blueprint.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
  776.  
  777.  
  778.         at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.startRefresh(AbstractDelegatedExecutionApplicationContext.java:220)
  779.  
  780.  
  781.         at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.stageOne(DependencyWaiterApplicationContextExecutor.java:224)
  782.  
  783.  
  784.         at org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor.refresh(DependencyWaiterApplicationContextExecutor.java:177)
  785.  
  786.  
  787.         at org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext.refresh(AbstractDelegatedExecutionApplicationContext.java:157)
  788.  
  789.  
  790.         at org.eclipse.gemini.blueprint.extender.internal.activator.LifecycleManager$1.run(LifecycleManager.java:211)
  791.  
  792.  
  793.         at java.lang.Thread.run(Thread.java:745)
  794.  
  795.  
  796. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mdsConfig' defined in URL [bundle://76.0:1/META-INF/motech/mdsCommonContext.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
  797.  
  798.  
  799.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1455)
  800.  
  801.  
  802.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
  803.  
  804.  
  805.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  806.  
  807.  
  808.         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
  809.  
  810.  
  811.         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
  812.  
  813.  
  814.         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
  815.  
  816.  
  817.         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
  818.  
  819.  
  820.         at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:353)
  821.  
  822.  
  823.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1015)
  824.  
  825.  
  826.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:911)
  827.  
  828.  
  829.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  830.  
  831.  
  832.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  833.  
  834.  
  835.         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:270)
  836.  
  837.  
  838.         ... 21 more
  839.  
  840.  
  841. Caused by: java.lang.NullPointerException
  842.  
  843.  
  844.         at org.motechproject.commons.sql.service.impl.SqlDBManagerImpl.checkForDatabase(SqlDBManagerImpl.java:112)
  845.  
  846.  
  847.         at org.motechproject.commons.sql.service.impl.SqlDBManagerImpl.createDatabase(SqlDBManagerImpl.java:78)
  848.  
  849.  
  850.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  851.  
  852.  
  853.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  854.  
  855.  
  856.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  857.  
  858.  
  859.         at java.lang.reflect.Method.invoke(Method.java:606)
  860.  
  861.  
  862.         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  863.  
  864.  
  865.         at org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56)
  866.  
  867.  
  868.         at org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60)
  869.  
  870.  
  871.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  872.  
  873.  
  874.         at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
  875.  
  876.  
  877.         at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
  878.  
  879.  
  880.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  881.  
  882.  
  883.         at org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70)
  884.  
  885.  
  886.         at org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53)
  887.  
  888.  
  889.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  890.  
  891.  
  892.         at org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57)
  893.  
  894.  
  895.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  896.  
  897.  
  898.         at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
  899.  
  900.  
  901.         at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
  902.  
  903.  
  904.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  905.  
  906.  
  907.         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  908.  
  909.  
  910.         at com.sun.proxy.$Proxy35.createDatabase(Unknown Source)
  911.  
  912.  
  913.         at org.motechproject.mds.config.MdsConfig.init(MdsConfig.java:42)
  914.  
  915.  
  916.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  917.  
  918.  
  919.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  920.  
  921.  
  922.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  923.  
  924.  
  925.         at java.lang.reflect.Method.invoke(Method.java:606)
  926.  
  927.  
  928.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1581)
  929.  
  930.  
  931.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1522)
  932.  
  933.  
  934.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
  935.  
  936.  
  937.         ... 33 more
  938.  
  939.  
  940. [INFO] Initializing Spring FrameworkServlet 'servlet_3'
  941.  
  942.  
  943. [INFO] Initialized servlet for org.motechproject.motech-platform-osgi-web-util [125]
  944.  
  945.  
  946. ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement