You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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.
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 :
Des idées ?
D'avance merci.
Xavier Roussel
The text was updated successfully, but these errors were encountered: