Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got a "marked as broken because of SQLSTATE(08003), ErrorCode(0)" #9183

Closed
Lakshamana opened this issue Feb 4, 2019 · 8 comments
Closed
Milestone

Comments

@Lakshamana
Copy link

Lakshamana commented Feb 4, 2019

Hello, I got this error and I can say that checking the stacktrace (I'll show it below) seems it is related to elasticsearch. It says: "org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userService' defined in file [/home/arjuna/Documentos/Algoritmos/JHipster/spm/target/classes/br/ufpa/labes/spm/service/UserService.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userSearchRepository':"

My yo-rc.json file:

{
    "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": "YWRkNGY3ZWM0ZjEyZDZjOWQ4NDllNjUxMWIyN2Y4YmM3MmQwMjkxNmZmNjljNGY4MmJjNTJmM2Q2Yzc3NThhMmFiNGJjNjFjZDU5MTI1YmM3NDkyN2UwZmM1MDkwYmFkZTUzZmM0ZDBhOTYzZGYyOGQyZmRjNjU0ZWUxNTdkMjI=",
        "clientFramework": "angularX",
        "useSass": true,
        "clientPackageManager": "npm",
        "testFrameworks": ["gatling", "protractor"],
        "jhiPrefix": "jhi",
        "entitySuffix": "",
        "dtoSuffix": "DTO",
        "otherModules": [],
        "enableTranslation": true,
        "nativeLanguage": "pt-br",
        "languages": ["pt-br", "en"]
    }
}

The whole exception log:

2019-02-03 23:17:14.042  WARN 10678 --- [ spm-Executor-1] com.zaxxer.hikari.pool.ProxyConnection   : Hikari - Connection com.mysql.jdbc.JDBC4Connection@6e23719f marked as broken because of SQLSTATE(08003), ErrorCode(0)

com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.
        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.Util.getInstance(Util.java:408)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
        at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1192)
        at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1187)
        at com.mysql.jdbc.ConnectionImpl.rollback(ConnectionImpl.java:4534)
        at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:377)
        at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
        at liquibase.database.jvm.JdbcConnection.rollback(JdbcConnection.java:337)
        at liquibase.database.AbstractJdbcDatabase.rollback(AbstractJdbcDatabase.java:1166)
        at liquibase.lockservice.StandardLockService.acquireLock(StandardLockService.java:205)
        at liquibase.lockservice.StandardLockService.waitForLock(StandardLockService.java:170)
        at liquibase.Liquibase.update(Liquibase.java:196)
        at liquibase.Liquibase.update(Liquibase.java:192)
        at liquibase.integration.spring.SpringLiquibase.performUpdate(SpringLiquibase.java:431)
        at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:388)
        at io.github.jhipster.config.liquibase.AsyncSpringLiquibase.initDb(AsyncSpringLiquibase.java:103)
        at io.github.jhipster.config.liquibase.AsyncSpringLiquibase.lambda$afterPropertiesSet$0(AsyncSpringLiquibase.java:83)
        at io.github.jhipster.async.ExceptionHandlingAsyncTaskExecutor.lambda$createWrappedRunnable$1(ExceptionHandlingAsyncTaskExecutor.java:68)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

2019-02-03 23:17:14.050 ERROR 10678 --- [ spm-Executor-1] i.g.j.c.liquibase.AsyncSpringLiquibase   : Liquibase could not start correctly, your database is NOT ready: java.sql.SQLException: Connection is closed

liquibase.exception.DatabaseException: java.sql.SQLException: Connection is closed
        at liquibase.database.jvm.JdbcConnection.rollback(JdbcConnection.java:340)
        at liquibase.database.jvm.JdbcConnection.close(JdbcConnection.java:111)
        at liquibase.database.AbstractJdbcDatabase.close(AbstractJdbcDatabase.java:1209)
        at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:397)
        at io.github.jhipster.config.liquibase.AsyncSpringLiquibase.initDb(AsyncSpringLiquibase.java:103)
        at io.github.jhipster.config.liquibase.AsyncSpringLiquibase.lambda$afterPropertiesSet$0(AsyncSpringLiquibase.java:83)
        at io.github.jhipster.async.ExceptionHandlingAsyncTaskExecutor.lambda$createWrappedRunnable$1(ExceptionHandlingAsyncTaskExecutor.java:68)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.sql.SQLException: Connection is closed
        at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:490)
        at com.sun.proxy.$Proxy142.getAutoCommit(Unknown Source)
        at com.zaxxer.hikari.pool.HikariProxyConnection.getAutoCommit(HikariProxyConnection.java)
        at liquibase.database.jvm.JdbcConnection.rollback(JdbcConnection.java:336)
        ... 9 common frames omitted

23:17:14.060 [restartedMain] ERROR org.springframework.boot.SpringApplication - Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userService' defined in file [/home/arjuna/Documentos/Algoritmos/JHipster/spm/target/classes/br/ufpa/labes/spm/service/UserService.class]: 
**Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userSearchRepository':** Invocation of init method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.elasticsearch.repository.support.NumberKeyedRepository]: Constructor threw exception; nested exception is org.springframework.data.elasticsearch.ElasticsearchException: Failed to build mapping for user:user
        at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:733)~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:198)~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1266) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1123) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:759) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) ~[spring-context-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:548) ~[spring-context-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142) ~[spring-boot-2.0.8.RELEASE.jar:2.0.8.RELEASE]
        at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) [spring-boot-2.0.8.RELEASE.jar:2.0.8.RELEASE]
        at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:386) [spring-boot-2.0.8.RELEASE.jar:2.0.8.RELEASE]
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) [spring-boot-2.0.8.RELEASE.jar:2.0.8.RELEASE]
        at br.ufpa.labes.spm.SpmApp.main(SpmApp.java:63) [classes/:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_192]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_192]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_192]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_192]
        at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) [spring-boot-devtools-2.0.8.RELEASE.jar:2.0.8.RELEASE]
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userSearchRepository': Invocation of init method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.elasticsearch.repository.support.NumberKeyedRepository]: Constructor threw exception; nested exception is org.springframework.data.elasticsearch.ElasticsearchException: Failed to build mapping for user:user
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1694) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:573) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1135) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1062) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:819) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:725)~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        ... 22 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.elasticsearch.repository.support.NumberKeyedRepository]: Constructor threw exception; nested exception is org.springframework.data.elasticsearch.ElasticsearchException: Failed to build mapping for user:user
        at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:182) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactorySupport.lambda$getTargetRepositoryViaReflection$3(RepositoryFactorySupport.java:512) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at java.util.Optional.map(Optional.java:215) ~[?:1.8.0_192]
        at org.springframework.data.repository.core.support.RepositoryFactorySupport.getTargetRepositoryViaReflection(RepositoryFactorySupport.java:512) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactorySupport.getTargetRepositoryViaReflection(RepositoryFactorySupport.java:497) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory.getTargetRepository(ElasticsearchRepositoryFactory.java:73) ~[spring-data-elasticsearch-3.0.13.RELEASE.jar:3.0.13.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:304) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$4(RepositoryFactoryBeanSupport.java:290) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.util.Lazy.getNullable(Lazy.java:141) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.util.Lazy.get(Lazy.java:63) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:293) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactoryBean.afterPropertiesSet(ElasticsearchRepositoryFactoryBean.java:67) ~[spring-data-elasticsearch-3.0.13.RELEASE.jar:3.0.13.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1753) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1690) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:573) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1135) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1062) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:819) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:725)~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        ... 22 more
Caused by: org.springframework.data.elasticsearch.ElasticsearchException: Failed to build mapping for user:user
        at com.github.vanroy.springdata.jest.JestElasticsearchTemplate.putMapping(JestElasticsearchTemplate.java:264) ~[spring-data-jest-3.1.5.RELEASE.jar:?]
        at com.github.vanroy.springdata.jest.JestElasticsearchTemplate.putMapping(JestElasticsearchTemplate.java:270) ~[spring-data-jest-3.1.5.RELEASE.jar:?]
        at com.github.vanroy.springdata.jest.JestElasticsearchTemplate.putMapping(JestElasticsearchTemplate.java:236) ~[spring-data-jest-3.1.5.RELEASE.jar:?]
        at org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository.putMapping(AbstractElasticsearchRepository.java:100) ~[spring-data-elasticsearch-3.0.13.RELEASE.jar:3.0.13.RELEASE]
        at org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository.<init>(AbstractElasticsearchRepository.java:88) ~[spring-data-elasticsearch-3.0.13.RELEASE.jar:3.0.13.RELEASE]
        at org.springframework.data.elasticsearch.repository.support.NumberKeyedRepository.<init>(NumberKeyedRepository.java:36) ~[spring-data-elasticsearch-3.0.13.RELEASE.jar:3.0.13.RELEASE]
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_192]
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_192]
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_192]
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_192]
        at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:170) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactorySupport.lambda$getTargetRepositoryViaReflection$3(RepositoryFactorySupport.java:512) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at java.util.Optional.map(Optional.java:215) ~[?:1.8.0_192]
        at org.springframework.data.repository.core.support.RepositoryFactorySupport.getTargetRepositoryViaReflection(RepositoryFactorySupport.java:512) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactorySupport.getTargetRepositoryViaReflection(RepositoryFactorySupport.java:497) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory.getTargetRepository(ElasticsearchRepositoryFactory.java:73) ~[spring-data-elasticsearch-3.0.13.RELEASE.jar:3.0.13.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:304) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$4(RepositoryFactoryBeanSupport.java:290) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.util.Lazy.getNullable(Lazy.java:141) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.util.Lazy.get(Lazy.java:63) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:293) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactoryBean.afterPropertiesSet(ElasticsearchRepositoryFactoryBean.java:67) ~[spring-data-elasticsearch-3.0.13.RELEASE.jar:3.0.13.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1753) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1690) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:573) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1135) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1062) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:819) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:725)~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        ... 22 more
Caused by: org.springframework.data.elasticsearch.ElasticsearchException: failed to execute action
        at com.github.vanroy.springdata.jest.JestElasticsearchTemplate.execute(JestElasticsearchTemplate.java:1223) ~[spring-data-jest-3.1.5.RELEASE.jar:?]
        at com.github.vanroy.springdata.jest.JestElasticsearchTemplate.executeWithAcknowledge(JestElasticsearchTemplate.java:1228) ~[spring-data-jest-3.1.5.RELEASE.jar:?]
        at com.github.vanroy.springdata.jest.JestElasticsearchTemplate.putMapping(JestElasticsearchTemplate.java:261) ~[spring-data-jest-3.1.5.RELEASE.jar:?]
        at com.github.vanroy.springdata.jest.JestElasticsearchTemplate.putMapping(JestElasticsearchTemplate.java:270) ~[spring-data-jest-3.1.5.RELEASE.jar:?]
        at com.github.vanroy.springdata.jest.JestElasticsearchTemplate.putMapping(JestElasticsearchTemplate.java:236) ~[spring-data-jest-3.1.5.RELEASE.jar:?]
        at org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository.putMapping(AbstractElasticsearchRepository.java:100) ~[spring-data-elasticsearch-3.0.13.RELEASE.jar:3.0.13.RELEASE]
        at org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository.<init>(AbstractElasticsearchRepository.java:88) ~[spring-data-elasticsearch-3.0.13.RELEASE.jar:3.0.13.RELEASE]
        at org.springframework.data.elasticsearch.repository.support.NumberKeyedRepository.<init>(NumberKeyedRepository.java:36) ~[spring-data-elasticsearch-3.0.13.RELEASE.jar:3.0.13.RELEASE]
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_192]
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_192]
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_192]
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_192]
        at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:170) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactorySupport.lambda$getTargetRepositoryViaReflection$3(RepositoryFactorySupport.java:512) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at java.util.Optional.map(Optional.java:215) ~[?:1.8.0_192]
        at org.springframework.data.repository.core.support.RepositoryFactorySupport.getTargetRepositoryViaReflection(RepositoryFactorySupport.java:512) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactorySupport.getTargetRepositoryViaReflection(RepositoryFactorySupport.java:497) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory.getTargetRepository(ElasticsearchRepositoryFactory.java:73) ~[spring-data-elasticsearch-3.0.13.RELEASE.jar:3.0.13.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:304) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$4(RepositoryFactoryBeanSupport.java:290) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.util.Lazy.getNullable(Lazy.java:141) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.util.Lazy.get(Lazy.java:63) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:293) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactoryBean.afterPropertiesSet(ElasticsearchRepositoryFactoryBean.java:67) ~[spring-data-elasticsearch-3.0.13.RELEASE.jar:3.0.13.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1753) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1690) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:573) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1135) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1062) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:819) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:725)~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        ... 22 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_192]
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_192]
        at java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_192]
        at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_192]
        at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) ~[httpcore-4.4.10.jar:4.4.10]
        at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) ~[httpcore-4.4.10.jar:4.4.10]
        at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282) ~[httpcore-4.4.10.jar:4.4.10]
        at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) ~[httpclient-4.5.6.jar:4.5.6]
        at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) ~[httpclient-4.5.6.jar:4.5.6]
        at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) ~[httpcore-4.4.10.jar:4.4.10]
        at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) ~[httpcore-4.4.10.jar:4.4.10]
        at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) ~[httpclient-4.5.6.jar:4.5.6]
        at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) ~[httpcore-4.4.10.jar:4.4.10]
        at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) ~[httpcore-4.4.10.jar:4.4.10]
        at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) ~[httpclient-4.5.6.jar:4.5.6]
        at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[httpclient-4.5.6.jar:4.5.6]
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.6.jar:4.5.6]
        at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.6.jar:4.5.6]
        at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.6.jar:4.5.6]
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.6.jar:4.5.6]
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) ~[httpclient-4.5.6.jar:4.5.6]
        at io.searchbox.client.http.JestHttpClient.executeRequest(JestHttpClient.java:133) ~[jest-5.3.4.jar:?]
        at io.searchbox.client.http.JestHttpClient.execute(JestHttpClient.java:67) ~[jest-5.3.4.jar:?]
        at io.searchbox.client.http.JestHttpClient.execute(JestHttpClient.java:60) ~[jest-5.3.4.jar:?]
        at com.github.vanroy.springdata.jest.JestElasticsearchTemplate.execute(JestElasticsearchTemplate.java:1215) ~[spring-data-jest-3.1.5.RELEASE.jar:?]
        at com.github.vanroy.springdata.jest.JestElasticsearchTemplate.executeWithAcknowledge(JestElasticsearchTemplate.java:1228) ~[spring-data-jest-3.1.5.RELEASE.jar:?]
        at com.github.vanroy.springdata.jest.JestElasticsearchTemplate.putMapping(JestElasticsearchTemplate.java:261) ~[spring-data-jest-3.1.5.RELEASE.jar:?]
        at com.github.vanroy.springdata.jest.JestElasticsearchTemplate.putMapping(JestElasticsearchTemplate.java:270) ~[spring-data-jest-3.1.5.RELEASE.jar:?]
        at com.github.vanroy.springdata.jest.JestElasticsearchTemplate.putMapping(JestElasticsearchTemplate.java:236) ~[spring-data-jest-3.1.5.RELEASE.jar:?]
        at org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository.putMapping(AbstractElasticsearchRepository.java:100) ~[spring-data-elasticsearch-3.0.13.RELEASE.jar:3.0.13.RELEASE]
        at org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository.<init>(AbstractElasticsearchRepository.java:88) ~[spring-data-elasticsearch-3.0.13.RELEASE.jar:3.0.13.RELEASE]
        at org.springframework.data.elasticsearch.repository.support.NumberKeyedRepository.<init>(NumberKeyedRepository.java:36) ~[spring-data-elasticsearch-3.0.13.RELEASE.jar:3.0.13.RELEASE]
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_192]
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_192]
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_192]
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_192]
        at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:170) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactorySupport.lambda$getTargetRepositoryViaReflection$3(RepositoryFactorySupport.java:512) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at java.util.Optional.map(Optional.java:215) ~[?:1.8.0_192]
        at org.springframework.data.repository.core.support.RepositoryFactorySupport.getTargetRepositoryViaReflection(RepositoryFactorySupport.java:512) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactorySupport.getTargetRepositoryViaReflection(RepositoryFactorySupport.java:497) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory.getTargetRepository(ElasticsearchRepositoryFactory.java:73) ~[spring-data-elasticsearch-3.0.13.RELEASE.jar:3.0.13.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:304) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$4(RepositoryFactoryBeanSupport.java:290) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.util.Lazy.getNullable(Lazy.java:141) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.util.Lazy.get(Lazy.java:63) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:293) ~[spring-data-commons-2.0.13.RELEASE.jar:2.0.13.RELEASE]
        at org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactoryBean.afterPropertiesSet(ElasticsearchRepositoryFactoryBean.java:67) ~[spring-data-elasticsearch-3.0.13.RELEASE.jar:3.0.13.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1753) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1690) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:573) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1135) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1062) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:819) ~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:725)~[spring-beans-5.0.12.RELEASE.jar:5.0.12.RELEASE]
        ... 22 more

Thanks for replying!

@avdev4j
Copy link
Contributor

avdev4j commented Feb 4, 2019

Hi @Lakshamana
does your Elasticsearch is running ? can you try ping it outside the JHipster application context ?

@Lakshamana
Copy link
Author

Is hostname 'localhost'? If yes, which port it is?

@avdev4j
Copy link
Contributor

avdev4j commented Feb 4, 2019

How do you start your application ?
Are you in dev or prod mode ? Are you running unit tests ?

Have you an ElasticSearch instance running ?

@Lakshamana
Copy link
Author

Lakshamana commented Feb 4, 2019

#1: I start my application with terminal command: "mvn spring-boot:run"
#2: Dev mode and ran tests with "npm test" and all passed
#3: I was running with the embedded Elasticsearch instance. It was not running: given the exception the app was shutting down. I'll try as explained https://www.jhipster.tech/using-elasticsearch/

I still want to run it in dev mode, can I do it with a external elasticsearch instance?

@Lakshamana
Copy link
Author

Lakshamana commented Feb 4, 2019

Ok, now I'm running with an external instance of elasticsearch with 3 terminal windows: one for running sudo dockerd, other for sudo docker-compose -f src/main/docker/elasticsearch.yml up [-d] and the third to mvn spring-boot:run. In this case, my app ran though it got stuck at initial log before I could see the links for acessing backend (the log is shown below).

$ mvn spring-boot:run
[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 that do 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-04 16:58:21.554 DEBUG 28317 --- [  restartedMain] b.u.labes.spm.config.AsyncConfiguration  : Creating Async Task Executor
2019-02-04 16:58:23.657 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.AbstractAuditingEntity   : Initialize successful.
2019-02-04 16:58:23.701 DEBUG 28317 --- [  restartedMain] c.ehcache.core.Ehcache-usersByLogin      : Initialize successful.
2019-02-04 16:58:23.706 DEBUG 28317 --- [  restartedMain] c.ehcache.core.Ehcache-usersByEmail      : Initialize successful.
2019-02-04 16:58:23.711 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.User       : Initialize successful.
2019-02-04 16:58:23.719 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Authority  : Initialize successful.
2019-02-04 16:58:23.724 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.User.authorities  : Initialize successful.
2019-02-04 16:58:23.729 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Activity   : Initialize successful.
2019-02-04 16:58:23.738 DEBUG 28317 --- [  restartedMain] .c.E.u.l.s.d.A.theModelingActivityEvents : Initialize successful.
2019-02-04 16:58:23.746 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Activity.hasVersions     : Initialize successful.
2019-02-04 16:58:23.756 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Activity.fromSimpleCons  : Initialize successful.
2019-02-04 16:58:23.767 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Activity.toSimpleCons    : Initialize successful.
2019-02-04 16:58:23.776 DEBUG 28317 --- [  restartedMain] .c.E.u.l.s.d.A.theBranchCondToActivities : Initialize successful.
2019-02-04 16:58:23.780 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Activity.toBranches      : Initialize successful.
2019-02-04 16:58:23.784 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Activity.fromJoinCons    : Initialize successful.
2019-02-04 16:58:23.796 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.activityMetrics        : Initialize successful.
2019-02-04 16:58:23.801 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.activityEstimations    : Initialize successful.
2019-02-04 16:58:23.806 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Activity.toJoinCons      : Initialize successful.
2019-02-04 16:58:23.818 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.policiesEnableds       : Initialize successful.
2019-02-04 16:58:23.829 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.fromArtifactCons       : Initialize successful.
2019-02-04 16:58:23.837 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Activity.toArtifactCons  : Initialize successful.
2019-02-04 16:58:23.847 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Activity.fromBranchANDS  : Initialize successful.
2019-02-04 16:58:23.852 DEBUG 28317 --- [  restartedMain] e.c.E.u.l.s.d.A.theActivityInstantiateds : Initialize successful.
2019-02-04 16:58:23.856 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Decomposed    : Initialize successful.
2019-02-04 16:58:23.859 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Plain      : Initialize successful.
2019-02-04 16:58:23.862 DEBUG 28317 --- [  restartedMain] .e.c.E.u.l.s.d.P.theGlobalActivityEvents : Initialize successful.
2019-02-04 16:58:23.865 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Plain.theCatalogEvents   : Initialize successful.
2019-02-04 16:58:23.869 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Ability    : Initialize successful.
2019-02-04 16:58:23.873 DEBUG 28317 --- [  restartedMain] E.u.l.s.d.A.theReqAgentRequiresAbilities : Initialize successful.
2019-02-04 16:58:23.879 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theAgentHasAbilities   : Initialize successful.
2019-02-04 16:58:23.884 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theRoleNeedsAbilities  : Initialize successful.
2019-02-04 16:58:23.892 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theAbilityPolParams    : Initialize successful.
2019-02-04 16:58:23.896 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Agent      : Initialize successful.
2019-02-04 16:58:23.900 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Agent.delegates   : Initialize successful.
2019-02-04 16:58:23.903 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Agent.isDelegatedFors    : Initialize successful.
2019-02-04 16:58:23.908 DEBUG 28317 --- [  restartedMain] .c.E.u.l.s.d.A.theModelingActivityEvents : Initialize successful.
2019-02-04 16:58:23.913 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.Agent.theReqAgents  : Initialize successful.
2019-02-04 16:58:23.916 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Agent.theAgentMetrics    : Initialize successful.
2019-02-04 16:58:23.920 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theAgentEstimations    : Initialize successful.
2019-02-04 16:58:23.924 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theManagedOrgUnits     : Initialize successful.
2019-02-04 16:58:23.927 DEBUG 28317 --- [  restartedMain] .c.E.u.l.s.d.A.theInsertedKnowledgeItens : Initialize successful.
2019-02-04 16:58:23.931 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Agent.theEvaluations     : Initialize successful.
2019-02-04 16:58:23.935 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theUsedKnowledgeItens  : Initialize successful.
2019-02-04 16:58:23.947 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.staticPoliciesEnableds : Initialize successful.
2019-02-04 16:58:23.958 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.Agent.theProcesses  : Initialize successful.
2019-02-04 16:58:23.962 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Agent.theWorkGroups      : Initialize successful.
2019-02-04 16:58:23.965 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.Agent.theOrgUnits   : Initialize successful.
2019-02-04 16:58:23.970 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Agent.theKMPlans  : Initialize successful.
2019-02-04 16:58:23.976 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.fromAgentAffinities    : Initialize successful.
2019-02-04 16:58:23.980 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Agent.toAgentAffinities  : Initialize successful.
2019-02-04 16:58:23.984 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theAgentHasAbilities   : Initialize successful.
2019-02-04 16:58:23.993 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theAgentPlaysRoles     : Initialize successful.
2019-02-04 16:58:23.996 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theOutOfWorkPeriods    : Initialize successful.
2019-02-04 16:58:23.999 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Agent.theAgentInstSugs   : Initialize successful.
2019-02-04 16:58:24.003 DEBUG 28317 --- [  restartedMain] u.l.s.d.A.theAgentInstSuggestionToAgents : Initialize successful.
2019-02-04 16:58:24.009 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theAgentWorkingLoads   : Initialize successful.
2019-02-04 16:58:24.013 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.Agent.theChatLogs   : Initialize successful.
2019-02-04 16:58:24.020 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.AgentAffinityAgent  : Initialize successful.
2019-02-04 16:58:24.023 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.AgentHasAbility   : Initialize successful.
2019-02-04 16:58:24.026 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.AgentPlaysRole    : Initialize successful.
2019-02-04 16:58:24.029 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.EmailConfiguration  : Initialize successful.
2019-02-04 16:58:24.032 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.E.theProcesses           : Initialize successful.
2019-02-04 16:58:24.036 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.E.theManagers            : Initialize successful.
2019-02-04 16:58:24.039 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.WorkGroup  : Initialize successful.
2019-02-04 16:58:24.042 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.W.theReqWorkGroups       : Initialize successful.
2019-02-04 16:58:24.048 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.W.theWorkGroupMetrics    : Initialize successful.
2019-02-04 16:58:24.051 DEBUG 28317 --- [  restartedMain] .e.c.E.u.l.s.d.W.theWorkGroupEstimations : Initialize successful.
2019-02-04 16:58:24.054 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.WorkGroup.subWorkGroups  : Initialize successful.
2019-02-04 16:58:24.058 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.W.sugToChosenWorkGroups  : Initialize successful.
2019-02-04 16:58:24.064 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.WorkGroup.theAgents      : Initialize successful.
2019-02-04 16:58:24.068 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.W.theWorkGroupInstSugs   : Initialize successful.
2019-02-04 16:58:24.071 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.OutOfWorkPeriod   : Initialize successful.
2019-02-04 16:58:24.076 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Role       : Initialize successful.
2019-02-04 16:58:24.080 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.Role.theReqAgents   : Initialize successful.
2019-02-04 16:58:24.088 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Role.theAgentPlaysRoles  : Initialize successful.
2019-02-04 16:58:24.092 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Role.theRoles     : Initialize successful.
2019-02-04 16:58:24.095 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theRoleNeedsAbilities  : Initialize successful.
2019-02-04 16:58:24.098 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Role.theAgentInstSugs    : Initialize successful.
2019-02-04 16:58:24.102 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.Role.theInstAgents  : Initialize successful.
2019-02-04 16:58:24.104 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.RoleNeedsAbility  : Initialize successful.
2019-02-04 16:58:24.109 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Artifact   : Initialize successful.
2019-02-04 16:58:24.113 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theInvolvedArtifacts   : Initialize successful.
2019-02-04 16:58:24.116 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theArtifactParams      : Initialize successful.
2019-02-04 16:58:24.119 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Artifact.theAutomatics   : Initialize successful.
2019-02-04 16:58:24.124 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theArtifactMetrics     : Initialize successful.
2019-02-04 16:58:24.128 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theArtifactEstimations : Initialize successful.
2019-02-04 16:58:24.131 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theVCSRepositories     : Initialize successful.
2019-02-04 16:58:24.135 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.staticPoliciesEnableds : Initialize successful.
2019-02-04 16:58:24.137 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.Artifact.possesses  : Initialize successful.
2019-02-04 16:58:24.141 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theArtifactTasks       : Initialize successful.
2019-02-04 16:58:24.146 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theArtifactCons        : Initialize successful.
2019-02-04 16:58:24.148 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ArtifactTask  : Initialize successful.
2019-02-04 16:58:24.151 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Asset      : Initialize successful.
2019-02-04 16:58:24.156 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.Asset.authorStats   : Initialize successful.
2019-02-04 16:58:24.161 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Asset.tagStats    : Initialize successful.
2019-02-04 16:58:24.164 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Asset.lessonsLearneds    : Initialize successful.
2019-02-04 16:58:24.168 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Asset.relatedAssets      : Initialize successful.
2019-02-04 16:58:24.170 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Asset.relatedByAssets    : Initialize successful.
2019-02-04 16:58:24.174 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Asset.comments    : Initialize successful.
2019-02-04 16:58:24.179 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Asset.favoritedBies      : Initialize successful.
2019-02-04 16:58:24.181 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Asset.followers   : Initialize successful.
2019-02-04 16:58:24.184 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Asset.collaborators      : Initialize successful.
2019-02-04 16:58:24.186 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.AssetRelationship   : Initialize successful.
2019-02-04 16:58:24.189 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.AssetStat  : Initialize successful.
2019-02-04 16:58:24.192 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.AuthorStat    : Initialize successful.
2019-02-04 16:58:24.198 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.LessonLearned     : Initialize successful.
2019-02-04 16:58:24.202 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Message    : Initialize successful.
2019-02-04 16:58:24.205 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.RelationshipKind  : Initialize successful.
2019-02-04 16:58:24.209 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theAssetRelationships  : Initialize successful.
2019-02-04 16:58:24.213 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Tag        : Initialize successful.
2019-02-04 16:58:24.216 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Tag.theTagStats   : Initialize successful.
2019-02-04 16:58:24.219 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.TagStat    : Initialize successful.
2019-02-04 16:58:24.221 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.CalendarDay   : Initialize successful.
2019-02-04 16:58:24.226 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Calendar   : Initialize successful.
2019-02-04 16:58:24.229 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Calendar.notWorkingDays  : Initialize successful.
2019-02-04 16:58:24.232 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.Calendar.projects   : Initialize successful.
2019-02-04 16:58:24.235 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ChatMessage   : Initialize successful.
2019-02-04 16:58:24.238 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.SpmConfiguration  : Initialize successful.
2019-02-04 16:58:24.243 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ArtifactCon   : Initialize successful.
2019-02-04 16:58:24.246 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.toMultipleCons         : Initialize successful.
2019-02-04 16:58:24.249 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.toActivities           : Initialize successful.
2019-02-04 16:58:24.252 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.fromActivities         : Initialize successful.
2019-02-04 16:58:24.255 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Branch     : Initialize successful.
2019-02-04 16:58:24.259 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.BranchAND  : Initialize successful.
2019-02-04 16:58:24.262 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.B.toMultipleConnections  : Initialize successful.
2019-02-04 16:58:24.265 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.B.fromActivities         : Initialize successful.
2019-02-04 16:58:24.271 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.BranchCond    : Initialize successful.
2019-02-04 16:58:24.282 DEBUG 28317 --- [  restartedMain] .c.E.u.l.s.d.B.theBranchCondToActivities : Initialize successful.
2019-02-04 16:58:24.291 DEBUG 28317 --- [  restartedMain] .E.u.l.s.d.B.theBranchCondToMultipleCons : Initialize successful.
2019-02-04 16:58:24.294 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.BranchCondToActivity     : Initialize successful.
2019-02-04 16:58:24.297 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.BranchCondToMultipleCon  : Initialize successful.
2019-02-04 16:58:24.301 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Connection    : Initialize successful.
2019-02-04 16:58:24.303 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Dependency    : Initialize successful.
2019-02-04 16:58:24.306 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.D.theMultipleCons        : Initialize successful.
2019-02-04 16:58:24.312 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Dependency.theSequences  : Initialize successful.
2019-02-04 16:58:24.314 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Feedback   : Initialize successful.
2019-02-04 16:58:24.318 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.JoinCon    : Initialize successful.
2019-02-04 16:58:24.321 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.J.fromMultipleCons       : Initialize successful.
2019-02-04 16:58:24.323 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.JoinCon.fromActivities   : Initialize successful.
2019-02-04 16:58:24.325 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.MultipleCon   : Initialize successful.
2019-02-04 16:58:24.327 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.MultipleCon.theBranches  : Initialize successful.
2019-02-04 16:58:24.329 DEBUG 28317 --- [  restartedMain] .E.u.l.s.d.M.theBranchCondToMultipleCons : Initialize successful.
2019-02-04 16:58:24.330 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.M.theArtifactCons        : Initialize successful.
2019-02-04 16:58:24.332 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.M.theBranchANDS          : Initialize successful.
2019-02-04 16:58:24.337 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.MultipleCon.theJoinCons  : Initialize successful.
2019-02-04 16:58:24.339 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Sequence   : Initialize successful.
2019-02-04 16:58:24.344 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.SimpleCon  : Initialize successful.
2019-02-04 16:58:24.347 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Driver     : Initialize successful.
2019-02-04 16:58:24.349 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Email      : Initialize successful.
2019-02-04 16:58:24.351 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.HelpTopic  : Initialize successful.
2019-02-04 16:58:24.354 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.HelpTopic.theHelpTopics  : Initialize successful.
2019-02-04 16:58:24.356 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Attachment    : Initialize successful.
2019-02-04 16:58:24.358 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Evaluation    : Initialize successful.
2019-02-04 16:58:24.360 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.E.theEvaluationAnswers   : Initialize successful.
2019-02-04 16:58:24.362 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.EvaluationAnswer  : Initialize successful.
2019-02-04 16:58:24.365 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.KMPlan     : Initialize successful.
2019-02-04 16:58:24.368 DEBUG 28317 --- [  restartedMain] E.u.l.s.d.K.theSpreadKnowledgeStructures : Initialize successful.
2019-02-04 16:58:24.370 DEBUG 28317 --- [  restartedMain] .s.d.K.theAcquisitionKnowledgeStructures : Initialize successful.
2019-02-04 16:58:24.372 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theKnowledgeMilestones : Initialize successful.
2019-02-04 16:58:24.376 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.KMPlan.theAgents  : Initialize successful.
2019-02-04 16:58:24.379 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.KnowledgeAttribute  : Initialize successful.
2019-02-04 16:58:24.381 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.K.itemsLists             : Initialize successful.
2019-02-04 16:58:24.383 DEBUG 28317 --- [  restartedMain] u.l.s.d.K.theKnowledgeAttributePositions : Initialize successful.
2019-02-04 16:58:24.385 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theKnowledgeValues     : Initialize successful.
2019-02-04 16:58:24.387 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.KnowledgeAttributeItem   : Initialize successful.
2019-02-04 16:58:24.390 DEBUG 28317 --- [  restartedMain] e.c.E.u.l.s.d.KnowledgeAttributePosition : Initialize successful.
2019-02-04 16:58:24.392 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.KnowledgeItem     : Initialize successful.
2019-02-04 16:58:24.395 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theAttachments         : Initialize successful.
2019-02-04 16:58:24.397 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theEvaluations         : Initialize successful.
2019-02-04 16:58:24.399 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theKnowledgeItems      : Initialize successful.
2019-02-04 16:58:24.401 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theKnowledgeValues     : Initialize successful.
2019-02-04 16:58:24.403 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theUtilityEvaluations  : Initialize successful.
2019-02-04 16:58:24.409 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.KnowledgeMaintenance     : Initialize successful.
2019-02-04 16:58:24.413 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theKnowledgeStructures : Initialize successful.
2019-02-04 16:58:24.415 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.KnowledgeMilestone  : Initialize successful.
2019-02-04 16:58:24.418 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.KnowledgeQuestion   : Initialize successful.
2019-02-04 16:58:24.425 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.K.answersLists           : Initialize successful.
2019-02-04 16:58:24.427 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theEvaluationAnswers   : Initialize successful.
2019-02-04 16:58:24.429 DEBUG 28317 --- [  restartedMain] .u.l.s.d.K.theKnowledgeQuestionPositions : Initialize successful.
2019-02-04 16:58:24.431 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.KnowledgeQuestionAnswer  : Initialize successful.
2019-02-04 16:58:24.434 DEBUG 28317 --- [  restartedMain] .e.c.E.u.l.s.d.KnowledgeQuestionPosition : Initialize successful.
2019-02-04 16:58:24.437 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.KnowledgeStructure  : Initialize successful.
2019-02-04 16:58:24.438 DEBUG 28317 --- [  restartedMain] u.l.s.d.K.theKnowledgeAttributePositions : Initialize successful.
2019-02-04 16:58:24.443 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theKnowledgeItems      : Initialize successful.
2019-02-04 16:58:24.446 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theKnowledgeMilestones : Initialize successful.
2019-02-04 16:58:24.447 DEBUG 28317 --- [  restartedMain] .u.l.s.d.K.theKnowledgeQuestionPositions : Initialize successful.
2019-02-04 16:58:24.449 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theSpreadKMPlans       : Initialize successful.
2019-02-04 16:58:24.453 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theAcquisitionKMPlans  : Initialize successful.
2019-02-04 16:58:24.455 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.KnowledgeValue    : Initialize successful.
2019-02-04 16:58:24.459 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.UtilityEvaluation   : Initialize successful.
2019-02-04 16:58:24.462 DEBUG 28317 --- [  restartedMain] .e.c.E.u.l.s.d.WebAPSEEObjectToKnowledge : Initialize successful.
2019-02-04 16:58:24.465 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.W.theKnowledgeItems      : Initialize successful.
2019-02-04 16:58:24.470 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.AgendaEvent   : Initialize successful.
2019-02-04 16:58:24.472 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.CatalogEvent  : Initialize successful.
2019-02-04 16:58:24.476 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.C.theAgendaEvents        : Initialize successful.
2019-02-04 16:58:24.479 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.ChatLog    : Initialize successful.
2019-02-04 16:58:24.481 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.C.involvedAgentsInChats  : Initialize successful.
2019-02-04 16:58:24.483 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ConnectionEvent   : Initialize successful.
2019-02-04 16:58:24.485 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.C.theCatalogEvents       : Initialize successful.
2019-02-04 16:58:24.487 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Event      : Initialize successful.
2019-02-04 16:58:24.489 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.GlobalActivityEvent      : Initialize successful.
2019-02-04 16:58:24.492 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.G.theCatalogEvents       : Initialize successful.
2019-02-04 16:58:24.494 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.SpmLog     : Initialize successful.
2019-02-04 16:58:24.496 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.SpmLog.theEvents  : Initialize successful.
2019-02-04 16:58:24.498 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.ModelingActivityEvent    : Initialize successful.
2019-02-04 16:58:24.505 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.M.theCatalogEvents       : Initialize successful.
2019-02-04 16:58:24.509 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ProcessEvent  : Initialize successful.
2019-02-04 16:58:24.512 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theCatalogEvents       : Initialize successful.
2019-02-04 16:58:24.514 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.ProcessModelEvent   : Initialize successful.
2019-02-04 16:58:24.516 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theCatalogEvents       : Initialize successful.
2019-02-04 16:58:24.518 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ResourceEvent     : Initialize successful.
2019-02-04 16:58:24.520 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.ResourceEvent.theAgents  : Initialize successful.
2019-02-04 16:58:24.522 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theCatalogEvents       : Initialize successful.
2019-02-04 16:58:24.525 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Company    : Initialize successful.
2019-02-04 16:58:24.527 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.C.organizationMetrics    : Initialize successful.
2019-02-04 16:58:24.529 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Company.policyEnableds   : Initialize successful.
2019-02-04 16:58:24.531 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.Company.theDrivers  : Initialize successful.
2019-02-04 16:58:24.533 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Company.theCompanyUnits  : Initialize successful.
2019-02-04 16:58:24.535 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.C.theDevelopingSystems   : Initialize successful.
2019-02-04 16:58:24.539 DEBUG 28317 --- [  restartedMain] c.E.u.l.s.d.C.theOrganizationEstimations : Initialize successful.
2019-02-04 16:58:24.548 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.CompanyUnit   : Initialize successful.
2019-02-04 16:58:24.551 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.C.theCompanyUnits        : Initialize successful.
2019-02-04 16:58:24.553 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.CompanyUnit.theAgents    : Initialize successful.
2019-02-04 16:58:24.554 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Node       : Initialize successful.
2019-02-04 16:58:24.555 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Node.children     : Initialize successful.
2019-02-04 16:58:24.556 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.Node.theStructures  : Initialize successful.
2019-02-04 16:58:24.558 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Project    : Initialize successful.
2019-02-04 16:58:24.560 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Project.finalArtifacts   : Initialize successful.
2019-02-04 16:58:24.563 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.Project.theKMPlans  : Initialize successful.
2019-02-04 16:58:24.565 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.VCSRepository     : Initialize successful.
2019-02-04 16:58:24.568 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Structure  : Initialize successful.
2019-02-04 16:58:24.570 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.S.theVCSRepositories     : Initialize successful.
2019-02-04 16:58:24.572 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.DevelopingSystem  : Initialize successful.
2019-02-04 16:58:24.576 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.D.theProjects            : Initialize successful.
2019-02-04 16:58:24.579 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Author     : Initialize successful.
2019-02-04 16:58:24.581 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Author.authorsFolloweds  : Initialize successful.
2019-02-04 16:58:24.583 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Author.theAssets  : Initialize successful.
2019-02-04 16:58:24.585 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Author.theAuthorStats    : Initialize successful.
2019-02-04 16:58:24.588 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theLessonLearneds      : Initialize successful.
2019-02-04 16:58:24.590 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Author.sentMessages      : Initialize successful.
2019-02-04 16:58:24.591 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Author.receivedMessages  : Initialize successful.
2019-02-04 16:58:24.593 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Author.favorites  : Initialize successful.
2019-02-04 16:58:24.596 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Author.assetsFolloweds   : Initialize successful.
2019-02-04 16:58:24.598 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.collaborateOnAssets    : Initialize successful.
2019-02-04 16:58:24.600 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.Author.theAuthors   : Initialize successful.
2019-02-04 16:58:24.602 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Organization  : Initialize successful.
2019-02-04 16:58:24.604 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Person     : Initialize successful.
2019-02-04 16:58:24.605 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ArtifactParam     : Initialize successful.
2019-02-04 16:58:24.606 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Automatic  : Initialize successful.
2019-02-04 16:58:24.610 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Automatic.theParameters  : Initialize successful.
2019-02-04 16:58:24.612 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.EnactionDescription      : Initialize successful.
2019-02-04 16:58:24.615 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.InvolvedArtifact  : Initialize successful.
2019-02-04 16:58:24.617 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Normal     : Initialize successful.
2019-02-04 16:58:24.620 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Normal.theTasks   : Initialize successful.
2019-02-04 16:58:24.622 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Normal.theReservations   : Initialize successful.
2019-02-04 16:58:24.624 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.N.theKnowledgeMilestones : Initialize successful.
2019-02-04 16:58:24.626 DEBUG 28317 --- [  restartedMain] E.u.l.s.d.N.theInvolvedArtifactToNormals : Initialize successful.
2019-02-04 16:58:24.628 DEBUG 28317 --- [  restartedMain] .l.s.d.N.theInvolvedArtifactsFromNormals : Initialize successful.
2019-02-04 16:58:24.630 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.N.theRequiredPeople      : Initialize successful.
2019-02-04 16:58:24.632 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.N.theRequiredResources   : Initialize successful.
2019-02-04 16:58:24.634 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Parameter  : Initialize successful.
2019-02-04 16:58:24.637 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.PrimitiveParam    : Initialize successful.
2019-02-04 16:58:24.643 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.ReqAgent   : Initialize successful.
2019-02-04 16:58:24.647 DEBUG 28317 --- [  restartedMain] E.u.l.s.d.R.theReqAgentRequiresAbilities : Initialize successful.
2019-02-04 16:58:24.649 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.ReqAgentRequiresAbility  : Initialize successful.
2019-02-04 16:58:24.652 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ReqWorkGroup  : Initialize successful.
2019-02-04 16:58:24.654 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.RequiredPeople    : Initialize successful.
2019-02-04 16:58:24.655 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.RequiredResource  : Initialize successful.
2019-02-04 16:58:24.658 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.ActivityInstantiated     : Initialize successful.
2019-02-04 16:58:24.661 DEBUG 28317 --- [  restartedMain] c.E.u.l.s.d.A.theInstatiationSuggestions : Initialize successful.
2019-02-04 16:58:24.664 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.AgentInstSug  : Initialize successful.
2019-02-04 16:58:24.665 DEBUG 28317 --- [  restartedMain] u.l.s.d.A.theAgentInstSuggestionToAgents : Initialize successful.
2019-02-04 16:58:24.668 DEBUG 28317 --- [  restartedMain] e.c.E.u.l.s.d.AgentInstSuggestionToAgent : Initialize successful.
2019-02-04 16:58:24.669 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.AgentWorkingLoad  : Initialize successful.
2019-02-04 16:58:24.671 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.WorkGroupInstSug  : Initialize successful.
2019-02-04 16:58:24.673 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.W.workGroupSuggesteds    : Initialize successful.
2019-02-04 16:58:24.674 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.InstantiationPolicyLog   : Initialize successful.
2019-02-04 16:58:24.678 DEBUG 28317 --- [  restartedMain] e.c.E.u.l.s.d.I.theActivityInstantiateds : Initialize successful.
2019-02-04 16:58:24.681 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.InstatiationSuggestion   : Initialize successful.
2019-02-04 16:58:24.683 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.PeopleInstSug     : Initialize successful.
2019-02-04 16:58:24.685 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ResourceInstSug   : Initialize successful.
2019-02-04 16:58:24.687 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.R.suggestedResources     : Initialize successful.
2019-02-04 16:58:24.689 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.ResourcePossibleUse      : Initialize successful.
2019-02-04 16:58:24.691 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.AbilityPolParam   : Initialize successful.
2019-02-04 16:58:24.693 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.InstAgent  : Initialize successful.
2019-02-04 16:58:24.695 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.I.theAgentInstSugs       : Initialize successful.
2019-02-04 16:58:24.697 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.InstantiationPolicy      : Initialize successful.
2019-02-04 16:58:24.698 DEBUG 28317 --- [  restartedMain] .c.E.u.l.s.d.I.thePolRestrictionCriteria : Initialize successful.
2019-02-04 16:58:24.701 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.InstWorkGroup     : Initialize successful.
2019-02-04 16:58:24.702 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.InstPeople    : Initialize successful.
2019-02-04 16:58:24.704 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.InstResource  : Initialize successful.
2019-02-04 16:58:24.706 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.MetricPolParam    : Initialize successful.
2019-02-04 16:58:24.710 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolCriteria   : Initialize successful.
2019-02-04 16:58:24.713 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolParameters       : Initialize successful.
2019-02-04 16:58:24.714 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Policy     : Initialize successful.
2019-02-04 16:58:24.716 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Policy.theActivities     : Initialize successful.
2019-02-04 16:58:24.718 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Policy.theCompanies      : Initialize successful.
2019-02-04 16:58:24.720 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Policy.theProcessModels  : Initialize successful.
2019-02-04 16:58:24.723 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.PolOrderCriteria  : Initialize successful.
2019-02-04 16:58:24.725 DEBUG 28317 --- [  restartedMain] e.c.E.u.l.s.d.P.theInstantiationPolicies : Initialize successful.
2019-02-04 16:58:24.726 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolParameter  : Initialize successful.
2019-02-04 16:58:24.728 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.PolRestrictionCriteria   : Initialize successful.
2019-02-04 16:58:24.730 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.PrimitivePolParam   : Initialize successful.
2019-02-04 16:58:24.732 DEBUG 28317 --- [  restartedMain] e.c.E.u.l.s.d.RelationalOperatorPolParam : Initialize successful.
2019-02-04 16:58:24.734 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.TypePolParam  : Initialize successful.
2019-02-04 16:58:24.736 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.PolAssociation    : Initialize successful.
2019-02-04 16:58:24.737 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolOperands         : Initialize successful.
2019-02-04 16:58:24.739 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolCondition  : Initialize successful.
2019-02-04 16:58:24.743 DEBUG 28317 --- [  restartedMain] .c.E.u.l.s.d.P.theBranchCondToActivities : Initialize successful.
2019-02-04 16:58:24.746 DEBUG 28317 --- [  restartedMain] .E.u.l.s.d.P.theBranchCondToMultipleCons : Initialize successful.
2019-02-04 16:58:24.747 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theFeedbacks           : Initialize successful.
2019-02-04 16:58:24.749 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theNormalPreConds      : Initialize successful.
2019-02-04 16:58:24.751 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theNormalPosConds      : Initialize successful.
2019-02-04 16:58:24.753 DEBUG 28317 --- [  restartedMain] e.c.E.u.l.s.d.P.theInstantiationPolicies : Initialize successful.
2019-02-04 16:58:24.755 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.PolConnection     : Initialize successful.
2019-02-04 16:58:24.758 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.PolExpression     : Initialize successful.
2019-02-04 16:58:24.760 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolConditions       : Initialize successful.
2019-02-04 16:58:24.762 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolConnections      : Initialize successful.
2019-02-04 16:58:24.763 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolInterface  : Initialize successful.
2019-02-04 16:58:24.765 DEBUG 28317 --- [  restartedMain] e.c.E.u.l.s.d.P.theInstantiationPolicies : Initialize successful.
2019-02-04 16:58:24.768 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolObjectInterfaces : Initialize successful.
2019-02-04 16:58:24.770 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theStaticPolicies      : Initialize successful.
2019-02-04 16:58:24.771 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.PolMethodOperator   : Initialize successful.
2019-02-04 16:58:24.775 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolRequiredOperands : Initialize successful.
2019-02-04 16:58:24.778 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.PolObject  : Initialize successful.
2019-02-04 16:58:24.780 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolOperands         : Initialize successful.
2019-02-04 16:58:24.782 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.PolObjectInterface  : Initialize successful.
2019-02-04 16:58:24.783 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolObjValue   : Initialize successful.
2019-02-04 16:58:24.786 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolOperand    : Initialize successful.
2019-02-04 16:58:24.788 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolExpressions      : Initialize successful.
2019-02-04 16:58:24.791 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolRelations        : Initialize successful.
2019-02-04 16:58:24.793 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolRequiredOperands : Initialize successful.
2019-02-04 16:58:24.795 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolOperator   : Initialize successful.
2019-02-04 16:58:24.796 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolOperands         : Initialize successful.
2019-02-04 16:58:24.802 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolRelation   : Initialize successful.
2019-02-04 16:58:24.804 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.thePolExpressions      : Initialize successful.
2019-02-04 16:58:24.805 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.PolRequiredOperand  : Initialize successful.
2019-02-04 16:58:24.807 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.PolReservedWordOperator  : Initialize successful.
2019-02-04 16:58:24.812 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.StaticPolicy  : Initialize successful.
2019-02-04 16:58:24.815 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.S.enablingProperties     : Initialize successful.
2019-02-04 16:58:24.816 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.StaticPolicy.properties  : Initialize successful.
2019-02-04 16:58:24.818 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.StaticPolicy.theAgents   : Initialize successful.
2019-02-04 16:58:24.820 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.S.theArtifacts           : Initialize successful.
2019-02-04 16:58:24.823 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.S.theResources           : Initialize successful.
2019-02-04 16:58:24.825 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.ActivityEstimation  : Initialize successful.
2019-02-04 16:58:24.827 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ActivityMetric    : Initialize successful.
2019-02-04 16:58:24.829 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.AgentEstimation   : Initialize successful.
2019-02-04 16:58:24.831 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.AgentMetric   : Initialize successful.
2019-02-04 16:58:24.834 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.ArtifactEstimation  : Initialize successful.
2019-02-04 16:58:24.835 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ArtifactMetric    : Initialize successful.
2019-02-04 16:58:24.836 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Estimation    : Initialize successful.
2019-02-04 16:58:24.837 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.WorkGroupEstimation      : Initialize successful.
2019-02-04 16:58:24.839 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.WorkGroupMetric   : Initialize successful.
2019-02-04 16:58:24.843 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Metric     : Initialize successful.
2019-02-04 16:58:24.845 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.MetricDefinitionUnit     : Initialize successful.
2019-02-04 16:58:24.847 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.MetricDefinition  : Initialize successful.
2019-02-04 16:58:24.849 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.MetricDefinition.units   : Initialize successful.
2019-02-04 16:58:24.851 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.M.theMetricPolParams     : Initialize successful.
2019-02-04 16:58:24.853 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.M.theEstimations         : Initialize successful.
2019-02-04 16:58:24.855 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.M.theMetrics             : Initialize successful.
2019-02-04 16:58:24.857 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.OrganizationEstimation   : Initialize successful.
2019-02-04 16:58:24.859 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.OrganizationMetric  : Initialize successful.
2019-02-04 16:58:24.862 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.ProcessEstimation   : Initialize successful.
2019-02-04 16:58:24.864 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ProcessMetric     : Initialize successful.
2019-02-04 16:58:24.866 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.ResourceEstimation  : Initialize successful.
2019-02-04 16:58:24.868 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ResourceMetric    : Initialize successful.
2019-02-04 16:58:24.879 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.GraphicCoordinate   : Initialize successful.
2019-02-04 16:58:24.881 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.WebAPSEEObject    : Initialize successful.
2019-02-04 16:58:24.886 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Description   : Initialize successful.
2019-02-04 16:58:24.889 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Process    : Initialize successful.
2019-02-04 16:58:24.892 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theProcessAgendas      : Initialize successful.
2019-02-04 16:58:24.893 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theProcessEvents       : Initialize successful.
2019-02-04 16:58:24.895 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Process.theProjects      : Initialize successful.
2019-02-04 16:58:24.903 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theProcessEstimations  : Initialize successful.
2019-02-04 16:58:24.904 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theProcessMetrics      : Initialize successful.
2019-02-04 16:58:24.906 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.Process.theAgents   : Initialize successful.
2019-02-04 16:58:24.910 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ProcessModel  : Initialize successful.
2019-02-04 16:58:24.913 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.policiesEnableds       : Initialize successful.
2019-02-04 16:58:24.915 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theActivities          : Initialize successful.
2019-02-04 16:58:24.919 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theDecomposeds         : Initialize successful.
2019-02-04 16:58:24.922 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theConnections         : Initialize successful.
2019-02-04 16:58:24.924 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theProcessModelEvents  : Initialize successful.
2019-02-04 16:58:24.926 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Template   : Initialize successful.
2019-02-04 16:58:24.928 DEBUG 28317 --- [  restartedMain] u.l.s.d.T.theOriginalVersionDescriptions : Initialize successful.
2019-02-04 16:58:24.932 DEBUG 28317 --- [  restartedMain] .u.l.s.d.T.theDerivedVersionDescriptions : Initialize successful.
2019-02-04 16:58:24.935 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.T.theProcessModels       : Initialize successful.
2019-02-04 16:58:24.937 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Consumable    : Initialize successful.
2019-02-04 16:58:24.939 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Exclusive  : Initialize successful.
2019-02-04 16:58:24.943 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.E.theReservations        : Initialize successful.
2019-02-04 16:58:24.945 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Reservation   : Initialize successful.
2019-02-04 16:58:24.947 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Shareable  : Initialize successful.
2019-02-04 16:58:24.949 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Resource   : Initialize successful.
2019-02-04 16:58:24.951 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.R.staticPoliciesEnableds : Initialize successful.
2019-02-04 16:58:24.953 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theResourceEvents      : Initialize successful.
2019-02-04 16:58:24.954 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theRequiredResources   : Initialize successful.
2019-02-04 16:58:24.960 DEBUG 28317 --- [  restartedMain] .e.c.E.u.l.s.d.R.theResourcePossibleUses : Initialize successful.
2019-02-04 16:58:24.962 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theResourceEstimations : Initialize successful.
2019-02-04 16:58:24.964 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theResourceMetrics     : Initialize successful.
2019-02-04 16:58:24.967 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Resource.theResources    : Initialize successful.
2019-02-04 16:58:24.968 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Credential    : Initialize successful.
2019-02-04 16:58:24.970 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.LogEntry   : Initialize successful.
2019-02-04 16:58:24.974 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Ocurrence  : Initialize successful.
2019-02-04 16:58:24.978 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ProcessAgenda     : Initialize successful.
2019-02-04 16:58:24.980 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.ProcessAgenda.theTasks   : Initialize successful.
2019-02-04 16:58:24.982 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Task       : Initialize successful.
2019-02-04 16:58:24.985 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Task.theArtifactTasks    : Initialize successful.
2019-02-04 16:58:24.991 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Task.theAgendaEvents     : Initialize successful.
2019-02-04 16:58:24.993 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.Task.theOcurrences  : Initialize successful.
2019-02-04 16:58:24.995 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.TaskAgenda    : Initialize successful.
2019-02-04 16:58:24.997 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.T.theProcessAgenda       : Initialize successful.
2019-02-04 16:58:24.998 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ClassMethodCall   : Initialize successful.
2019-02-04 16:58:25.001 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.PrimitiveType     : Initialize successful.
2019-02-04 16:58:25.004 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.P.theToolParameters      : Initialize successful.
2019-02-04 16:58:25.006 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Script     : Initialize successful.
2019-02-04 16:58:25.011 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.Subroutine    : Initialize successful.
2019-02-04 16:58:25.013 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.S.theToolParameters      : Initialize successful.
2019-02-04 16:58:25.014 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ToolDefinition    : Initialize successful.
2019-02-04 16:58:25.016 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.T.theArtifactTypes       : Initialize successful.
2019-02-04 16:58:25.018 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ToolParameter     : Initialize successful.
2019-02-04 16:58:25.020 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.AbilityType   : Initialize successful.
2019-02-04 16:58:25.023 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theAbilities           : Initialize successful.
2019-02-04 16:58:25.025 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ActivityType  : Initialize successful.
2019-02-04 16:58:25.026 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theActivities          : Initialize successful.
2019-02-04 16:58:25.094 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theProcesses           : Initialize successful.
2019-02-04 16:58:25.095 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ArtifactType  : Initialize successful.
2019-02-04 16:58:25.097 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theArtifacts           : Initialize successful.
2019-02-04 16:58:25.099 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theArtifactCons        : Initialize successful.
2019-02-04 16:58:25.105 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theInvolvedArtifacts   : Initialize successful.
2019-02-04 16:58:25.110 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theSubroutines         : Initialize successful.
2019-02-04 16:58:25.112 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theToolParameters      : Initialize successful.
2019-02-04 16:58:25.130 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.A.theToolDefinitions     : Initialize successful.
2019-02-04 16:58:25.132 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.ConnectionType    : Initialize successful.
2019-02-04 16:58:25.135 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.C.theConnections         : Initialize successful.
2019-02-04 16:58:25.137 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.EventType  : Initialize successful.
2019-02-04 16:58:25.138 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.EventType.theEvents      : Initialize successful.
2019-02-04 16:58:25.139 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.WorkGroupType     : Initialize successful.
2019-02-04 16:58:25.140 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.W.theWorkGroups          : Initialize successful.
2019-02-04 16:58:25.141 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.W.theReqWorkGroups       : Initialize successful.
2019-02-04 16:58:25.142 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.W.sugToReqWorkGroups     : Initialize successful.
2019-02-04 16:58:25.144 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.W.theInstWorkGroups      : Initialize successful.
2019-02-04 16:58:25.149 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.KnowledgeType     : Initialize successful.
2019-02-04 16:58:25.151 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.K.theKnowledgeItems      : Initialize successful.
2019-02-04 16:58:25.152 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.MetricType    : Initialize successful.
2019-02-04 16:58:25.154 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.M.theMetricDefinitions   : Initialize successful.
2019-02-04 16:58:25.156 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.PolicyType    : Initialize successful.
2019-02-04 16:58:25.163 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.PolicyType.thePolicies   : Initialize successful.
2019-02-04 16:58:25.167 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.ResourceType  : Initialize successful.
2019-02-04 16:58:25.169 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theRequiredResources   : Initialize successful.
2019-02-04 16:58:25.170 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theInstResources       : Initialize successful.
2019-02-04 16:58:25.181 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.R.theResources           : Initialize successful.
2019-02-04 16:58:25.184 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.RoleType   : Initialize successful.
2019-02-04 16:58:25.186 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.domain.RoleType.theRoles   : Initialize successful.
2019-02-04 16:58:25.189 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.ToolType   : Initialize successful.
2019-02-04 16:58:25.193 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.T.theToolDefinitions     : Initialize successful.
2019-02-04 16:58:25.203 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Type       : Initialize successful.
2019-02-04 16:58:25.205 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Type.theTypePolParams    : Initialize successful.
2019-02-04 16:58:25.209 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.spm.domain.Type.theTypes     : Initialize successful.
2019-02-04 16:58:25.210 DEBUG 28317 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Plugin     : Initialize successful.
2019-02-04 16:58:25.212 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.l.s.d.Plugin.theUserPlugins    : Initialize successful.
2019-02-04 16:58:25.216 DEBUG 28317 --- [  restartedMain] c.e.c.E.u.labes.spm.domain.UserPlugin    : Initialize successful.
2019-02-04 16:58:25.218 DEBUG 28317 --- [  restartedMain] e.c.E.u.l.s.d.R.instantiationSuggestions : Initialize successful.
2019-02-04 16:58:25.471 DEBUG 28317 --- [  restartedMain] b.u.l.spm.config.LiquibaseConfiguration  : Configuring Liquibase
2019-02-04 16:58:25.478  WARN 28317 --- [  restartedMain] com.zaxxer.hikari.HikariConfig           : Hikari - maxLifetime is less than 30000ms, setting to default 1800000ms.
2019-02-04 16:58:25.751  WARN 28317 --- [ spm-Executor-1] i.g.j.c.liquibase.AsyncSpringLiquibase   : Starting Liquibase asynchronously, your database might not be ready at startup!
2019-02-04 16:58:33.158 DEBUG 28317 --- [ spm-Executor-1] i.g.j.c.liquibase.AsyncSpringLiquibase   : Liquibase has updatedyour database in 7406 ms
2019-02-04 16:58:33.158  WARN 28317 --- [ spm-Executor-1] i.g.j.c.liquibase.AsyncSpringLiquibase   : Warning, Liquibase took more than 5 seconds to start up!
2019-02-04 16:58:33.690 DEBUG 28317 --- [  restartedMain] br.ufpa.labes.spm.config.WebConfigurer   : Registering CORS filter
2019-02-04 16:58:33.824  INFO 28317 --- [  restartedMain] br.ufpa.labes.spm.config.WebConfigurer   : Web application configuration, using profiles: dev
2019-02-04 16:58:33.824  INFO 28317 --- [  restartedMain] br.ufpa.labes.spm.config.WebConfigurer   : Web application fullyconfigured
2019-02-04 16:58:34.371 DEBUG 28317 --- [  restartedMain] b.u.l.spm.security.jwt.TokenProvider     : Using a Base64-encoded JWT secret key
2019-02-04 16:58:51.869 DEBUG 28317 --- [  restartedMain] i.g.j.c.apidoc.SwaggerAutoConfiguration  : Starting Swagger
2019-02-04 16:58:51.883 DEBUG 28317 --- [  restartedMain] i.g.j.c.apidoc.SwaggerAutoConfiguration  : Started Swagger in 14ms

I've even tested with a 4th window running sudo docker-compose -f src/main/docker/mysql.yml up [-d], but now I'm facing the problem that is do not have a password for 'root'@'172.18.0.1'

@pascalgrimaud
Copy link
Member

I tested your configuration and everything works fine for me.

In DEV, I need to start MySQL (using Docker) as you used it in development:

NAMES                IMAGE               STATUS              PORTS
docker_spm-mysql_1   mysql:5.7.20        Up 3 minutes        0.0.0.0:3306->3306/tcp

Then, I launch mvn :

2019-02-04 21:56:40.473 DEBUG 21057 --- [  restartedMain] b.u.labes.spm.config.AsyncConfiguration  : Creating Async Task Executor
2019-02-04 21:56:43.234 DEBUG 21057 --- [  restartedMain] c.ehcache.core.Ehcache-usersByLogin      : Initialize successful.
2019-02-04 21:56:43.274 DEBUG 21057 --- [  restartedMain] c.ehcache.core.Ehcache-usersByEmail      : Initialize successful.
2019-02-04 21:56:43.281 DEBUG 21057 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.User       : Initialize successful.
2019-02-04 21:56:43.288 DEBUG 21057 --- [  restartedMain] c.e.c.E.ufpa.labes.spm.domain.Authority  : Initialize successful.
2019-02-04 21:56:43.294 DEBUG 21057 --- [  restartedMain] c.e.c.E.u.l.spm.domain.User.authorities  : Initialize successful.
2019-02-04 21:56:43.577 DEBUG 21057 --- [  restartedMain] b.u.l.spm.config.LiquibaseConfiguration  : Configuring Liquibase
2019-02-04 21:56:44.092  WARN 21057 --- [ spm-Executor-1] i.g.j.c.liquibase.AsyncSpringLiquibase   : Starting Liquibase asynchronously, your database might not be ready at startup!
2019-02-04 21:56:48.674 DEBUG 21057 --- [ spm-Executor-1] i.g.j.c.liquibase.AsyncSpringLiquibase   : Liquibase has updated your database in 4579 ms
2019-02-04 21:56:56.018 DEBUG 21057 --- [  restartedMain] br.ufpa.labes.spm.config.WebConfigurer   : Registering CORS filter
2019-02-04 21:56:56.172  INFO 21057 --- [  restartedMain] br.ufpa.labes.spm.config.WebConfigurer   : Web application configuration, using profiles: dev
2019-02-04 21:56:56.172  INFO 21057 --- [  restartedMain] br.ufpa.labes.spm.config.WebConfigurer   : Web application fully configured
2019-02-04 21:56:56.674 DEBUG 21057 --- [  restartedMain] b.u.l.spm.security.jwt.TokenProvider     : Using a Base64-encoded JWT secret key
2019-02-04 21:56:57.680 DEBUG 21057 --- [  restartedMain] c.g.v.s.jest.mapper.DefaultErrorMapper   : Cannot execute jest action , response code : 404 , error : 404 Not Found , message : null
2019-02-04 21:57:02.000 DEBUG 21057 --- [  restartedMain] i.g.j.c.apidoc.SwaggerAutoConfiguration  : Starting Swagger
2019-02-04 21:57:02.016 DEBUG 21057 --- [  restartedMain] i.g.j.c.apidoc.SwaggerAutoConfiguration  : Started Swagger in 16 ms
2019-02-04 21:57:03.647  INFO 21057 --- [  restartedMain] br.ufpa.labes.spm.SpmApp                 : 
----------------------------------------------------------
	Application 'spm' is running! Access URLs:
	Local: 		http://localhost:8080/
	External: 	http://127.0.1.1:8080/
	Profile(s): 	[dev, swagger]
----------------------------------------------------------

In PROD, I need to start MySQL and Elasticsearch. I used our Docker configuration:

NAMES                        IMAGE                  STATUS              PORTS
docker_spm-elasticsearch_1   elasticsearch:5.6.13   Up 2 minutes        0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp
docker_spm-mysql_1           mysql:5.7.20           Up 7 minutes        0.0.0.0:3306->3306/tcp

Then I package and launch the war in prod:

➜ java -jar target/*.war        

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

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

2019-02-04 22:03:31.295  INFO 23526 --- [           main] br.ufpa.labes.spm.config.WebConfigurer   : Web application configuration, using profiles: prod
2019-02-04 22:03:31.300  INFO 23526 --- [           main] br.ufpa.labes.spm.config.WebConfigurer   : Web application fully configured
2019-02-04 22:03:37.422  INFO 23526 --- [           main] br.ufpa.labes.spm.SpmApp                 : 
----------------------------------------------------------
	Application 'spm' is running! Access URLs:
	Local: 		http://localhost:8080/
	External: 	http://127.0.1.1:8080/
	Profile(s): 	[prod]
----------------------------------------------------------

I'm pretty sure it's your computer or your tools, but as you didn't correctly complete the ticket, it is impossible to reproduce your issue, that's why I'm closing this one.

If you filled correctly the template and give us information on how to reproduce the issue, we can reopen it.

@pascalgrimaud
Copy link
Member

This ticket has been closed as the guidelines are not followed.

Tickets must follow our Guidelines, as mentioned in:

  1. our Readme file on the front page of the project,
  2. the "create a new ticket" page and
  3. our Help page

We have also created a template on the "create a new ticket" page to help you follow those guidelines.

If this is indeed a JHipster bug, please open a new issue with proper details or update this issue with all details and request to reopen.
Issues opened without proper details will be closed without explanation.

If you have a question please use Stack Overflow, and tag the question with jhipster. This helps the project to keep the issue tracker clean. Also, Stack Overflow will give your question a larger audience:

  • This will increase your chances to get an answer
  • Answers will be of higher quality, as there is a voting system
  • This will also help other users who might have the same issue, as questions are tagged and easily searchable

@Lakshamana
Copy link
Author

Lakshamana commented Feb 4, 2019

If I use sudo docker-compose -f src/main/docker/mysql.yml up [-d] do I need to setup I password and if yes, how can I do it? Note that IP is not 'localhost', but it is 172.18.0.1.

@jdubois jdubois added this to the 6.0.0-beta.0 milestone Apr 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants