Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 163.50 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building jira-gitlab-plugin 1.0.0-SNAPSHOT
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] >>> maven-amps-dispatcher-plugin:6.2.4:run (default-cli) > package @ gitlab-integration >>>
  8. [INFO]
  9. [INFO] --- git-commit-id-plugin:2.2.0:revision (default) @ gitlab-integration ---
  10. [INFO]
  11. [INFO] --- maven-jira-plugin:6.2.4:compress-resources (default-compress-resources) @ gitlab-integration ---
  12. [INFO] Compiling javascript using YUI
  13. [INFO] 0 Javascript file(s) were minified into target directory C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\classes
  14. [INFO] 0 CSS file(s) were minified into target directory C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\classes
  15. [INFO] Compressing XML files
  16. [INFO] 1 XML file(s) were minified into target directory C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\classes
  17. [INFO]
  18. [INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ gitlab-integration ---
  19. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  20. [INFO] Copying 13 resources
  21. [INFO]
  22. [INFO] --- maven-jira-plugin:6.2.4:filter-plugin-descriptor (default-filter-plugin-descriptor) @ gitlab-integration ---
  23. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  24. [INFO] Copying 1 resource
  25. [INFO]
  26. [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ gitlab-integration ---
  27. [INFO] Changes detected - recompiling the module!
  28. [INFO] Compiling 45 source files to C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\classes
  29. [INFO] /C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/src/main/java/pl/hycom/jira/plugins/gitlab/integration/scheduler/impl/AwesomeStuffSalJob.java: Some input files use or override a deprecated API.
  30. [INFO] /C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/src/main/java/pl/hycom/jira/plugins/gitlab/integration/scheduler/impl/AwesomeStuffSalJob.java: Recompile with -Xlint:deprecation for details.
  31. [INFO] /C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/src/main/java/pl/hycom/jira/plugins/gitlab/integration/gitpanel/GitTab.java: C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\src\main\java\pl\hycom\jira\plugins\gitlab\integration\gitpanel\GitTab.java uses unchecked or unsafe operations.
  32. [INFO] /C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/src/main/java/pl/hycom/jira/plugins/gitlab/integration/gitpanel/GitTab.java: Recompile with -Xlint:unchecked for details.
  33. [INFO]
  34. [INFO] --- maven-jira-plugin:6.2.4:generate-rest-docs (default-generate-rest-docs) @ gitlab-integration ---
  35. [INFO]
  36. [INFO] --- atlassian-spring-scanner-maven-plugin:1.2.6:atlassian-spring-scanner (default) @ gitlab-integration ---
  37. [INFO] Starting Atlassian Spring Byte Code Scanner...
  38. [INFO]
  39. [ERROR] Found a type [com.atlassian.plugin.spring.scanner.annotation.imports.RefappImport] annotated as a component, but the type is not a concrete class. NOT adding to index file!!
  40. [ERROR] Found a type [com.atlassian.plugin.spring.scanner.annotation.imports.JiraImport] annotated as a component, but the type is not a concrete class. NOT adding to index file!!
  41. [ERROR] Found a type [com.atlassian.plugin.spring.scanner.annotation.imports.ConfluenceImport] annotated as a component, but the type is not a concrete class. NOT adding to index file!!
  42. [ERROR] Found a type [com.atlassian.plugin.spring.scanner.annotation.export.ModuleType] annotated as a component, but the type is not a concrete class. NOT adding to index file!!
  43. [ERROR] Found a type [com.atlassian.plugin.spring.scanner.annotation.component.RefappComponent] annotated as a component, but the type is not a concrete class. NOT adding to index file!!
  44. [ERROR] Found a type [com.atlassian.plugin.spring.scanner.annotation.component.JiraComponent] annotated as a component, but the type is not a concrete class. NOT adding to index file!!
  45. [ERROR] Found a type [com.atlassian.plugin.spring.scanner.annotation.component.ConfluenceComponent] annotated as a component, but the type is not a concrete class. NOT adding to index file!!
  46. [ERROR] Found a type [com.atlassian.plugin.spring.scanner.annotation.component.ClasspathComponent] annotated as a component, but the type is not a concrete class. NOT adding to index file!!
  47. [INFO]
  48. [INFO] Analysis ran in 1907 ms.
  49. [INFO] Encountered 5343 total classes
  50. [INFO] Processed 17 annotated classes
  51. [INFO]
  52. [INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ gitlab-integration ---
  53. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  54. [INFO] Copying 2 resources
  55. [INFO]
  56. [INFO] --- maven-jira-plugin:6.2.4:filter-test-plugin-descriptor (default-filter-test-plugin-descriptor) @ gitlab-integration ---
  57. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  58. [INFO] Copying 1 resource
  59. [INFO]
  60. [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ gitlab-integration ---
  61. [INFO] Changes detected - recompiling the module!
  62. [INFO] Compiling 7 source files to C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\test-classes
  63. [INFO] /C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/src/test/java/it/pl/hycom/jira/plugins/gitlab/integration/dao/ConfigManagerDaoTest.java: C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\src\test\java\it\pl\hycom\jira\plugins\gitlab\integration\dao\ConfigManagerDaoTest.java uses unchecked or unsafe operations.
  64. [INFO] /C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/src/test/java/it/pl/hycom/jira/plugins/gitlab/integration/dao/ConfigManagerDaoTest.java: Recompile with -Xlint:unchecked for details.
  65. [INFO]
  66. [INFO] --- maven-jira-plugin:6.2.4:unit-test (default-unit-test) @ gitlab-integration ---
  67. [INFO] Surefire report directory: C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\surefire-reports
  68.  
  69. -------------------------------------------------------
  70. T E S T S
  71. -------------------------------------------------------
  72. Running pl.hycom.jira.plugins.gitlab.integration.gitpanel.impl.GitLabManagerTest
  73. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
  74. Running ut.pl.hycom.jira.plugins.gitlab.integration.service.ProcessorManagerTest
  75. 2016-06-25 23:56:10 INFO ProcessorManager:43 - Processor manager started. Processors to process: 0. Commits to process: 1
  76. 2016-06-25 23:56:10 INFO ProcessorManager:58 - Method startProcessors in class pl.hycom.jira.plugins.gitlab.integration.service.ProcessorManager took 0 ms to execute.
  77. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
  78.  
  79. Results :
  80.  
  81. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
  82.  
  83. [INFO]
  84. [INFO] --- maven-jira-plugin:6.2.4:copy-bundled-dependencies (default-copy-bundled-dependencies) @ gitlab-integration ---
  85. [INFO] dom4j-1.4.jar already exists in destination.
  86. [INFO] lombok-1.16.8.jar already exists in destination.
  87. [INFO] jira-tests-7.1.4.jar already exists in destination.
  88. [INFO] lucene-analyzers-common-6.0.0.jar already exists in destination.
  89. [INFO] hamcrest-core-1.3.jar already exists in destination.
  90. [INFO] inception-1.10.jar already exists in destination.
  91. [INFO] commons-codec-1.9.jar already exists in destination.
  92. [INFO] lucene-queryparser-6.0.0.jar already exists in destination.
  93. [INFO] cglib-2.1_3.jar already exists in destination.
  94. [INFO] mockobjects-jdk1.3-j2ee1.3-0.07.jar already exists in destination.
  95. [INFO] atlassian-spring-scanner-runtime-1.2.6.jar already exists in destination.
  96. [INFO] atlassian-spring-scanner-annotation-1.2.6.jar already exists in destination.
  97. [INFO] hamcrest-library-1.3.jar already exists in destination.
  98. [INFO] modz-detector-0.12.jar already exists in destination.
  99. [INFO] asm-1.5.3.jar already exists in destination.
  100. [INFO] gson-2.2.2-atlassian-1.jar already exists in destination.
  101. [INFO] mockito-core-1.10.19.jar already exists in destination.
  102. [INFO] lucene-queries-6.0.0.jar already exists in destination.
  103. [INFO] slf4j-api-1.7.9.jar already exists in destination.
  104. [INFO] lucene-core-6.0.0.jar already exists in destination.
  105. [INFO] mockito-all-2.0.2-beta.jar already exists in destination.
  106. [INFO] lucene-sandbox-6.0.0.jar already exists in destination.
  107. [INFO] objenesis-1.2.jar already exists in destination.
  108. [INFO] hsqldb-1.8.1.1.jar already exists in destination.
  109. [INFO]
  110. [INFO] --- maven-jira-plugin:6.2.4:copy-test-bundled-dependencies (default-copy-test-bundled-dependencies) @ gitlab-integration ---
  111. [INFO] jira-api-7.1.4.jar already exists in destination.
  112. [INFO] hibernate-2.1.8-atlassian.jar already exists in destination.
  113. [INFO] bcprov-jdk15on-1.50.jar already exists in destination.
  114. [INFO] atlassian-gadgets-api-4.1.0.jar already exists in destination.
  115. [INFO] atlassian-extension-accessor-lib-1.0.0-m003.jar already exists in destination.
  116. [INFO] jcip-annotations-1.0.jar already exists in destination.
  117. [INFO] atlassian-plugins-osgi-testrunner-1.2.3.jar already exists in destination.
  118. [INFO] spring-core-4.1.6.RELEASE.jar already exists in destination.
  119. [INFO] atlassian-application-api-1.2.jar already exists in destination.
  120. [INFO] atlassian-vcache-internal-core-0.7.0.jar already exists in destination.
  121. [INFO] commons-compress-1.8.1.jar already exists in destination.
  122. [INFO] atlassian-core-user-5.0.6.jar already exists in destination.
  123. [INFO] atlassian-gzipfilter-3.0.0.jar already exists in destination.
  124. [INFO] webwork-1.4-atlassian-30.jar already exists in destination.
  125. [INFO] atlassian-plugins-webresource-api-3.5.9.jar already exists in destination.
  126. [INFO] jira-rest-plugin-7.1.4.jar already exists in destination.
  127. [INFO] applinks-spi-5.0.6.jar already exists in destination.
  128. [INFO] atlassian-profiling-1.9.jar already exists in destination.
  129. [INFO] log4j2-stacktrace-origins-2.2-atlassian-2.jar already exists in destination.
  130. [INFO] struts-1.2.9.jar already exists in destination.
  131. [INFO] batik-parser-1.7.jar already exists in destination.
  132. [INFO] atlassian-plugin-point-safety-0.10.jar already exists in destination.
  133. [INFO] xml-apis-ext-1.3.04.jar already exists in destination.
  134. [INFO] sslext-1.2-0.jar already exists in destination.
  135. [INFO] jotm-iiop_stubs-1.4.3.jar already exists in destination.
  136. [INFO] atlassian-p4package-2007.12.14.jar already exists in destination.
  137. [INFO] oscore-2.2.7-atlassian-1.jar already exists in destination.
  138. [INFO] beehive-single-node-0.2.jar already exists in destination.
  139. [INFO] velocity-1.4.jar already exists in destination.
  140. [INFO] atlassian-util-concurrent-2.6.2.jar already exists in destination.
  141. [INFO] javax.servlet-api-3.0.1.jar already exists in destination.
  142. [INFO] mysema-commons-lang-0.2.4.jar already exists in destination.
  143. [INFO] csv-20.jar already exists in destination.
  144. [INFO] commons-codec-1.9.jar already exists in destination.
  145. [INFO] sal-api-3.0.3.jar already exists in destination.
  146. [INFO] beehive-core-0.2.jar already exists in destination.
  147. [INFO] jsoup-1.8.3.jar already exists in destination.
  148. [INFO] blobstore-client-api-1.3.0.jar already exists in destination.
  149. [INFO] atlassian-logging-2.15.jar already exists in destination.
  150. [INFO] jzlib-1.0.5.jar already exists in destination.
  151. [INFO] common-lang-3.2.jar already exists in destination.
  152. [INFO] crowd-core-tiny-2.8.3.jar already exists in destination.
  153. [INFO] xml-apis-1.3.04.jar already exists in destination.
  154. [INFO] jira-testkit-common-7.2.9.jar already exists in destination.
  155. [INFO] spring-data-commons-1.6.1.RELEASE.jar already exists in destination.
  156. [INFO] commons-validator-1.4.0.jar already exists in destination.
  157. [INFO] jaxb-api-2.1.jar already exists in destination.
  158. [INFO] fugue-2.6.0.jar already exists in destination.
  159. [INFO] guava-retrying-1.0.7.jar already exists in destination.
  160. [INFO] atlassian-scheduler-caesium-1.3.0.jar already exists in destination.
  161. [INFO] crowd-integration-api-2.8.3.jar already exists in destination.
  162. [INFO] nekohtml-1.9.19.jar already exists in destination.
  163. [INFO] jfreechart-1.0.13.jar already exists in destination.
  164. [INFO] carol-properties-1.5.2.jar already exists in destination.
  165. [INFO] urlrewritefilter-4.0.3.jar already exists in destination.
  166. [INFO] crowd-persistence-2.8.3.jar already exists in destination.
  167. [INFO] atlassian-servlet-api-2.0.jar already exists in destination.
  168. [INFO] jaxb-impl-2.2.1.1.jar already exists in destination.
  169. [INFO] jira-tests-7.1.4.jar already exists in destination.
  170. [INFO] activeobjects-dbex-1.1.5.jar already exists in destination.
  171. [INFO] commons-digester-1.4.1.jar already exists in destination.
  172. [INFO] jstyleparser-1.16-atlassian-1.jar already exists in destination.
  173. [INFO] crowd-ldap-2.8.3.jar already exists in destination.
  174. [INFO] commons-jrcs-diff-0.1.7.jar already exists in destination.
  175. [INFO] commons-lang-2.6.jar already exists in destination.
  176. [INFO] atlassian-plugins-api-4.1.0-m002.jar already exists in destination.
  177. [INFO] antlr-2.7.2.jar already exists in destination.
  178. [INFO] activeobjects-plugin-1.1.5.jar already exists in destination.
  179. [INFO] xfire-aegis-1.2.6.jar already exists in destination.
  180. [INFO] common-image-3.2.jar already exists in destination.
  181. [INFO] atlassian-trusted-apps-seraph-integration-4.1.0.jar already exists in destination.
  182. [INFO] activation-1.1.1.jar already exists in destination.
  183. [INFO] atlassian-cache-common-impl-2.11.1.jar already exists in destination.
  184. [INFO] jsr311-api-1.1.1.jar already exists in destination.
  185. [INFO] jndi-1.2.1.jar already exists in destination.
  186. [INFO] httpcore-4.4.1.jar already exists in destination.
  187. [INFO] log4j-1.2.16.jar already exists in destination.
  188. [INFO] jcommon-1.0.8.jar already exists in destination.
  189. [INFO] package-scanner-0.9.5.jar already exists in destination.
  190. [INFO] velocity-dep-1.4.jar already exists in destination.
  191. [INFO] spring-tx-4.1.6.RELEASE.jar already exists in destination.
  192. [INFO] xfire-core-1.2.6.jar already exists in destination.
  193. [INFO] jersey-multipart-1.19.jar already exists in destination.
  194. [INFO] atlassian-core-thumbnail-5.0.6.jar already exists in destination.
  195. [INFO] jcaptcha-2.0-alpha-1.jar already exists in destination.
  196. [INFO] querydsl-sql-4.0.7.jar already exists in destination.
  197. [INFO] spymemcached-2.12.0.jar already exists in destination.
  198. [INFO] joda-time-2.8.2.jar already exists in destination.
  199. [INFO] filters-2.0.235.jar already exists in destination.
  200. [INFO] batik-anim-1.7.jar already exists in destination.
  201. [INFO] atlassian-cache-memory-2.11.1.jar already exists in destination.
  202. [INFO] atlassian-extension-accessor-api-1.0.0-m003.jar already exists in destination.
  203. [INFO] atlassian-collectors-util-0.10.jar already exists in destination.
  204. [INFO] atlassian-http-1.1.1.jar already exists in destination.
  205. [INFO] jta-1.0.1.jar already exists in destination.
  206. [INFO] xstream-1.4.8.jar already exists in destination.
  207. [INFO] spring-jdbc-2.0.6.jar already exists in destination.
  208. [INFO] atlassian-vcache-internal-memcached-0.7.0.jar already exists in destination.
  209. [INFO] atlassian-extension-provider-lib-1.0.0-m003.jar already exists in destination.
  210. [INFO] atlassian-classloader-1.0.jar already exists in destination.
  211. [INFO] batik-script-1.7.jar already exists in destination.
  212. [INFO] imageio-core-3.2.jar already exists in destination.
  213. [INFO] crowd-events-2.8.3.jar already exists in destination.
  214. [INFO] batik-bridge-1.7.jar already exists in destination.
  215. [INFO] lucene-sandbox-6.0.0.jar already exists in destination.
  216. [INFO] dom4j-1.4.jar already exists in destination.
  217. [INFO] hibernate-validator-4.0.2.GA.jar already exists in destination.
  218. [INFO] jul-to-slf4j-1.7.9.jar already exists in destination.
  219. [INFO] httpclient-4.4.1.jar already exists in destination.
  220. [INFO] atlassian-vcache-internal-api-0.7.0.jar already exists in destination.
  221. [INFO] atlassian-localhost-1.1.0.jar already exists in destination.
  222. [INFO] axis-saaj-1.3.jar already exists in destination.
  223. [INFO] spring-ldap-core-2.0.2.RELEASE.jar already exists in destination.
  224. [INFO] sal-trust-api-3.0.3.jar already exists in destination.
  225. [INFO] slf4j-log4j12-1.7.9.jar already exists in destination.
  226. [INFO] crowd-remote-2.8.3.jar already exists in destination.
  227. [INFO] javax.mail-1.5.4.jar already exists in destination.
  228. [INFO] atlassian-vcache-internal-legacy-0.7.0.jar already exists in destination.
  229. [INFO] atlassian-cache-ehcache-2.11.1.jar already exists in destination.
  230. [INFO] activeobjects-core-1.1.5.jar already exists in destination.
  231. [INFO] atlassian-flushable-gzipoutputstream-1.1.jar already exists in destination.
  232. [INFO] mockobjects-jdk1.3-j2ee1.3-0.07.jar already exists in destination.
  233. [INFO] biz.aQute.bndlib-2.4.1.jar already exists in destination.
  234. [INFO] spring-beans-4.2.5.RELEASE.jar already exists in destination.
  235. [INFO] commons-logging-1.0.4.jar already exists in destination.
  236. [INFO] jtidy-r8-20050104.jar already exists in destination.
  237. [INFO] crowd-api-2.8.3.jar already exists in destination.
  238. [INFO] xercesImpl-2.9.1.jar already exists in destination.
  239. [INFO] jackson-xc-1.9.1.jar already exists in destination.
  240. [INFO] lucene-analyzers-3.3.0.jar already exists in destination.
  241. [INFO] httpclient-cache-4.4.1.jar already exists in destination.
  242. [INFO] atlassian-plugins-core-4.1.0-m002.jar already exists in destination.
  243. [INFO] atlassian-secure-xml-3.2.3.jar already exists in destination.
  244. [INFO] commons-httpclient-3.1-atlassian-2.jar already exists in destination.
  245. [INFO] propertyset-1.5.jar already exists in destination.
  246. [INFO] crowd-server-api-2.8.3.jar already exists in destination.
  247. [INFO] commons-collections-3.2.2.jar already exists in destination.
  248. [INFO] commons-dbcp2-2.1.jar already exists in destination.
  249. [INFO] atlassian-image-consumer-1.0.1.jar already exists in destination.
  250. [INFO] gson-2.2.2-atlassian-1.jar already exists in destination.
  251. [INFO] atlassian-secure-random-3.2.3.jar already exists in destination.
  252. [INFO] spring-hibernate2-2.0.6.jar already exists in destination.
  253. [INFO] atlassian-plugins-schema-4.1.0-m002.jar already exists in destination.
  254. [INFO] xpp3-1.1.4c.jar already exists in destination.
  255. [INFO] beehive-db-0.2.jar already exists in destination.
  256. [INFO] atlassian-plugins-webresource-common-4.1.0-m002.jar already exists in destination.
  257. [INFO] botocss-core-6.2.jar already exists in destination.
  258. [INFO] aopalliance-1.0.jar already exists in destination.
  259. [INFO] atlassian-plugins-servlet-4.1.0-m002.jar already exists in destination.
  260. [INFO] commons-beanutils-1.6.1.jar already exists in destination.
  261. [INFO] lucene-queryparser-6.0.0.jar already exists in destination.
  262. [INFO] atlassian-spring-scanner-runtime-1.2.6.jar already exists in destination.
  263. [INFO] crowd-query-language-2.8.3.jar already exists in destination.
  264. [INFO] org.apache.servicemix.bundles.javax-inject-1_2.jar already exists in destination.
  265. [INFO] atlassian-plugins-eventlistener-4.1.0-m002.jar already exists in destination.
  266. [INFO] sitemesh-2.5-atlassian-11.jar already exists in destination.
  267. [INFO] batik-gvt-1.7.jar already exists in destination.
  268. [INFO] velocity-htmlsafe-1.4.jar already exists in destination.
  269. [INFO] mockito-core-1.10.19.jar already exists in destination.
  270. [INFO] jcaptcha-api-2.0-alpha-1.jar already exists in destination.
  271. [INFO] wsdl4j-1.6.1.jar already exists in destination.
  272. [INFO] atlassian-seraph-3.0.3.jar already exists in destination.
  273. [INFO] mockito-all-2.0.2-beta.jar already exists in destination.
  274. [INFO] jonas_timer-1.4.3.jar already exists in destination.
  275. [INFO] stax2-api-3.1.0.jar already exists in destination.
  276. [INFO] beehive-api-0.2.jar already exists in destination.
  277. [INFO] commons-configuration-1.0.jar already exists in destination.
  278. [INFO] upm-api-2.15.jar already exists in destination.
  279. [INFO] batik-svg-dom-1.7.jar already exists in destination.
  280. [INFO] atlassian-annotations-0.16.jar already exists in destination.
  281. [INFO] imageio-metadata-3.2.jar already exists in destination.
  282. [INFO] atlassian-event-2.3.5.jar already exists in destination.
  283. [INFO] inception-1.10.jar already exists in destination.
  284. [INFO] commons-fileupload-1.2.1.jar already exists in destination.
  285. [INFO] cglib-2.1_3.jar already exists in destination.
  286. [INFO] common-io-3.2.jar already exists in destination.
  287. [INFO] serializer-2.7.2.jar already exists in destination.
  288. [INFO] modz-detector-0.12.jar already exists in destination.
  289. [INFO] ots-jts-1.0.jar already exists in destination.
  290. [INFO] axis-1.3-atlassian-1.jar already exists in destination.
  291. [INFO] atlassian-core-5.0.6.jar already exists in destination.
  292. [INFO] embedded-crowd-spi-2.8.3.jar already exists in destination.
  293. [INFO] crowd-integration-seraph25-2.8.3.jar already exists in destination.
  294. [INFO] atlassian-config-0.15.jar already exists in destination.
  295. [INFO] wink-common-1.1.3-incubating.jar already exists in destination.
  296. [INFO] atlassian-trusted-apps-core-4.1.0.jar already exists in destination.
  297. [INFO] xalan-2.7.2.jar already exists in destination.
  298. [INFO] soy-template-renderer-api-4.3.0.jar already exists in destination.
  299. [INFO] atlassian-ip-3.0.jar already exists in destination.
  300. [INFO] activeobjects-test-1.1.5.jar already exists in destination.
  301. [INFO] slf4j-api-1.7.9.jar already exists in destination.
  302. [INFO] atlassian-gadgets-spi-4.1.0.jar already exists in destination.
  303. [INFO] bsh-1.2b7.jar already exists in destination.
  304. [INFO] batik-dom-1.7.jar already exists in destination.
  305. [INFO] validation-api-1.1.0.Final.jar already exists in destination.
  306. [INFO] jersey-server-1.8-atlassian-6.jar already exists in destination.
  307. [INFO] atlassian-mail-2.5.16.jar already exists in destination.
  308. [INFO] jersey-apache-client-1.19.jar already exists in destination.
  309. [INFO] hsqldb-1.8.1.1.jar already exists in destination.
  310. [INFO] jai_codec-1.1.3.jar already exists in destination.
  311. [INFO] bsf-2.2.jar already exists in destination.
  312. [INFO] spring-expression-4.2.5.RELEASE.jar already exists in destination.
  313. [INFO] atlassian-password-encoder-3.2.3.jar already exists in destination.
  314. [INFO] batik-codec-1.7.jar already exists in destination.
  315. [INFO] imageio-jpeg-3.2.jar already exists in destination.
  316. [INFO] jai_core-1.1.3.jar already exists in destination.
  317. [INFO] hamcrest-all-1.3.jar already exists in destination.
  318. [INFO] applinks-api-5.0.6.jar already exists in destination.
  319. [INFO] jsr305-1.3.9.jar already exists in destination.
  320. [INFO] spring-aop-4.2.5.RELEASE.jar already exists in destination.
  321. [INFO] batik-css-1.7.jar already exists in destination.
  322. [INFO] atlassian-spring-scanner-annotation-1.2.6.jar already exists in destination.
  323. [INFO] asm-1.5.3.jar already exists in destination.
  324. [INFO] atlassian-tenancy-api-1.4.0.jar already exists in destination.
  325. [INFO] picocontainer-2.14.3.jar already exists in destination.
  326. [INFO] lucene-queries-6.0.0.jar already exists in destination.
  327. [INFO] commons-io-2.1.jar already exists in destination.
  328. [INFO] atlassian-oauth-api-2.0.2.jar already exists in destination.
  329. [INFO] lucene-core-6.0.0.jar already exists in destination.
  330. [INFO] imageio-tiff-3.2.jar already exists in destination.
  331. [INFO] jackson-core-asl-1.9.1.jar already exists in destination.
  332. [INFO] antlr-runtime-3.5.2.jar already exists in destination.
  333. [INFO] oro-2.0.7.jar already exists in destination.
  334. [INFO] atlassian-cookie-tools-3.2.3.jar already exists in destination.
  335. [INFO] applinks-host-5.0.6.jar already exists in destination.
  336. [INFO] atlassian-johnson-core-3.0.0.jar already exists in destination.
  337. [INFO] soy-template-renderer-plugin-api-4.3.0.jar already exists in destination.
  338. [INFO] carol-1.5.2.jar already exists in destination.
  339. [INFO] crowd-integration-client-common-2.8.3.jar already exists in destination.
  340. [INFO] pell-multipart-request-1.31.0.jar already exists in destination.
  341. [INFO] javax.inject-1.jar already exists in destination.
  342. [INFO] activeobjects-1.1.5.jar already exists in destination.
  343. [INFO] crowd-server-common-2.8.3.jar already exists in destination.
  344. [INFO] lucene-analyzers-common-6.0.0.jar already exists in destination.
  345. [INFO] entityengine-share-1.2.3.jar already exists in destination.
  346. [INFO] com.atlassian.jersey-library-2.7.1.pom already exists in destination.
  347. [INFO] jackson-mapper-asl-1.9.1.jar already exists in destination.
  348. [INFO] analytics-api-5.0.10.jar already exists in destination.
  349. [INFO] xapool-1.3.1.jar already exists in destination.
  350. [INFO] junit-dep-4.10.jar already exists in destination.
  351. [INFO] stax-api-1.0-2.jar already exists in destination.
  352. [INFO] guava-18.0.jar already exists in destination.
  353. [INFO] activeobjects-spi-1.1.5.jar already exists in destination.
  354. [INFO] atlassian-extension-provider-api-1.0.0-m003.jar already exists in destination.
  355. [INFO] woodstox-core-asl-4.1.0.jar already exists in destination.
  356. [INFO] crowd-integration-client-rest-2.8.3.jar already exists in destination.
  357. [INFO] atlassian-plugins-osgi-4.1.0-m002.jar already exists in destination.
  358. [INFO] entityengine-1.2.3.jar already exists in destination.
  359. [INFO] batik-ext-1.7.jar already exists in destination.
  360. [INFO] geronimo-annotation_1.1_spec-1.0.jar already exists in destination.
  361. [INFO] glue-5.0b2.jar already exists in destination.
  362. [INFO] atlassian-application-host-1.2.jar already exists in destination.
  363. [INFO] atlassian-rest-common-2.7.1.jar already exists in destination.
  364. [INFO] atlassian-cache-api-2.11.1.jar already exists in destination.
  365. [INFO] crowd-core-2.8.3.jar already exists in destination.
  366. [INFO] radeox-1.0b2-forked-22Apr2004.jar already exists in destination.
  367. [INFO] jira-attachment-dmz-7.1.4.jar already exists in destination.
  368. [INFO] velocity-tools-1.3.jar already exists in destination.
  369. [INFO] embedded-crowd-core-2.8.3.jar already exists in destination.
  370. [INFO] h2-1.4.185.jar already exists in destination.
  371. [INFO] hamcrest-library-1.3.jar already exists in destination.
  372. [INFO] atlassian-extension-plugins-lib-1.0.0-m003.jar already exists in destination.
  373. [INFO] batik-util-1.7.jar already exists in destination.
  374. [INFO] atlassian-plugins-webresource-3.5.9.jar already exists in destination.
  375. [INFO] atlassian-velocity-1.3.jar already exists in destination.
  376. [INFO] atlassian-jdk-utilities-0.4.jar already exists in destination.
  377. [INFO] atlassian-extras-3.1.2.jar already exists in destination.
  378. [INFO] commons-pool2-2.3.jar already exists in destination.
  379. [INFO] org.json-chargebee-1.0.jar already exists in destination.
  380. [INFO] jersey-client-1.19.jar already exists in destination.
  381. [INFO] commons-pool-1.5.4.jar already exists in destination.
  382. [INFO] wstx-asl-3.2.4.jar already exists in destination.
  383. [INFO] crowd-password-encoders-2.8.3.jar already exists in destination.
  384. [INFO] cglib-nodep-2.1_3.jar already exists in destination.
  385. [INFO] objenesis-1.2.jar already exists in destination.
  386. [INFO] xmlpull-1.1.3.1.jar already exists in destination.
  387. [INFO] lombok-1.16.8.jar already exists in destination.
  388. [INFO] wink-client-1.1.3-incubating.jar already exists in destination.
  389. [INFO] jira-testkit-client-7.2.9.jar already exists in destination.
  390. [INFO] atlassian-instrumentation-core-2.2.1.jar already exists in destination.
  391. [INFO] osworkflow-2.8.1.jar already exists in destination.
  392. [INFO] atlassian-plugins-webfragment-api-4.1.0.jar already exists in destination.
  393. [INFO] spring-web-4.2.5.RELEASE.jar already exists in destination.
  394. [INFO] hamcrest-core-1.3.jar already exists in destination.
  395. [INFO] mimepull-1.9.3.jar already exists in destination.
  396. [INFO] ehcache-2.8.3.jar already exists in destination.
  397. [INFO] httpmime-4.4.1.jar already exists in destination.
  398. [INFO] commons-jexl-1.1.jar already exists in destination.
  399. [INFO] atlassian-html-encoder-1.4.jar already exists in destination.
  400. [INFO] jackson-1.0.jar already exists in destination.
  401. [INFO] commons-lang3-3.3.2.jar already exists in destination.
  402. [INFO] spring-dao-2.0.6.jar already exists in destination.
  403. [INFO] atlassian-renderer-8.0.5.jar already exists in destination.
  404. [INFO] servlet-api-2.3.jar already exists in destination.
  405. [INFO] activeobjects-test-1.1.5.jar already exists in destination.
  406. [INFO] spring-security-core-3.1.0.RELEASE.jar already exists in destination.
  407. [INFO] atlassian-plugins-osgi-events-4.1.0-m002.jar already exists in destination.
  408. [INFO] objectweb-datasource-1.4.3.jar already exists in destination.
  409. [INFO] jdom-1.0.jar already exists in destination.
  410. [INFO] lucene-extras-3.3.0-atlassian-3.jar already exists in destination.
  411. [INFO] jotm-1.4.3.jar already exists in destination.
  412. [INFO] jersey-core-1.19.jar already exists in destination.
  413. [INFO] jira-rest-api-7.1.4.jar already exists in destination.
  414. [INFO] atlassian-scheduler-core-1.7.0.jar already exists in destination.
  415. [INFO] batik-awt-util-1.7.jar already exists in destination.
  416. [INFO] sal-spi-3.0.3.jar already exists in destination.
  417. [INFO] atlassian-scheduler-api-1.7.0.jar already exists in destination.
  418. [INFO] batik-xml-1.7.jar already exists in destination.
  419. [INFO] atlassian-threadlocal-1.3.jar already exists in destination.
  420. [INFO] atlassian-vcache-api-0.7.0.jar already exists in destination.
  421. [INFO] jira-lucene-dmz-7.1.4.jar already exists in destination.
  422. [INFO] querydsl-core-4.0.7.jar already exists in destination.
  423. [INFO] datafile-1.3.3.jar already exists in destination.
  424. [INFO] spring-security-crypto-3.1.0.RELEASE.jar already exists in destination.
  425. [INFO] velocity-1.6.4-atlassian-7.jar already exists in destination.
  426. [INFO] atlassian-gzipfilter-legacy-1.23.0.jar already exists in destination.
  427. [INFO] atlassian-spring-1.1.jar already exists in destination.
  428. [INFO] embedded-crowd-api-2.8.3.jar already exists in destination.
  429. [INFO] jcl-over-slf4j-1.7.9.jar already exists in destination.
  430. [INFO] axis-jaxrpc-1.3.jar already exists in destination.
  431. [INFO] atlassian-landlord-spi-2.0.7.jar already exists in destination.
  432. [INFO] org.apache.felix.framework-4.2.1.jar already exists in destination.
  433. [INFO] commons-discovery-0.2.jar already exists in destination.
  434. [INFO] javax.mail-api-1.5.4.jar already exists in destination.
  435. [INFO] jira-core-7.1.4.jar already exists in destination.
  436. [INFO] atlassian-secure-utils-3.2.3.jar already exists in destination.
  437. [INFO] jettison-1.1.jar already exists in destination.
  438. [INFO] jackson-jaxrs-1.9.1.jar already exists in destination.
  439. [INFO] xmlsec-1.4.2.jar already exists in destination.
  440. [INFO] jersey-json-1.19.jar already exists in destination.
  441. [INFO] rhino-1.7R4.jar already exists in destination.
  442. [INFO] batik-transcoder-1.7.jar already exists in destination.
  443. [INFO] atlassian-plugins-webfragment-4.1.0.jar already exists in destination.
  444. [INFO] sourcemap-1.7.5.jar already exists in destination.
  445. [INFO] atlassian-json-api-0.9.jar already exists in destination.
  446. [INFO] jotm-jrmp_stubs-1.4.3.jar already exists in destination.
  447. [INFO] atlassian-extension-util-lib-1.0.0-m003.jar already exists in destination.
  448. [INFO] spring-context-4.2.5.RELEASE.jar already exists in destination.
  449. [INFO]
  450. [INFO] --- maven-jira-plugin:6.2.4:generate-manifest (default-generate-manifest) @ gitlab-integration ---
  451. [INFO]
  452. [INFO] --- maven-jira-plugin:6.2.4:generate-test-manifest (default-generate-test-manifest) @ gitlab-integration ---
  453. [INFO]
  454. [INFO] --- maven-jira-plugin:6.2.4:validate-manifest (default-validate-manifest) @ gitlab-integration ---
  455. [INFO] Manifest found, validating...
  456. [INFO] Manifest validated
  457. [INFO]
  458. [INFO] --- maven-jira-plugin:6.2.4:jar (default-jar) @ gitlab-integration ---
  459. [INFO] Building jar: C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\gitlab-integration-1.0.0-SNAPSHOT.jar
  460. [INFO]
  461. [INFO] --- maven-jira-plugin:6.2.4:generate-obr-artifact (default-generate-obr-artifact) @ gitlab-integration ---
  462. [INFO] Skipping OBR generation... no OSGi bundle manifest instructions found in pom.xml
  463. [INFO]
  464. [INFO] --- maven-jira-plugin:6.2.4:validate-test-manifest (default-validate-test-manifest) @ gitlab-integration ---
  465. [INFO] Manifest found, validating...
  466. [INFO] Manifest validated
  467. [INFO]
  468. [INFO] --- maven-jira-plugin:6.2.4:test-jar (default-test-jar) @ gitlab-integration ---
  469. [INFO] found Test: it.pl.hycom.jira.plugins.gitlab.integration.dao.ConfigManagerDaoTest, adding to plugin.xml...
  470. [INFO] Building jar: C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\gitlab-integration-1.0.0-SNAPSHOT-tests.jar
  471. [INFO]
  472. [INFO] <<< maven-amps-dispatcher-plugin:6.2.4:run (default-cli) < package @ gitlab-integration <<<
  473. [INFO]
  474. [INFO] --- maven-amps-dispatcher-plugin:6.2.4:run (default-cli) @ gitlab-integration ---
  475. [WARNING] The property 'rest.version' is no longer usable to override the related bundled plugin. Use <pluginArtifacts> or <libArtifacts> to explicitly override bundled plugins and libraries, respectively.
  476. [INFO] Google Analytics Tracking is enabled to collect AMPS usage statistics.
  477. [INFO] Although no personal information is sent, you may disable tracking by adding <allowGoogleTracking>false</allowGoogleTracking> to the amps plugin configuration in your pom.xml
  478. [INFO] Sending event to Google Analytics: AMPS:jira - Run
  479. [WARNING]
  480. [WARNING] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  481. [WARNING] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  482. [WARNING] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  483. [WARNING] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  484. [WARNING]
  485. [WARNING] >>> WARNING: atlas-cli and fastdev are DEPRECATED in favour of QuickReload <<<
  486. [WARNING]
  487. [WARNING] >>> WARNING: Support for atlas-cli and fastdev will be completely removed in the next AMPS version. <<<
  488. [WARNING]
  489. [WARNING] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  490. [WARNING] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  491. [WARNING] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  492. [WARNING] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  493. [WARNING]
  494. [INFO]
  495. [INFO] Starting jira...
  496. [INFO] Configured Artifact: com.atlassian.jira.plugins:jira-plugin-test-resources:7.1.4:zip
  497. [INFO] com.atlassian.jira.plugins:jira-plugin-test-resources:7.1.4:zip already exists in C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira
  498. [INFO] Configured Artifact: com.atlassian.jira:atlassian-jira-webapp:7.1.4:war
  499. [INFO] com.atlassian.jira:atlassian-jira-webapp:7.1.4:war already exists in C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira
  500. [INFO] Configured Artifact: com.atlassian.pdkinstall:pdkinstall-plugin:0.6:jar
  501. [INFO] Copying pdkinstall-plugin-0.6.jar to C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\home\plugins\installed-plugins\pdkinstall-plugin-0.6.jar
  502. [INFO] Configured Artifact: commons-fileupload:commons-fileupload:1.2.1:jar
  503. [INFO] Copying commons-fileupload-1.2.1.jar to C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\home\plugins\installed-plugins\commons-fileupload-1.2.1.jar
  504. [INFO] Configured Artifact: org.apache.felix:org.apache.felix.webconsole:1.2.8:jar
  505. [INFO] Copying org.apache.felix.webconsole-1.2.8.jar to C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\home\plugins\installed-plugins\org.apache.felix.webconsole-1.2.8.jar
  506. [INFO] Configured Artifact: org.apache.felix:org.osgi.compendium:1.2.0:jar
  507. [INFO] Copying org.osgi.compendium-1.2.0.jar to C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\home\plugins\installed-plugins\org.osgi.compendium-1.2.0.jar
  508. [INFO] Configured Artifact: com.atlassian.labs.httpservice:httpservice-bridge:0.6.2:jar
  509. [INFO] Copying httpservice-bridge-0.6.2.jar to C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\home\plugins\installed-plugins\httpservice-bridge-0.6.2.jar
  510. [INFO] Configured Artifact: com.atlassian.labs:fastdev-plugin:2.6:jar
  511. [INFO] Copying fastdev-plugin-2.6.jar to C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\home\plugins\installed-plugins\fastdev-plugin-2.6.jar
  512. [INFO] Configured Artifact: com.atlassian.devrel:developer-toolbox-plugin:2.0.17:jar
  513. [INFO] Copying developer-toolbox-plugin-2.0.17.jar to C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\home\plugins\installed-plugins\developer-toolbox-plugin-2.0.17.jar
  514. [INFO] Configured Artifact: com.atlassian.labs:rest-api-browser:3.1.3:jar
  515. [INFO] Copying rest-api-browser-3.1.3.jar to C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\home\plugins\installed-plugins\rest-api-browser-3.1.3.jar
  516. [INFO] Configured Artifact: com.atlassian.plugins:plugin-data-editor:1.2:jar
  517. [INFO] Copying plugin-data-editor-1.2.jar to C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\home\plugins\installed-plugins\plugin-data-editor-1.2.jar
  518. [INFO] Configured Artifact: org.apache.servicemix.bundles:org.apache.servicemix.bundles.junit:4.10_1:jar
  519. [INFO] Copying org.apache.servicemix.bundles.junit-4.10_1.jar to C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\webapp\WEB-INF\atlassian-bundled-plugins\org.apache.servicemix.bundles.junit-4.10_1.jar
  520. [INFO] Configured Artifact: com.atlassian.plugins:atlassian-plugins-osgi-testrunner-bundle:1.2.3:jar
  521. [INFO] Copying atlassian-plugins-osgi-testrunner-bundle-1.2.3.jar to C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\webapp\WEB-INF\atlassian-bundled-plugins\atlassian-plugins-osgi-testrunner-bundle-1.2.3.jar
  522. [INFO] Reusing unpacked container 'tomcat8x' from C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x
  523. [INFO] Starting jira on the tomcat8x container on ports 2990 (http), 55226 (rmi) and 8009 (ajp)
  524. [INFO] using codehaus cargo v1.4.7
  525. [INFO] [2.ContainerStartMojo] Resolved container artifact org.codehaus.cargo:cargo-core-container-tomcat:jar:1.4.7 for container tomcat8x
  526. [INFO] [talledLocalContainer] Tomcat 8.x starting...
  527. [INFO] [stalledLocalDeployer] Deploying [C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\jira.war] to [C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x\cargo-jira-home/webapps]...
  528. [INFO] [talledLocalContainer] Listening for transport dt_socket at address: 5005
  529. [INFO] [talledLocalContainer] Jun 25, 2016 11:56:37 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
  530. [WARNING] [talledLocalContainer] WARNING: Problem with directory [C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x\cargo-jira-home\common\classes], exists: [false], isDirectory: [false], canRead: [false]
  531. [INFO] [talledLocalContainer] Jun 25, 2016 11:56:37 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
  532. [WARNING] [talledLocalContainer] WARNING: Problem with directory [C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x\cargo-jira-home\shared\classes], exists: [false], isDirectory: [false], canRead: [false]
  533. [INFO] [talledLocalContainer] Jun 25, 2016 11:56:37 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
  534. [WARNING] [talledLocalContainer] WARNING: Problem with directory [C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x\cargo-jira-home\shared\lib], exists: [false], isDirectory: [false], canRead: [false]
  535. [INFO] [talledLocalContainer] Jun 25, 2016 11:56:37 PM org.apache.catalina.core.AprLifecycleListener init
  536. [INFO] [talledLocalContainer] INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.8.0_72\jre\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\apache-maven-3.3.9\bin;C:\Applications\Atlassiannnn\atlassian-plugin-sdk-6.2.6\bin;.
  537. [INFO] [talledLocalContainer] Jun 25, 2016 11:56:37 PM org.apache.catalina.startup.SetAllPropertiesRule begin
  538. [WARNING] [talledLocalContainer] WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'emptySessionPath' to 'true' did not find a matching property.
  539. [INFO] [talledLocalContainer] Jun 25, 2016 11:56:37 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
  540. [WARNING] [talledLocalContainer] WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Valve} Setting property 'resolveHosts' to 'false' did not find a matching property.
  541. [INFO] [talledLocalContainer] Jun 25, 2016 11:56:37 PM org.apache.coyote.AbstractProtocol init
  542. [INFO] [talledLocalContainer] INFO: Initializing ProtocolHandler ["http-nio-2990"]
  543. [INFO] [talledLocalContainer] Jun 25, 2016 11:56:37 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  544. [INFO] [talledLocalContainer] INFO: Using a shared selector for servlet write/read
  545. [INFO] [talledLocalContainer] Jun 25, 2016 11:56:37 PM org.apache.coyote.AbstractProtocol init
  546. [INFO] [talledLocalContainer] INFO: Initializing ProtocolHandler ["ajp-nio-8009"]
  547. [INFO] [talledLocalContainer] Jun 25, 2016 11:56:37 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  548. [INFO] [talledLocalContainer] INFO: Using a shared selector for servlet write/read
  549. [INFO] [talledLocalContainer] Jun 25, 2016 11:56:37 PM org.apache.catalina.startup.Catalina load
  550. [INFO] [talledLocalContainer] INFO: Initialization processed in 393 ms
  551. [INFO] [talledLocalContainer] Jun 25, 2016 11:56:37 PM org.apache.catalina.core.StandardService startInternal
  552. [INFO] [talledLocalContainer] INFO: Starting service Catalina
  553. [INFO] [talledLocalContainer] Jun 25, 2016 11:56:37 PM org.apache.catalina.core.StandardEngine startInternal
  554. [INFO] [talledLocalContainer] INFO: Starting Servlet Engine: Apache Tomcat/8.0.9
  555. [INFO] [talledLocalContainer] Jun 25, 2016 11:56:37 PM org.apache.catalina.startup.HostConfig deployWAR
  556. [INFO] [talledLocalContainer] INFO: Deploying web application archive C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x\cargo-jira-home\webapps\cargocpc.war
  557. [INFO] [talledLocalContainer] Jun 25, 2016 11:56:38 PM org.apache.jasper.servlet.TldScanner scanJars
  558. [INFO] [talledLocalContainer] INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  559. [INFO] [talledLocalContainer] Jun 25, 2016 11:56:38 PM org.apache.catalina.startup.HostConfig deployWAR
  560. [INFO] [talledLocalContainer] INFO: Deployment of web application archive C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x\cargo-jira-home\webapps\cargocpc.war has finished in 490 ms
  561. [INFO] [talledLocalContainer] Jun 25, 2016 11:56:38 PM org.apache.catalina.startup.HostConfig deployWAR
  562. [INFO] [talledLocalContainer] INFO: Deploying web application archive C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x\cargo-jira-home\webapps\jira.war
  563. [INFO] [talledLocalContainer] 2016-06-25 23:56:48,350 localhost-startStop-1 INFO [c.a.jira.startup.JiraStartupLogger]
  564. [INFO] [talledLocalContainer]
  565. [INFO] [talledLocalContainer] ****************
  566. [INFO] [talledLocalContainer] JIRA starting...
  567. [INFO] [talledLocalContainer] ****************
  568. [INFO] [talledLocalContainer]
  569. [INFO] [talledLocalContainer] 2016-06-25 23:56:48,397 localhost-startStop-1 INFO [c.a.jira.startup.JiraStartupLogger]
  570. [INFO] [talledLocalContainer]
  571. [INFO] [talledLocalContainer] ___ Environment _____________________________
  572. [INFO] [talledLocalContainer]
  573. [INFO] [talledLocalContainer] JIRA Build : 7.1.4#71008-sha1:eaa0661a37ce6adcb7f40966b8761f8cf45bcb33
  574. [INFO] [talledLocalContainer] Build Date : Wed Mar 30 00:00:00 CEST 2016
  575. [INFO] [talledLocalContainer] JIRA Installation Type : unknown
  576. [INFO] [talledLocalContainer] Application Server : Apache Tomcat/8.0.9 - Servlet API 3.1
  577. [INFO] [talledLocalContainer] Java Version : 1.8.0_72 - Oracle Corporation
  578. [INFO] [talledLocalContainer] Current Working Directory : C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x\cargo-jira-home
  579. [INFO] [talledLocalContainer] Maximum Allowable Memory : 455MB
  580. [INFO] [talledLocalContainer] Total Memory : 258MB
  581. [INFO] [talledLocalContainer] Free Memory : 105MB
  582. [INFO] [talledLocalContainer] Used Memory : 153MB
  583. [INFO] [talledLocalContainer] Memory Pool: Code Cache : Code Cache: init = 2555904(2496K) used = 10056704(9821K) committed = 10158080(9920K) max = 251658240(245760K)
  584. [INFO] [talledLocalContainer] Memory Pool: Metaspace : Metaspace: init = 0(0K) used = 20816792(20328K) committed = 21495808(20992K) max = -1(-1K)
  585. [INFO] [talledLocalContainer] Memory Pool: Compressed Class Space : Compressed Class Space: init = 0(0K) used = 2377040(2321K) committed = 2621440(2560K) max = 1073741824(1048576K)
  586. [INFO] [talledLocalContainer] Memory Pool: PS Eden Space : PS Eden Space: init = 34078720(33280K) used = 68621432(67013K) committed = 101711872(99328K) max = 105906176(103424K)
  587. [INFO] [talledLocalContainer] Memory Pool: PS Survivor Space : PS Survivor Space: init = 5242880(5120K) used = 3580712(3496K) committed = 36700160(35840K) max = 36700160(35840K)
  588. [INFO] [talledLocalContainer] Memory Pool: PS Old Gen : PS Old Gen: init = 89653248(87552K) used = 89566520(87467K) committed = 132120576(129024K) max = 358088704(349696K)
  589. [INFO] [talledLocalContainer] JVM Input Arguments : -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -Xmx512m -XX:MaxPermSize=256m -Xms128m -XX:PermSize=48m -Dbaseurl=http://Tomek-PC:2990/jira -Dplugin.root.directories=C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration -Dcargo.servlet.uriencoding=UTF-8 -Dcom.atlassian.jira.startup.LauncherContextListener.SYNCHRONOUS=true -Dplugin.resource.directories=C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\src\main\resources,C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\src\test\resources -Datlassian.dev.mode=true -Djava.awt.headless=true -Djira.home=C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/jira/home -Dcargo.datasource.datasource=cargo.datasource.url=jdbc:h2:file:C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/jira/home/database/h2db|cargo.datasource.driver=org.h2.Driver|cargo.datasource.username=sa|cargo.datasource.password=|cargo.datasource.jndi=jdbc/JiraDS -Datlassian.sdk.version=6.2.4 -Dcatalina.home=C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x\apache-tomcat-8.0.9 -Dcatalina.base=C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x\cargo-jira-home -Djava.io.tmpdir=C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x\cargo-jira-home/temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x\cargo-jira-home/conf/logging.properties
  590. [INFO] [talledLocalContainer] Java Compatibility Information : JIRA version = 7.1.4, Java Version = 1.8.0_72
  591. [INFO] [talledLocalContainer]
  592. [INFO] [talledLocalContainer] 2016-06-25 23:56:48,555 localhost-startStop-1 INFO [c.a.jira.startup.JiraHomeStartupCheck] The jira.home directory 'C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\home' is validated and locked for exclusive use by this instance.
  593. [INFO] [talledLocalContainer] 2016-06-25 23:56:48,561 localhost-startStop-1 INFO [c.a.j.config.database.SystemDatabaseConfigurationLoader] Reading database configuration from C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\home\dbconfig.xml
  594. [INFO] [talledLocalContainer] 2016-06-25 23:56:48,603 localhost-startStop-1 INFO [c.a.jira.startup.ChecklistLauncher] Setting system property 'atlassian.webresource.disable.minification' to 'true' for development mode.
  595. [INFO] [talledLocalContainer] 2016-06-25 23:56:48,605 localhost-startStop-1 INFO [c.a.jira.startup.ChecklistLauncher] Setting system property 'atlassian.mail.senddisabled' to 'true' for development mode.
  596. [INFO] [talledLocalContainer] 2016-06-25 23:56:48,605 localhost-startStop-1 INFO [c.a.jira.startup.ChecklistLauncher] Setting system property 'atlassian.mail.fetchdisabled' to 'true' for development mode.
  597. [INFO] [talledLocalContainer] 2016-06-25 23:56:48,605 localhost-startStop-1 INFO [c.a.jira.startup.ChecklistLauncher] Setting system property 'com.atlassian.gadgets.dashboard.ignoreCache' to 'true' for development mode.
  598. [INFO] [talledLocalContainer] 2016-06-25 23:56:48,605 localhost-startStop-1 INFO [c.a.jira.startup.ChecklistLauncher] Setting system property 'atlassian.disable.caches' to 'true' for development mode.
  599. [INFO] [talledLocalContainer] 2016-06-25 23:56:48,605 localhost-startStop-1 INFO [c.a.jira.startup.ChecklistLauncher] Setting system property 'jira.websudo.is.disabled' to 'true' for development mode.
  600. [INFO] [talledLocalContainer] 2016-06-25 23:56:48,606 localhost-startStop-1 INFO [c.a.jira.startup.ChecklistLauncher] Setting system property 'jira.i18n.reloadbundles' to 'true' for development mode.
  601. [INFO] [talledLocalContainer] 2016-06-25 23:56:48,606 localhost-startStop-1 INFO [c.a.jira.startup.JiraStartupLogger] Running JIRA startup checks.
  602. [INFO] [talledLocalContainer] 2016-06-25 23:56:48,606 localhost-startStop-1 INFO [c.a.jira.startup.JiraStartupLogger] JIRA pre-database startup checks completed successfully.
  603. [INFO] [talledLocalContainer] 2016-06-25 23:56:49,274 localhost-startStop-1 INFO [o.o.c.entity.jdbc.DatabaseUtil] Database Product Name is H2
  604. [INFO] [talledLocalContainer] 2016-06-25 23:56:49,274 localhost-startStop-1 INFO [o.o.c.entity.jdbc.DatabaseUtil] Database Product Version is 1.4.185 (2015-01-16)
  605. [INFO] [talledLocalContainer] 2016-06-25 23:56:49,274 localhost-startStop-1 INFO [o.o.c.entity.jdbc.DatabaseUtil] Database Driver Name is H2 JDBC Driver
  606. [INFO] [talledLocalContainer] 2016-06-25 23:56:49,274 localhost-startStop-1 INFO [o.o.c.entity.jdbc.DatabaseUtil] Database Driver Version is 1.4.185 (2015-01-16)
  607. [INFO] [talledLocalContainer] 2016-06-25 23:56:49,460 localhost-startStop-1 INFO [o.o.c.entity.jdbc.DatabaseUtil] Database Product Name is H2
  608. [INFO] [talledLocalContainer] 2016-06-25 23:56:49,460 localhost-startStop-1 INFO [o.o.c.entity.jdbc.DatabaseUtil] Database Product Version is 1.4.185 (2015-01-16)
  609. [INFO] [talledLocalContainer] 2016-06-25 23:56:49,460 localhost-startStop-1 INFO [o.o.c.entity.jdbc.DatabaseUtil] Database Driver Name is H2 JDBC Driver
  610. [INFO] [talledLocalContainer] 2016-06-25 23:56:49,460 localhost-startStop-1 INFO [o.o.c.entity.jdbc.DatabaseUtil] Database Driver Version is 1.4.185 (2015-01-16)
  611. [INFO] [talledLocalContainer] 2016-06-25 23:56:49,537 localhost-startStop-1 INFO [c.a.j.config.database.DatabaseConfigurationManagerImpl] The database is configured. Now running Database Checklist Launcher
  612. [INFO] [talledLocalContainer] 2016-06-25 23:56:49,688 localhost-startStop-1 INFO [c.a.jira.startup.DatabaseChecklistLauncher] JIRA database startup checks completed successfully.
  613. [INFO] [talledLocalContainer] 2016-06-25 23:56:49,689 localhost-startStop-1 INFO [c.a.j.config.database.DatabaseConfigurationManagerImpl] The database is configured. Now running Post database-configuration launchers
  614. [INFO] [talledLocalContainer] 2016-06-25 23:56:50,580 localhost-startStop-1 INFO [c.a.j.config.database.SystemDatabaseConfigurationLoader] Reading database configuration from C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\home\dbconfig.xml
  615. [INFO] [talledLocalContainer] 2016-06-25 23:56:51,477 localhost-startStop-1 WARN [c.a.jira.startup.DatabaseLauncher]
  616. [INFO] [talledLocalContainer]
  617. [INFO] [talledLocalContainer] **************************************************************************************
  618. [INFO] [talledLocalContainer] h2 is an in-memory database, and susceptible to corruption when abnormally terminated.
  619. [INFO] [talledLocalContainer] DO NOT USE IN PRODUCTION, please switch to a regular database.
  620. [INFO] [talledLocalContainer] **************************************************************************************
  621. [INFO] [talledLocalContainer]
  622. [INFO] [talledLocalContainer] 2016-06-25 23:56:51,478 localhost-startStop-1 INFO [c.a.jira.startup.DatabaseLauncher] Database transactions enabled: true
  623. [INFO] [talledLocalContainer] 2016-06-25 23:56:51,478 localhost-startStop-1 INFO [c.a.jira.startup.DatabaseLauncher] Using JIRA's default for database transaction isolation level: 2
  624. [INFO] [talledLocalContainer] 2016-06-25 23:56:51,482 localhost-startStop-1 INFO [c.a.jira.startup.JiraStartupLogger]
  625. [INFO] [talledLocalContainer]
  626. [INFO] [talledLocalContainer] Database configuration OK
  627. [INFO] [talledLocalContainer]
  628. [INFO] [talledLocalContainer] ___ Database Configuration ________________
  629. [INFO] [talledLocalContainer]
  630. [INFO] [talledLocalContainer] Loading entityengine.xml from : file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/classes/entityengine.xml
  631. [INFO] [talledLocalContainer] Entity model field type name : h2
  632. [INFO] [talledLocalContainer] Entity model schema name : PUBLIC
  633. [INFO] [talledLocalContainer] Database Version : H2 - 1.4.185 (2015-01-16)
  634. [INFO] [talledLocalContainer] Database Driver : H2 JDBC Driver - 1.4.185 (2015-01-16)
  635. [INFO] [talledLocalContainer] Database URL : jdbc:h2:file:C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/jira/home/database/h2db
  636. [INFO] [talledLocalContainer] Database JNDI config : h2 java:comp/env/jdbc/JiraDS
  637. [INFO] [talledLocalContainer]
  638. [INFO] [talledLocalContainer] 2016-06-25 23:56:51,783 localhost-startStop-1 INFO [c.a.j.c.embedded.ofbiz.OfBizUserDao] Using full user cache
  639. [INFO] [talledLocalContainer] 2016-06-25 23:56:51,940 localhost-startStop-1 INFO [c.a.jira.startup.ClusteringChecklistLauncher] JIRA clustering startup checks completed successfully.
  640. [INFO] [talledLocalContainer] 2016-06-25 23:56:51,952 localhost-startStop-1 WARN [c.a.jira.diagnostic.PluginDiagnostics] Registering PluginDiagnostics with the event manager.
  641. [INFO] [talledLocalContainer] 2016-06-25 23:56:52,032 localhost-startStop-1 INFO [c.a.jira.startup.JiraStartupLogger]
  642. [INFO] [talledLocalContainer]
  643. [INFO] [talledLocalContainer] ___ Starting the JIRA Plugin System _________________
  644. [INFO] [talledLocalContainer]
  645. [INFO] [talledLocalContainer] 2016-06-25 23:56:52,032 localhost-startStop-1 INFO [c.a.plugin.manager.DefaultPluginManager] Plugin system earlyStartup begun
  646. [INFO] [talledLocalContainer] 2016-06-25 23:57:03,063 localhost-startStop-1 WARN [c.a.p.o.f.transform.stage.GenerateManifestStage] Manifest contains a 'Spring-Context:' header with a timeout, namely '*;timeout:=60'. This can cause problems as the timeout is server specific. Use the header 'Spring-Context: *' in the jar 'pdkinstall-plugin-0.6.jar'.
  647. [INFO] [talledLocalContainer] 2016-06-25 23:57:07,060 ThreadPoolAsyncTaskExecutor::Thread 20 WARN [c.a.jira.less-integration.spring]
  648. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.less-integration id(63) v(7.1.4) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-less-integration-7.1.4.jar
  649. [INFO] [talledLocalContainer]
  650. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  651. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.less-integration.spring = DEBUG, console, filelog
  652. [INFO] [talledLocalContainer]
  653. [INFO] [talledLocalContainer] 2016-06-25 23:57:07,187 ThreadPoolAsyncTaskExecutor::Thread 80 WARN [c.a.jira.tzdetect-plugin.spring]
  654. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.tzdetect-plugin id(76) v(2.3.1) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-tzdetect-plugin-2.3.1.jar
  655. [INFO] [talledLocalContainer]
  656. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  657. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.tzdetect-plugin.spring = DEBUG, console, filelog
  658. [INFO] [talledLocalContainer]
  659. [INFO] [talledLocalContainer] 2016-06-25 23:57:07,385 ThreadPoolAsyncTaskExecutor::Thread 40 WARN [c.a.jira.board-plugin.spring]
  660. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.board-plugin id(51) v(7.1.4) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-board-plugin-7.1.4.jar
  661. [INFO] [talledLocalContainer]
  662. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  663. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.board-plugin.spring = DEBUG, console, filelog
  664. [INFO] [talledLocalContainer]
  665. [INFO] [talledLocalContainer] 2016-06-25 23:57:07,382 ThreadPoolAsyncTaskExecutor::Thread 69 WARN [o.s.b.factory.support.DefaultListableBeanFactory] Overriding user-defined bean definition for bean 'clock' with a framework-generated bean definition: replacing [Generic bean: class [com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [bundle://69.0:0/META-INF/spring/atlassian-plugins-host-components.xml]] with [Root bean: class [org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
  666. [INFO] [talledLocalContainer] 2016-06-25 23:57:07,814 ThreadPoolAsyncTaskExecutor::Thread 69 WARN [o.s.b.factory.support.DefaultListableBeanFactory] Overriding user-defined bean definition for bean 'applicationProperties' with a framework-generated bean definition: replacing [Generic bean: class [com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [bundle://69.0:0/META-INF/spring/atlassian-plugins-host-components.xml]] with [Root bean: class [org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
  667. [INFO] [talledLocalContainer] 2016-06-25 23:57:07,815 ThreadPoolAsyncTaskExecutor::Thread 69 WARN [o.s.b.factory.support.DefaultListableBeanFactory] Overriding user-defined bean definition for bean 'jiraLicenseManager' with a framework-generated bean definition: replacing [Generic bean: class [com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [bundle://69.0:0/META-INF/spring/atlassian-plugins-host-components.xml]] with [Root bean: class [org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
  668. [INFO] [talledLocalContainer] 2016-06-25 23:57:07,815 ThreadPoolAsyncTaskExecutor::Thread 69 WARN [o.s.b.factory.support.DefaultListableBeanFactory] Overriding user-defined bean definition for bean 'mailSettings' with a framework-generated bean definition: replacing [Generic bean: class [com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [bundle://69.0:0/META-INF/spring/atlassian-plugins-host-components.xml]] with [Root bean: class [org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
  669. [INFO] [talledLocalContainer] 2016-06-25 23:57:07,815 ThreadPoolAsyncTaskExecutor::Thread 69 WARN [o.s.b.factory.support.DefaultListableBeanFactory] Overriding user-defined bean definition for bean 'jiraWebResourceManager' with a framework-generated bean definition: replacing [Generic bean: class [com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [bundle://69.0:0/META-INF/spring/atlassian-plugins-host-components.xml]] with [Root bean: class [org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
  670. [INFO] [talledLocalContainer] 2016-06-25 23:57:07,815 ThreadPoolAsyncTaskExecutor::Thread 69 WARN [o.s.b.factory.support.DefaultListableBeanFactory] Overriding user-defined bean definition for bean 'globalPermissionManager' with a framework-generated bean definition: replacing [Generic bean: class [com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [bundle://69.0:0/META-INF/spring/atlassian-plugins-host-components.xml]] with [Root bean: class [org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
  671. [INFO] [talledLocalContainer] 2016-06-25 23:57:07,815 ThreadPoolAsyncTaskExecutor::Thread 69 WARN [o.s.b.factory.support.DefaultListableBeanFactory] Overriding user-defined bean definition for bean 'jiraAuthenticationContext' with a framework-generated bean definition: replacing [Generic bean: class [com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [bundle://69.0:0/META-INF/spring/atlassian-plugins-host-components.xml]] with [Root bean: class [org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
  672. [INFO] [talledLocalContainer] 2016-06-25 23:57:07,836 ThreadPoolAsyncTaskExecutor::Thread 69 WARN [o.s.b.factory.support.DefaultListableBeanFactory] Overriding user-defined bean definition for bean 'systemInfoUtils' with a framework-generated bean definition: replacing [Generic bean: class [com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [bundle://69.0:0/META-INF/spring/atlassian-plugins-host-components.xml]] with [Root bean: class [org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
  673. [INFO] [talledLocalContainer] 2016-06-25 23:57:07,836 ThreadPoolAsyncTaskExecutor::Thread 69 WARN [o.s.b.factory.support.DefaultListableBeanFactory] Overriding user-defined bean definition for bean 'mailServerManager' with a framework-generated bean definition: replacing [Generic bean: class [com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean]; scope=; abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [bundle://69.0:0/META-INF/spring/atlassian-plugins-host-components.xml]] with [Root bean: class [org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
  674. [INFO] [talledLocalContainer] 2016-06-25 23:57:08,203 ThreadPoolAsyncTaskExecutor::Thread 92 WARN [c.a.jira.jira-postsetup-announcements-plugin.spring]
  675. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.jira-postsetup-announcements-plugin id(69) v(7.1.4) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/jira/home/plugins/.osgi-plugins/transformed-plugins/jira-postsetup-announcements-plugin-7.1.4_1459314722000.jar
  676. [INFO] [talledLocalContainer]
  677. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  678. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.jira-postsetup-announcements-plugin.spring = DEBUG, console, filelog
  679. [INFO] [talledLocalContainer]
  680. [INFO] [talledLocalContainer] 2016-06-25 23:57:08,437 ThreadPoolAsyncTaskExecutor::Thread 53 WARN [c.a.pocketknife.featureflags-plugin.spring]
  681. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.pocketknife.featureflags-plugin id(141) v(0.5.4) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/pocketknife-features-plugin-0.5.4.jar
  682. [INFO] [talledLocalContainer]
  683. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  684. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.pocketknife.featureflags-plugin.spring = DEBUG, console, filelog
  685. [INFO] [talledLocalContainer]
  686. [INFO] [talledLocalContainer] 2016-06-25 23:57:08,564 ThreadPoolAsyncTaskExecutor::Thread 75 WARN [c.a.jira.share-plugin.spring]
  687. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.share-plugin id(74) v(7.1.4) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-share-plugin-7.1.4.jar
  688. [INFO] [talledLocalContainer]
  689. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  690. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.share-plugin.spring = DEBUG, console, filelog
  691. [INFO] [talledLocalContainer]
  692. [INFO] [talledLocalContainer] 2016-06-25 23:57:08,614 ThreadPoolAsyncTaskExecutor::Thread 21 INFO [c.a.p.s.scanner.util.ProductFilterUtil] Detected product: JIRA
  693. [INFO] [talledLocalContainer] 2016-06-25 23:57:08,617 ThreadPoolAsyncTaskExecutor::Thread 21 WARN [c.a.p.s.scanner.util.AnnotationIndexReader] Read annotation index file: META-INF/plugin-components/component-jira
  694. [INFO] [talledLocalContainer] 2016-06-25 23:57:08,620 ThreadPoolAsyncTaskExecutor::Thread 21 WARN [c.a.p.s.scanner.util.AnnotationIndexReader] Printing out found annotated beans:
  695. [INFO] [talledLocalContainer] 2016-06-25 23:57:08,620 ThreadPoolAsyncTaskExecutor::Thread 21 WARN [c.a.p.s.scanner.util.AnnotationIndexReader] []
  696. [INFO] [talledLocalContainer] 2016-06-25 23:57:08,640 ThreadPoolAsyncTaskExecutor::Thread 72 WARN [c.a.j.plugins.jira-auditing-plugin.spring]
  697. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.plugins.jira-auditing-plugin id(85) v(1.7.4) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-auditing-plugin-1.7.4.jar
  698. [INFO] [talledLocalContainer]
  699. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  700. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.plugins.jira-auditing-plugin.spring = DEBUG, console, filelog
  701. [INFO] [talledLocalContainer]
  702. [INFO] [talledLocalContainer] 2016-06-25 23:57:08,809 ThreadPoolAsyncTaskExecutor::Thread 3 WARN [c.a.j.plugins.workflow-designer-plugin.spring]
  703. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.plugins.workflow-designer-plugin id(97) v(7.1.4) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/workflow-designer-plugin-7.1.4.jar
  704. [INFO] [talledLocalContainer]
  705. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  706. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.plugins.workflow-designer-plugin.spring = DEBUG, console, filelog
  707. [INFO] [talledLocalContainer]
  708. [INFO] [talledLocalContainer] 2016-06-25 23:57:08,972 ThreadPoolAsyncTaskExecutor::Thread 90 WARN [c.a.jira.issue-link-web-plugin.spring]
  709. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.issue-link-web-plugin id(58) v(7.1.4) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-issue-link-web-plugin-7.1.4.jar
  710. [INFO] [talledLocalContainer]
  711. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  712. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.issue-link-web-plugin.spring = DEBUG, console, filelog
  713. [INFO] [talledLocalContainer]
  714. [INFO] [talledLocalContainer] 2016-06-25 23:57:09,657 ThreadPoolAsyncTaskExecutor::Thread 92 WARN [c.a.jira.soy-plugin.spring]
  715. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.soy-plugin id(75) v(7.1.4) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-soy-plugin-7.1.4.jar
  716. [INFO] [talledLocalContainer]
  717. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  718. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.soy-plugin.spring = DEBUG, console, filelog
  719. [INFO] [talledLocalContainer]
  720. [INFO] [talledLocalContainer] ___________ ________ ______ _________
  721. [INFO] [talledLocalContainer] ___ /___(_)__ _________ __ \_______ /___________ ______ /
  722. [INFO] [talledLocalContainer] __ / __ /__ | / / _ \_ /_/ / _ \_ /_ __ \ __ `/ __ /
  723. [INFO] [talledLocalContainer] _ /___ / __ |/ // __/ _, _// __/ / / /_/ / /_/ // /_/ /
  724. [INFO] [talledLocalContainer] /_____/_/ _____/ \___//_/ |_| \___//_/ \____/\__,_/ \__,_/
  725. [INFO] [talledLocalContainer]
  726. [INFO] [talledLocalContainer] __________ ______ ______ ______________
  727. [INFO] [talledLocalContainer] ___ ____/____________ ___ /____ /__________ /__ /
  728. [INFO] [talledLocalContainer] __ __/ __ __ \ __ `/_ __ \_ /_ _ \ __ /__ /
  729. [INFO] [talledLocalContainer] _ /___ _ / / / /_/ /_ /_/ / / / __/ /_/ / /_/
  730. [INFO] [talledLocalContainer] /_____/ /_/ /_/\__,_/ /_.___//_/ \___/\__,_/ (_)
  731. [INFO] [talledLocalContainer] 2016-06-25 23:57:09,686 localhost-startStop-1 INFO [c.a.plugin.util.WaitUntil] Plugins that have yet to be enabled: (92): [com.atlassian.upm.upm-application-plugin, com.atlassian.applinks.applinks-trustedapps-plugin, com.atlassian.support.stp, com.atlassian.mywork.mywork-jira-provider-plugin, com.atlassian.plugins.atlassian-remote-event-consumer-plugin, com.atlassian.jira.plugins.jira-importers-asana-plugin, com.atlassian.analytics.analytics-client, tac.jira core.languages.es_ES, com.atlassian.applinks.applinks-oauth-plugin, com.atlassian.jira.plugins.jira-importers-redmine-plugin, com.atlassian.streams.actions, com.atlassian.jira-core-project-templates, com.atlassian.plugins.atlassian-plugins-osgi-testrunner-bundle, com.atlassian.jira.jira-issue-nav-plugin, com.atlassian.jira.jira-quick-edit-plugin, com.atlassian.applinks.applinks-cors-plugin, com.atlassian.plugins.atlassian-nav-links-plugin, com.atlassian.oauth.serviceprovider, com.atlassian.plugins.atlassian-remote-event-common-plugin, com.atlassian.sal.jira, com.atlassian.activeobjects.activeobjects-plugin, com.atlassian.jira.jira-onboarding-assets-plugin, com.atlassian.jira.jira-issue-link-applinks-common-plugin, com.atlassian.gadgets.embedded, com.atlassian.crowd.embedded.admin, com.atlassian.jira.plugins.jira-importers-bitbucket-plugin, com.atlassian.jira.lookandfeel, com.atlassian.administration.atlassian-admin-quicksearch-jira, com.atlassian.jira.plugins.workflow.sharing.jira-workflow-sharing-plugin, com.atlassian.jira.jira-view-issue-plugin, com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin, com.atlassian.jira.jira-invite-user-plugin, com.atlassian.jira.collector.plugin.jira-issue-collector-plugin, com.atlassian.jira.gadgets, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.jira.jira-soy-plugin, com.atlassian.jira.plugins.jira-admin-helper-plugin, com.atlassian.gadgets.oauth.serviceprovider, com.atlassian.jira.plugins.jira-importers-plugin, com.atlassian.jira.jira-projects-issue-navigator, com.atlassian.jira.jira-project-config-plugin, com.atlassian.devrel.developer-toolbox-plugin, com.atlassian.jira.jira-header-plugin, com.atlassian.jira.rest, com.atlassian.jira.plugins.jira-importers-trello-plugin, crowd-rest-plugin, com.atlassian.jira.jira-issue-link-confluence-plugin, com.atlassian.jira.plugins.inline-create.jira-inline-issue-create-plugin, com.atlassian.plugins.plugin-data-editor, com.atlassian.gadgets.opensocial, com.atlassian.support.healthcheck.support-healthcheck-plugin, com.atlassian.webhooks.atlassian-webhooks-plugin, com.atlassian.gadgets.publisher, com.atlassian.labs.fastdev-plugin, com.atlassian.plugins.atlassian-whitelist-ui-plugin, com.atlassian.jira.jira-admin-navigation-plugin, com.atlassian.jira.plugins.jira-importers-github-plugin, com.atlassian.gadgets.directory, com.atlassian.atlassian-failure-cache-plugin, com.atlassian.plugins.base-hipchat-integration-plugin, com.atlassian.plugins.base-hipchat-integration-plugin-api, com.atlassian.jira.jira-issue-link-remote-jira-plugin, com.atlassian.auiplugin, com.atlassian.jira.jira-mail-plugin, com.atlassian.mywork.mywork-common-plugin, com.atlassian.jirawallboard.atlassian-wallboard-plugin, com.atlassian.gadgets.dashboard, com.atlassian.jira.plugins.jira-healthcheck-plugin, com.atlassian.upm.atlassian-universal-plugin-manager-plugin, com.atlassian.plugins.jira-remote-link-aggregator-plugin, com.atlassian.streams.core, pl.hycom.jira.plugins.gitlab-integration, com.atlassian.httpclient.atlassian-httpclient-plugin, tac.jira core.languages.ja_JP, com.atlassian.applinks.applinks-plugin, com.atlassian.plugins.atlassian-awareness-capability, com.atlassian.labs.rest-api-browser, com.atlassian.jira.project-templates-plugin, com.atlassian.plugins.browser.metrics.browser-metrics-plugin, com.atlassian.streams, pl.hycom.jira.plugins.gitlab-integration-tests, com.atlassian.streams.streams-jira-plugin, com.atlassian.labs.hipchat.hipchat-for-jira-plugin, com.atlassian.web.atlassian-servlet-plugin, com.atlassian.jira.jira-issue-nav-components, com.atlassian.jira.jira-projects-plugin, com.atlassian.jira.mobile, com.atlassian.streams.streams-thirdparty-plugin, tac.jira core.languages.fr_FR, com.atlassian.plugins.atlassian-project-creation-plugin, com.atlassian.applinks.applinks-basicauth-plugin, com.atlassian.plugins.atlassian-whitelist-api-plugin], 60 seconds remaining
  732. [INFO] [talledLocalContainer] 2016-06-25 23:57:09,799 ThreadPoolAsyncTaskExecutor::Thread 3 WARN [c.a.web.atlassian-servlet-plugin.spring]
  733. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.web.atlassian-servlet-plugin id(163) v(3.0.0) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/atlassian-servlet-plugin-3.0.0.jar
  734. [INFO] [talledLocalContainer]
  735. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  736. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.web.atlassian-servlet-plugin.spring = DEBUG, console, filelog
  737. [INFO] [talledLocalContainer]
  738. [INFO] [talledLocalContainer] 2016-06-25 23:57:10,093 ThreadPoolAsyncTaskExecutor::Thread 21 WARN [o.s.b.factory.support.DefaultListableBeanFactory] Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'jiraSoapServiceProvider': Requested bean is currently in creation: Is there an unresolvable circular reference?
  739. [INFO] [talledLocalContainer] 2016-06-25 23:57:10,095 ThreadPoolAsyncTaskExecutor::Thread 85 WARN [c.a.gadgets.publisher.spring]
  740. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.gadgets.publisher id(38) v(4.1.0) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/atlassian-gadgets-publisher-plugin-4.1.0.jar
  741. [INFO] [talledLocalContainer]
  742. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  743. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.gadgets.publisher.spring = DEBUG, console, filelog
  744. [INFO] [talledLocalContainer]
  745. [INFO] [talledLocalContainer] 2016-06-25 23:57:10,097 ThreadPoolAsyncTaskExecutor::Thread 21 WARN [o.s.b.factory.support.DefaultListableBeanFactory] Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'jiraSoapServiceProvider': Requested bean is currently in creation: Is there an unresolvable circular reference?
  746. [INFO] [talledLocalContainer] 2016-06-25 23:57:10,151 ThreadPoolAsyncTaskExecutor::Thread 30 WARN [c.a.j.p.inline-create.jira-inline-issue-create-plugin.spring]
  747. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.plugins.inline-create.jira-inline-issue-create-plugin id(83) v(1.3.3) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-inline-issue-create-plugin-1.3.3.jar
  748. [INFO] [talledLocalContainer]
  749. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  750. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.plugins.inline-create.jira-inline-issue-create-plugin.spring = DEBUG, console, filelog
  751. [INFO] [talledLocalContainer]
  752. [INFO] [talledLocalContainer] 2016-06-25 23:57:10,272 ThreadPoolAsyncTaskExecutor::Thread 11 WARN [c.a.jira.onboarding-assets-plugin.spring]
  753. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.onboarding-assets-plugin id(67) v(7.1.4) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-onboarding-assets-plugin-7.1.4.jar
  754. [INFO] [talledLocalContainer]
  755. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  756. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.onboarding-assets-plugin.spring = DEBUG, console, filelog
  757. [INFO] [talledLocalContainer]
  758. [INFO] [talledLocalContainer] 2016-06-25 23:57:10,867 localhost-startStop-1 INFO [c.a.plugin.util.WaitUntil] Plugins that have yet to be enabled: (67): [com.atlassian.applinks.applinks-trustedapps-plugin, com.atlassian.mywork.mywork-jira-provider-plugin, com.atlassian.plugins.atlassian-remote-event-consumer-plugin, com.atlassian.jira.plugins.jira-importers-asana-plugin, com.atlassian.analytics.analytics-client, com.atlassian.applinks.applinks-oauth-plugin, com.atlassian.jira.plugins.jira-importers-redmine-plugin, com.atlassian.streams.actions, com.atlassian.jira-core-project-templates, com.atlassian.jira.jira-issue-nav-plugin, com.atlassian.jira.jira-quick-edit-plugin, com.atlassian.applinks.applinks-cors-plugin, com.atlassian.plugins.atlassian-nav-links-plugin, com.atlassian.oauth.serviceprovider, com.atlassian.plugins.atlassian-remote-event-common-plugin, com.atlassian.activeobjects.activeobjects-plugin, com.atlassian.jira.jira-issue-link-applinks-common-plugin, com.atlassian.gadgets.embedded, com.atlassian.crowd.embedded.admin, com.atlassian.jira.plugins.jira-importers-bitbucket-plugin, com.atlassian.administration.atlassian-admin-quicksearch-jira, com.atlassian.jira.plugins.workflow.sharing.jira-workflow-sharing-plugin, com.atlassian.jira.jira-view-issue-plugin, com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin, com.atlassian.jira.jira-invite-user-plugin, com.atlassian.jira.collector.plugin.jira-issue-collector-plugin, com.atlassian.jira.gadgets, com.atlassian.plugins.rest.atlassian-rest-module, com.atlassian.gadgets.oauth.serviceprovider, com.atlassian.jira.plugins.jira-importers-plugin, com.atlassian.jira.jira-projects-issue-navigator, com.atlassian.jira.jira-project-config-plugin, com.atlassian.jira.jira-header-plugin, com.atlassian.jira.rest, com.atlassian.jira.plugins.jira-importers-trello-plugin, com.atlassian.jira.jira-issue-link-confluence-plugin, com.atlassian.gadgets.opensocial, com.atlassian.support.healthcheck.support-healthcheck-plugin, com.atlassian.webhooks.atlassian-webhooks-plugin, com.atlassian.plugins.atlassian-whitelist-ui-plugin, com.atlassian.jira.plugins.jira-importers-github-plugin, com.atlassian.gadgets.directory, com.atlassian.plugins.base-hipchat-integration-plugin, com.atlassian.plugins.base-hipchat-integration-plugin-api, com.atlassian.jira.jira-issue-link-remote-jira-plugin, com.atlassian.jira.jira-mail-plugin, com.atlassian.mywork.mywork-common-plugin, com.atlassian.jirawallboard.atlassian-wallboard-plugin, com.atlassian.gadgets.dashboard, com.atlassian.jira.plugins.jira-healthcheck-plugin, com.atlassian.upm.atlassian-universal-plugin-manager-plugin, com.atlassian.plugins.jira-remote-link-aggregator-plugin, pl.hycom.jira.plugins.gitlab-integration, com.atlassian.httpclient.atlassian-httpclient-plugin, com.atlassian.applinks.applinks-plugin, com.atlassian.plugins.atlassian-awareness-capability, com.atlassian.jira.project-templates-plugin, com.atlassian.streams, pl.hycom.jira.plugins.gitlab-integration-tests, com.atlassian.streams.streams-jira-plugin, com.atlassian.labs.hipchat.hipchat-for-jira-plugin, com.atlassian.jira.jira-issue-nav-components, com.atlassian.jira.jira-projects-plugin, com.atlassian.streams.streams-thirdparty-plugin, com.atlassian.plugins.atlassian-project-creation-plugin, com.atlassian.applinks.applinks-basicauth-plugin, com.atlassian.plugins.atlassian-whitelist-api-plugin], 58 seconds remaining
  759. [INFO] [talledLocalContainer] 2016-06-25 23:57:12,087 localhost-startStop-1 INFO [c.a.plugin.util.WaitUntil] Plugins that have yet to be enabled: (54): [com.atlassian.applinks.applinks-trustedapps-plugin, com.atlassian.mywork.mywork-jira-provider-plugin, com.atlassian.plugins.atlassian-remote-event-consumer-plugin, com.atlassian.applinks.applinks-oauth-plugin, com.atlassian.streams.actions, com.atlassian.jira-core-project-templates, com.atlassian.jira.jira-issue-nav-plugin, com.atlassian.jira.jira-quick-edit-plugin, com.atlassian.applinks.applinks-cors-plugin, com.atlassian.plugins.atlassian-nav-links-plugin, com.atlassian.plugins.atlassian-remote-event-common-plugin, com.atlassian.activeobjects.activeobjects-plugin, com.atlassian.jira.jira-issue-link-applinks-common-plugin, com.atlassian.gadgets.embedded, com.atlassian.jira.jira-view-issue-plugin, com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin, com.atlassian.jira.jira-invite-user-plugin, com.atlassian.jira.collector.plugin.jira-issue-collector-plugin, com.atlassian.jira.gadgets, com.atlassian.gadgets.oauth.serviceprovider, com.atlassian.jira.jira-projects-issue-navigator, com.atlassian.jira.jira-project-config-plugin, com.atlassian.jira.jira-header-plugin, com.atlassian.jira.rest, com.atlassian.jira.plugins.jira-importers-trello-plugin, com.atlassian.jira.jira-issue-link-confluence-plugin, com.atlassian.gadgets.opensocial, com.atlassian.support.healthcheck.support-healthcheck-plugin, com.atlassian.webhooks.atlassian-webhooks-plugin, com.atlassian.plugins.atlassian-whitelist-ui-plugin, com.atlassian.gadgets.directory, com.atlassian.plugins.base-hipchat-integration-plugin, com.atlassian.plugins.base-hipchat-integration-plugin-api, com.atlassian.jira.jira-issue-link-remote-jira-plugin, com.atlassian.jira.jira-mail-plugin, com.atlassian.mywork.mywork-common-plugin, com.atlassian.jirawallboard.atlassian-wallboard-plugin, com.atlassian.gadgets.dashboard, com.atlassian.jira.plugins.jira-healthcheck-plugin, com.atlassian.upm.atlassian-universal-plugin-manager-plugin, com.atlassian.plugins.jira-remote-link-aggregator-plugin, pl.hycom.jira.plugins.gitlab-integration, com.atlassian.applinks.applinks-plugin, com.atlassian.jira.project-templates-plugin, com.atlassian.streams, pl.hycom.jira.plugins.gitlab-integration-tests, com.atlassian.streams.streams-jira-plugin, com.atlassian.labs.hipchat.hipchat-for-jira-plugin, com.atlassian.jira.jira-issue-nav-components, com.atlassian.jira.jira-projects-plugin, com.atlassian.streams.streams-thirdparty-plugin, com.atlassian.plugins.atlassian-project-creation-plugin, com.atlassian.applinks.applinks-basicauth-plugin, com.atlassian.plugins.atlassian-whitelist-api-plugin], 57 seconds remaining
  760. [INFO] [talledLocalContainer] 2016-06-25 23:57:12,089 ThreadPoolAsyncTaskExecutor::Thread 66 WARN [c.a.gadgets.opensocial.spring]
  761. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.gadgets.opensocial id(37) v(4.1.0) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/atlassian-gadgets-opensocial-plugin-4.1.0.jar
  762. [INFO] [talledLocalContainer]
  763. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  764. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.gadgets.opensocial.spring = DEBUG, console, filelog
  765. [INFO] [talledLocalContainer]
  766. [INFO] [talledLocalContainer] 2016-06-25 23:57:12,143 ThreadPoolAsyncTaskExecutor::Thread 93 WARN [c.a.jira.issue-link-applinks-common-plugin.spring]
  767. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.issue-link-applinks-common-plugin id(55) v(7.1.4) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-issue-link-applinks-common-plugin-7.1.4.jar
  768. [INFO] [talledLocalContainer]
  769. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  770. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.issue-link-applinks-common-plugin.spring = DEBUG, console, filelog
  771. [INFO] [talledLocalContainer]
  772. [INFO] [talledLocalContainer] 2016-06-25 23:57:12,225 ThreadPoolAsyncTaskExecutor::Thread 53 WARN [c.a.jira.issue-link-confluence-plugin.spring]
  773. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.issue-link-confluence-plugin id(56) v(7.1.4) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-issue-link-confluence-plugin-7.1.4.jar
  774. [INFO] [talledLocalContainer]
  775. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  776. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.issue-link-confluence-plugin.spring = DEBUG, console, filelog
  777. [INFO] [talledLocalContainer]
  778. [INFO] [talledLocalContainer] 2016-06-25 23:57:12,250 ThreadPoolAsyncTaskExecutor::Thread 76 WARN [c.a.jira.issue-link-remote-jira-plugin.spring]
  779. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.issue-link-remote-jira-plugin id(57) v(7.1.4) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-issue-link-remote-jira-plugin-7.1.4.jar
  780. [INFO] [talledLocalContainer]
  781. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  782. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.issue-link-remote-jira-plugin.spring = DEBUG, console, filelog
  783. [INFO] [talledLocalContainer]
  784. [INFO] [talledLocalContainer] 2016-06-25 23:57:12,401 ThreadPoolAsyncTaskExecutor::Thread 18 WARN [c.a.jira.project-config-plugin.spring]
  785. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.project-config-plugin id(70) v(8.2.10) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-project-config-plugin-8.2.10.jar
  786. [INFO] [talledLocalContainer]
  787. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  788. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.project-config-plugin.spring = DEBUG, console, filelog
  789. [INFO] [talledLocalContainer]
  790. [INFO] [talledLocalContainer] 2016-06-25 23:57:12,712 ThreadPoolAsyncTaskExecutor::Thread 18 WARN [c.a.gadgets.embedded.spring]
  791. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.gadgets.embedded id(35) v(4.1.0) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/atlassian-gadgets-embedded-plugin-4.1.0.jar
  792. [INFO] [talledLocalContainer]
  793. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  794. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.gadgets.embedded.spring = DEBUG, console, filelog
  795. [INFO] [talledLocalContainer]
  796. [INFO] [talledLocalContainer] 2016-06-25 23:57:12,731 ThreadPoolAsyncTaskExecutor::Thread 85 WARN [c.a.g.oauth.serviceprovider.spring]
  797. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.gadgets.oauth.serviceprovider id(36) v(4.1.0) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/atlassian-gadgets-oauth-service-provider-plugin-4.1.0.jar
  798. [INFO] [talledLocalContainer]
  799. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  800. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.gadgets.oauth.serviceprovider.spring = DEBUG, console, filelog
  801. [INFO] [talledLocalContainer]
  802. [INFO] [talledLocalContainer] 2016-06-25 23:57:12,795 ThreadPoolAsyncTaskExecutor::Thread 35 WARN [c.a.gadgets.dashboard.spring]
  803. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.gadgets.dashboard id(33) v(4.1.0) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/atlassian-gadgets-dashboard-plugin-4.1.0.jar
  804. [INFO] [talledLocalContainer]
  805. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  806. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.gadgets.dashboard.spring = DEBUG, console, filelog
  807. [INFO] [talledLocalContainer]
  808. [INFO] [talledLocalContainer] 2016-06-25 23:57:12,842 ThreadPoolAsyncTaskExecutor::Thread 3 WARN [c.a.j.c.plugin.jira-issue-collector-plugin.spring]
  809. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.collector.plugin.jira-issue-collector-plugin id(42) v(2.0.11) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-issue-collector-plugin-2.0.11.jar
  810. [INFO] [talledLocalContainer]
  811. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  812. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.collector.plugin.jira-issue-collector-plugin.spring = DEBUG, console, filelog
  813. [INFO] [talledLocalContainer]
  814. [INFO] [talledLocalContainer] 2016-06-25 23:57:13,087 localhost-startStop-1 INFO [c.a.plugin.util.WaitUntil] Plugins that have yet to be enabled: (31): [com.atlassian.plugins.atlassian-remote-event-consumer-plugin, com.atlassian.jira-core-project-templates, com.atlassian.jira.jira-issue-nav-plugin, com.atlassian.jira.jira-quick-edit-plugin, com.atlassian.plugins.atlassian-nav-links-plugin, com.atlassian.plugins.atlassian-remote-event-common-plugin, com.atlassian.activeobjects.activeobjects-plugin, com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin, com.atlassian.jira.jira-invite-user-plugin, com.atlassian.jira.gadgets, com.atlassian.jira.jira-projects-issue-navigator, com.atlassian.jira.rest, com.atlassian.support.healthcheck.support-healthcheck-plugin, com.atlassian.webhooks.atlassian-webhooks-plugin, com.atlassian.plugins.atlassian-whitelist-ui-plugin, com.atlassian.gadgets.directory, com.atlassian.plugins.base-hipchat-integration-plugin, com.atlassian.plugins.base-hipchat-integration-plugin-api, com.atlassian.jira.jira-mail-plugin, com.atlassian.jira.plugins.jira-healthcheck-plugin, com.atlassian.plugins.jira-remote-link-aggregator-plugin, pl.hycom.jira.plugins.gitlab-integration, com.atlassian.jira.project-templates-plugin, com.atlassian.streams, pl.hycom.jira.plugins.gitlab-integration-tests, com.atlassian.labs.hipchat.hipchat-for-jira-plugin, com.atlassian.jira.jira-issue-nav-components, com.atlassian.jira.jira-projects-plugin, com.atlassian.streams.streams-thirdparty-plugin, com.atlassian.plugins.atlassian-project-creation-plugin, com.atlassian.plugins.atlassian-whitelist-api-plugin], 56 seconds remaining
  815. [INFO] [talledLocalContainer] 2016-06-25 23:57:14,088 localhost-startStop-1 INFO [c.a.plugin.util.WaitUntil] Plugins that have yet to be enabled: (30): [com.atlassian.plugins.atlassian-remote-event-consumer-plugin, com.atlassian.jira-core-project-templates, com.atlassian.jira.jira-issue-nav-plugin, com.atlassian.jira.jira-quick-edit-plugin, com.atlassian.plugins.atlassian-nav-links-plugin, com.atlassian.plugins.atlassian-remote-event-common-plugin, com.atlassian.activeobjects.activeobjects-plugin, com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin, com.atlassian.jira.jira-invite-user-plugin, com.atlassian.jira.gadgets, com.atlassian.jira.jira-projects-issue-navigator, com.atlassian.jira.rest, com.atlassian.support.healthcheck.support-healthcheck-plugin, com.atlassian.webhooks.atlassian-webhooks-plugin, com.atlassian.plugins.atlassian-whitelist-ui-plugin, com.atlassian.gadgets.directory, com.atlassian.plugins.base-hipchat-integration-plugin, com.atlassian.plugins.base-hipchat-integration-plugin-api, com.atlassian.jira.jira-mail-plugin, com.atlassian.jira.plugins.jira-healthcheck-plugin, com.atlassian.plugins.jira-remote-link-aggregator-plugin, pl.hycom.jira.plugins.gitlab-integration, com.atlassian.jira.project-templates-plugin, pl.hycom.jira.plugins.gitlab-integration-tests, com.atlassian.labs.hipchat.hipchat-for-jira-plugin, com.atlassian.jira.jira-issue-nav-components, com.atlassian.jira.jira-projects-plugin, com.atlassian.streams.streams-thirdparty-plugin, com.atlassian.plugins.atlassian-project-creation-plugin, com.atlassian.plugins.atlassian-whitelist-api-plugin], 55 seconds remaining
  816. [INFO] [talledLocalContainer] 2016-06-25 23:57:14,448 ThreadPoolAsyncTaskExecutor::Thread 38 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] afterPropertiesSet
  817. [INFO] [talledLocalContainer] 2016-06-25 23:57:14,484 ThreadPoolAsyncTaskExecutor::Thread 5 WARN [c.a.j.plugins.jira-healthcheck-plugin.spring]
  818. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.plugins.jira-healthcheck-plugin id(88) v(2.1.7) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/jira/home/plugins/.osgi-plugins/transformed-plugins/jira-healthcheck-plugin-2.1.7_1459314056000.jar
  819. [INFO] [talledLocalContainer]
  820. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  821. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.plugins.jira-healthcheck-plugin.spring = DEBUG, console, filelog
  822. [INFO] [talledLocalContainer]
  823. [INFO] [talledLocalContainer] 2016-06-25 23:57:14,505 ThreadPoolAsyncTaskExecutor::Thread 53 WARN [c.a.j.plugins.project-templates-plugin.spring]
  824. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.plugins.project-templates-plugin id(100) v(6.1.2) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/jira/home/plugins/.osgi-plugins/transformed-plugins/project-templates-plugin-6.1.2_1459314056000.jar
  825. [INFO] [talledLocalContainer]
  826. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  827. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.plugins.project-templates-plugin.spring = DEBUG, console, filelog
  828. [INFO] [talledLocalContainer]
  829. [INFO] [talledLocalContainer] 2016-06-25 23:57:14,513 ThreadPoolAsyncTaskExecutor::Thread 66 WARN [p.h.j.plugins.gitlab-integration.spring]
  830. [INFO] [talledLocalContainer] Spring context started for bundle : pl.hycom.jira.plugins.gitlab-integration id(175) v(1.0.0.SNAPSHOT) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/jira/home/plugins/.osgi-plugins/transformed-plugins/gitlab-integration-1.0.0-SNAPSHOT_1466891773582.jar
  831. [INFO] [talledLocalContainer]
  832. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  833. [INFO] [talledLocalContainer] log4j.logger.pl.hycom.jira.plugins.gitlab-integration.spring = DEBUG, console, filelog
  834. [INFO] [talledLocalContainer]
  835. [INFO] [talledLocalContainer] 2016-06-25 23:57:14,648 ThreadPoolAsyncTaskExecutor::Thread 72 WARN [c.a.webhooks.atlassian-webhooks-plugin.spring]
  836. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.webhooks.atlassian-webhooks-plugin id(164) v(3.1.5) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/atlassian-webhooks-plugin-3.1.5.jar
  837. [INFO] [talledLocalContainer]
  838. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  839. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.webhooks.atlassian-webhooks-plugin.spring = DEBUG, console, filelog
  840. [INFO] [talledLocalContainer]
  841. [INFO] [talledLocalContainer] 2016-06-25 23:57:14,705 ThreadPoolAsyncTaskExecutor::Thread 30 WARN [p.h.j.plugins.gitlab-integration-tests.spring]
  842. [INFO] [talledLocalContainer] Spring context started for bundle : pl.hycom.jira.plugins.gitlab-integration-tests id(176) v(1.0.0.SNAPSHOT) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/jira/home/plugins/.osgi-plugins/transformed-plugins/gitlab-integration-1.0.0-SNAPSHOT-tests_1466891773978.jar
  843. [INFO] [talledLocalContainer]
  844. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  845. [INFO] [talledLocalContainer] log4j.logger.pl.hycom.jira.plugins.gitlab-integration-tests.spring = DEBUG, console, filelog
  846. [INFO] [talledLocalContainer]
  847. [INFO] [talledLocalContainer] 2016-06-25 23:57:14,862 ThreadPoolAsyncTaskExecutor::Thread 11 WARN [c.a.jira.jira-projects-plugin.spring]
  848. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.jira-projects-plugin id(72) v(4.0.8) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-projects-plugin-4.0.8.jar
  849. [INFO] [talledLocalContainer]
  850. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  851. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.jira-projects-plugin.spring = DEBUG, console, filelog
  852. [INFO] [talledLocalContainer]
  853. [INFO] [talledLocalContainer] 2016-06-25 23:57:14,931 ThreadPoolAsyncTaskExecutor::Thread 18 WARN [c.a.plugins.atlassian-remote-event-common-plugin.spring]
  854. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.plugins.atlassian-remote-event-common-plugin id(123) v(1.0.9.D20151109T070900) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/atlassian-remote-event-common-plugin-1.0.9-D20151109T070900.jar
  855. [INFO] [talledLocalContainer]
  856. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  857. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.plugins.atlassian-remote-event-common-plugin.spring = DEBUG, console, filelog
  858. [INFO] [talledLocalContainer]
  859. [INFO] [talledLocalContainer] 2016-06-25 23:57:15,088 localhost-startStop-1 INFO [c.a.plugin.util.WaitUntil] Plugins that have yet to be enabled: (16): [com.atlassian.plugins.atlassian-remote-event-consumer-plugin, com.atlassian.jira-core-project-templates, com.atlassian.jira.jira-issue-nav-plugin, com.atlassian.jira.jira-quick-edit-plugin, com.atlassian.plugins.atlassian-nav-links-plugin, com.atlassian.plugins.atlassian-remote-event-common-plugin, com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin, com.atlassian.jira.gadgets, com.atlassian.jira.jira-projects-issue-navigator, com.atlassian.jira.rest, com.atlassian.gadgets.directory, com.atlassian.plugins.base-hipchat-integration-plugin, com.atlassian.plugins.base-hipchat-integration-plugin-api, com.atlassian.labs.hipchat.hipchat-for-jira-plugin, com.atlassian.jira.jira-issue-nav-components, com.atlassian.jira.jira-projects-plugin], 54 seconds remaining
  860. [INFO] [talledLocalContainer] 2016-06-25 23:57:15,120 ThreadPoolAsyncTaskExecutor::Thread 5 WARN [c.a.plugins.atlassian-remote-event-consumer-plugin.spring]
  861. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.plugins.atlassian-remote-event-consumer-plugin id(124) v(1.0.9.D20151109T070900) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/atlassian-remote-event-consumer-plugin-1.0.9-D20151109T070900.jar
  862. [INFO] [talledLocalContainer]
  863. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  864. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.plugins.atlassian-remote-event-consumer-plugin.spring = DEBUG, console, filelog
  865. [INFO] [talledLocalContainer]
  866. [INFO] [talledLocalContainer] 2016-06-25 23:57:15,444 ThreadPoolAsyncTaskExecutor::Thread 30 WARN [c.a.jira.rest-plugin.spring]
  867. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.rest-plugin id(101) v(7.1.4) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-rest-plugin-7.1.4.jar
  868. [INFO] [talledLocalContainer]
  869. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  870. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.rest-plugin.spring = DEBUG, console, filelog
  871. [INFO] [talledLocalContainer]
  872. [INFO] [talledLocalContainer] 2016-06-25 23:57:15,680 ThreadPoolAsyncTaskExecutor::Thread 31 WARN [c.a.jira.issue-nav-components.spring]
  873. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.issue-nav-components id(59) v(8.0.11) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-issue-nav-components-8.0.11.jar
  874. [INFO] [talledLocalContainer]
  875. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  876. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.issue-nav-components.spring = DEBUG, console, filelog
  877. [INFO] [talledLocalContainer]
  878. [INFO] [talledLocalContainer] 2016-06-25 23:57:15,985 ThreadPoolAsyncTaskExecutor::Thread 13 WARN [c.a.jira.gadgets-plugin.spring]
  879. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.gadgets-plugin id(44) v(7.1.4) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-gadgets-plugin-7.1.4.jar
  880. [INFO] [talledLocalContainer]
  881. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  882. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.gadgets-plugin.spring = DEBUG, console, filelog
  883. [INFO] [talledLocalContainer]
  884. [INFO] [talledLocalContainer] 2016-06-25 23:57:16,026 ThreadPoolAsyncTaskExecutor::Thread 11 WARN [c.a.jira.issue-nav-plugin.spring]
  885. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.issue-nav-plugin id(60) v(8.0.11) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-issue-nav-plugin-8.0.11.jar
  886. [INFO] [talledLocalContainer]
  887. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  888. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.issue-nav-plugin.spring = DEBUG, console, filelog
  889. [INFO] [talledLocalContainer]
  890. [INFO] [talledLocalContainer] 2016-06-25 23:57:16,043 ThreadPoolAsyncTaskExecutor::Thread 30 WARN [c.a.gadgets.directory.spring]
  891. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.gadgets.directory id(34) v(4.1.0) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/atlassian-gadgets-directory-plugin-4.1.0.jar
  892. [INFO] [talledLocalContainer]
  893. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  894. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.gadgets.directory.spring = DEBUG, console, filelog
  895. [INFO] [talledLocalContainer]
  896. [INFO] [talledLocalContainer] 2016-06-25 23:57:16,091 localhost-startStop-1 INFO [c.a.plugin.util.WaitUntil] Plugins that have yet to be enabled: (4): [com.atlassian.jira.jira-issue-nav-plugin, com.atlassian.jira.jira-projects-issue-navigator, com.atlassian.gadgets.directory, com.atlassian.labs.hipchat.hipchat-for-jira-plugin], 53 seconds remaining
  897. [INFO] [talledLocalContainer] 2016-06-25 23:57:16,291 ThreadPoolAsyncTaskExecutor::Thread 13 WARN [c.a.jira.jira-projects-issue-navigator.spring]
  898. [INFO] [talledLocalContainer] Spring context started for bundle : com.atlassian.jira.jira-projects-issue-navigator id(71) v(8.0.11) reference:file:/C:/Users/Tomek/Desktop/hajajajajkom/JIRA-Gitlab-integration/target/container/tomcat8x/cargo-jira-home/webapps/jira/WEB-INF/atlassian-bundled-plugins/jira-projects-issue-navigator-8.0.11.jar
  899. [INFO] [talledLocalContainer]
  900. [INFO] [talledLocalContainer] If you want to debug the Spring wiring of your code then set a DEBUG level log level as follows. [ This is a dev.mode only message. ]
  901. [INFO] [talledLocalContainer] log4j.logger.com.atlassian.jira.jira-projects-issue-navigator.spring = DEBUG, console, filelog
  902. [INFO] [talledLocalContainer]
  903. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,700 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service net.java.ao.atlassian.AtlassianTableNameConverter@5a69da77 with interface net.java.ao.schema.TableNameConverter and properties {com.atlassian.plugin.key=com.atlassian.jira.plugins.project-templates-plugin}
  904. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,703 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service com.atlassian.activeobjects.config.internal.DefaultActiveObjectsConfiguration@1158055e with interface com.atlassian.activeobjects.config.ActiveObjectsConfiguration and properties {com.atlassian.plugin.key=com.atlassian.jira.plugins.project-templates-plugin}
  905. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,706 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginModuleEnabledEvent storing unattached <ao> configuration module for [com.atlassian.jira.project-templates-plugin]
  906. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,707 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginEnabledEvent attaching unbound <ao> to [com.atlassian.jira.project-templates-plugin]
  907. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,709 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] init bundle [com.atlassian.jira.plugins.project-templates-plugin]
  908. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,710 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.plugins.project-templates-plugin] loading new AO promise for JiraTenantImpl{id='system'}
  909. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,719 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] setAoConfiguration [com.atlassian.jira.plugins.project-templates-plugin]
  910. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,719 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.plugins.project-templates-plugin] got ActiveObjectsConfiguration
  911. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,719 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] creating new init executor for JiraTenantImpl{id='system'}
  912. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,738 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.plugins.project-templates-plugin] creating ActiveObjects
  913. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,796 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service net.java.ao.atlassian.AtlassianTableNameConverter@7c7e6d04 with interface net.java.ao.schema.TableNameConverter and properties {com.atlassian.plugin.key=com.atlassian.jira.jira-projects-plugin}
  914. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,798 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service com.atlassian.activeobjects.config.internal.DefaultActiveObjectsConfiguration@683ad29c with interface com.atlassian.activeobjects.config.ActiveObjectsConfiguration and properties {com.atlassian.plugin.key=com.atlassian.jira.jira-projects-plugin}
  915. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,829 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginModuleEnabledEvent storing unattached <ao> configuration module for [com.atlassian.jira.jira-projects-plugin]
  916. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,921 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.plugins.project-templates-plugin] created ActiveObjects
  917. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,933 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginEnabledEvent attaching unbound <ao> to [com.atlassian.jira.jira-projects-plugin]
  918. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,933 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] init bundle [com.atlassian.jira.jira-projects-plugin]
  919. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,933 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.jira-projects-plugin] loading new AO promise for JiraTenantImpl{id='system'}
  920. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,933 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] setAoConfiguration [com.atlassian.jira.jira-projects-plugin]
  921. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,933 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.jira-projects-plugin] got ActiveObjectsConfiguration
  922. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,936 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.jira-projects-plugin] creating ActiveObjects
  923. [INFO] [talledLocalContainer] 2016-06-25 23:57:17,950 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.jira-projects-plugin] created ActiveObjects
  924. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,157 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service net.java.ao.atlassian.AtlassianTableNameConverter@33a3370a with interface net.java.ao.schema.TableNameConverter and properties {com.atlassian.plugin.key=com.atlassian.plugins.atlassian-whitelist-api-plugin}
  925. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,159 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service com.atlassian.activeobjects.config.internal.DefaultActiveObjectsConfiguration@82067708 with interface com.atlassian.activeobjects.config.ActiveObjectsConfiguration and properties {com.atlassian.plugin.key=com.atlassian.plugins.atlassian-whitelist-api-plugin}
  926. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,160 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginModuleEnabledEvent storing unattached <ao> configuration module for [com.atlassian.plugins.atlassian-whitelist-api-plugin]
  927. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,160 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginEnabledEvent attaching unbound <ao> to [com.atlassian.plugins.atlassian-whitelist-api-plugin]
  928. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,160 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] init bundle [com.atlassian.plugins.atlassian-whitelist-api-plugin]
  929. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,160 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.plugins.atlassian-whitelist-api-plugin] loading new AO promise for JiraTenantImpl{id='system'}
  930. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,160 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] setAoConfiguration [com.atlassian.plugins.atlassian-whitelist-api-plugin]
  931. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,160 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.plugins.atlassian-whitelist-api-plugin] got ActiveObjectsConfiguration
  932. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,161 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.plugins.atlassian-whitelist-api-plugin] creating ActiveObjects
  933. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,183 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.plugins.atlassian-whitelist-api-plugin] created ActiveObjects
  934. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,299 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service net.java.ao.atlassian.AtlassianTableNameConverter@7bceeab1 with interface net.java.ao.schema.TableNameConverter and properties {com.atlassian.plugin.key=com.atlassian.plugins.atlassian-nav-links-plugin}
  935. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,301 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service com.atlassian.activeobjects.config.internal.DefaultActiveObjectsConfiguration@164520ad with interface com.atlassian.activeobjects.config.ActiveObjectsConfiguration and properties {com.atlassian.plugin.key=com.atlassian.plugins.atlassian-nav-links-plugin}
  936. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,303 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginModuleEnabledEvent storing unattached <ao> configuration module for [com.atlassian.plugins.atlassian-nav-links-plugin]
  937. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,312 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginEnabledEvent attaching unbound <ao> to [com.atlassian.plugins.atlassian-nav-links-plugin]
  938. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,312 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] init bundle [com.atlassian.plugins.atlassian-nav-links-plugin]
  939. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,312 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.plugins.atlassian-nav-links-plugin] loading new AO promise for JiraTenantImpl{id='system'}
  940. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,313 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] setAoConfiguration [com.atlassian.plugins.atlassian-nav-links-plugin]
  941. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,313 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.plugins.atlassian-nav-links-plugin] got ActiveObjectsConfiguration
  942. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,313 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.plugins.atlassian-nav-links-plugin] creating ActiveObjects
  943. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,325 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.plugins.atlassian-nav-links-plugin] created ActiveObjects
  944. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,364 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service net.java.ao.atlassian.AtlassianTableNameConverter@7e127bb with interface net.java.ao.schema.TableNameConverter and properties {com.atlassian.plugin.key=com.atlassian.jira.jira-invite-user-plugin}
  945. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,365 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service com.atlassian.activeobjects.config.internal.DefaultActiveObjectsConfiguration@af51e03f with interface com.atlassian.activeobjects.config.ActiveObjectsConfiguration and properties {com.atlassian.plugin.key=com.atlassian.jira.jira-invite-user-plugin}
  946. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,367 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginModuleEnabledEvent storing unattached <ao> configuration module for [com.atlassian.jira.jira-invite-user-plugin]
  947. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,367 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginEnabledEvent attaching unbound <ao> to [com.atlassian.jira.jira-invite-user-plugin]
  948. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,367 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] init bundle [com.atlassian.jira.jira-invite-user-plugin]
  949. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,367 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.jira-invite-user-plugin] loading new AO promise for JiraTenantImpl{id='system'}
  950. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,367 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] setAoConfiguration [com.atlassian.jira.jira-invite-user-plugin]
  951. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,368 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.jira-invite-user-plugin] got ActiveObjectsConfiguration
  952. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,368 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.jira-invite-user-plugin] creating ActiveObjects
  953. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,376 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.jira-invite-user-plugin] created ActiveObjects
  954. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,604 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service net.java.ao.atlassian.AtlassianTableNameConverter@b66afd4 with interface net.java.ao.schema.TableNameConverter and properties {com.atlassian.plugin.key=com.atlassian.jira.mail-plugin}
  955. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,606 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service com.atlassian.activeobjects.config.internal.DefaultActiveObjectsConfiguration@45562898 with interface com.atlassian.activeobjects.config.ActiveObjectsConfiguration and properties {com.atlassian.plugin.key=com.atlassian.jira.mail-plugin}
  956. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,608 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginModuleEnabledEvent storing unattached <ao> configuration module for [com.atlassian.jira.jira-mail-plugin]
  957. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,608 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginEnabledEvent attaching unbound <ao> to [com.atlassian.jira.jira-mail-plugin]
  958. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,608 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] init bundle [com.atlassian.jira.mail-plugin]
  959. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,608 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.mail-plugin] loading new AO promise for JiraTenantImpl{id='system'}
  960. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,608 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] setAoConfiguration [com.atlassian.jira.mail-plugin]
  961. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,608 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.mail-plugin] got ActiveObjectsConfiguration
  962. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,608 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.mail-plugin] creating ActiveObjects
  963. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,615 localhost-startStop-1 INFO [c.a.j.plugins.monitor.MonitoringScheduler] Scheduling metrics collector to run every 10000ms...
  964. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,619 localhost-startStop-1 INFO [c.a.j.p.monitor.rrd4j.RrdUpdater] Reusing existing RrdDb: C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\home\monitor\ConnectionPoolGraph.rrd4j
  965. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,625 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.mail-plugin] created ActiveObjects
  966. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,632 localhost-startStop-1 INFO [c.a.j.p.monitor.rrd4j.RrdUpdater] Reusing existing RrdDb: C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\home\monitor\DatabaseReadWritesGraph.rrd4j
  967. [INFO] [talledLocalContainer] 2016-06-25 23:57:18,633 localhost-startStop-1 INFO [c.a.j.plugins.monitor.MonitorLauncher] Started JIRA monitoring
  968. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,157 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service net.java.ao.atlassian.AtlassianTableNameConverter@7dff95b8 with interface net.java.ao.schema.TableNameConverter and properties {com.atlassian.plugin.key=com.atlassian.support.healthcheck.support-healthcheck-plugin}
  969. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,158 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service com.atlassian.activeobjects.config.internal.DefaultActiveObjectsConfiguration@b9cd92c2 with interface com.atlassian.activeobjects.config.ActiveObjectsConfiguration and properties {com.atlassian.plugin.key=com.atlassian.support.healthcheck.support-healthcheck-plugin}
  970. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,159 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginModuleEnabledEvent storing unattached <ao> configuration module for [com.atlassian.support.healthcheck.support-healthcheck-plugin]
  971. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,183 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginEnabledEvent attaching unbound <ao> to [com.atlassian.support.healthcheck.support-healthcheck-plugin]
  972. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,183 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] init bundle [com.atlassian.support.healthcheck.support-healthcheck-plugin]
  973. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,183 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.support.healthcheck.support-healthcheck-plugin] loading new AO promise for JiraTenantImpl{id='system'}
  974. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,183 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] setAoConfiguration [com.atlassian.support.healthcheck.support-healthcheck-plugin]
  975. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,183 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.support.healthcheck.support-healthcheck-plugin] got ActiveObjectsConfiguration
  976. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,184 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.support.healthcheck.support-healthcheck-plugin] creating ActiveObjects
  977. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,201 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.support.healthcheck.support-healthcheck-plugin] created ActiveObjects
  978. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,224 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service net.java.ao.atlassian.AtlassianTableNameConverter@61bfef18 with interface net.java.ao.schema.TableNameConverter and properties {com.atlassian.plugin.key=com.atlassian.jira.plugins.jira-healthcheck-plugin}
  979. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,225 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service com.atlassian.activeobjects.config.internal.DefaultActiveObjectsConfiguration@66f61c34 with interface com.atlassian.activeobjects.config.ActiveObjectsConfiguration and properties {com.atlassian.plugin.key=com.atlassian.jira.plugins.jira-healthcheck-plugin}
  980. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,227 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginModuleEnabledEvent storing unattached <ao> configuration module for [com.atlassian.jira.plugins.jira-healthcheck-plugin]
  981. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,227 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginEnabledEvent attaching unbound <ao> to [com.atlassian.jira.plugins.jira-healthcheck-plugin]
  982. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,228 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] init bundle [com.atlassian.jira.plugins.jira-healthcheck-plugin]
  983. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,228 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.plugins.jira-healthcheck-plugin] loading new AO promise for JiraTenantImpl{id='system'}
  984. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,228 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] setAoConfiguration [com.atlassian.jira.plugins.jira-healthcheck-plugin]
  985. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,228 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.plugins.jira-healthcheck-plugin] got ActiveObjectsConfiguration
  986. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,228 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.plugins.jira-healthcheck-plugin] creating ActiveObjects
  987. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,235 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.plugins.jira-healthcheck-plugin] created ActiveObjects
  988. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,262 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service net.java.ao.atlassian.AtlassianTableNameConverter@22aad3d4 with interface net.java.ao.schema.TableNameConverter and properties {com.atlassian.plugin.key=com.atlassian.webhooks.atlassian-webhooks-plugin}
  989. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,263 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service com.atlassian.activeobjects.config.internal.DefaultActiveObjectsConfiguration@f1995c82 with interface com.atlassian.activeobjects.config.ActiveObjectsConfiguration and properties {com.atlassian.plugin.key=com.atlassian.webhooks.atlassian-webhooks-plugin}
  990. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,264 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginModuleEnabledEvent storing unattached <ao> configuration module for [com.atlassian.webhooks.atlassian-webhooks-plugin]
  991. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,276 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginEnabledEvent attaching unbound <ao> to [com.atlassian.webhooks.atlassian-webhooks-plugin]
  992. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,276 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] init bundle [com.atlassian.webhooks.atlassian-webhooks-plugin]
  993. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,276 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.webhooks.atlassian-webhooks-plugin] loading new AO promise for JiraTenantImpl{id='system'}
  994. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,276 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] setAoConfiguration [com.atlassian.webhooks.atlassian-webhooks-plugin]
  995. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,276 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.webhooks.atlassian-webhooks-plugin] got ActiveObjectsConfiguration
  996. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,277 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.webhooks.atlassian-webhooks-plugin] creating ActiveObjects
  997. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,283 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service net.java.ao.atlassian.AtlassianTableNameConverter@7d8529c2 with interface net.java.ao.schema.TableNameConverter and properties {com.atlassian.plugin.key=com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin}
  998. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,284 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service com.atlassian.activeobjects.config.internal.DefaultActiveObjectsConfiguration@c1c1eb78 with interface com.atlassian.activeobjects.config.ActiveObjectsConfiguration and properties {com.atlassian.plugin.key=com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin}
  999. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,285 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginModuleEnabledEvent storing unattached <ao> configuration module for [com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin]
  1000. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,287 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.webhooks.atlassian-webhooks-plugin] created ActiveObjects
  1001. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,317 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginEnabledEvent attaching unbound <ao> to [com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin]
  1002. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,318 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] init bundle [com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin]
  1003. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,318 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin] loading new AO promise for JiraTenantImpl{id='system'}
  1004. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,318 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] setAoConfiguration [com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin]
  1005. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,318 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin] got ActiveObjectsConfiguration
  1006. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,318 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin] creating ActiveObjects
  1007. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,330 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.jira.plugins.webhooks.jira-webhooks-plugin] created ActiveObjects
  1008. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,340 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service net.java.ao.atlassian.AtlassianTableNameConverter@57f3bb38 with interface net.java.ao.schema.TableNameConverter and properties {com.atlassian.plugin.key=com.atlassian.plugins.base-hipchat-integration-plugin-api}
  1009. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,342 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service com.atlassian.activeobjects.config.internal.DefaultActiveObjectsConfiguration@b3f5e442 with interface com.atlassian.activeobjects.config.ActiveObjectsConfiguration and properties {com.atlassian.plugin.key=com.atlassian.plugins.base-hipchat-integration-plugin-api}
  1010. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,345 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginModuleEnabledEvent storing unattached <ao> configuration module for [com.atlassian.plugins.base-hipchat-integration-plugin-api]
  1011. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,350 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginEnabledEvent attaching unbound <ao> to [com.atlassian.plugins.base-hipchat-integration-plugin-api]
  1012. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,350 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] init bundle [com.atlassian.plugins.base-hipchat-integration-plugin-api]
  1013. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,350 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.plugins.base-hipchat-integration-plugin-api] loading new AO promise for JiraTenantImpl{id='system'}
  1014. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,350 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] setAoConfiguration [com.atlassian.plugins.base-hipchat-integration-plugin-api]
  1015. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,350 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.plugins.base-hipchat-integration-plugin-api] got ActiveObjectsConfiguration
  1016. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,351 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.plugins.base-hipchat-integration-plugin-api] creating ActiveObjects
  1017. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,371 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.plugins.base-hipchat-integration-plugin-api] created ActiveObjects
  1018. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,437 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service net.java.ao.atlassian.AtlassianTableNameConverter@7cdf3d6 with interface net.java.ao.schema.TableNameConverter and properties {com.atlassian.plugin.key=com.atlassian.labs.hipchat.hipchat-for-jira-plugin}
  1019. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,439 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service com.atlassian.activeobjects.config.internal.DefaultActiveObjectsConfiguration@f12e6428 with interface com.atlassian.activeobjects.config.ActiveObjectsConfiguration and properties {com.atlassian.plugin.key=com.atlassian.labs.hipchat.hipchat-for-jira-plugin}
  1020. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,441 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginModuleEnabledEvent storing unattached <ao> configuration module for [com.atlassian.labs.hipchat.hipchat-for-jira-plugin]
  1021. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,489 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginEnabledEvent attaching unbound <ao> to [com.atlassian.labs.hipchat.hipchat-for-jira-plugin]
  1022. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,489 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] init bundle [com.atlassian.labs.hipchat.hipchat-for-jira-plugin]
  1023. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,489 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.labs.hipchat.hipchat-for-jira-plugin] loading new AO promise for JiraTenantImpl{id='system'}
  1024. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,489 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] setAoConfiguration [com.atlassian.labs.hipchat.hipchat-for-jira-plugin]
  1025. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,489 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.labs.hipchat.hipchat-for-jira-plugin] got ActiveObjectsConfiguration
  1026. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,489 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.labs.hipchat.hipchat-for-jira-plugin] creating ActiveObjects
  1027. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,496 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.labs.hipchat.hipchat-for-jira-plugin] created ActiveObjects
  1028. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,691 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service net.java.ao.atlassian.AtlassianTableNameConverter@ceb3b6 with interface net.java.ao.schema.TableNameConverter and properties {com.atlassian.plugin.key=com.atlassian.streams.thirdparty-plugin}
  1029. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,692 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service com.atlassian.activeobjects.config.internal.DefaultActiveObjectsConfiguration@e61ff33b with interface com.atlassian.activeobjects.config.ActiveObjectsConfiguration and properties {com.atlassian.plugin.key=com.atlassian.streams.thirdparty-plugin}
  1030. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,693 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginModuleEnabledEvent storing unattached <ao> configuration module for [com.atlassian.streams.streams-thirdparty-plugin]
  1031. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,709 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginEnabledEvent attaching unbound <ao> to [com.atlassian.streams.streams-thirdparty-plugin]
  1032. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,709 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] init bundle [com.atlassian.streams.thirdparty-plugin]
  1033. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,709 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.streams.thirdparty-plugin] loading new AO promise for JiraTenantImpl{id='system'}
  1034. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,709 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] setAoConfiguration [com.atlassian.streams.thirdparty-plugin]
  1035. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,709 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.streams.thirdparty-plugin] got ActiveObjectsConfiguration
  1036. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,710 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.streams.thirdparty-plugin] creating ActiveObjects
  1037. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,746 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [com.atlassian.streams.thirdparty-plugin] created ActiveObjects
  1038. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,955 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service net.java.ao.atlassian.AtlassianTableNameConverter@682460e with interface net.java.ao.schema.TableNameConverter and properties {com.atlassian.plugin.key=pl.hycom.jira.plugins.gitlab-integration}
  1039. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,958 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service com.atlassian.activeobjects.config.internal.DefaultActiveObjectsConfiguration@897981a2 with interface com.atlassian.activeobjects.config.ActiveObjectsConfiguration and properties {com.atlassian.plugin.key=pl.hycom.jira.plugins.gitlab-integration}
  1040. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,961 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginModuleEnabledEvent storing unattached <ao> configuration module for [pl.hycom.jira.plugins.gitlab-integration]
  1041. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,961 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service net.java.ao.atlassian.AtlassianTableNameConverter@2431bb11 with interface net.java.ao.schema.TableNameConverter and properties {com.atlassian.plugin.key=pl.hycom.jira.plugins.gitlab-integration}
  1042. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,964 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service com.atlassian.activeobjects.config.internal.DefaultActiveObjectsConfiguration@897981a2 with interface com.atlassian.activeobjects.config.ActiveObjectsConfiguration and properties {com.atlassian.plugin.key=pl.hycom.jira.plugins.gitlab-integration}
  1043. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,967 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginModuleEnabledEvent storing unattached <ao> configuration module for [pl.hycom.jira.plugins.gitlab-integration]
  1044. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,968 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginEnabledEvent attaching unbound <ao> to [pl.hycom.jira.plugins.gitlab-integration]
  1045. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,968 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] init bundle [pl.hycom.jira.plugins.gitlab-integration]
  1046. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,968 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [pl.hycom.jira.plugins.gitlab-integration] loading new AO promise for JiraTenantImpl{id='system'}
  1047. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,968 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] setAoConfiguration [pl.hycom.jira.plugins.gitlab-integration]
  1048. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,968 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [pl.hycom.jira.plugins.gitlab-integration] got ActiveObjectsConfiguration
  1049. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,968 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [pl.hycom.jira.plugins.gitlab-integration] creating ActiveObjects
  1050. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,969 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service net.java.ao.atlassian.AtlassianTableNameConverter@1d5db610 with interface net.java.ao.schema.TableNameConverter and properties {com.atlassian.plugin.key=pl.hycom.jira.plugins.gitlab-integration-tests}
  1051. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,972 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.OsgiServiceUtilsImpl] Registering service com.atlassian.activeobjects.config.internal.DefaultActiveObjectsConfiguration@5b7ff3b6 with interface com.atlassian.activeobjects.config.ActiveObjectsConfiguration and properties {com.atlassian.plugin.key=pl.hycom.jira.plugins.gitlab-integration-tests}
  1052. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,974 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [pl.hycom.jira.plugins.gitlab-integration] created ActiveObjects
  1053. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,976 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginModuleEnabledEvent storing unattached <ao> configuration module for [pl.hycom.jira.plugins.gitlab-integration-tests]
  1054. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,976 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] onPluginEnabledEvent attaching unbound <ao> to [pl.hycom.jira.plugins.gitlab-integration-tests]
  1055. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,976 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] init bundle [pl.hycom.jira.plugins.gitlab-integration-tests]
  1056. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,976 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [pl.hycom.jira.plugins.gitlab-integration-tests] loading new AO promise for JiraTenantImpl{id='system'}
  1057. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,976 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] setAoConfiguration [pl.hycom.jira.plugins.gitlab-integration-tests]
  1058. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,976 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [pl.hycom.jira.plugins.gitlab-integration-tests] got ActiveObjectsConfiguration
  1059. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,976 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [pl.hycom.jira.plugins.gitlab-integration-tests] creating ActiveObjects
  1060. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,982 localhost-startStop-1 INFO [c.a.plugin.manager.DefaultPluginManager] Plugin system earlyStartup ended
  1061. [INFO] [talledLocalContainer] 2016-06-25 23:57:19,989 active-objects-init-JiraTenantImpl{id='system'}-0 DEBUG anonymous [c.a.activeobjects.osgi.TenantAwareActiveObjects] bundle [pl.hycom.jira.plugins.gitlab-integration-tests] created ActiveObjects
  1062. [INFO] [talledLocalContainer] 2016-06-25 23:57:20,543 localhost-startStop-1 INFO [c.a.j.config.database.SystemDatabaseConfigurationLoader] Reading database configuration from C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\jira\home\dbconfig.xml
  1063. [INFO] [talledLocalContainer] 2016-06-25 23:57:20,559 localhost-startStop-1 INFO [c.a.j.instrumentation.external.DatabaseExternalGauges] Installing DBCP monitoring instruments: DatabaseExternalGauges.TomcatDbcpInstruments[instruments=[DBCP_MAX, DBCP_ACTIVE, DBCP_IDLE],objectName=Catalina:type=DataSource,path=/jira,host=localhost,class=javax.sql.DataSource,name="jdbc/JiraDS"]
  1064. [INFO] [talledLocalContainer] 2016-06-25 23:57:20,802 localhost-startStop-1 INFO [c.a.jira.tenancy.DefaultTenantManager] Instance has a tenant. Now running [Tenanted launchers]
  1065. [INFO] [talledLocalContainer] 2016-06-25 23:57:20,804 localhost-startStop-1 INFO [c.a.jira.startup.DefaultInstantUpgradeManager] Now running [Late startup launchers]
  1066. [INFO] [talledLocalContainer] 2016-06-25 23:57:20,804 localhost-startStop-1 INFO [c.a.jira.upgrade.ConsistencyCheckImpl] Checking JIRA consistency
  1067. [INFO] [talledLocalContainer] 2016-06-25 23:57:20,841 localhost-startStop-1 INFO [c.a.jira.upgrade.ConsistencyCheckImpl] The Server ID for this JIRA instance is: [BWP3-NZB2-6EDY-6C7K]
  1068. [INFO] [talledLocalContainer] 2016-06-25 23:57:21,288 localhost-startStop-1 INFO [c.a.jira.startup.JiraStartupLogger]
  1069. [INFO] [talledLocalContainer]
  1070. [INFO] [talledLocalContainer] **********************************************************************************
  1071. [INFO] [talledLocalContainer] JIRA 7.1.4 build: 71008 started. You can now access JIRA through your web browser.
  1072. [INFO] [talledLocalContainer] **********************************************************************************
  1073. [INFO] [talledLocalContainer]
  1074. [INFO] [talledLocalContainer] 2016-06-25 23:57:21,301 Modification Check:thread-1 INFO [c.a.jira.startup.JiraStartupLogger]
  1075. [INFO] [talledLocalContainer]
  1076. [INFO] [talledLocalContainer] ___ Modifications ___________________________
  1077. [INFO] [talledLocalContainer]
  1078. [INFO] [talledLocalContainer] Modified Files : None
  1079. [INFO] [talledLocalContainer] Removed Files : None
  1080. [INFO] [talledLocalContainer]
  1081. [INFO] [talledLocalContainer] 2016-06-25 23:57:21,455 localhost-startStop-1 WARN [c.a.jira.startup.JiraStartupLogger]
  1082. [INFO] [talledLocalContainer]
  1083. [INFO] [talledLocalContainer] ********************************************************************************************************************************************************************************************************
  1084. [INFO] [talledLocalContainer] WARNING: The system property 'mail.mime.decodeparameters' is not set to true. This may result in e-mail attachments with non-Latin filenames being dropped. For more information please see https://docs.atlassian.com/jira/jadm-docs-071/__setting_mail.mime.decodeparameters.
  1085. [INFO] [talledLocalContainer] ********************************************************************************************************************************************************************************************************
  1086. [INFO] [talledLocalContainer]
  1087. [INFO] [talledLocalContainer] 2016-06-25 23:57:21,455 localhost-startStop-1 WARN [c.a.jira.startup.JiraStartupLogger]
  1088. [INFO] [talledLocalContainer]
  1089. [INFO] [talledLocalContainer] ********************************************************************************************************************************************************************************************************
  1090. [INFO] [talledLocalContainer] WARNING: 'Apache Tomcat/8.0.9' server and the 'org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER' system property is not set to true! This can result in OutOfMemoryErrors. For more information please see http://www.atlassian.com/software/jira/docs/latest/servers/tomcat60.html.
  1091. [INFO] [talledLocalContainer] ********************************************************************************************************************************************************************************************************
  1092. [INFO] [talledLocalContainer]
  1093. [INFO] [talledLocalContainer] 2016-06-25 23:57:21,456 localhost-startStop-1 INFO [c.a.plugin.manager.DefaultPluginManager] Plugin system lateStartup begun
  1094. [INFO] [talledLocalContainer] 2016-06-25 23:57:21,459 localhost-startStop-1 INFO [c.a.plugin.manager.DefaultPluginManager] Plugin system lateStartup ended
  1095. [INFO] [talledLocalContainer] 2016-06-25 23:57:21,461 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] getService bundle [com.atlassian.plugins.atlassian-whitelist-api-plugin]
  1096. [INFO] [talledLocalContainer] 2016-06-25 23:57:21,478 localhost-startStop-1 INFO [c.a.jira.startup.JiraStartupLogger]
  1097. [INFO] [talledLocalContainer]
  1098. [INFO] [talledLocalContainer] ___ Plugin System Started _________________
  1099. [INFO] [talledLocalContainer]
  1100. [INFO] [talledLocalContainer] 2016-06-25 23:57:21,533 localhost-startStop-1 INFO [c.a.j.upgrade.util.BuildNumberDao] Setting current version to 7.1.4
  1101. [INFO] [talledLocalContainer] 2016-06-25 23:57:21,550 localhost-startStop-1 INFO [c.a.j.upgrade.util.BuildNumberDao] Setting downgrade version to 7.0.10
  1102. [INFO] [talledLocalContainer] 2016-06-25 23:57:21,560 localhost-startStop-1 ERROR [p.h.j.p.g.i.scheduler.impl.AwesomeLauncher] OJOJOJ, DUPA!
  1103. [INFO] [talledLocalContainer] 2016-06-25 23:57:22,692 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] getService bundle [com.atlassian.labs.hipchat.hipchat-for-jira-plugin]
  1104. [INFO] [talledLocalContainer] 2016-06-25 23:57:22,694 localhost-startStop-1 INFO [c.a.j.p.hipchat.service.HipChatPluginLauncher] HipChat Plugin launched successfully
  1105. [INFO] [talledLocalContainer] 2016-06-25 23:57:22,696 localhost-startStop-1 DEBUG [c.a.activeobjects.osgi.ActiveObjectsServiceFactory] getService bundle [com.atlassian.plugins.base-hipchat-integration-plugin-api]
  1106. [INFO] [talledLocalContainer] 2016-06-25 23:57:22,804 localhost-startStop-1 ERROR [p.h.j.p.g.i.scheduler.impl.AwesomeLauncher] OJOJOJ, DUPA!
  1107. [INFO] [talledLocalContainer] 2016-06-25 23:57:22,868 localhost-startStop-1 INFO [c.a.jira.scheduler.JiraSchedulerLauncher] Starting the JIRA Scheduler....
  1108. [INFO] [talledLocalContainer] 2016-06-25 23:57:22,887 localhost-startStop-1 INFO [c.a.jira.scheduler.JiraSchedulerLauncher] JIRA Scheduler started.
  1109. [INFO] [talledLocalContainer] 2016-06-25 23:57:23,199 localhost-startStop-1 INFO [c.a.jira.startup.DefaultInstantUpgradeManager] Late startup launchers took 2s
  1110. [INFO] [talledLocalContainer] 2016-06-25 23:57:23,206 localhost-startStop-1 INFO [c.a.jira.startup.LauncherContextListener] Memory Usage:
  1111. [INFO] [talledLocalContainer] ---------------------------------------------------------------------------------
  1112. [INFO] [talledLocalContainer] Heap memory : Used: 275 MiB. Committed: 426 MiB. Max: 494 MiB
  1113. [INFO] [talledLocalContainer] Non-heap memory : Used: 209 MiB. Committed: 228 MiB. Max: 1264 MiB
  1114. [INFO] [talledLocalContainer] ---------------------------------------------------------------------------------
  1115. [INFO] [talledLocalContainer] TOTAL : Used: 484 MiB. Committed: 654 MiB. Max: 1758 MiB
  1116. [INFO] [talledLocalContainer] ---------------------------------------------------------------------------------
  1117. [INFO] [talledLocalContainer] Jun 25, 2016 11:57:23 PM org.apache.catalina.startup.HostConfig deployWAR
  1118. [INFO] [talledLocalContainer] INFO: Deployment of web application archive C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x\cargo-jira-home\webapps\jira.war has finished in 44,963 ms
  1119. [INFO] [talledLocalContainer] Jun 25, 2016 11:57:23 PM org.apache.catalina.startup.HostConfig deployDirectory
  1120. [INFO] [talledLocalContainer] INFO: Deploying web application directory C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x\cargo-jira-home\webapps\host-manager
  1121. [INFO] [talledLocalContainer] Jun 25, 2016 11:57:23 PM org.apache.jasper.servlet.TldScanner scanJars
  1122. [INFO] [talledLocalContainer] INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  1123. [INFO] [talledLocalContainer] Jun 25, 2016 11:57:23 PM org.apache.catalina.startup.HostConfig deployDirectory
  1124. [INFO] [talledLocalContainer] INFO: Deployment of web application directory C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x\cargo-jira-home\webapps\host-manager has finished in 125 ms
  1125. [INFO] [talledLocalContainer] Jun 25, 2016 11:57:23 PM org.apache.catalina.startup.HostConfig deployDirectory
  1126. [INFO] [talledLocalContainer] INFO: Deploying web application directory C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x\cargo-jira-home\webapps\manager
  1127. [INFO] [talledLocalContainer] Jun 25, 2016 11:57:23 PM org.apache.jasper.servlet.TldScanner scanJars
  1128. [INFO] [talledLocalContainer] INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  1129. [INFO] [talledLocalContainer] Jun 25, 2016 11:57:23 PM org.apache.catalina.startup.HostConfig deployDirectory
  1130. [INFO] [talledLocalContainer] INFO: Deployment of web application directory C:\Users\Tomek\Desktop\hajajajajkom\JIRA-Gitlab-integration\target\container\tomcat8x\cargo-jira-home\webapps\manager has finished in 101 ms
  1131. [INFO] [talledLocalContainer] Jun 25, 2016 11:57:23 PM org.apache.coyote.AbstractProtocol start
  1132. [INFO] [talledLocalContainer] INFO: Starting ProtocolHandler ["http-nio-2990"]
  1133. [INFO] [talledLocalContainer] Jun 25, 2016 11:57:23 PM org.apache.coyote.AbstractProtocol start
  1134. [INFO] [talledLocalContainer] INFO: Starting ProtocolHandler ["ajp-nio-8009"]
  1135. [INFO] [talledLocalContainer] Jun 25, 2016 11:57:23 PM org.apache.catalina.startup.Catalina start
  1136. [INFO] [talledLocalContainer] INFO: Server startup in 45727 ms
  1137. [INFO] [talledLocalContainer] Tomcat 8.x started on port [2990]
  1138. [INFO] jira started successfully in 69s at http://Tomek-PC:2990/jira
  1139. [INFO] Type Ctrl-D to shutdown gracefully
  1140. [INFO] Type Ctrl-C to exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement