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

[Erreur au démarrage] Le serveur ne démarre pas correctement #45

Open
XavRsl opened this issue Mar 15, 2022 · 3 comments
Open

[Erreur au démarrage] Le serveur ne démarre pas correctement #45

XavRsl opened this issue Mar 15, 2022 · 3 comments

Comments

@XavRsl
Copy link

XavRsl commented Mar 15, 2022

Bonjour !

Merci tout d'abord pour tous les efforts que vous fournissez pour maintenir cette application !

Je me permets de vous solliciter pour tenter de résoudre mon problème avec la version 1.6.5. Je n'arrive pas à la démarrer. A priori je n'ai pas changé grand chose par rapport à la version que l'on utilisait précédemment (1.5.3), si ce n'est la version de JAVA utilisée par Tomcat. Malheureusement, l'appli ne se lance pas. Avec un niveau d'erreur à DEBUG, j'ai ce retour dans le catalina.out :

[EL Info]: 2022-03-15 14:37:10.598--ServerSession(5645194)--EclipseLink, version: Eclipse Persistence Services - 2.7.6.v20200131-b7c997804f
[EL Info]: connection: 2022-03-15 14:37:12.208--ServerSession(5645194)--/file:/var/lib/tomcat8/mdw1/webapps/ROOT/WEB-INF/classes/_pun-jpaApogee login successful
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.springframework.util.ReflectionUtils (file:/var/lib/tomcat8/mdw1/webapps/ROOT/WEB-INF/lib/spring-core-4.3.22.RELEASE.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class)
WARNING: Please consider reporting this to the maintainers of org.springframework.util.ReflectionUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
14:37:14.165 [localhost-startStop-1] DEBUG  net.sf.ehcache.CacheManager - Configuring ehcache from classpath.
14:37:14.167 [localhost-startStop-1] WARN   net.sf.ehcache.config.ConfigurationFactory - No configuration found. Configuring ehcache from ehcache-failsafe.xml  found in the classpath: jar:file:/var/lib/tomcat8/mdw1/webapps/ROOT/WEB-INF/lib/ehcache-1.2.3.jar!/ehcache-failsafe.xml
14:37:14.167 [localhost-startStop-1] DEBUG  net.sf.ehcache.config.ConfigurationFactory - Configuring ehcache from URL: jar:file:/var/lib/tomcat8/mdw1/webapps/ROOT/WEB-INF/lib/ehcache-1.2.3.jar!/ehcache-failsafe.xml
14:37:14.168 [localhost-startStop-1] DEBUG  net.sf.ehcache.config.ConfigurationFactory - Configuring ehcache from InputStream
14:37:14.172 [localhost-startStop-1] DEBUG  net.sf.ehcache.config.DiskStoreConfiguration - Disk Store Path: /var/lib/tomcat8/mdw1/temp
14:37:14.196 [localhost-startStop-1] DEBUG  net.sf.ehcache.config.ConfigurationHelper - No CacheManagerEventListenerFactory class specified. Skipping...
14:37:14.197 [localhost-startStop-1] DEBUG  net.sf.ehcache.config.ConfigurationHelper - No CachePeerListenerFactoryConfiguration specified. Not configuring a CacheManagerPeerListener.
14:37:14.197 [localhost-startStop-1] DEBUG  net.sf.ehcache.config.ConfigurationHelper - No CachePeerProviderFactoryConfiguration specified. Not configuring a CacheManagerPeerProvider.
14:37:14.204 [localhost-startStop-1] DEBUG  net.sf.ehcache.config.ConfigurationHelper - No BootstrapCacheLoaderFactory class specified. Skipping...
14:37:14.229 [localhost-startStop-1] WARN   org.esupportail.portal.ws.client.support.uportal.BasicUportalServiceImpl - class org.esupportail.portal.ws.client.support.uportal.CachingUportalServiceImpl: property url is not set, 'http://localhost/services/UportalService' will be used
14:37:14.230 [localhost-startStop-1] WARN   org.esupportail.portal.ws.client.support.uportal.TestableUportalServiceImpl - class org.esupportail.portal.ws.client.support.uportal.CachingUportalServiceImpl: property testUserId is not set, all the tests will not be available
14:37:14.230 [localhost-startStop-1] WARN   org.esupportail.portal.ws.client.support.uportal.TestableUportalServiceImpl - class org.esupportail.portal.ws.client.support.uportal.CachingUportalServiceImpl: property testGroupId is not set, all the tests will not be available
14:37:14.230 [localhost-startStop-1] WARN   org.esupportail.portal.ws.client.support.uportal.TestableUportalServiceImpl - class org.esupportail.portal.ws.client.support.uportal.CachingUportalServiceImpl: property testGroupName is not set, all the tests will not be available
14:37:14.230 [localhost-startStop-1] WARN   org.esupportail.portal.ws.client.support.uportal.CachingUportalServiceImpl - class org.esupportail.portal.ws.client.support.uportal.CachingUportalServiceImpl: no cacheName attribute set, 'org.esupportail.portal.ws.client.support.uportal.CachingUportalServiceImpl' will be used
14:37:14.234 [localhost-startStop-1] DEBUG  net.sf.ehcache.store.DiskStore - Deleting data file org.esupportail.portal.ws.client.support.uportal.CachingUportalServiceImpl.data
14:37:14.258 [localhost-startStop-1] DEBUG  net.sf.ehcache.store.MemoryStore - Initialized net.sf.ehcache.store.LruMemoryStore for org.esupportail.portal.ws.client.support.uportal.CachingUportalServiceImpl
14:37:14.259 [localhost-startStop-1] DEBUG  net.sf.ehcache.store.LruMemoryStore - org.esupportail.portal.ws.client.support.uportal.CachingUportalServiceImpl Cache: Using SpoolingLinkedHashMap implementation
14:37:14.259 [localhost-startStop-1] DEBUG  net.sf.ehcache.Cache - Initialised cache: org.esupportail.portal.ws.client.support.uportal.CachingUportalServiceImpl

Des idées ?

D'avance merci.

Xavier Roussel

@cdubois54
Copy link
Collaborator

Bonjour,

ces traces ne montrent pas d'erreur à proprement parlé.
Y a-t-il d'autres traces dans le fichier de log (de type ERROR notamment) ou possibilité de joindre le fichier de log complet?

Cordialement

@XavRsl
Copy link
Author

XavRsl commented Mar 18, 2022

Merci pour le retour. Je mets les fichiers de logs ici, mais pas de trace d'erreur, ce qui ne m'explique pas pourquoi tomcat ne démarre pas.

Xavier
logs.zip

@cdubois54
Copy link
Collaborator

MonDossierWeb ne semble pas avoir de problème.
En effet les lignes de logs concernant "CachingUportalServiceImpl" sont normales et sont les dernières informations tracées quand le context de l'application démarre.
Peut être un soucis avec le tomcat-manager empêchant le démarrage complet de tomcat.

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

2 participants