jhipster / generator-jhipster

JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
https://www.jhipster.tech
Apache License 2.0
21.49k stars 4.02k forks source link

Can't start the application with big number of entities (190+) #9203

Closed Lakshamana closed 5 years ago

Lakshamana commented 5 years ago
Overview of the issue

When I start my application (in DEV profile) with sudo docker-compose -f src/main/docker/elasticsearch.yml up -d and mvn it hangs in a few log lines for a while before getting an error message Liquibase could not start correctly, your database is NOT ready: Could not acquire change log lock. Currently locked by 2804:d4b:5c34:4c00:2904:56c4:c2cf:f126%wlp1s0 (2804:d4b:5c34:4c00:2904:56c4:c2cf:f126%wlp1s0) since 2/4/19 5:40 PM

Starting with sudo docker-compose -f src/main/docker/mysql.yml up -d too I get the error (see LOG - it's in one on the further sections)

2019-02-05 23:06:56.493 ERROR 13061 --- [  restartedMain] com.zaxxer.hikari.pool.HikariPool        : Hikari - Exception during pool initialization.

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
Motivation for or Use Case

This is a bug for me 'cause I've been working with JHipster with mysql and elasticsearch in another projects and didn't get such errors before.

Reproduce the error
  1. Created a project: jhipster;
  2. Imported my JDL entities;
  3. Configured my "application-dev.yml" database properties
  4. Ran sudo dockerd in a terminal window;
  5. With another terminal window ran commands listed below:
    • sudo docker-compose -f src/main/docker/mysql.yml up -d;
    • sudo docker-compose -f src/main/docker/elasticsearch.yml up -d;
    • mvn

LOG:

[INFO] Scanning for projects...
[INFO]
[INFO] -----------------------< br.ufpa.labes.spm:spm >------------------------
[INFO] Building Spm 0.0.1-SNAPSHOT
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] >>> spring-boot-maven-plugin:2.0.8.RELEASE:run (default-cli) > test-compile @ spm >>>
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (default-resources) @ spm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 342 resources
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ spm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 342 resources
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ spm ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (pre-unit-tests) @ spm ---
[INFO] argLine set to -javaagent:/home/arjuna/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/arjuna/Documentos/Algoritmos/JHipster/spm/target/test-results/coverage/jacoco/jacoco.exec -Djava.security.egd=file:/dev/./urandom -Xmx256m
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ spm ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 868 source files to /home/arjuna/Documentos/Algoritmos/JHipster/spm/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ spm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ spm ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< spring-boot-maven-plugin:2.0.8.RELEASE:run (default-cli) < test-compile @ spm <<<
[INFO]
[INFO]
[INFO] --- spring-boot-maven-plugin:2.0.8.RELEASE:run (default-cli) @ spm ---
[INFO] Attaching agents: []
The Class-Path manifest attribute in /home/arjuna/.m2/repository/org/liquibase/liquibase-core/3.5.5/liquibase-core-3.5.5.jar referenced one or more files thatdo not exist: file:/home/arjuna/.m2/repository/org/liquibase/liquibase-core/3.5.5/lib/snakeyaml-1.13.jar

        ██╗ ██╗   ██╗ ████████╗ ███████╗   ██████╗ ████████╗ ████████╗ ███████╗
        ██║ ██║   ██║ ╚══██╔══╝ ██╔═══██╗ ██╔════╝ ╚══██╔══╝ ██╔═════╝ ██╔═══██╗
        ██║ ████████║    ██║    ███████╔╝ ╚█████╗     ██║    ██████╗   ███████╔╝
  ██╗   ██║ ██╔═══██║    ██║    ██╔════╝   ╚═══██╗    ██║    ██╔═══╝   ██╔══██║
  ╚██████╔╝ ██║   ██║ ████████╗ ██║       ██████╔╝    ██║    ████████╗ ██║  ╚██╗
   ╚═════╝  ╚═╝   ╚═╝ ╚═══════╝ ╚═╝       ╚═════╝     ╚═╝    ╚═══════╝ ╚═╝   ╚═╝

:: JHipster 🤓  :: Running Spring Boot 2.0.8.RELEASE ::
:: https://www.jhipster.tech ::

2019-02-05 23:32:04.146 DEBUG 15146 --- [  restartedMain] b.u.labes.spm.config.AsyncConfiguration  : Creating Async Task Executor
2019-02-05 23:32:06.359 DEBUG 15146 --- [  restartedMain] c.ehcache.core.Ehcache-usersByLogin      : Initialize successful.
2019-02-05 23:32:06.403 DEBUG 15146 --- [  restartedMain] c.ehcache.core.Ehcache-usersByEmail      : Initialize successful.
2019-02-05 23:32:06.412 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.User       : Initialize successful.
2019-02-05 23:32:06.420 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Authority  : Initialize successful.
2019-02-05 23:32:06.428 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.User.authorities  : Initialize successful.
2019-02-05 23:32:06.437 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Activity   : Initialize successful.
2019-02-05 23:32:06.451 DEBUG 15146 --- [  restartedMain] .c.E.u.l.s.d.A.theModelingActivityEvents : Initialize successful.
2019-02-05 23:32:06.459 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Activity.hasVersions     : Initialize successful.
2019-02-05 23:32:06.469 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Activity.fromSimpleCons  : Initialize successful.
2019-02-05 23:32:06.475 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Activity.toSimpleCons    : Initialize successful.
2019-02-05 23:32:06.481 DEBUG 15146 --- [  restartedMain] .c.E.u.l.s.d.A.theBranchCondToActivities : Initialize successful.
2019-02-05 23:32:06.485 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Activity.toBranches      : Initialize successful.
2019-02-05 23:32:06.501 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Activity.fromJoinCons    : Initialize successful.
2019-02-05 23:32:06.509 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.activityMetrics        : Initialize successful.
2019-02-05 23:32:06.525 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.activityEstimations    : Initialize successful.
2019-02-05 23:32:06.533 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Activity.toJoinCons      : Initialize successful.
2019-02-05 23:32:06.542 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.policiesEnableds       : Initialize successful.
2019-02-05 23:32:06.548 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.fromArtifactCons       : Initialize successful.
2019-02-05 23:32:06.556 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Activity.toArtifactCons  : Initialize successful.
2019-02-05 23:32:06.565 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Activity.fromBranchANDS  : Initialize successful.
2019-02-05 23:32:06.609 DEBUG 15146 --- [  restartedMain] e.c.E.u.l.s.d.A.theActivityInstantiateds : Initialize successful.
2019-02-05 23:32:06.626 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Decomposed    : Initialize successful.
2019-02-05 23:32:06.638 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Plain      : Initialize successful.
2019-02-05 23:32:06.641 DEBUG 15146 --- [  restartedMain] .e.c.E.u.l.s.d.P.theGlobalActivityEvents : Initialize successful.
2019-02-05 23:32:06.659 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Plain.theCatalogEvents   : Initialize successful.
2019-02-05 23:32:06.665 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Ability    : Initialize successful.
2019-02-05 23:32:06.683 DEBUG 15146 --- [  restartedMain] E.u.l.s.d.A.theReqAgentRequiresAbilities : Initialize successful.
2019-02-05 23:32:06.691 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theAgentHasAbilities   : Initialize successful.
2019-02-05 23:32:06.697 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theRoleNeedsAbilities  : Initialize successful.
2019-02-05 23:32:06.719 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theAbilityPolParams    : Initialize successful.
2019-02-05 23:32:06.733 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Agent      : Initialize successful.
2019-02-05 23:32:06.752 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Agent.delegates   : Initialize successful.
2019-02-05 23:32:06.759 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Agent.isDelegatedFors    : Initialize successful.
2019-02-05 23:32:06.779 DEBUG 15146 --- [  restartedMain] .c.E.u.l.s.d.A.theModelingActivityEvents : Initialize successful.
2019-02-05 23:32:06.783 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.Agent.theReqAgents  : Initialize successful.
2019-02-05 23:32:06.791 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Agent.theAgentMetrics    : Initialize successful.
2019-02-05 23:32:06.797 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theAgentEstimations    : Initialize successful.
2019-02-05 23:32:06.800 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theManagedOrgUnits     : Initialize successful.
2019-02-05 23:32:06.803 DEBUG 15146 --- [  restartedMain] .c.E.u.l.s.d.A.theInsertedKnowledgeItens : Initialize successful.
2019-02-05 23:32:06.806 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Agent.theEvaluations     : Initialize successful.
2019-02-05 23:32:06.811 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theUsedKnowledgeItens  : Initialize successful.
2019-02-05 23:32:06.817 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.staticPoliciesEnableds : Initialize successful.
2019-02-05 23:32:06.826 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.Agent.theProcesses  : Initialize successful.
2019-02-05 23:32:06.830 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Agent.theWorkGroups      : Initialize successful.
2019-02-05 23:32:06.833 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.Agent.theOrgUnits   : Initialize successful.
2019-02-05 23:32:06.836 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Agent.theKMPlans  : Initialize successful.
2019-02-05 23:32:06.839 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.fromAgentAffinities    : Initialize successful.
2019-02-05 23:32:06.848 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Agent.toAgentAffinities  : Initialize successful.
2019-02-05 23:32:06.856 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theAgentHasAbilities   : Initialize successful.
2019-02-05 23:32:06.859 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theAgentPlaysRoles     : Initialize successful.
2019-02-05 23:32:06.863 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theOutOfWorkPeriods    : Initialize successful.
2019-02-05 23:32:06.872 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Agent.theAgentInstSugs   : Initialize successful.
2019-02-05 23:32:06.876 DEBUG 15146 --- [  restartedMain] u.l.s.d.A.theAgentInstSuggestionToAgents : Initialize successful.
2019-02-05 23:32:06.880 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theAgentWorkingLoads   : Initialize successful.
2019-02-05 23:32:06.889 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.Agent.theChatLogs   : Initialize successful.
2019-02-05 23:32:06.891 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.AgentAffinityAgent  : Initialize successful.
2019-02-05 23:32:06.898 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.AgentHasAbility   : Initialize successful.
2019-02-05 23:32:06.901 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.AgentPlaysRole    : Initialize successful.
2019-02-05 23:32:06.903 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.EmailConfiguration  : Initialize successful.
2019-02-05 23:32:06.908 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.E.theProcesses           : Initialize successful.
2019-02-05 23:32:06.913 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.E.theManagers            : Initialize successful.
2019-02-05 23:32:06.917 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.WorkGroup  : Initialize successful.
2019-02-05 23:32:06.921 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.W.theReqWorkGroups       : Initialize successful.
2019-02-05 23:32:06.934 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.W.theWorkGroupMetrics    : Initialize successful.
2019-02-05 23:32:06.937 DEBUG 15146 --- [  restartedMain] .e.c.E.u.l.s.d.W.theWorkGroupEstimations : Initialize successful.
2019-02-05 23:32:06.947 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.WorkGroup.subWorkGroups  : Initialize successful.
2019-02-05 23:32:06.952 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.W.sugToChosenWorkGroups  : Initialize successful.
2019-02-05 23:32:06.957 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.WorkGroup.theAgents      : Initialize successful.
2019-02-05 23:32:06.959 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.W.theWorkGroupInstSugs   : Initialize successful.
2019-02-05 23:32:06.964 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.OutOfWorkPeriod   : Initialize successful.
2019-02-05 23:32:06.967 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Role       : Initialize successful.
2019-02-05 23:32:06.971 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.Role.theReqAgents   : Initialize successful.
2019-02-05 23:32:06.975 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Role.theAgentPlaysRoles  : Initialize successful.
2019-02-05 23:32:06.979 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Role.theRoles     : Initialize successful.
2019-02-05 23:32:06.981 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theRoleNeedsAbilities  : Initialize successful.
2019-02-05 23:32:06.986 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Role.theAgentInstSugs    : Initialize successful.
2019-02-05 23:32:06.990 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.Role.theInstAgents  : Initialize successful.
2019-02-05 23:32:06.992 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.RoleNeedsAbility  : Initialize successful.
2019-02-05 23:32:06.994 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Artifact   : Initialize successful.
2019-02-05 23:32:06.997 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theInvolvedArtifacts   : Initialize successful.
2019-02-05 23:32:07.000 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theArtifactParams      : Initialize successful.
2019-02-05 23:32:07.003 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Artifact.theAutomatics   : Initialize successful.
2019-02-05 23:32:07.006 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theArtifactMetrics     : Initialize successful.
2019-02-05 23:32:07.010 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theArtifactEstimations : Initialize successful.
2019-02-05 23:32:07.013 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theVCSRepositories     : Initialize successful.
2019-02-05 23:32:07.015 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.staticPoliciesEnableds : Initialize successful.
2019-02-05 23:32:07.019 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.Artifact.possesses  : Initialize successful.
2019-02-05 23:32:07.023 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theArtifactTasks       : Initialize successful.
2019-02-05 23:32:07.026 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theArtifactCons        : Initialize successful.
2019-02-05 23:32:07.028 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ArtifactTask  : Initialize successful.
2019-02-05 23:32:07.031 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Asset      : Initialize successful.
2019-02-05 23:32:07.038 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.Asset.authorStats   : Initialize successful.
2019-02-05 23:32:07.040 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Asset.tagStats    : Initialize successful.
2019-02-05 23:32:07.045 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Asset.lessonsLearneds    : Initialize successful.
2019-02-05 23:32:07.049 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Asset.relatedAssets      : Initialize successful.
2019-02-05 23:32:07.052 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Asset.relatedByAssets    : Initialize successful.
2019-02-05 23:32:07.055 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Asset.comments    : Initialize successful.
2019-02-05 23:32:07.057 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Asset.favoritedBies      : Initialize successful.
2019-02-05 23:32:07.058 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Asset.followers   : Initialize successful.
2019-02-05 23:32:07.062 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Asset.collaborators      : Initialize successful.
2019-02-05 23:32:07.064 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.AssetRelationship   : Initialize successful.
2019-02-05 23:32:07.067 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.AssetStat  : Initialize successful.
2019-02-05 23:32:07.071 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.AuthorStat    : Initialize successful.
2019-02-05 23:32:07.076 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.LessonLearned     : Initialize successful.
2019-02-05 23:32:07.079 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Message    : Initialize successful.
2019-02-05 23:32:07.081 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.RelationshipKind  : Initialize successful.
2019-02-05 23:32:07.088 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theAssetRelationships  : Initialize successful.
2019-02-05 23:32:07.096 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Tag        : Initialize successful.
2019-02-05 23:32:07.098 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Tag.theTagStats   : Initialize successful.
2019-02-05 23:32:07.103 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.TagStat    : Initialize successful.
2019-02-05 23:32:07.110 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.CalendarDay   : Initialize successful.
2019-02-05 23:32:07.113 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Calendar   : Initialize successful.
2019-02-05 23:32:07.115 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Calendar.notWorkingDays  : Initialize successful.
2019-02-05 23:32:07.123 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.Calendar.projects   : Initialize successful.
2019-02-05 23:32:07.129 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ChatMessage   : Initialize successful.
2019-02-05 23:32:07.137 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.SpmConfiguration  : Initialize successful.
2019-02-05 23:32:07.139 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ArtifactCon   : Initialize successful.
2019-02-05 23:32:07.142 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.toMultipleCons         : Initialize successful.
2019-02-05 23:32:07.145 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.toActivities           : Initialize successful.
2019-02-05 23:32:07.147 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.fromActivities         : Initialize successful.
2019-02-05 23:32:07.149 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Branch     : Initialize successful.
2019-02-05 23:32:07.153 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.BranchAND  : Initialize successful.
2019-02-05 23:32:07.157 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.B.toMultipleConnections  : Initialize successful.
2019-02-05 23:32:07.161 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.B.fromActivities         : Initialize successful.
2019-02-05 23:32:07.164 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.BranchCond    : Initialize successful.
2019-02-05 23:32:07.180 DEBUG 15146 --- [  restartedMain] .c.E.u.l.s.d.B.theBranchCondToActivities : Initialize successful.
2019-02-05 23:32:07.187 DEBUG 15146 --- [  restartedMain] .E.u.l.s.d.B.theBranchCondToMultipleCons : Initialize successful.
2019-02-05 23:32:07.204 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.BranchCondToActivity     : Initialize successful.
2019-02-05 23:32:07.211 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.BranchCondToMultipleCon  : Initialize successful.
2019-02-05 23:32:07.214 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Connection    : Initialize successful.
2019-02-05 23:32:07.217 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Dependency    : Initialize successful.
2019-02-05 23:32:07.220 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.D.theMultipleCons        : Initialize successful.
2019-02-05 23:32:07.225 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Dependency.theSequences  : Initialize successful.
2019-02-05 23:32:07.231 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Feedback   : Initialize successful.
2019-02-05 23:32:07.234 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.JoinCon    : Initialize successful.
2019-02-05 23:32:07.241 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.J.fromMultipleCons       : Initialize successful.
2019-02-05 23:32:07.245 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.JoinCon.fromActivities   : Initialize successful.
2019-02-05 23:32:07.247 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.MultipleCon   : Initialize successful.
2019-02-05 23:32:07.250 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.MultipleCon.theBranches  : Initialize successful.
2019-02-05 23:32:07.253 DEBUG 15146 --- [  restartedMain] .E.u.l.s.d.M.theBranchCondToMultipleCons : Initialize successful.
2019-02-05 23:32:07.257 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.M.theArtifactCons        : Initialize successful.
2019-02-05 23:32:07.259 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.M.theBranchANDS          : Initialize successful.
2019-02-05 23:32:07.262 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.MultipleCon.theJoinCons  : Initialize successful.
2019-02-05 23:32:07.264 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Sequence   : Initialize successful.
2019-02-05 23:32:07.266 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.SimpleCon  : Initialize successful.
2019-02-05 23:32:07.268 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Driver     : Initialize successful.
2019-02-05 23:32:07.273 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Email      : Initialize successful.
2019-02-05 23:32:07.276 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.HelpTopic  : Initialize successful.
2019-02-05 23:32:07.278 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.HelpTopic.theHelpTopics  : Initialize successful.
2019-02-05 23:32:07.281 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Attachment    : Initialize successful.
2019-02-05 23:32:07.284 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Evaluation    : Initialize successful.
2019-02-05 23:32:07.287 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.E.theEvaluationAnswers   : Initialize successful.
2019-02-05 23:32:07.290 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.EvaluationAnswer  : Initialize successful.
2019-02-05 23:32:07.293 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.KMPlan     : Initialize successful.
2019-02-05 23:32:07.297 DEBUG 15146 --- [  restartedMain] E.u.l.s.d.K.theSpreadKnowledgeStructures : Initialize successful.
2019-02-05 23:32:07.299 DEBUG 15146 --- [  restartedMain] .s.d.K.theAcquisitionKnowledgeStructures : Initialize successful.
2019-02-05 23:32:07.303 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theKnowledgeMilestones : Initialize successful.
2019-02-05 23:32:07.306 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.KMPlan.theAgents  : Initialize successful.
2019-02-05 23:32:07.308 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.KnowledgeAttribute  : Initialize successful.
2019-02-05 23:32:07.309 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.K.itemsLists             : Initialize successful.
2019-02-05 23:32:07.311 DEBUG 15146 --- [  restartedMain] u.l.s.d.K.theKnowledgeAttributePositions : Initialize successful.
2019-02-05 23:32:07.313 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theKnowledgeValues     : Initialize successful.
2019-02-05 23:32:07.316 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.KnowledgeAttributeItem   : Initialize successful.
2019-02-05 23:32:07.319 DEBUG 15146 --- [  restartedMain] e.c.E.u.l.s.d.KnowledgeAttributePosition : Initialize successful.
2019-02-05 23:32:07.322 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.KnowledgeItem     : Initialize successful.
2019-02-05 23:32:07.325 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theAttachments         : Initialize successful.
2019-02-05 23:32:07.327 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theEvaluations         : Initialize successful.
2019-02-05 23:32:07.329 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theKnowledgeItems      : Initialize successful.
2019-02-05 23:32:07.331 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theKnowledgeValues     : Initialize successful.
2019-02-05 23:32:07.333 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theUtilityEvaluations  : Initialize successful.
2019-02-05 23:32:07.337 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.KnowledgeMaintenance     : Initialize successful.
2019-02-05 23:32:07.340 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theKnowledgeStructures : Initialize successful.
2019-02-05 23:32:07.343 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.KnowledgeMilestone  : Initialize successful.
2019-02-05 23:32:07.345 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.KnowledgeQuestion   : Initialize successful.
2019-02-05 23:32:07.347 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.K.answersLists           : Initialize successful.
2019-02-05 23:32:07.350 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theEvaluationAnswers   : Initialize successful.
2019-02-05 23:32:07.351 DEBUG 15146 --- [  restartedMain] .u.l.s.d.K.theKnowledgeQuestionPositions : Initialize successful.
2019-02-05 23:32:07.353 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.KnowledgeQuestionAnswer  : Initialize successful.
2019-02-05 23:32:07.356 DEBUG 15146 --- [  restartedMain] .e.c.E.u.l.s.d.KnowledgeQuestionPosition : Initialize successful.
2019-02-05 23:32:07.358 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.KnowledgeStructure  : Initialize successful.
2019-02-05 23:32:07.360 DEBUG 15146 --- [  restartedMain] u.l.s.d.K.theKnowledgeAttributePositions : Initialize successful.
2019-02-05 23:32:07.363 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theKnowledgeItems      : Initialize successful.
2019-02-05 23:32:07.366 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theKnowledgeMilestones : Initialize successful.
2019-02-05 23:32:07.368 DEBUG 15146 --- [  restartedMain] .u.l.s.d.K.theKnowledgeQuestionPositions : Initialize successful.
2019-02-05 23:32:07.370 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theSpreadKMPlans       : Initialize successful.
2019-02-05 23:32:07.372 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theAcquisitionKMPlans  : Initialize successful.
2019-02-05 23:32:07.375 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.KnowledgeValue    : Initialize successful.
2019-02-05 23:32:07.378 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.UtilityEvaluation   : Initialize successful.
2019-02-05 23:32:07.380 DEBUG 15146 --- [  restartedMain] .e.c.E.u.l.s.d.WebAPSEEObjectToKnowledge : Initialize successful.
2019-02-05 23:32:07.382 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.W.theKnowledgeItems      : Initialize successful.
2019-02-05 23:32:07.393 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.AgendaEvent   : Initialize successful.
2019-02-05 23:32:07.401 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.CatalogEvent  : Initialize successful.
2019-02-05 23:32:07.403 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.C.theAgendaEvents        : Initialize successful.
2019-02-05 23:32:07.405 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.ChatLog    : Initialize successful.
2019-02-05 23:32:07.407 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.C.involvedAgentsInChats  : Initialize successful.
2019-02-05 23:32:07.409 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ConnectionEvent   : Initialize successful.
2019-02-05 23:32:07.412 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.C.theCatalogEvents       : Initialize successful.
2019-02-05 23:32:07.414 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Event      : Initialize successful.
2019-02-05 23:32:07.420 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.GlobalActivityEvent      : Initialize successful.
2019-02-05 23:32:07.428 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.G.theCatalogEvents       : Initialize successful.
2019-02-05 23:32:07.430 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.SpmLog     : Initialize successful.
2019-02-05 23:32:07.433 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.SpmLog.theEvents  : Initialize successful.
2019-02-05 23:32:07.435 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.ModelingActivityEvent    : Initialize successful.
2019-02-05 23:32:07.437 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.M.theCatalogEvents       : Initialize successful.
2019-02-05 23:32:07.439 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ProcessEvent  : Initialize successful.
2019-02-05 23:32:07.441 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theCatalogEvents       : Initialize successful.
2019-02-05 23:32:07.443 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.ProcessModelEvent   : Initialize successful.
2019-02-05 23:32:07.446 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theCatalogEvents       : Initialize successful.
2019-02-05 23:32:07.448 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ResourceEvent     : Initialize successful.
2019-02-05 23:32:07.452 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.ResourceEvent.theAgents  : Initialize successful.
2019-02-05 23:32:07.456 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theCatalogEvents       : Initialize successful.
2019-02-05 23:32:07.458 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Company    : Initialize successful.
2019-02-05 23:32:07.460 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.C.organizationMetrics    : Initialize successful.
2019-02-05 23:32:07.464 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Company.policyEnableds   : Initialize successful.
2019-02-05 23:32:07.467 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.Company.theDrivers  : Initialize successful.
2019-02-05 23:32:07.469 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Company.theCompanyUnits  : Initialize successful.
2019-02-05 23:32:07.472 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.C.theDevelopingSystems   : Initialize successful.
2019-02-05 23:32:07.474 DEBUG 15146 --- [  restartedMain] c.E.u.l.s.d.C.theOrganizationEstimations : Initialize successful.
2019-02-05 23:32:07.475 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.CompanyUnit   : Initialize successful.
2019-02-05 23:32:07.477 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.C.theCompanyUnits        : Initialize successful.
2019-02-05 23:32:07.479 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.CompanyUnit.theAgents    : Initialize successful.
2019-02-05 23:32:07.481 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Node       : Initialize successful.
2019-02-05 23:32:07.483 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Node.children     : Initialize successful.
2019-02-05 23:32:07.487 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.Node.theStructures  : Initialize successful.
2019-02-05 23:32:07.490 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Project    : Initialize successful.
2019-02-05 23:32:07.492 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Project.finalArtifacts   : Initialize successful.
2019-02-05 23:32:07.494 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.Project.theKMPlans  : Initialize successful.
2019-02-05 23:32:07.496 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.VCSRepository     : Initialize successful.
2019-02-05 23:32:07.498 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Structure  : Initialize successful.
2019-02-05 23:32:07.501 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.S.theVCSRepositories     : Initialize successful.
2019-02-05 23:32:07.503 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.DevelopingSystem  : Initialize successful.
2019-02-05 23:32:07.507 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.D.theProjects            : Initialize successful.
2019-02-05 23:32:07.510 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Author     : Initialize successful.
2019-02-05 23:32:07.512 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Author.authorsFolloweds  : Initialize successful.
2019-02-05 23:32:07.514 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Author.theAssets  : Initialize successful.
2019-02-05 23:32:07.517 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Author.theAuthorStats    : Initialize successful.
2019-02-05 23:32:07.520 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theLessonLearneds      : Initialize successful.
2019-02-05 23:32:07.523 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Author.sentMessages      : Initialize successful.
2019-02-05 23:32:07.525 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Author.receivedMessages  : Initialize successful.
2019-02-05 23:32:07.527 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Author.favorites  : Initialize successful.
2019-02-05 23:32:07.529 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Author.assetsFolloweds   : Initialize successful.
2019-02-05 23:32:07.530 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.collaborateOnAssets    : Initialize successful.
2019-02-05 23:32:07.532 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.Author.theAuthors   : Initialize successful.
2019-02-05 23:32:07.534 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Organization  : Initialize successful.
2019-02-05 23:32:07.537 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Person     : Initialize successful.
2019-02-05 23:32:07.539 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ArtifactParam     : Initialize successful.
2019-02-05 23:32:07.542 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Automatic  : Initialize successful.
2019-02-05 23:32:07.545 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Automatic.theParameters  : Initialize successful.
2019-02-05 23:32:07.546 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.EnactionDescription      : Initialize successful.
2019-02-05 23:32:07.548 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.InvolvedArtifact  : Initialize successful.
2019-02-05 23:32:07.553 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Normal     : Initialize successful.
2019-02-05 23:32:07.558 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Normal.theTasks   : Initialize successful.
2019-02-05 23:32:07.561 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Normal.theReservations   : Initialize successful.
2019-02-05 23:32:07.566 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.N.theKnowledgeMilestones : Initialize successful.
2019-02-05 23:32:07.571 DEBUG 15146 --- [  restartedMain] E.u.l.s.d.N.theInvolvedArtifactToNormals : Initialize successful.
2019-02-05 23:32:07.574 DEBUG 15146 --- [  restartedMain] .l.s.d.N.theInvolvedArtifactsFromNormals : Initialize successful.
2019-02-05 23:32:07.576 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.N.theRequiredPeople      : Initialize successful.
2019-02-05 23:32:07.579 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.N.theRequiredResources   : Initialize successful.
2019-02-05 23:32:07.581 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Parameter  : Initialize successful.
2019-02-05 23:32:07.583 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.PrimitiveParam    : Initialize successful.
2019-02-05 23:32:07.586 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.ReqAgent   : Initialize successful.
2019-02-05 23:32:07.587 DEBUG 15146 --- [  restartedMain] E.u.l.s.d.R.theReqAgentRequiresAbilities : Initialize successful.
2019-02-05 23:32:07.589 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.ReqAgentRequiresAbility  : Initialize successful.
2019-02-05 23:32:07.591 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ReqWorkGroup  : Initialize successful.
2019-02-05 23:32:07.594 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.RequiredPeople    : Initialize successful.
2019-02-05 23:32:07.596 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.RequiredResource  : Initialize successful.
2019-02-05 23:32:07.598 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.ActivityInstantiated     : Initialize successful.
2019-02-05 23:32:07.600 DEBUG 15146 --- [  restartedMain] c.E.u.l.s.d.A.theInstatiationSuggestions : Initialize successful.
2019-02-05 23:32:07.603 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.AgentInstSug  : Initialize successful.
2019-02-05 23:32:07.607 DEBUG 15146 --- [  restartedMain] u.l.s.d.A.theAgentInstSuggestionToAgents : Initialize successful.
2019-02-05 23:32:07.609 DEBUG 15146 --- [  restartedMain] e.c.E.u.l.s.d.AgentInstSuggestionToAgent : Initialize successful.
2019-02-05 23:32:07.611 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.AgentWorkingLoad  : Initialize successful.
2019-02-05 23:32:07.613 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.WorkGroupInstSug  : Initialize successful.
2019-02-05 23:32:07.614 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.W.workGroupSuggesteds    : Initialize successful.
2019-02-05 23:32:07.617 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.InstantiationPolicyLog   : Initialize successful.
2019-02-05 23:32:07.620 DEBUG 15146 --- [  restartedMain] e.c.E.u.l.s.d.I.theActivityInstantiateds : Initialize successful.
2019-02-05 23:32:07.622 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.InstatiationSuggestion   : Initialize successful.
2019-02-05 23:32:07.623 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.PeopleInstSug     : Initialize successful.
2019-02-05 23:32:07.625 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ResourceInstSug   : Initialize successful.
2019-02-05 23:32:07.626 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.R.suggestedResources     : Initialize successful.
2019-02-05 23:32:07.628 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.ResourcePossibleUse      : Initialize successful.
2019-02-05 23:32:07.630 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.AbilityPolParam   : Initialize successful.
2019-02-05 23:32:07.631 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.InstAgent  : Initialize successful.
2019-02-05 23:32:07.633 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.I.theAgentInstSugs       : Initialize successful.
2019-02-05 23:32:07.635 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.InstantiationPolicy      : Initialize successful.
2019-02-05 23:32:07.638 DEBUG 15146 --- [  restartedMain] .c.E.u.l.s.d.I.thePolRestrictionCriteria : Initialize successful.
2019-02-05 23:32:07.641 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.InstWorkGroup     : Initialize successful.
2019-02-05 23:32:07.643 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.InstPeople    : Initialize successful.
2019-02-05 23:32:07.644 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.InstResource  : Initialize successful.
2019-02-05 23:32:07.645 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.MetricPolParam    : Initialize successful.
2019-02-05 23:32:07.646 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolCriteria   : Initialize successful.
2019-02-05 23:32:07.648 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolParameters       : Initialize successful.
2019-02-05 23:32:07.649 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Policy     : Initialize successful.
2019-02-05 23:32:07.651 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Policy.theActivities     : Initialize successful.
2019-02-05 23:32:07.654 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Policy.theCompanies      : Initialize successful.
2019-02-05 23:32:07.656 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Policy.theProcessModels  : Initialize successful.
2019-02-05 23:32:07.658 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.PolOrderCriteria  : Initialize successful.
2019-02-05 23:32:07.661 DEBUG 15146 --- [  restartedMain] e.c.E.u.l.s.d.P.theInstantiationPolicies : Initialize successful.
2019-02-05 23:32:07.663 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolParameter  : Initialize successful.
2019-02-05 23:32:07.666 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.PolRestrictionCriteria   : Initialize successful.
2019-02-05 23:32:07.667 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.PrimitivePolParam   : Initialize successful.
2019-02-05 23:32:07.669 DEBUG 15146 --- [  restartedMain] e.c.E.u.l.s.d.RelationalOperatorPolParam : Initialize successful.
2019-02-05 23:32:07.671 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.TypePolParam  : Initialize successful.
2019-02-05 23:32:07.673 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.PolAssociation    : Initialize successful.
2019-02-05 23:32:07.675 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolOperands         : Initialize successful.
2019-02-05 23:32:07.678 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolCondition  : Initialize successful.
2019-02-05 23:32:07.681 DEBUG 15146 --- [  restartedMain] .c.E.u.l.s.d.P.theBranchCondToActivities : Initialize successful.
2019-02-05 23:32:07.683 DEBUG 15146 --- [  restartedMain] .E.u.l.s.d.P.theBranchCondToMultipleCons : Initialize successful.
2019-02-05 23:32:07.686 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theFeedbacks           : Initialize successful.
2019-02-05 23:32:07.691 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theNormalPreConds      : Initialize successful.
2019-02-05 23:32:07.693 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theNormalPosConds      : Initialize successful.
2019-02-05 23:32:07.697 DEBUG 15146 --- [  restartedMain] e.c.E.u.l.s.d.P.theInstantiationPolicies : Initialize successful.
2019-02-05 23:32:07.699 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.PolConnection     : Initialize successful.
2019-02-05 23:32:07.701 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.PolExpression     : Initialize successful.
2019-02-05 23:32:07.703 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolConditions       : Initialize successful.
2019-02-05 23:32:07.705 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolConnections      : Initialize successful.
2019-02-05 23:32:07.707 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolInterface  : Initialize successful.
2019-02-05 23:32:07.709 DEBUG 15146 --- [  restartedMain] e.c.E.u.l.s.d.P.theInstantiationPolicies : Initialize successful.
2019-02-05 23:32:07.712 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolObjectInterfaces : Initialize successful.
2019-02-05 23:32:07.719 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theStaticPolicies      : Initialize successful.
2019-02-05 23:32:07.725 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.PolMethodOperator   : Initialize successful.
2019-02-05 23:32:07.727 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolRequiredOperands : Initialize successful.
2019-02-05 23:32:07.730 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.PolObject  : Initialize successful.
2019-02-05 23:32:07.732 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolOperands         : Initialize successful.
2019-02-05 23:32:07.735 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.PolObjectInterface  : Initialize successful.
2019-02-05 23:32:07.737 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolObjValue   : Initialize successful.
2019-02-05 23:32:07.739 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolOperand    : Initialize successful.
2019-02-05 23:32:07.741 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolExpressions      : Initialize successful.
2019-02-05 23:32:07.742 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolRelations        : Initialize successful.
2019-02-05 23:32:07.745 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolRequiredOperands : Initialize successful.
2019-02-05 23:32:07.747 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolOperator   : Initialize successful.
2019-02-05 23:32:07.749 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolOperands         : Initialize successful.
2019-02-05 23:32:07.752 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolRelation   : Initialize successful.
2019-02-05 23:32:07.756 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolExpressions      : Initialize successful.
2019-02-05 23:32:07.758 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.PolRequiredOperand  : Initialize successful.
2019-02-05 23:32:07.760 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.PolReservedWordOperator  : Initialize successful.
2019-02-05 23:32:07.762 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.StaticPolicy  : Initialize successful.
2019-02-05 23:32:07.764 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.S.enablingProperties     : Initialize successful.
2019-02-05 23:32:07.765 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.StaticPolicy.properties  : Initialize successful.
2019-02-05 23:32:07.768 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.StaticPolicy.theAgents   : Initialize successful.
2019-02-05 23:32:07.769 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.S.theArtifacts           : Initialize successful.
2019-02-05 23:32:07.771 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.S.theResources           : Initialize successful.
2019-02-05 23:32:07.773 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.ActivityEstimation  : Initialize successful.
2019-02-05 23:32:07.775 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ActivityMetric    : Initialize successful.
2019-02-05 23:32:07.778 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.AgentEstimation   : Initialize successful.
2019-02-05 23:32:07.780 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.AgentMetric   : Initialize successful.
2019-02-05 23:32:07.782 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.ArtifactEstimation  : Initialize successful.
2019-02-05 23:32:07.784 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ArtifactMetric    : Initialize successful.
2019-02-05 23:32:07.786 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Estimation    : Initialize successful.
2019-02-05 23:32:07.788 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.WorkGroupEstimation      : Initialize successful.
2019-02-05 23:32:07.790 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.WorkGroupMetric   : Initialize successful.
2019-02-05 23:32:07.792 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Metric     : Initialize successful.
2019-02-05 23:32:07.794 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.MetricDefinitionUnit     : Initialize successful.
2019-02-05 23:32:07.796 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.MetricDefinition  : Initialize successful.
2019-02-05 23:32:07.798 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.MetricDefinition.units   : Initialize successful.
2019-02-05 23:32:07.799 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.M.theMetricPolParams     : Initialize successful.
2019-02-05 23:32:07.803 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.M.theEstimations         : Initialize successful.
2019-02-05 23:32:07.806 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.M.theMetrics             : Initialize successful.
2019-02-05 23:32:07.810 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.OrganizationEstimation   : Initialize successful.
2019-02-05 23:32:07.812 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.OrganizationMetric  : Initialize successful.
2019-02-05 23:32:07.815 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.ProcessEstimation   : Initialize successful.
2019-02-05 23:32:07.817 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ProcessMetric     : Initialize successful.
2019-02-05 23:32:07.819 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.ResourceEstimation  : Initialize successful.
2019-02-05 23:32:07.821 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ResourceMetric    : Initialize successful.
2019-02-05 23:32:07.823 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.GraphicCoordinate   : Initialize successful.
2019-02-05 23:32:07.824 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.WebAPSEEObject    : Initialize successful.
2019-02-05 23:32:07.826 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Description   : Initialize successful.
2019-02-05 23:32:07.828 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Process    : Initialize successful.
2019-02-05 23:32:07.829 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theProcessAgendas      : Initialize successful.
2019-02-05 23:32:07.830 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theProcessEvents       : Initialize successful.
2019-02-05 23:32:07.833 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Process.theProjects      : Initialize successful.
2019-02-05 23:32:07.837 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theProcessEstimations  : Initialize successful.
2019-02-05 23:32:07.844 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theProcessMetrics      : Initialize successful.
2019-02-05 23:32:07.847 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.Process.theAgents   : Initialize successful.
2019-02-05 23:32:07.848 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ProcessModel  : Initialize successful.
2019-02-05 23:32:07.850 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.policiesEnableds       : Initialize successful.
2019-02-05 23:32:07.854 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theActivities          : Initialize successful.
2019-02-05 23:32:07.857 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theDecomposeds         : Initialize successful.
2019-02-05 23:32:07.859 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theConnections         : Initialize successful.
2019-02-05 23:32:07.860 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theProcessModelEvents  : Initialize successful.
2019-02-05 23:32:07.862 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Template   : Initialize successful.
2019-02-05 23:32:07.864 DEBUG 15146 --- [  restartedMain] u.l.s.d.T.theOriginalVersionDescriptions : Initialize successful.
2019-02-05 23:32:07.867 DEBUG 15146 --- [  restartedMain] .u.l.s.d.T.theDerivedVersionDescriptions : Initialize successful.
2019-02-05 23:32:07.877 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.T.theProcessModels       : Initialize successful.
2019-02-05 23:32:07.880 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Consumable    : Initialize successful.
2019-02-05 23:32:07.882 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Exclusive  : Initialize successful.
2019-02-05 23:32:07.884 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.E.theReservations        : Initialize successful.
2019-02-05 23:32:07.889 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Reservation   : Initialize successful.
2019-02-05 23:32:07.891 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Shareable  : Initialize successful.
2019-02-05 23:32:07.893 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Resource   : Initialize successful.
2019-02-05 23:32:07.895 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.R.staticPoliciesEnableds : Initialize successful.
2019-02-05 23:32:07.897 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theResourceEvents      : Initialize successful.
2019-02-05 23:32:07.898 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theRequiredResources   : Initialize successful.
2019-02-05 23:32:07.900 DEBUG 15146 --- [  restartedMain] .e.c.E.u.l.s.d.R.theResourcePossibleUses : Initialize successful.
2019-02-05 23:32:07.902 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theResourceEstimations : Initialize successful.
2019-02-05 23:32:07.905 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theResourceMetrics     : Initialize successful.
2019-02-05 23:32:07.907 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Resource.theResources    : Initialize successful.
2019-02-05 23:32:07.909 DEBUG 15146 --- [  restartedMain] e.c.E.u.l.s.d.R.instantiationSuggestions : Initialize successful.
2019-02-05 23:32:07.910 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Credential    : Initialize successful.
2019-02-05 23:32:07.911 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.LogEntry   : Initialize successful.
2019-02-05 23:32:07.914 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Ocurrence  : Initialize successful.
2019-02-05 23:32:07.917 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ProcessAgenda     : Initialize successful.
2019-02-05 23:32:07.919 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.ProcessAgenda.theTasks   : Initialize successful.
2019-02-05 23:32:07.920 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Task       : Initialize successful.
2019-02-05 23:32:07.921 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Task.theArtifactTasks    : Initialize successful.
2019-02-05 23:32:07.923 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Task.theAgendaEvents     : Initialize successful.
2019-02-05 23:32:07.924 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.Task.theOcurrences  : Initialize successful.
2019-02-05 23:32:07.926 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.TaskAgenda    : Initialize successful.
2019-02-05 23:32:07.928 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.T.theProcessAgenda       : Initialize successful.
2019-02-05 23:32:07.930 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ClassMethodCall   : Initialize successful.
2019-02-05 23:32:07.932 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.PrimitiveType     : Initialize successful.
2019-02-05 23:32:07.936 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theToolParameters      : Initialize successful.
2019-02-05 23:32:07.939 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Script     : Initialize successful.
2019-02-05 23:32:07.941 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Subroutine    : Initialize successful.
2019-02-05 23:32:07.943 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.S.theToolParameters      : Initialize successful.
2019-02-05 23:32:07.945 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ToolDefinition    : Initialize successful.
2019-02-05 23:32:07.947 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.T.theArtifactTypes       : Initialize successful.
2019-02-05 23:32:07.948 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ToolParameter     : Initialize successful.
2019-02-05 23:32:07.950 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.AbilityType   : Initialize successful.
2019-02-05 23:32:07.952 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theAbilities           : Initialize successful.
2019-02-05 23:32:07.954 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ActivityType  : Initialize successful.
2019-02-05 23:32:07.957 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theActivities          : Initialize successful.
2019-02-05 23:32:07.959 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theProcesses           : Initialize successful.
2019-02-05 23:32:07.962 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ArtifactType  : Initialize successful.
2019-02-05 23:32:07.964 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theArtifacts           : Initialize successful.
2019-02-05 23:32:07.966 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theArtifactCons        : Initialize successful.
2019-02-05 23:32:07.969 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theInvolvedArtifacts   : Initialize successful.
2019-02-05 23:32:07.973 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theSubroutines         : Initialize successful.
2019-02-05 23:32:07.974 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theToolParameters      : Initialize successful.
2019-02-05 23:32:07.976 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theToolDefinitions     : Initialize successful.
2019-02-05 23:32:07.978 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ConnectionType    : Initialize successful.
2019-02-05 23:32:07.980 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.C.theConnections         : Initialize successful.
2019-02-05 23:32:07.981 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.EventType  : Initialize successful.
2019-02-05 23:32:07.983 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.EventType.theEvents      : Initialize successful.
2019-02-05 23:32:07.985 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.WorkGroupType     : Initialize successful.
2019-02-05 23:32:07.987 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.W.theWorkGroups          : Initialize successful.
2019-02-05 23:32:07.988 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.W.theReqWorkGroups       : Initialize successful.
2019-02-05 23:32:07.990 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.W.sugToReqWorkGroups     : Initialize successful.
2019-02-05 23:32:07.992 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.W.theInstWorkGroups      : Initialize successful.
2019-02-05 23:32:07.995 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.KnowledgeType     : Initialize successful.
2019-02-05 23:32:07.998 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theKnowledgeItems      : Initialize successful.
2019-02-05 23:32:08.000 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.MetricType    : Initialize successful.
2019-02-05 23:32:08.002 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.M.theMetricDefinitions   : Initialize successful.
2019-02-05 23:32:08.004 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolicyType    : Initialize successful.
2019-02-05 23:32:08.006 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.PolicyType.thePolicies   : Initialize successful.
2019-02-05 23:32:08.007 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ResourceType  : Initialize successful.
2019-02-05 23:32:08.011 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theRequiredResources   : Initialize successful.
2019-02-05 23:32:08.013 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theInstResources       : Initialize successful.
2019-02-05 23:32:08.023 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theResources           : Initialize successful.
2019-02-05 23:32:08.025 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.RoleType   : Initialize successful.
2019-02-05 23:32:08.028 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.domain.RoleType.theRoles   : Initialize successful.
2019-02-05 23:32:08.031 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.ToolType   : Initialize successful.
2019-02-05 23:32:08.033 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.T.theToolDefinitions     : Initialize successful.
2019-02-05 23:32:08.035 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Type       : Initialize successful.
2019-02-05 23:32:08.037 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Type.theTypePolParams    : Initialize successful.
2019-02-05 23:32:08.038 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Type.theTypes     : Initialize successful.
2019-02-05 23:32:08.040 DEBUG 15146 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Plugin     : Initialize successful.
2019-02-05 23:32:08.041 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.l.s.d.Plugin.theUserPlugins    : Initialize successful.
2019-02-05 23:32:08.043 DEBUG 15146 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.UserPlugin    : Initialize successful.
2019-02-05 23:32:08.407 DEBUG 15146 --- [  restartedMain] b.u.l.spm.config.LiquibaseConfiguration  : Configuring Liquibase
2019-02-05 23:32:09.603 ERROR 15146 --- [  restartedMain] com.zaxxer.hikari.pool.HikariPool        : Hikari - Exception during pool initialization.

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
        at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:990)
        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:342)
        at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2197)
        at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2230)
        at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2025)
        at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:778)
        at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
        at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
        at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
        at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
        at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
        at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
        at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
        at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
        at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
        at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
        at io.github.jhipster.config.liquibase.AsyncSpringLiquibase.afterPropertiesSet(AsyncSpringLiquibase.java:79)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1753)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1690)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:573)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:304)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:367)
        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:110)
        at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:626)
        at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:445)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1246)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1096)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:312)
        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:131)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1597)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1349)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:572)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
        at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1135)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1062)
        at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:819)
        at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:725)
        at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:198)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1266)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1123)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
        at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1135)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1062)
        at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:819)
        at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:725)
        at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:475)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1246)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1096)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
        at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1087)
        at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.createEndpointBean(EndpointDiscoverer.java:148)
        at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.createEndpointBeans(EndpointDiscoverer.java:135)
        at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.discoverEndpoints(EndpointDiscoverer.java:124)
        at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.getEndpoints(EndpointDiscoverer.java:118)
        at org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration.servletEndpointRegistrar(ServletEndpointManagementContextConfiguration.java:76)
        at org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration$$EnhancerBySpringCGLIB$$88c60805.CGLIB$servletEndpointRegistrar$0(<generated>)
        at org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration$$EnhancerBySpringCGLIB$$88c60805$$FastClassBySpringCGLIB$$f1b09b03.invoke(<generated>)
        at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
        at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:365)
        at org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration$$EnhancerBySpringCGLIB$$88c60805.servletEndpointRegistrar(<generated>)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
        at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:583)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1246)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1096)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:204)
        at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:226)
        at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:214)
        at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:91)
        at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:80)
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:261)
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:234)
        at org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory$Initializer.onStartup(UndertowServletWebServerFactory.java:616)
        at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:191)
        at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:173)
        at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
        at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
        at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:238)
        at org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory.createDeploymentManager(UndertowServletWebServerFactory.java:284)
        at org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory.getWebServer(UndertowServletWebServerFactory.java:208)
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:181)
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:154)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542)
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
        at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
        at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:386)
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
        at br.ufpa.labes.spm.SpmApp.main(SpmApp.java:63)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.net.Socket.connect(Socket.java:589)
        at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211)
        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:301)
        ... 129 common frames omitted

2019-02-05 23:32:09.607 ERROR 15146 --- [  restartedMain] i.g.j.c.liquibase.AsyncSpringLiquibase   : Liquibase could not start correctly, your database is NOTready: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
        at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:990)
        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:342)
        at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2197)
        at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2230)
        at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2025)
        at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:778)
        at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
        at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
        at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
        at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
        at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
        at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
        at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
        at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
        at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
        at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
        at io.github.jhipster.config.liquibase.AsyncSpringLiquibase.afterPropertiesSet(AsyncSpringLiquibase.java:79)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1753)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1690)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:573)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:304)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:367)
        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:110)
        at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:626)
        at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:445)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1246)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1096)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:312)
        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:131)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1597)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1349)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:572)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
        at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1135)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1062)
        at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:819)
        at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:725)
        at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:198)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1266)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1123)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
        at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1135)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1062)
        at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:819)
        at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:725)
        at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:475)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1246)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1096)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
        at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1087)
        at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.createEndpointBean(EndpointDiscoverer.java:148)
        at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.createEndpointBeans(EndpointDiscoverer.java:135)
        at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.discoverEndpoints(EndpointDiscoverer.java:124)
        at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.getEndpoints(EndpointDiscoverer.java:118)
        at org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration.servletEndpointRegistrar(ServletEndpointManagementContextConfiguration.java:76)
        at org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration$$EnhancerBySpringCGLIB$$88c60805.CGLIB$servletEndpointRegistrar$0(<generated>)
        at org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration$$EnhancerBySpringCGLIB$$88c60805$$FastClassBySpringCGLIB$$f1b09b03.invoke(<generated>)
        at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
        at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:365)
        at org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration$$EnhancerBySpringCGLIB$$88c60805.servletEndpointRegistrar(<generated>)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
        at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:583)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1246)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1096)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:204)
        at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:226)
        at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:214)
        at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:91)
        at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:80)
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:261)
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:234)
        at org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory$Initializer.onStartup(UndertowServletWebServerFactory.java:616)
        at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:191)
        at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:173)
        at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
        at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
        at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:238)
        at org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory.createDeploymentManager(UndertowServletWebServerFactory.java:284)
        at org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory.getWebServer(UndertowServletWebServerFactory.java:208)
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:181)
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:154)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542)
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
        at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
        at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:386)
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
        at br.ufpa.labes.spm.SpmApp.main(SpmApp.java:63)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.net.Socket.connect(Socket.java:589)
        at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211)
        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:301)
        ... 129 common frames omitted

2019-02-05 23:32:11.891 ERROR 15146 --- [  restartedMain] com.zaxxer.hikari.pool.HikariPool        : Hikari - Exception during pool initialization.

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
        at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:990)
        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:342)
        at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2197)
        at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2230)
        at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2025)
        at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:778)
        at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
        at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
        at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
        at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
        at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:365)
        at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:194)
        at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:460)
        at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:534)
        at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
        at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
        at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122)
        at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcEnvironmentInitiator.java:180)
        at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:68)
        at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35)
        at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:88)
        at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:259)
        at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:233)
        at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:210)
        at org.hibernate.engine.jdbc.internal.JdbcServicesImpl.configure(JdbcServicesImpl.java:51)
        at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:94)
        at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:242)
        at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:210)
        at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.handleTypes(MetadataBuildingProcess.java:352)
        at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:111)
        at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:861)
        at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:888)
        at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:57)
        at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365)
        at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:390)
        at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:377)
        at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1753)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1690)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:573)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:367)
        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:110)
        at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:626)
        at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:445)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1246)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1096)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:312)
        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:131)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1597)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1349)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:572)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
        at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1135)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1062)
        at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:819)
        at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:725)
        at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:198)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1266)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1123)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
        at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1135)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1062)
        at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:819)
        at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:725)
        at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:475)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1246)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1096)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
        at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1087)
        at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.createEndpointBean(EndpointDiscoverer.java:148)
        at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.createEndpointBeans(EndpointDiscoverer.java:135)
        at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.discoverEndpoints(EndpointDiscoverer.java:124)
        at org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.getEndpoints(EndpointDiscoverer.java:118)
        at org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration.servletEndpointRegistrar(ServletEndpointManagementContextConfiguration.java:76)
        at org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration$$EnhancerBySpringCGLIB$$88c60805.CGLIB$servletEndpointRegistrar$0(<generated>)
        at org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration$$EnhancerBySpringCGLIB$$88c60805$$FastClassBySpringCGLIB$$f1b09b03.invoke(<generated>)
        at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
        at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:365)
        at org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration$$EnhancerBySpringCGLIB$$88c60805.servletEndpointRegistrar(<generated>)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
        at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:583)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1246)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1096)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:204)
        at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:226)
        at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:214)
        at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:91)
        at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:80)
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:261)
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:234)
        at org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory$Initializer.onStartup(UndertowServletWebServerFactory.java:616)
        at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:191)
        at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:173)
        at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
        at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
        at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:238)
        at org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory.createDeploymentManager(UndertowServletWebServerFactory.java:284)
        at org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory.getWebServer(UndertowServletWebServerFactory.java:208)
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:181)
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:154)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542)
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
        at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
        at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:386)
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
        at br.ufpa.labes.spm.SpmApp.main(SpmApp.java:63)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.net.Socket.connect(Socket.java:589)
        at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211)
        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:301)
        ... 147 common frames omitted

2019-02-05 23:32:15.950 DEBUG 15146 --- [  restartedMain] br.ufpa.labes.spm.config.WebConfigurer   : Registering CORS filter
2019-02-05 23:32:16.067  INFO 15146 --- [  restartedMain] br.ufpa.labes.spm.config.WebConfigurer   : Web application configuration, using profiles: dev
2019-02-05 23:32:16.068  INFO 15146 --- [  restartedMain] br.ufpa.labes.spm.config.WebConfigurer   : Web application fully configured
2019-02-05 23:32:16.489 DEBUG 15146 --- [  restartedMain] b.u.l.spm.security.jwt.TokenProvider     : Using a Base64-encoded JWT secret key
2019-02-05 23:32:31.019 DEBUG 15146 --- [  restartedMain] i.g.j.c.apidoc.SwaggerAutoConfiguration  : Starting Swagger
2019-02-05 23:32:31.034 DEBUG 15146 --- [  restartedMain] i.g.j.c.apidoc.SwaggerAutoConfiguration  : Started Swagger in 15
Related issues

Couldn't find one

Suggest a Fix

I didn't figure out yet some solution, but there is a line of stacktrace pointing to refused mysql connections and a line of docker logs that says: spm-mysql_1 | 2019-02-06T00:45:27.807421Z 5 [Note] Aborted connection 5 to db: 'spm' user: 'root' host: '172.18.0.1' (Got an error reading communication packets)

JHipster Version(s)

I am using JHipster v5.8.1

JHipster configuration

Results for jhipster info

INFO! Using JHipster version installed globally
INFO! Executing jhipster:info
INFO! Options: from-cli: true
Welcome to the JHipster Information Sub-Generator

##### **JHipster Version(s)**

/home/arjuna
└── (empty)

cat: no such file or directory: .yo-rc.json

##### **JHipster configuration, a `.yo-rc.json` file generated in the root folder**

<details>
<summary>.yo-rc.json file</summary>
<pre>

</pre>
</details>

##### **Environment and Tools**

java version "1.8.0_192"
Java(TM) SE Runtime Environment (build 1.8.0_192-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.192-b12, mixed mode)

git version 2.20.1

node: v11.6.0

npm: 6.7.0

yeoman: 2.0.5

Docker version 18.09.1-ce, build 4c52b901c6

docker-compose version 1.23.2, build unknown

.yo-rc.json content:

{
    "generator-jhipster": {
        "promptValues": {
            "packageName": "br.ufpa.labes.spm",
            "nativeLanguage": "pt-br"
        },
        "jhipsterVersion": "5.8.1",
        "applicationType": "monolith",
        "baseName": "spm",
        "packageName": "br.ufpa.labes.spm",
        "packageFolder": "br/ufpa/labes/spm",
        "serverPort": "8080",
        "authenticationType": "jwt",
        "cacheProvider": "ehcache",
        "enableHibernateCache": true,
        "websocket": false,
        "databaseType": "sql",
        "devDatabaseType": "mysql",
        "prodDatabaseType": "mysql",
        "searchEngine": "elasticsearch",
        "messageBroker": false,
        "serviceDiscoveryType": false,
        "buildTool": "maven",
        "enableSwaggerCodegen": false,
        "jwtSecretKey": "[secret-key]",
        "clientFramework": "angularX",
        "useSass": true,
        "clientPackageManager": "npm",
        "testFrameworks": ["gatling", "protractor"],
        "jhiPrefix": "jhi",
        "entitySuffix": "",
        "dtoSuffix": "DTO",
        "otherModules": [],
        "enableTranslation": true,
        "nativeLanguage": "pt-br",
        "languages": ["pt-br", "en"]
    }
}
Entity configuration(s) entityName.json files generated in the .jhipster directory

I have about 190 entites and it's impracticable to list all files here. However I can share the jdl entities file hosted at Google Drive.

Browsers and Operating System

I am using a Manjaro Linux x86_64 (64-bit SO) in a Dell Inspiron and Firefox Quantum 65.0 Manjaro kernel version number is 4.20.3-1-MANJARO.

pascalgrimaud commented 5 years ago

@Lakshamana :

Lakshamana commented 5 years ago

@pascalgrimaud I can share the JDL, it is here in this link: https://drive.google.com/open?id=1NRKJiZs3T-ipKaCondRlp2fjQIxQVobX. Sorry about the late response! I do not have two instances o MySQL running and that's because they run in port 3306. If I try to run more than one instance I get an error of "bind address already in use"

Lakshamana commented 5 years ago

And here is my application-dev.yml

# ===================================================================
# Spring Boot configuration for the "dev" profile.
#
# This configuration overrides the application.yml file.
#
# More information on profiles: https://www.jhipster.tech/profiles/
# More information on configuration properties: https://www.jhipster.tech/common-application-properties/
# ===================================================================

# ===================================================================
# Standard Spring Boot properties.
# Full reference is available at:
# http://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html
# ===================================================================

logging:
    level:
        ROOT: DEBUG
        io.github.jhipster: DEBUG
        br.ufpa.labes.spm: DEBUG

spring:
    profiles:
        active: dev
        include:
            - swagger
            # Uncomment to activate TLS for the dev profile
            #- tls
    devtools:
        restart:
            enabled: true
        livereload:
            enabled: false # we use Webpack dev server + BrowserSync for livereload
    jackson:
        serialization:
            indent-output: true
    datasource:
        type: com.zaxxer.hikari.HikariDataSource
        url: jdbc:mysql://localhost:3306/spm?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC
        username: root
        password: [password]
        hikari:
            poolName: Hikari
            auto-commit: false
            data-source-properties:
                cachePrepStmts: true
                prepStmtCacheSize: 250
                prepStmtCacheSqlLimit: 2048
                useServerPrepStmts: true
    jpa:
        database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
        database: MYSQL
        show-sql: true
        properties:
            hibernate.id.new_generator_mappings: true
            hibernate.connection.provider_disables_autocommit: true
            hibernate.cache.use_second_level_cache: true
            hibernate.cache.use_query_cache: false
            hibernate.generate_statistics: true
            hibernate.ddl-auto: true
            hibernate.cache.region.factory_class: io.github.jhipster.config.jcache.BeanClassLoaderAwareJCacheRegionFactory
    data:
        elasticsearch:
            properties:
                path:
                    home: target/elasticsearch
    liquibase:
        contexts: dev
    mail:
        host: localhost
        port: 25
        username:
        password:
    messages:
        cache-duration: PT1S # 1 second, see the ISO 8601 standard
    thymeleaf:
        cache: false

server:
    port: 8080

# ===================================================================
# JHipster specific properties
#
# Full reference is available at: https://www.jhipster.tech/common-application-properties/
# ===================================================================

jhipster:
    http:
        version: V_1_1 # To use HTTP/2 you will need to activate TLS (see application-tls.yml)
    cache: # Cache configuration
        ehcache: # Ehcache configuration
            time-to-live-seconds: 3600 # By default objects stay 1 hour in the cache
            max-entries: 100 # Number of objects in each cache entry
    # CORS is only enabled by default with the "dev" profile, so BrowserSync can access the API
    cors:
        allowed-origins: "*"
        allowed-methods: "*"
        allowed-headers: "*"
        exposed-headers: "Authorization,Link,X-Total-Count"
        allow-credentials: true
        max-age: 1800
    security:
        authentication:
            jwt:
                # This token must be encoded using Base64 and be at least 256 bits long (you can type `openssl rand -base64 64` on your command line to generate a 512 bits one)
                base64-secret: [a secret]
                # Token is valid 24 hours
                token-validity-in-seconds: 86400
                token-validity-in-seconds-for-remember-me: 2592000
    mail: # specific JHipster mail property, for standard properties see MailProperties
        from: spm@localhost
        base-url: http://127.0.0.1:8080
    metrics:
        logs: # Reports metrics in the logs
            enabled: false
            report-frequency: 60 # in seconds
    logging:
        logstash: # Forward logs to logstash over a socket, used by LoggingConfiguration
            enabled: false
            host: localhost
            port: 5000
            queue-size: 512

# ===================================================================
# Application specific properties
# Add your own application properties here, see the ApplicationProperties class
# to have type-safe configuration, like in the JHipsterProperties above
#
# More documentation is available at:
# https://www.jhipster.tech/common-application-properties/
# ===================================================================

# application:
Lakshamana commented 5 years ago

If you do need to know, when I run local mysql (without docker) and with a docker elasticsearch instance the app hangs on initial logs as described below:

//Started JHipster and previous database tables...
2019-02-07 15:19:26.527 DEBUG 31167 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Plugin     : Initialize successful.
2019-02-07 15:19:26.530 DEBUG 31167 --- [  restartedMain] c.e.c.E.u.l.s.d.Plugin.theUserPlugins    : Initialize successful.
2019-02-07 15:19:26.532 DEBUG 31167 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.UserPlugin    : Initialize successful.
2019-02-07 15:19:26.964 DEBUG 31167 --- [  restartedMain] b.u.l.spm.config.LiquibaseConfiguration  : Configuring Liquibase
2019-02-07 15:19:27.296  WARN 31167 --- [ spm-Executor-1] i.g.j.c.liquibase.AsyncSpringLiquibase   : Starting Liquibase asynchronously, your database might not be ready at startup!
2019-02-07 15:19:32.323 DEBUG 31167 --- [  restartedMain] br.ufpa.labes.spm.config.WebConfigurer   : Registering CORS filter
2019-02-07 15:19:32.438  INFO 31167 --- [  restartedMain] br.ufpa.labes.spm.config.WebConfigurer   : Web application configuration, using profiles: dev
2019-02-07 15:19:32.438  INFO 31167 --- [  restartedMain] br.ufpa.labes.spm.config.WebConfigurer   : Web application fullyconfigured
2019-02-07 15:19:32.857 DEBUG 31167 --- [  restartedMain] b.u.l.spm.security.jwt.TokenProvider     : Using a Base64-encoded JWT secret key
2019-02-07 15:19:44.450 DEBUG 31167 --- [ spm-Executor-1] i.g.j.c.liquibase.AsyncSpringLiquibase   : Liquibase has updatedyour database in 17153 ms
2019-02-07 15:19:44.451  WARN 31167 --- [ spm-Executor-1] i.g.j.c.liquibase.AsyncSpringLiquibase   : Warning, Liquibase took more than 5 seconds to start up!
2019-02-07 15:19:50.931 DEBUG 31167 --- [  restartedMain] i.g.j.c.apidoc.SwaggerAutoConfiguration  : Starting Swagger
2019-02-07 15:19:50.943 DEBUG 31167 --- [  restartedMain] i.g.j.c.apidoc.SwaggerAutoConfiguration  : Started Swagger in 12ms

And so it hangs on the last line for a loooong time until it throws an error where mysql couldn't get a lock for my database.

pascalgrimaud commented 5 years ago

@Lakshamana :

At the beginning, I got these warnings: capture d ecran de 2019-02-08 08-05-21

Maybe related to the issues we recently have with otherEntityRelationshipName ?

It's a 1st analyze, I'll try to go on later.

sahbi-ktifa commented 5 years ago

Hello @Lakshamana,

I've looked at your JDL file and found out that the process hanging was Swagger (the library Springfox here in fact). It seems it took ages to introspect all classes. You can disable this profile in your application-dev.yml, your app should be up pretty quickly as expected.

capture d ecran 2019-02-08 a 13 55 43

Let us know if that helps you. This issue could give you some hints but as you'll see, they recommend to use a Spring Profile and use it only during tests... https://github.com/springfox/springfox/issues/811

FYI, I've also used your JDL in the official Vue.js blueprint, thank you as it points me out an issue on entity relationship management.

gmarziou commented 5 years ago

But Springfox is supposed to run asynchronously, how can it block the app?

jdubois commented 5 years ago

Springfox is notoriously slow if you have a lot of entities, this is why I put a log message specifically for this, when it's taking too much time, don't you have it in your logs?

Lakshamana commented 5 years ago

So, @sahbi-ktifa, Thank you (VERY MUCH!) for you hint. I just comment out swagger at spring.profiles.include at application-dev.yml and that did the trick!

Thank you all! Regards.

Lakshamana commented 5 years ago

But my ask now is: how can I generate documentation for my API, considering this issue? Is there a way to run swagger independently out of backend context?

gmarziou commented 5 years ago

So I checked in jhipster-framework and I was wrong it's not started asynchronously, maybe it could be run the same way as we do for Liquibase?

sahbi-ktifa commented 5 years ago

That would be a proper solution indeed!

deepu105 commented 5 years ago

@Lakshamana normally you have documentation during dev and turn it off in prod, unless your project is actually providing public APIs to other developers or customers, in that case, you could have swagger on prod as well. But if swagger is causing your app to not start then I suggest you wait for the issue to be fixed in springfox(https://github.com/springfox/springfox/issues/806) or use a compile-time documentation generation strategy using swagger or Spring Rest docs

Btw @pascalgrimaud seems like springfox issue is fixed and they made a release, may be we can upgrade. @Lakshamana can you also try to upgrade the springfox version to latest release and try again

pascalgrimaud commented 5 years ago

Different things to try:

And we can document it better

pascalgrimaud commented 5 years ago

We already find some different solutions:

I'm closing this because: