Advertisement
Guest User

Untitled

a guest
Jun 5th, 2017
963
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.18 KB | None | 0 0
  1. milo@M004:~/IdeaProjects/jjdz3-dmm-software-web_17_final$ sudo mvn process-resources wildfly:run@startApp
  2. [INFO] Scanning for projects...
  3. [WARNING]
  4. [WARNING] Some problems were encountered while building the effective model for com.dmmsoft.app:financial-app:war:1.0-SNAPSHOT
  5. [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: javax:javaee-api:jar -> duplicate declaration of version 7.0 @ line 73, column 21
  6. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-resources-plugin is missing. @ line 103, column 21
  7. [WARNING]
  8. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  9. [WARNING]
  10. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  11. [WARNING]
  12. [INFO]
  13. [INFO] ------------------------------------------------------------------------
  14. [INFO] Building financial-app 1.0-SNAPSHOT
  15. [INFO] ------------------------------------------------------------------------
  16. [INFO]
  17. [INFO] --- maven-install-plugin:2.5.2:install-file (default) @ financial-app ---
  18. [INFO] Installing /home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/lib/financial-app-1.0-SNAPSHOT-jar-with-dependencies.jar to /root/.m2/repository/com/dmmsoft/app/financial-app/1.0-SNAPSHOT/financial-app-1.0-SNAPSHOT.jar
  19. [INFO]
  20. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ financial-app ---
  21. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  22. [INFO] Copying 4 resources
  23. [INFO]
  24. [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ financial-app ---
  25. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  26. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  27. [INFO] Copying 1 resource
  28. [INFO]
  29. [INFO] >>> wildfly-maven-plugin:1.2.0.Alpha4:run (startApp) > package @ financial-app >>>
  30. [INFO]
  31. [INFO] --- maven-install-plugin:2.5.2:install-file (default) @ financial-app ---
  32. [INFO] Installing /home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/lib/financial-app-1.0-SNAPSHOT-jar-with-dependencies.jar to /root/.m2/repository/com/dmmsoft/app/financial-app/1.0-SNAPSHOT/financial-app-1.0-SNAPSHOT.jar
  33. [INFO]
  34. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ financial-app ---
  35. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  36. [INFO] Copying 4 resources
  37. [INFO]
  38. [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ financial-app ---
  39. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  40. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  41. [INFO] Copying 1 resource
  42. [INFO]
  43. [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ financial-app ---
  44. [INFO] Changes detected - recompiling the module!
  45. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  46. [INFO] Compiling 23 source files to /home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/target/classes
  47. [INFO]
  48. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ financial-app ---
  49. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  50. [INFO] skip non existing resourceDirectory /home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/src/test/resources
  51. [INFO]
  52. [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ financial-app ---
  53. [INFO] No sources to compile
  54. [INFO]
  55. [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ financial-app ---
  56. [INFO] No tests to run.
  57. [INFO]
  58. [INFO] --- maven-war-plugin:2.2:war (default-war) @ financial-app ---
  59. [INFO] Packaging webapp
  60. [INFO] Assembling webapp [financial-app] in [/home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/target/financial-app]
  61. [INFO] Processing war project
  62. [INFO] Copying webapp resources [/home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/src/main/webapp]
  63. [INFO] Webapp assembled in [74 msecs]
  64. [INFO] Building war: /home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/target/financial-app.war
  65. [INFO] WEB-INF/web.xml already added, skipping
  66. [INFO]
  67. [INFO] <<< wildfly-maven-plugin:1.2.0.Alpha4:run (startApp) < package @ financial-app <<<
  68. [INFO]
  69. [INFO] --- wildfly-maven-plugin:1.2.0.Alpha4:run (startApp) @ financial-app ---
  70. [INFO] JAVA_HOME=/usr/lib/jvm/java-8-oracle/jre
  71. [INFO] JBOSS_HOME=/home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/target/wildfly-run/wildfly-10.1.0.Final
  72.  
  73. [INFO] Server is starting up. Press CTRL + C to stop the server.
  74. Jun 05, 2017 7:25:32 PM org.xnio.Xnio <clinit>
  75. INFO: XNIO version 3.5.0.Beta2
  76. Listening for transport dt_socket at address: 5005
  77. Jun 05, 2017 7:25:32 PM org.xnio.nio.NioXnio <clinit>
  78. INFO: XNIO NIO Implementation Version 3.5.0.Beta2
  79. Jun 05, 2017 7:25:32 PM org.jboss.remoting3.EndpointImpl <clinit>
  80. INFO: JBoss Remoting version 5.0.0.Beta18
  81. Jun 05, 2017 7:25:32 PM org.wildfly.security.Version <clinit>
  82. INFO: ELY00001: WildFly Elytron version 1.1.0.Beta24
  83. 19:25:32,964 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final
  84. 19:25:33,192 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
  85. 19:25:33,270 INFO [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
  86. 19:25:34,297 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
  87. 19:25:34,312 INFO [org.xnio] (MSC service thread 1-7) XNIO version 3.4.0.Final
  88. 19:25:34,326 INFO [org.xnio.nio] (MSC service thread 1-7) XNIO NIO Implementation Version 3.4.0.Final
  89. 19:25:34,391 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
  90. 19:25:34,397 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 37) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
  91. 19:25:34,402 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem
  92. 19:25:34,424 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem.
  93. 19:25:34,465 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 54) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
  94. 19:25:34,468 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0007: Activated the following JSF Implementations: [main]
  95. 19:25:34,492 INFO [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
  96. 19:25:34,493 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
  97. 19:25:34,494 INFO [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem
  98. 19:25:34,498 INFO [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=4.9.6.Final
  99. 19:25:34,528 INFO [org.jboss.as.connector] (MSC service thread 1-6) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
  100. 19:25:34,529 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension
  101. 19:25:34,546 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
  102. 19:25:34,708 INFO [org.jboss.remoting] (MSC service thread 1-7) JBoss Remoting version 4.0.21.Final
  103. 19:25:34,723 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0003: Undertow 1.4.0.Final starting
  104. 19:25:34,841 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path '/home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/target/wildfly-run/wildfly-10.1.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
  105. 19:25:34,854 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0012: Started server default-server.
  106. 19:25:34,855 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0018: Host default-host starting
  107. 19:25:34,933 INFO [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
  108. 19:25:34,934 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
  109. 19:25:34,984 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
  110. 19:25:35,099 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
  111. 19:25:35,226 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-6) WFLYDM0111: Keystore /home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/target/wildfly-run/wildfly-10.1.0.Final/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
  112. 19:25:35,259 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) WFLYDS0013: Started FileSystemDeploymentService for directory /home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/target/wildfly-run/wildfly-10.1.0.Final/standalone/deployments
  113. 19:25:35,391 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-2) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
  114. 19:25:35,415 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 61) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  115. 19:25:35,416 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 61) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  116. 19:25:35,418 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  117. 19:25:35,418 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  118. 19:25:35,422 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443
  119. 19:25:35,452 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  120. 19:25:35,453 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  121. 19:25:35,518 INFO [org.jboss.ws.common.management] (MSC service thread 1-5) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6)
  122. 19:25:35,645 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
  123. 19:25:35,648 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
  124. 19:25:35,650 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 3007ms - Started 331 of 577 services (393 services are lazy, passive or on-demand)
  125. WARN: can't find jboss-cli.xml. Using default configuration values.
  126. Jun 05, 2017 7:25:36 PM org.jboss.as.cli.impl.CommandContextImpl printLine
  127. INFO: Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
  128. Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
  129. Jun 05, 2017 7:25:36 PM org.jboss.as.cli.impl.CommandContextImpl printLine
  130. INFO: Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
  131. Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
  132. 19:25:36,220 INFO [org.jboss.as.connector.subsystems.datasources] (management-handler-thread - 2) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.cj.jdbc.Driver (version 6.0)
  133. 19:25:36,222 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0018: Started Driver service with driver-name = mysql
  134. Jun 05, 2017 7:25:36 PM org.jboss.as.cli.impl.CommandContextImpl printLine
  135. INFO: {"outcome" => "success"}
  136. {"outcome" => "success"}
  137. 19:25:36,289 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:/datasources/isaDB]
  138. Jun 05, 2017 7:25:36 PM org.jboss.as.cli.impl.CommandContextImpl printLine
  139. INFO: {"outcome" => "success"}
  140. {"outcome" => "success"}
  141. Jun 05, 2017 7:25:36 PM org.jboss.as.cli.impl.CommandContextImpl printLine
  142. INFO: {"outcome" => "success"}
  143. {"outcome" => "success"}
  144. 19:25:36,677 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/target/wildfly-run/wildfly-10.1.0.Final/standalone/data/content/c1/e353ae59e0d3307264fa7f4fc7be5d97f34f3b/content
  145. 19:25:36,707 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "financial-app.war" (runtime-name: "financial-app.war")
  146. 19:25:38,551 INFO [org.jboss.as.jpa] (MSC service thread 1-4) WFLYJPA0002: Read persistence.xml for default
  147. 19:25:38,681 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 19) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'financial-app.war#default'
  148. 19:25:38,720 INFO [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 19) HHH000204: Processing PersistenceUnitInfo [
  149. name: default
  150. ...]
  151. 19:25:38,769 INFO [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0003: Processing weld deployment financial-app.war
  152. 19:25:38,819 INFO [org.hibernate.Version] (ServerService Thread Pool -- 19) HHH000412: Hibernate Core {5.0.10.Final}
  153. 19:25:38,821 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 19) HHH000206: hibernate.properties not found
  154. 19:25:38,823 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 19) HHH000021: Bytecode provider name : javassist
  155. 19:25:38,837 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-5) HV000001: Hibernate Validator 5.2.4.Final
  156. 19:25:38,910 INFO [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 19) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  157. 19:25:38,924 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-5) WFLYEJB0473: JNDI bindings for session bean named 'ModelContainer' in deployment unit 'deployment "financial-app.war"' are as follows:
  158.  
  159. java:global/financial-app/ModelContainer!com.dmmsoft.container.IModelContainerService
  160. java:app/financial-app/ModelContainer!com.dmmsoft.container.IModelContainerService
  161. java:module/ModelContainer!com.dmmsoft.container.IModelContainerService
  162. java:global/financial-app/ModelContainer
  163. java:app/financial-app/ModelContainer
  164. java:module/ModelContainer
  165.  
  166. 19:25:39,203 INFO [org.jboss.weld.Version] (MSC service thread 1-6) WELD-000900: 2.3.5 (Final)
  167. 19:25:39,400 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 19) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'financial-app.war#default'
  168. 19:25:39,555 ERROR [stderr] (ServerService Thread Pool -- 19) Mon Jun 05 19:25:39 CEST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  169. 19:25:39,897 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 19) HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
  170. 19:25:39,933 INFO [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 19) Envers integration enabled? : true
  171. 19:25:40,389 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (ServerService Thread Pool -- 19) HHH000228: Running hbm2ddl schema update
  172. 19:25:40,398 ERROR [stderr] (ServerService Thread Pool -- 19) Mon Jun 05 19:25:40 CEST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  173. 19:25:40,450 INFO [org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl] (ServerService Thread Pool -- 19) HHH000262: Table not found: AnalysisCriteria
  174. 19:25:40,453 INFO [org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl] (ServerService Thread Pool -- 19) HHH000262: Table not found: AnalysisCriteria
  175. 19:25:40,472 INFO [org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl] (ServerService Thread Pool -- 19) HHH000262: Table not found: hibernate_sequence
  176. 19:25:40,474 INFO [org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl] (ServerService Thread Pool -- 19) HHH000262: Table not found: hibernate_sequence
  177. 19:25:40,494 INFO [org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl] (ServerService Thread Pool -- 19) HHH000262: Table not found: InvestmentRevenueCriteria
  178. 19:25:40,496 INFO [org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl] (ServerService Thread Pool -- 19) HHH000262: Table not found: InvestmentRevenueCriteria
  179. 19:25:40,511 INFO [org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl] (ServerService Thread Pool -- 19) HHH000262: Table not found: PersistedInvestmentRevenueCriteria
  180. 19:25:40,514 INFO [org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl] (ServerService Thread Pool -- 19) HHH000262: Table not found: PersistedInvestmentRevenueCriteria
  181. 19:25:40,528 INFO [org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl] (ServerService Thread Pool -- 19) HHH000262: Table not found: User
  182. 19:25:40,530 INFO [org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl] (ServerService Thread Pool -- 19) HHH000262: Table not found: User
  183. 19:25:47,107 INFO [com.dmmsoft.WebAppDeployListener] (ServerService Thread Pool -- 29) Application Deployed. Main Container initialized: CSV files loaded.
  184. 19:25:47,138 INFO [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 29) Initializing Mojarra 2.2.13.SP1 20160303-1204 for context '/financial-app'
  185. 19:25:47,809 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 29) WFLYUT0021: Registered web context: /financial-app
  186. 19:25:48,612 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "financial-app.war" (runtime-name : "financial-app.war")
  187. 19:26:13,088 INFO [com.dmmsoft.security.filters.Login] (default task-1) login filter request path: /financial-app/login
  188. 19:26:13,098 INFO [com.dmmsoft.security.filters.Login] (default task-2) login filter request path: /financial-app/login.jsp
  189. 19:26:13,583 INFO [com.dmmsoft.user.UserLoggerSessionListner] (default task-2) SessionId:Cae-C_UNlFQRKwEc3zekO7Gg9ScKtOhFhkAdr1uK Created:2017-06-05T17:26:13.581
  190. 19:26:13,681 WARN [com.dmmsoft.user.UserLoggerSessionListner] (default task-4) Not authenticated user session opening attempt! /financial-app
  191. 19:26:13,686 INFO [com.dmmsoft.security.filters.Login] (default task-3) login filter request path: /financial-app/resources/css/bootstrap.min.css
  192. 19:26:13,710 INFO [com.dmmsoft.security.filters.Login] (default task-4) login filter request path: /financial-app/resources/js/bootstrap.js
  193. 19:26:13,716 INFO [com.dmmsoft.security.filters.Login] (default task-5) login filter request path: /financial-app/resources/css/styles.css
  194. 19:26:13,777 WARN [com.dmmsoft.security.filters.Login] (default task-4) Access denied! Not authenticated user request!
  195. 19:26:13,778 WARN [com.dmmsoft.security.filters.Login] (default task-5) Access denied! Not authenticated user request!
  196. 19:26:13,778 WARN [com.dmmsoft.security.filters.Login] (default task-3) Access denied! Not authenticated user request!
  197. 19:26:14,924 INFO [com.dmmsoft.security.filters.Login] (default task-6) login filter request path: /financial-app/authentication
  198. 19:26:15,501 INFO [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (default task-6) HHH000397: Using ASTQueryTranslatorFactory
  199. 19:26:15,702 INFO [com.dmmsoft.user.UserLoggerSessionListner] (default task-6) User added to session (login):dmmtest441@gmail.com
  200. 19:26:15,702 INFO [com.dmmsoft.security.loginwithgoogle.LoginServletGoogle] (default task-6) UserAuthenticated: Id:1 login:dmmtest441@gmail.com role isAdmin:false
  201. 19:26:15,702 INFO [com.dmmsoft.security.loginwithgoogle.LoginServletGoogle] (default task-6) User view redirection: isAdmin:false
  202. 19:26:15,703 INFO [com.dmmsoft.user.UserMenuServlet] (default task-6) user from session:dmmtest441@gmail.com
  203. 19:26:15,728 INFO [com.dmmsoft.security.filters.Login] (default task-7) login filter request path: /financial-app/auth/userview/usermenu.jsp
  204. 19:26:15,729 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-7) login filter request path: /financial-app/auth/userview/usermenu.jsp
  205. 19:26:15,729 INFO [com.dmmsoft.security.filters.UserView] (default task-7) login filter request path: /financial-app/auth/userview/usermenu.jsp
  206. 19:26:15,906 INFO [com.dmmsoft.security.filters.UserView] (default task-7) User access verification success. Role isAdmin:false
  207. 19:26:17,306 INFO [com.dmmsoft.security.filters.Login] (default task-8) login filter request path: /financial-app/auth/userview/favourite
  208. 19:26:17,307 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-8) login filter request path: /financial-app/auth/userview/favourite
  209. 19:26:17,308 INFO [com.dmmsoft.security.filters.UserView] (default task-8) login filter request path: /financial-app/auth/userview/favourite
  210. 19:26:17,328 INFO [com.dmmsoft.analyzer.FavouriteServlet] (default task-8) Current user Favourites to display 0
  211. 19:26:17,329 INFO [com.dmmsoft.analyzer.FavouriteServlet] (default task-8) dmmtest441@gmail.com
  212. 19:26:17,599 INFO [com.dmmsoft.security.filters.UserView] (default task-8) User access verification success. Role isAdmin:false
  213. 19:26:18,819 INFO [com.dmmsoft.security.filters.Login] (default task-9) login filter request path: /financial-app/auth/userview/usermenu
  214. 19:26:18,819 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-9) login filter request path: /financial-app/auth/userview/usermenu
  215. 19:26:18,819 INFO [com.dmmsoft.security.filters.UserView] (default task-9) login filter request path: /financial-app/auth/userview/usermenu
  216. 19:26:18,820 INFO [com.dmmsoft.user.UserMenuServlet] (default task-9) user from session:dmmtest441@gmail.com
  217. 19:26:18,820 INFO [com.dmmsoft.security.filters.UserView] (default task-9) User access verification success. Role isAdmin:false
  218. 19:26:18,828 INFO [com.dmmsoft.security.filters.Login] (default task-10) login filter request path: /financial-app/auth/userview/usermenu.jsp
  219. 19:26:18,829 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-10) login filter request path: /financial-app/auth/userview/usermenu.jsp
  220. 19:26:18,829 INFO [com.dmmsoft.security.filters.UserView] (default task-10) login filter request path: /financial-app/auth/userview/usermenu.jsp
  221. 19:26:18,830 INFO [com.dmmsoft.security.filters.UserView] (default task-10) User access verification success. Role isAdmin:false
  222. 19:26:19,800 INFO [com.dmmsoft.security.filters.Login] (default task-11) login filter request path: /financial-app/auth/userview/investmentrevenue
  223. 19:26:19,800 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-11) login filter request path: /financial-app/auth/userview/investmentrevenue
  224. 19:26:19,800 INFO [com.dmmsoft.security.filters.UserView] (default task-11) login filter request path: /financial-app/auth/userview/investmentrevenue
  225. 19:26:19,928 INFO [com.dmmsoft.security.filters.UserView] (default task-11) User access verification success. Role isAdmin:false
  226. 19:26:22,371 INFO [com.dmmsoft.security.filters.Login] (default task-14) login filter request path: /financial-app/auth/userview/investmentrevenue
  227. 19:26:22,372 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-14) login filter request path: /financial-app/auth/userview/investmentrevenue
  228. 19:26:22,372 INFO [com.dmmsoft.security.filters.UserView] (default task-14) login filter request path: /financial-app/auth/userview/investmentrevenue
  229. 19:26:22,409 INFO [com.dmmsoft.app.analyzer.analyses.revenue.InvestmentRevenue] (default task-14) InvestmentInputCriteria was moderated by Suggester.InputCriteria: -1420099401FinalInputCriteria:-1420278182
  230. 19:26:22,464 INFO [com.dmmsoft.analyzer.analysis.InvestmentRevenue.InvestmentRevenueServlet] (default task-14) Criteria Submitted by user Id:1, login:dmmtest441@gmail.com
  231. 19:26:22,465 INFO [com.dmmsoft.security.filters.UserView] (default task-14) User access verification success. Role isAdmin:false
  232. 19:26:23,857 INFO [com.dmmsoft.security.filters.Login] (default task-17) login filter request path: /financial-app/auth/userview/investmentrevenue
  233. 19:26:23,858 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-17) login filter request path: /financial-app/auth/userview/investmentrevenue
  234. 19:26:23,858 INFO [com.dmmsoft.security.filters.UserView] (default task-17) login filter request path: /financial-app/auth/userview/investmentrevenue
  235. 19:26:23,868 INFO [com.dmmsoft.app.analyzer.analyses.revenue.InvestmentRevenue] (default task-17) InvestmentInputCriteria was moderated by Suggester.InputCriteria: -1425640527FinalInputCriteria:-1425819308
  236. 19:26:23,897 INFO [com.dmmsoft.analyzer.analysis.InvestmentRevenue.InvestmentRevenueServlet] (default task-17) Criteria Submitted by user Id:1, login:dmmtest441@gmail.com
  237. 19:26:23,898 INFO [com.dmmsoft.security.filters.UserView] (default task-17) User access verification success. Role isAdmin:false
  238. 19:26:25,128 INFO [com.dmmsoft.security.filters.Login] (default task-20) login filter request path: /financial-app/auth/userview/usermenu
  239. 19:26:25,129 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-20) login filter request path: /financial-app/auth/userview/usermenu
  240. 19:26:25,129 INFO [com.dmmsoft.security.filters.UserView] (default task-20) login filter request path: /financial-app/auth/userview/usermenu
  241. 19:26:25,129 INFO [com.dmmsoft.user.UserMenuServlet] (default task-20) user from session:dmmtest441@gmail.com
  242. 19:26:25,130 INFO [com.dmmsoft.security.filters.UserView] (default task-20) User access verification success. Role isAdmin:false
  243. 19:26:25,141 INFO [com.dmmsoft.security.filters.Login] (default task-21) login filter request path: /financial-app/auth/userview/usermenu.jsp
  244. 19:26:25,141 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-21) login filter request path: /financial-app/auth/userview/usermenu.jsp
  245. 19:26:25,142 INFO [com.dmmsoft.security.filters.UserView] (default task-21) login filter request path: /financial-app/auth/userview/usermenu.jsp
  246. 19:26:25,143 INFO [com.dmmsoft.security.filters.UserView] (default task-21) User access verification success. Role isAdmin:false
  247. 19:26:25,834 INFO [com.dmmsoft.security.filters.Login] (default task-22) login filter request path: /financial-app/auth/userview/favourite
  248. 19:26:25,835 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-22) login filter request path: /financial-app/auth/userview/favourite
  249. 19:26:25,835 INFO [com.dmmsoft.security.filters.UserView] (default task-22) login filter request path: /financial-app/auth/userview/favourite
  250. 19:26:25,846 INFO [com.dmmsoft.analyzer.FavouriteServlet] (default task-22) Current user Favourites to display 1
  251. 19:26:25,854 INFO [com.dmmsoft.app.analyzer.analyses.revenue.InvestmentRevenue] (default task-22) InvestmentInputCriteria was moderated by Suggester.InputCriteria: 304123091FinalInputCriteria:303944311
  252. 19:26:25,855 INFO [com.dmmsoft.analyzer.FavouriteServlet] (default task-22) 45.6878
  253. 19:26:25,855 INFO [com.dmmsoft.analyzer.FavouriteServlet] (default task-22) 54825.36
  254. 19:26:25,855 INFO [com.dmmsoft.analyzer.FavouriteServlet] (default task-22) dmmtest441@gmail.com
  255. 19:26:25,882 INFO [com.dmmsoft.security.filters.UserView] (default task-22) User access verification success. Role isAdmin:false
  256. 19:26:26,647 INFO [com.dmmsoft.security.filters.Login] (default task-23) login filter request path: /financial-app/auth/userview/usermenu
  257. 19:26:26,648 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-23) login filter request path: /financial-app/auth/userview/usermenu
  258. 19:26:26,648 INFO [com.dmmsoft.security.filters.UserView] (default task-23) login filter request path: /financial-app/auth/userview/usermenu
  259. 19:26:26,648 INFO [com.dmmsoft.user.UserMenuServlet] (default task-23) user from session:dmmtest441@gmail.com
  260. 19:26:26,649 INFO [com.dmmsoft.security.filters.UserView] (default task-23) User access verification success. Role isAdmin:false
  261. 19:26:26,657 INFO [com.dmmsoft.security.filters.Login] (default task-24) login filter request path: /financial-app/auth/userview/usermenu.jsp
  262. 19:26:26,657 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-24) login filter request path: /financial-app/auth/userview/usermenu.jsp
  263. 19:26:26,657 INFO [com.dmmsoft.security.filters.UserView] (default task-24) login filter request path: /financial-app/auth/userview/usermenu.jsp
  264. 19:26:26,658 INFO [com.dmmsoft.security.filters.UserView] (default task-24) User access verification success. Role isAdmin:false
  265. 19:26:27,427 INFO [com.dmmsoft.security.filters.Login] (default task-25) login filter request path: /financial-app/auth/userview/investmentrevenue
  266. 19:26:27,427 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-25) login filter request path: /financial-app/auth/userview/investmentrevenue
  267. 19:26:27,427 INFO [com.dmmsoft.security.filters.UserView] (default task-25) login filter request path: /financial-app/auth/userview/investmentrevenue
  268. 19:26:27,432 INFO [com.dmmsoft.security.filters.UserView] (default task-25) User access verification success. Role isAdmin:false
  269. 19:26:29,112 INFO [com.dmmsoft.security.filters.Login] (default task-28) login filter request path: /financial-app/auth/userview/usermenu
  270. 19:26:29,112 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-28) login filter request path: /financial-app/auth/userview/usermenu
  271. 19:26:29,112 INFO [com.dmmsoft.security.filters.UserView] (default task-28) login filter request path: /financial-app/auth/userview/usermenu
  272. 19:26:29,112 INFO [com.dmmsoft.user.UserMenuServlet] (default task-28) user from session:dmmtest441@gmail.com
  273. 19:26:29,114 INFO [com.dmmsoft.security.filters.UserView] (default task-28) User access verification success. Role isAdmin:false
  274. 19:26:29,123 INFO [com.dmmsoft.security.filters.Login] (default task-29) login filter request path: /financial-app/auth/userview/usermenu.jsp
  275. 19:26:29,123 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-29) login filter request path: /financial-app/auth/userview/usermenu.jsp
  276. 19:26:29,123 INFO [com.dmmsoft.security.filters.UserView] (default task-29) login filter request path: /financial-app/auth/userview/usermenu.jsp
  277. 19:26:29,124 INFO [com.dmmsoft.security.filters.UserView] (default task-29) User access verification success. Role isAdmin:false
  278. 19:26:30,301 INFO [com.dmmsoft.security.filters.Login] (default task-30) login filter request path: /financial-app/auth/userview/favourite
  279. 19:26:30,301 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-30) login filter request path: /financial-app/auth/userview/favourite
  280. 19:26:30,301 INFO [com.dmmsoft.security.filters.UserView] (default task-30) login filter request path: /financial-app/auth/userview/favourite
  281. 19:26:30,307 INFO [com.dmmsoft.analyzer.FavouriteServlet] (default task-30) Current user Favourites to display 1
  282. 19:26:30,312 INFO [com.dmmsoft.app.analyzer.analyses.revenue.InvestmentRevenue] (default task-30) InvestmentInputCriteria was moderated by Suggester.InputCriteria: 304123091FinalInputCriteria:303944311
  283. 19:26:30,312 INFO [com.dmmsoft.analyzer.FavouriteServlet] (default task-30) 45.6878
  284. 19:26:30,313 INFO [com.dmmsoft.analyzer.FavouriteServlet] (default task-30) 54825.36
  285. 19:26:30,313 INFO [com.dmmsoft.analyzer.FavouriteServlet] (default task-30) dmmtest441@gmail.com
  286. 19:26:30,316 INFO [com.dmmsoft.security.filters.UserView] (default task-30) User access verification success. Role isAdmin:false
  287. 19:26:32,608 INFO [com.dmmsoft.security.filters.Login] (default task-31) login filter request path: /financial-app/auth/userview/usermenu
  288. 19:26:32,609 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-31) login filter request path: /financial-app/auth/userview/usermenu
  289. 19:26:32,609 INFO [com.dmmsoft.security.filters.UserView] (default task-31) login filter request path: /financial-app/auth/userview/usermenu
  290. 19:26:32,609 INFO [com.dmmsoft.user.UserMenuServlet] (default task-31) user from session:dmmtest441@gmail.com
  291. 19:26:32,614 INFO [com.dmmsoft.security.filters.UserView] (default task-31) User access verification success. Role isAdmin:false
  292. 19:26:32,617 INFO [com.dmmsoft.security.filters.Login] (default task-32) login filter request path: /financial-app/auth/userview/usermenu.jsp
  293. 19:26:32,618 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-32) login filter request path: /financial-app/auth/userview/usermenu.jsp
  294. 19:26:32,618 INFO [com.dmmsoft.security.filters.UserView] (default task-32) login filter request path: /financial-app/auth/userview/usermenu.jsp
  295. 19:26:32,619 INFO [com.dmmsoft.security.filters.UserView] (default task-32) User access verification success. Role isAdmin:false
  296. ^C19:43:44,071 INFO [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested via an OS signal
  297. 19:43:44,088 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 68) WFLYUT0022: Unregistered web context: /financial-app
  298. 19:43:44,135 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
  299. 19:43:44,148 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0019: Stopped Driver service with driver-name = h2
  300. 19:43:44,173 INFO [com.dmmsoft.user.UserLoggerSessionListner] (ServerService Thread Pool -- 68) Session Distroyed! SessionId:Cae-C_UNlFQRKwEc3zekO7Gg9ScKtOhFhkAdr1uK
  301. 19:43:44,176 INFO [com.dmmsoft.WebAppDeployListener] (ServerService Thread Pool -- 68) Application Servlet Context Destroyed.
  302. 19:43:44,182 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0019: Host default-host stopping
  303. 19:43:44,239 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 68) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'financial-app.war#default'
  304. 19:43:44,244 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 68) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'financial-app.war#default'
  305. 19:43:44,245 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:/datasources/isaDB]
  306. 19:43:44,248 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0008: Undertow HTTP listener default suspending
  307. 19:43:44,249 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080
  308. 19:43:44,249 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0008: Undertow HTTPS listener https suspending
  309. 19:43:44,249 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 127.0.0.1:8443
  310. 19:43:44,251 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0004: Undertow 1.4.0.Final stopping
  311. 19:43:44,263 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0019: Stopped Driver service with driver-name = mysql
  312. 19:43:44,267 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment financial-app.war (runtime-name: financial-app.war) in 177ms
  313. 19:43:44,274 INFO [org.jboss.as] (MSC service thread 1-7) WFLYSRV0050: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) stopped in 185ms
  314. milo@M004:~/IdeaProjects/jjdz3-dmm-software-web_17_final$ sudo mvn process-resources wildfly:run@startApp
  315. [sudo] password for milo:
  316. [INFO] Scanning for projects...
  317. [WARNING]
  318. [WARNING] Some problems were encountered while building the effective model for com.dmmsoft.app:financial-app:war:1.0-SNAPSHOT
  319. [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: javax:javaee-api:jar -> duplicate declaration of version 7.0 @ line 73, column 21
  320. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-resources-plugin is missing. @ line 103, column 21
  321. [WARNING]
  322. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  323. [WARNING]
  324. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  325. [WARNING]
  326. [INFO]
  327. [INFO] ------------------------------------------------------------------------
  328. [INFO] Building financial-app 1.0-SNAPSHOT
  329. [INFO] ------------------------------------------------------------------------
  330. [INFO]
  331. [INFO] --- maven-install-plugin:2.5.2:install-file (default) @ financial-app ---
  332. [INFO] Installing /home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/lib/financial-app-1.0-SNAPSHOT-jar-with-dependencies.jar to /root/.m2/repository/com/dmmsoft/app/financial-app/1.0-SNAPSHOT/financial-app-1.0-SNAPSHOT.jar
  333. [INFO]
  334. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ financial-app ---
  335. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  336. [INFO] Copying 4 resources
  337. [INFO]
  338. [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ financial-app ---
  339. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  340. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  341. [INFO] Copying 1 resource
  342. [INFO]
  343. [INFO] >>> wildfly-maven-plugin:1.2.0.Alpha4:run (startApp) > package @ financial-app >>>
  344. [INFO]
  345. [INFO] --- maven-install-plugin:2.5.2:install-file (default) @ financial-app ---
  346. [INFO] Installing /home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/lib/financial-app-1.0-SNAPSHOT-jar-with-dependencies.jar to /root/.m2/repository/com/dmmsoft/app/financial-app/1.0-SNAPSHOT/financial-app-1.0-SNAPSHOT.jar
  347. [INFO]
  348. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ financial-app ---
  349. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  350. [INFO] Copying 4 resources
  351. [INFO]
  352. [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ financial-app ---
  353. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  354. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  355. [INFO] Copying 1 resource
  356. [INFO]
  357. [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ financial-app ---
  358. [INFO] Nothing to compile - all classes are up to date
  359. [INFO]
  360. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ financial-app ---
  361. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  362. [INFO] skip non existing resourceDirectory /home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/src/test/resources
  363. [INFO]
  364. [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ financial-app ---
  365. [INFO] No sources to compile
  366. [INFO]
  367. [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ financial-app ---
  368. [INFO] No tests to run.
  369. [INFO]
  370. [INFO] --- maven-war-plugin:2.2:war (default-war) @ financial-app ---
  371. [INFO] Packaging webapp
  372. [INFO] Assembling webapp [financial-app] in [/home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/target/financial-app]
  373. [INFO] Processing war project
  374. [INFO] Copying webapp resources [/home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/src/main/webapp]
  375. [INFO] Webapp assembled in [84 msecs]
  376. [INFO] Building war: /home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/target/financial-app.war
  377. [INFO] WEB-INF/web.xml already added, skipping
  378. [INFO]
  379. [INFO] <<< wildfly-maven-plugin:1.2.0.Alpha4:run (startApp) < package @ financial-app <<<
  380. [INFO]
  381. [INFO] --- wildfly-maven-plugin:1.2.0.Alpha4:run (startApp) @ financial-app ---
  382. [INFO] JAVA_HOME=/usr/lib/jvm/java-8-oracle/jre
  383. [INFO] JBOSS_HOME=/home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/target/wildfly-run/wildfly-10.1.0.Final
  384.  
  385. [INFO] Server is starting up. Press CTRL + C to stop the server.
  386. Listening for transport dt_socket at address: 5005
  387. Jun 05, 2017 8:08:15 PM org.xnio.Xnio <clinit>
  388. INFO: XNIO version 3.5.0.Beta2
  389. Jun 05, 2017 8:08:15 PM org.xnio.nio.NioXnio <clinit>
  390. INFO: XNIO NIO Implementation Version 3.5.0.Beta2
  391. Jun 05, 2017 8:08:15 PM org.jboss.remoting3.EndpointImpl <clinit>
  392. INFO: JBoss Remoting version 5.0.0.Beta18
  393. Jun 05, 2017 8:08:15 PM org.wildfly.security.Version <clinit>
  394. INFO: ELY00001: WildFly Elytron version 1.1.0.Beta24
  395. 20:08:16,087 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final
  396. 20:08:16,281 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
  397. 20:08:16,358 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
  398. 20:08:17,386 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
  399. 20:08:17,405 INFO [org.xnio] (MSC service thread 1-5) XNIO version 3.4.0.Final
  400. 20:08:17,414 INFO [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.4.0.Final
  401. 20:08:17,474 INFO [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 4.0.21.Final
  402. 20:08:17,506 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem.
  403. 20:08:17,529 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 37) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
  404. 20:08:17,556 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0007: Activated the following JSF Implementations: [main]
  405. 20:08:17,562 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 54) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
  406. 20:08:17,563 INFO [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
  407. 20:08:17,593 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem
  408. 20:08:17,612 INFO [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem
  409. 20:08:17,614 INFO [org.jboss.as.security] (MSC service thread 1-2) WFLYSEC0001: Current PicketBox version=4.9.6.Final
  410. 20:08:17,618 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension
  411. 20:08:17,777 INFO [org.jboss.as.naming] (MSC service thread 1-6) WFLYNAM0003: Starting Naming Service
  412. 20:08:17,777 INFO [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
  413. 20:08:17,777 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 1.4.0.Final starting
  414. 20:08:17,779 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
  415. 20:08:17,788 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
  416. 20:08:17,931 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path '/home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/target/wildfly-run/wildfly-10.1.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
  417. 20:08:17,939 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0012: Started server default-server.
  418. 20:08:17,940 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0018: Host default-host starting
  419. 20:08:18,013 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
  420. 20:08:18,014 INFO [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
  421. 20:08:18,080 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
  422. 20:08:18,215 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
  423. 20:08:18,319 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-5) WFLYDM0111: Keystore /home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/target/wildfly-run/wildfly-10.1.0.Final/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
  424. 20:08:18,331 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/target/wildfly-run/wildfly-10.1.0.Final/standalone/deployments
  425. 20:08:18,482 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-3) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
  426. 20:08:18,517 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 61) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  427. 20:08:18,518 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  428. 20:08:18,519 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 61) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  429. 20:08:18,528 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  430. 20:08:18,529 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  431. 20:08:18,538 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  432. 20:08:18,633 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443
  433. 20:08:18,745 INFO [org.jboss.ws.common.management] (MSC service thread 1-6) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6)
  434. 20:08:19,027 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
  435. 20:08:19,030 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
  436. 20:08:19,030 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 3477ms - Started 331 of 577 services (393 services are lazy, passive or on-demand)
  437. WARN: can't find jboss-cli.xml. Using default configuration values.
  438. Jun 05, 2017 8:08:19 PM org.jboss.as.cli.impl.CommandContextImpl printLine
  439. INFO: Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
  440. Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
  441. Jun 05, 2017 8:08:19 PM org.jboss.as.cli.impl.CommandContextImpl printLine
  442. INFO: Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
  443. Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
  444. 20:08:19,632 INFO [org.jboss.as.connector.subsystems.datasources] (management-handler-thread - 2) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.cj.jdbc.Driver (version 6.0)
  445. 20:08:19,633 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0018: Started Driver service with driver-name = mysql
  446. Jun 05, 2017 8:08:19 PM org.jboss.as.cli.impl.CommandContextImpl printLine
  447. INFO: {"outcome" => "success"}
  448. {"outcome" => "success"}
  449. 20:08:19,752 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:/datasources/isaDB]
  450. Jun 05, 2017 8:08:19 PM org.jboss.as.cli.impl.CommandContextImpl printLine
  451. INFO: {"outcome" => "success"}
  452. {"outcome" => "success"}
  453. Jun 05, 2017 8:08:19 PM org.jboss.as.cli.impl.CommandContextImpl printLine
  454. INFO: {"outcome" => "success"}
  455. {"outcome" => "success"}
  456. 20:08:20,227 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/milo/IdeaProjects/jjdz3-dmm-software-web_17_final/target/wildfly-run/wildfly-10.1.0.Final/standalone/data/content/40/ebf0d7ffc025352801614c67cefd9ee1957a05/content
  457. 20:08:20,243 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "financial-app.war" (runtime-name: "financial-app.war")
  458. 20:08:22,040 INFO [org.jboss.as.jpa] (MSC service thread 1-7) WFLYJPA0002: Read persistence.xml for default
  459. 20:08:22,175 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 8) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'financial-app.war#default'
  460. 20:08:22,209 INFO [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 8) HHH000204: Processing PersistenceUnitInfo [
  461. name: default
  462. ...]
  463. 20:08:22,283 INFO [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment financial-app.war
  464. 20:08:22,325 INFO [org.hibernate.Version] (ServerService Thread Pool -- 8) HHH000412: Hibernate Core {5.0.10.Final}
  465. 20:08:22,326 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 8) HHH000206: hibernate.properties not found
  466. 20:08:22,328 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 8) HHH000021: Bytecode provider name : javassist
  467. 20:08:22,380 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-8) HV000001: Hibernate Validator 5.2.4.Final
  468. 20:08:22,419 INFO [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 8) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  469. 20:08:22,499 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-8) WFLYEJB0473: JNDI bindings for session bean named 'ModelContainer' in deployment unit 'deployment "financial-app.war"' are as follows:
  470.  
  471. java:global/financial-app/ModelContainer!com.dmmsoft.container.IModelContainerService
  472. java:app/financial-app/ModelContainer!com.dmmsoft.container.IModelContainerService
  473. java:module/ModelContainer!com.dmmsoft.container.IModelContainerService
  474. java:global/financial-app/ModelContainer
  475. java:app/financial-app/ModelContainer
  476. java:module/ModelContainer
  477.  
  478. 20:08:22,732 INFO [org.jboss.weld.Version] (MSC service thread 1-8) WELD-000900: 2.3.5 (Final)
  479. 20:08:22,923 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 8) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'financial-app.war#default'
  480. 20:08:23,081 ERROR [stderr] (ServerService Thread Pool -- 8) Mon Jun 05 20:08:23 CEST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  481. 20:08:23,391 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 8) HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
  482. 20:08:23,431 INFO [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 8) Envers integration enabled? : true
  483. 20:08:23,872 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (ServerService Thread Pool -- 8) HHH000228: Running hbm2ddl schema update
  484. 20:08:23,883 ERROR [stderr] (ServerService Thread Pool -- 8) Mon Jun 05 20:08:23 CEST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  485. 20:08:30,990 INFO [com.dmmsoft.WebAppDeployListener] (ServerService Thread Pool -- 28) Application Deployed. Main Container initialized: CSV files loaded.
  486. 20:08:31,022 INFO [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 28) Initializing Mojarra 2.2.13.SP1 20160303-1204 for context '/financial-app'
  487. 20:08:31,683 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 28) WFLYUT0021: Registered web context: /financial-app
  488. 20:08:31,695 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "financial-app.war" (runtime-name : "financial-app.war")
  489. 20:08:47,356 INFO [com.dmmsoft.security.filters.Login] (default task-1) login filter request path: /financial-app/login
  490. 20:08:47,373 INFO [com.dmmsoft.security.filters.Login] (default task-2) login filter request path: /financial-app/login.jsp
  491. 20:08:47,839 INFO [com.dmmsoft.user.UserLoggerSessionListner] (default task-2) SessionId:vYZlvDnBFoz6kJsi9W_yC_08L0CACbuv5YeU2O6m Created:2017-06-05T18:08:47.838
  492. 20:08:47,903 WARN [com.dmmsoft.user.UserLoggerSessionListner] (default task-4) Not authenticated user session opening attempt! /financial-app
  493. 20:08:47,906 INFO [com.dmmsoft.security.filters.Login] (default task-3) login filter request path: /financial-app/resources/js/bootstrap.js
  494. 20:08:47,906 INFO [com.dmmsoft.security.filters.Login] (default task-5) login filter request path: /financial-app/resources/css/styles.css
  495. 20:08:47,914 INFO [com.dmmsoft.security.filters.Login] (default task-4) login filter request path: /financial-app/resources/css/bootstrap.min.css
  496. 20:08:47,953 WARN [com.dmmsoft.security.filters.Login] (default task-5) Access denied! Not authenticated user request!
  497. 20:08:47,953 WARN [com.dmmsoft.security.filters.Login] (default task-3) Access denied! Not authenticated user request!
  498. 20:08:47,955 WARN [com.dmmsoft.security.filters.Login] (default task-4) Access denied! Not authenticated user request!
  499. 20:08:47,982 INFO [com.dmmsoft.security.filters.Login] (default task-6) login filter request path: /financial-app/resources/css/bootstrap.min.css
  500. 20:08:47,982 WARN [com.dmmsoft.security.filters.Login] (default task-6) Access denied! Not authenticated user request!
  501. 20:08:47,986 INFO [com.dmmsoft.security.filters.Login] (default task-7) login filter request path: /financial-app/resources/css/styles.css
  502. 20:08:47,987 WARN [com.dmmsoft.security.filters.Login] (default task-7) Access denied! Not authenticated user request!
  503. 20:08:48,235 INFO [com.dmmsoft.security.filters.Login] (default task-8) login filter request path: /financial-app/authentication
  504. 20:08:48,683 INFO [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (default task-8) HHH000397: Using ASTQueryTranslatorFactory
  505. 20:08:48,832 INFO [com.dmmsoft.user.UserLoggerSessionListner] (default task-8) User added to session (login):dmmtest441@gmail.com
  506. 20:08:48,833 INFO [com.dmmsoft.security.loginwithgoogle.LoginServletGoogle] (default task-8) UserAuthenticated: Id:1 login:dmmtest441@gmail.com role isAdmin:false
  507. 20:08:48,833 INFO [com.dmmsoft.security.loginwithgoogle.LoginServletGoogle] (default task-8) User view redirection: isAdmin:false
  508. 20:08:48,833 INFO [com.dmmsoft.user.UserMenuServlet] (default task-8) user from session:dmmtest441@gmail.com
  509. 20:08:48,841 INFO [com.dmmsoft.security.filters.Login] (default task-9) login filter request path: /financial-app/auth/userview/usermenu.jsp
  510. 20:08:48,842 INFO [com.dmmsoft.security.filters.UserAuthentication] (default task-9) login filter request path: /financial-app/auth/userview/usermenu.jsp
  511. 20:08:48,842 INFO [com.dmmsoft.security.filters.UserView] (default task-9) login filter request path: /financial-app/auth/userview/usermenu.jsp
  512. 20:08:49,009 INFO [com.dmmsoft.security.filters.UserView] (default task-9) User access verification success. Role isAdmin:false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement