iceScrum | Erreur icescrum.war sur tomcat – iceScrum

iceScrum Forums Discuss on iceScrum

Viewing 3 posts - 1 through 3 (of 3 total)

  • Author
    Posts
  • #250981

    Nicolas
    Participant

    Bonjour,
    J’ai mis en place sur une centos 7.6 un Tomcat 8.5.41 (Java 1.8.0), j’y ai placé le war d’icescrum (7.35.2) mais celui-ci ne le charge pas correctement, j’obtiens l’erreur ci-dessous dans le log icescrum. J’obtiens un 404 en http.
    Mysql est installé, mais j’ai pour le moment gardé la database en h2.
    Savez-vous d’où cela puisse venir ?
    Merci d’avance,

    2019-06-17 09:59:39,765 [localhost-startStop-1] INFO  grails.plugin.hibernate4.HibernatePluginSupport  - Set db generation strategy to 'update' for datasource DEFAULT
    2019-06-17 09:59:49,619 [localhost-startStop-1] ERROR org.apache.tomcat.jdbc.pool.ConnectionPool  - Unable to create initial connections of pool.
    org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    	at org.h2.message.DbException.getJdbcSQLException(DbException.java:344)
    	at org.h2.message.DbException.get(DbException.java:167)
    	at org.h2.store.FileLock.getExceptionFatal(FileLock.java:457)
    	at org.h2.store.FileLock.save(FileLock.java:226)
    	at org.h2.store.FileLock.lockFile(FileLock.java:353)
    	at org.h2.store.FileLock.lock(FileLock.java:136)
    	at org.h2.engine.Database.open(Database.java:622)
    	at org.h2.engine.Database.openDatabase(Database.java:260)
    	at org.h2.engine.Database.<init>(Database.java:254)
    	at org.h2.engine.Engine.openSession(Engine.java:57)
    	at org.h2.engine.Engine.openSession(Engine.java:164)
    	at org.h2.engine.Engine.createSessionAndValidate(Engine.java:142)
    	at org.h2.engine.Engine.createSession(Engine.java:125)
    	at org.h2.engine.Engine.createSession(Engine.java:27)
    	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:331)
    	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:107)
    	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:91)
    	at org.h2.Driver.connect(Driver.java:74)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	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.io.FileNotFoundException: /prodDb.lock.db (Permission non accordée)
    	at java.io.FileOutputStream.open(FileOutputStream.java:270)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
    	at org.h2.store.fs.FilePathDisk.newOutputStream(FilePathDisk.java:280)
    	at org.h2.store.fs.FileUtils.newOutputStream(FileUtils.java:222)
    	at org.h2.store.FileLock.save(FileLock.java:214)
    	... 19 more
    2019-06-17 09:59:56,336 [localhost-startStop-1] ERROR org.apache.tomcat.jdbc.pool.ConnectionPool  - Unable to create initial connections of pool.
    org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    	at org.h2.message.DbException.getJdbcSQLException(DbException.java:344)
    	at org.h2.message.DbException.get(DbException.java:167)
    	at org.h2.store.FileLock.getExceptionFatal(FileLock.java:457)
    	at org.h2.store.FileLock.save(FileLock.java:226)
    	at org.h2.store.FileLock.lockFile(FileLock.java:353)
    	at org.h2.store.FileLock.lock(FileLock.java:136)
    	at org.h2.engine.Database.open(Database.java:622)
    	at org.h2.engine.Database.openDatabase(Database.java:260)
    	at org.h2.engine.Database.<init>(Database.java:254)
    	at org.h2.engine.Engine.openSession(Engine.java:57)
    	at org.h2.engine.Engine.openSession(Engine.java:164)
    	at org.h2.engine.Engine.createSessionAndValidate(Engine.java:142)
    	at org.h2.engine.Engine.createSession(Engine.java:125)
    	at org.h2.engine.Engine.createSession(Engine.java:27)
    	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:331)
    	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:107)
    	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:91)
    	at org.h2.Driver.connect(Driver.java:74)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	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.io.FileNotFoundException: /prodDb.lock.db (Permission non accordée)
    	at java.io.FileOutputStream.open(FileOutputStream.java:270)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
    	at org.h2.store.fs.FilePathDisk.newOutputStream(FilePathDisk.java:280)
    	at org.h2.store.fs.FileUtils.newOutputStream(FileUtils.java:222)
    	at org.h2.store.FileLock.save(FileLock.java:214)
    	... 19 more
    2019-06-17 10:00:00,402 [localhost-startStop-1] ERROR org.apache.tomcat.jdbc.pool.ConnectionPool  - Unable to create initial connections of pool.
    org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    	at org.h2.message.DbException.getJdbcSQLException(DbException.java:344)
    	at org.h2.message.DbException.get(DbException.java:167)
    	at org.h2.store.FileLock.getExceptionFatal(FileLock.java:457)
    	at org.h2.store.FileLock.save(FileLock.java:226)
    	at org.h2.store.FileLock.lockFile(FileLock.java:353)
    	at org.h2.store.FileLock.lock(FileLock.java:136)
    	at org.h2.engine.Database.open(Database.java:622)
    	at org.h2.engine.Database.openDatabase(Database.java:260)
    	at org.h2.engine.Database.<init>(Database.java:254)
    	at org.h2.engine.Engine.openSession(Engine.java:57)
    	at org.h2.engine.Engine.openSession(Engine.java:164)
    	at org.h2.engine.Engine.createSessionAndValidate(Engine.java:142)
    	at org.h2.engine.Engine.createSession(Engine.java:125)
    	at org.h2.engine.Engine.createSession(Engine.java:27)
    	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:331)
    	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:107)
    	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:91)
    	at org.h2.Driver.connect(Driver.java:74)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	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.io.FileNotFoundException: /prodDb.lock.db (Permission non accordée)
    	at java.io.FileOutputStream.open(FileOutputStream.java:270)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
    	at org.h2.store.fs.FilePathDisk.newOutputStream(FilePathDisk.java:280)
    	at org.h2.store.fs.FileUtils.newOutputStream(FileUtils.java:222)
    	at org.h2.store.FileLock.save(FileLock.java:214)
    	... 19 more
    2019-06-17 10:00:00,415 [localhost-startStop-1] ERROR org.codehaus.groovy.grails.web.context.GrailsContextLoaderListener  - Error initializing the application: Error creating bean with name 'transactionManagerPostProcessor': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager': Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory': Cannot resolve reference to bean 'hibernateProperties' while setting bean property 'hibernateProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateProperties': Cannot resolve reference to bean 'dialectDetector' while setting bean property 'properties' with key [hibernate.dialect]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dialectDetector': Invocation of init method failed; nested exception is org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManagerPostProcessor': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager': Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory': Cannot resolve reference to bean 'hibernateProperties' while setting bean property 'hibernateProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateProperties': Cannot resolve reference to bean 'dialectDetector' while setting bean property 'properties' with key [hibernate.dialect]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dialectDetector': Invocation of init method failed; nested exception is org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	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: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager': Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory': Cannot resolve reference to bean 'hibernateProperties' while setting bean property 'hibernateProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateProperties': Cannot resolve reference to bean 'dialectDetector' while setting bean property 'properties' with key [hibernate.dialect]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dialectDetector': Invocation of init method failed; nested exception is org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    	... 5 more
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory': Cannot resolve reference to bean 'hibernateProperties' while setting bean property 'hibernateProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateProperties': Cannot resolve reference to bean 'dialectDetector' while setting bean property 'properties' with key [hibernate.dialect]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dialectDetector': Invocation of init method failed; nested exception is org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    	... 5 more
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateProperties': Cannot resolve reference to bean 'dialectDetector' while setting bean property 'properties' with key [hibernate.dialect]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dialectDetector': Invocation of init method failed; nested exception is org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    	... 5 more
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dialectDetector': Invocation of init method failed; nested exception is org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    	... 5 more
    Caused by: org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    	... 5 more
    Caused by: org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    	at org.h2.message.DbException.getJdbcSQLException(DbException.java:344)
    	at org.h2.message.DbException.get(DbException.java:167)
    	at org.h2.store.FileLock.getExceptionFatal(FileLock.java:457)
    	at org.h2.store.FileLock.save(FileLock.java:226)
    	at org.h2.store.FileLock.lockFile(FileLock.java:353)
    	at org.h2.store.FileLock.lock(FileLock.java:136)
    	at org.h2.engine.Database.open(Database.java:622)
    	at org.h2.engine.Database.openDatabase(Database.java:260)
    	at org.h2.engine.Database.<init>(Database.java:254)
    	at org.h2.engine.Engine.openSession(Engine.java:57)
    	at org.h2.engine.Engine.openSession(Engine.java:164)
    	at org.h2.engine.Engine.createSessionAndValidate(Engine.java:142)
    	at org.h2.engine.Engine.createSession(Engine.java:125)
    	at org.h2.engine.Engine.createSession(Engine.java:27)
    	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:331)
    	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:107)
    	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:91)
    	at org.h2.Driver.connect(Driver.java:74)
    	... 5 more
    Caused by: java.io.FileNotFoundException: /prodDb.lock.db (Permission non accordée)
    	at java.io.FileOutputStream.open(FileOutputStream.java:270)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
    	at org.h2.store.fs.FilePathDisk.newOutputStream(FilePathDisk.java:280)
    	at org.h2.store.fs.FileUtils.newOutputStream(FileUtils.java:222)
    	at org.h2.store.FileLock.save(FileLock.java:214)
    	... 19 more
    2019-06-17 10:00:00,419 [localhost-startStop-1] ERROR org.codehaus.groovy.grails.web.context.GrailsContextLoaderListener  - Error initializing Grails: Error creating bean with name 'transactionManagerPostProcessor': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager': Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory': Cannot resolve reference to bean 'hibernateProperties' while setting bean property 'hibernateProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateProperties': Cannot resolve reference to bean 'dialectDetector' while setting bean property 'properties' with key [hibernate.dialect]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dialectDetector': Invocation of init method failed; nested exception is org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManagerPostProcessor': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager': Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory': Cannot resolve reference to bean 'hibernateProperties' while setting bean property 'hibernateProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateProperties': Cannot resolve reference to bean 'dialectDetector' while setting bean property 'properties' with key [hibernate.dialect]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dialectDetector': Invocation of init method failed; nested exception is org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	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: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager': Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory': Cannot resolve reference to bean 'hibernateProperties' while setting bean property 'hibernateProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateProperties': Cannot resolve reference to bean 'dialectDetector' while setting bean property 'properties' with key [hibernate.dialect]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dialectDetector': Invocation of init method failed; nested exception is org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    	... 5 more
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory': Cannot resolve reference to bean 'hibernateProperties' while setting bean property 'hibernateProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateProperties': Cannot resolve reference to bean 'dialectDetector' while setting bean property 'properties' with key [hibernate.dialect]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dialectDetector': Invocation of init method failed; nested exception is org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    	... 5 more
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateProperties': Cannot resolve reference to bean 'dialectDetector' while setting bean property 'properties' with key [hibernate.dialect]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dialectDetector': Invocation of init method failed; nested exception is org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    	... 5 more
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dialectDetector': Invocation of init method failed; nested exception is org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    	... 5 more
    Caused by: org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    	... 5 more
    Caused by: org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]
    	at org.h2.message.DbException.getJdbcSQLException(DbException.java:344)
    	at org.h2.message.DbException.get(DbException.java:167)
    	at org.h2.store.FileLock.getExceptionFatal(FileLock.java:457)
    	at org.h2.store.FileLock.save(FileLock.java:226)
    	at org.h2.store.FileLock.lockFile(FileLock.java:353)
    	at org.h2.store.FileLock.lock(FileLock.java:136)
    	at org.h2.engine.Database.open(Database.java:622)
    	at org.h2.engine.Database.openDatabase(Database.java:260)
    	at org.h2.engine.Database.<init>(Database.java:254)
    	at org.h2.engine.Engine.openSession(Engine.java:57)
    	at org.h2.engine.Engine.openSession(Engine.java:164)
    	at org.h2.engine.Engine.createSessionAndValidate(Engine.java:142)
    	at org.h2.engine.Engine.createSession(Engine.java:125)
    	at org.h2.engine.Engine.createSession(Engine.java:27)
    	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:331)
    	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:107)
    	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:91)
    	at org.h2.Driver.connect(Driver.java:74)
    	... 5 more
    Caused by: java.io.FileNotFoundException: /prodDb.lock.db (Permission non accordée)
    	at java.io.FileOutputStream.open(FileOutputStream.java:270)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
    	at org.h2.store.fs.FilePathDisk.newOutputStream(FilePathDisk.java:280)
    	at org.h2.store.fs.FileUtils.newOutputStream(FileUtils.java:222)
    	at org.h2.store.FileLock.save(FileLock.java:214)
    	... 19 more
    2019-06-17 10:00:00,436 [localhost-startStop-1] WARN  org.codehaus.groovy.grails.lifecycle.ShutdownOperations  - Error occurred running shutdown operation: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
    java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	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)
    
    • This topic was modified 4 years, 10 months ago by Nicolas.
    #251074

    Vincent Barrier
    Keymaster

    Bonjour Nicolas,

    Le problème vient du fait que l’utilisateur qui lance tomcat n’a pas les droits d’écrire ou n’a pas de “home” utilisateur :

    org.h2.jdbc.JdbcSQLException: Error opening database: "Could not save properties /prodDb.lock.db" [8000-176]

    La base de données embarquée n’est donc pas créée et donc iceScrum ne démarre pas.

    #252557

    Nicolas
    Participant

    Effectivement, l’utilisateur qui lançait tomcat n’avait pas de /home.
    merci encore pour votre réponse rapide,
    Bonne journée
    Nicolas.

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Installation’ is closed to new topics and replies.