Hello,

we are trying to upgrade cas from 4.2.x to 5.0.x and getting error that 
-Djava.util.logging.config.file=C:\Projects\PASS5\trunk\test\apache-tomcat\cat_base\conf\logging.properties
 
file not found.  The logging.properties file does exist at location. Is 
there something we need to include?

 

2016-11-15 14:21:40,329 WARN 
[org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration]
 
- <Logging config file location 
'-Djava.util.logging.config.file="C:\Projects\PASS5\trunk\test\apache-tomcat\cat_base\conf\logging.properties"'
 
cannot be opened and will be ignored>

Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: 
ServletContext resource 
[/-Djava.util.logging.config.file="C:/Projects/PASS5/trunk/test/apache-tomcat/cat_base/conf/logging.properties"]
 
cannot be resolved to URL because it does not exist
    at com.google.common.base.Throwables.propagate(Throwables.java:160)
    at 
org.apereo.cas.web.report.LoggingConfigController.initialize(LoggingConfigController.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at 
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:365)
    at 
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:310)
    at 
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
    ... 45 more
Caused by: java.io.FileNotFoundException: ServletContext resource 
[/-Djava.util.logging.config.file="C:/Projects/PASS5/trunk/test/apache-tomcat/cat_base/conf/logging.properties"]
 
cannot be resolved to URL because it does not exist
    at 
org.springframework.web.context.support.ServletContextResource.getURL(ServletContextResource.java:156)
    at 
org.springframework.core.io.AbstractResource.getURI(AbstractResource.java:99)
    at 
org.apereo.cas.web.report.LoggingConfigController.initialize(LoggingConfigController.java:81)
 

Thanks for help

-- 
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/630d656c-26ed-4398-8e24-fd4ca16ac653%40apereo.org.
2016-11-15 14:21:40,329 WARN 
[org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration]
 - <Logging config file location 
'-Djava.util.logging.config.file="C:\Projects\PASS5\trunk\test\apache-tomcat\cat_base\conf\logging.properties"'
 cannot be opened and will be ignored>
2016-11-15 14:21:40,336 INFO 
[org.apereo.cas.web.CasWebApplicationServletInitializer] - <The following 
profiles are active: native>
2016-11-15 14:21:45,749 WARN 
[org.apereo.cas.services.InMemoryServiceRegistryDaoImpl] - <Runtime memory is 
used as the persistence storage for retrieving and persisting service 
definitions. Changes that are made to service definitions during runtime WILL 
be LOST upon container restarts.>
2016-11-15 14:21:45,773 INFO 
[org.apereo.cas.services.DefaultServicesManagerImpl] - <Loaded 0 services from 
InMemoryServiceRegistryDaoImpl.>
2016-11-15 14:21:50,381 WARN 
[org.apereo.cas.config.CasSecurityContextConfiguration] - <>
2016-11-15 14:21:50,383 WARN 
[org.apereo.cas.config.CasSecurityContextConfiguration] - <

 ____   _____   ___   ____   _ 
/ ___| |_   _| / _ \ |  _ \ | |
\___ \   | |  | | | || |_) || |
 ___) |  | |  | |_| ||  __/ |_|
|____/   |_|   \___/ |_|    (_)
                               

CAS is configured to accept a static list of credentials for authentication.
While this is generally useful for demo purposes, it is STRONGLY recommended
that you DISABLE this authentication method (by SETTING 'cas.authn.accept.users'
to a blank value) and switch to a mode that is more suitable for production. 
>
2016-11-15 14:21:50,384 WARN 
[org.apereo.cas.config.CasSecurityContextConfiguration] - <>
2016-11-15 14:21:50,795 INFO 
[org.apereo.cas.services.DefaultServicesManagerImpl] - <Loaded 2 services from 
InMemoryServiceRegistryDaoImpl.>
2016-11-15 14:21:57,036 INFO 
[org.apereo.cas.configuration.CasConfigurationRebinder] - <Reloaded CAS 
configuration cas-org.apereo.cas.configuration.CasConfigurationProperties>
2016-11-15 14:21:58,282 INFO [org.apereo.cas.configuration.support.Beans] - 
<Ticket registry encryption/signing is turned off. This MAY NOT be safe in a 
clustered production environment. Consider using other choices to handle 
encryption, signing and verification of ticket registry tickets, and verify the 
chosen ticket registry does support this behavior.>
2016-11-15 14:21:58,288 WARN 
[org.apereo.cas.ticket.registry.DefaultTicketRegistry] - <Runtime memory is 
used as the persistence storage for retrieving and managing tickets. Tickets 
that are issued during runtime will be LOST upon container restarts. This MAY 
impact SSO functionality.>
2016-11-15 14:21:58,301 INFO 
[org.apereo.cas.config.CasCoreTicketsConfiguration] - <Protocol tickets 
generated by CAS are not signed/encrypted.>
2016-11-15 14:21:58,532 WARN 
[org.apereo.cas.util.cipher.WebflowConversationStateCipherExecutor] - <Secret 
key for signing is not defined. CAS will attempt to auto-generate the signing 
key>
2016-11-15 14:21:58,543 WARN 
[org.apereo.cas.util.cipher.WebflowConversationStateCipherExecutor] - 
<Generated signing key *** of size 512. The generated key MUST be added to CAS 
settings.>
2016-11-15 14:21:58,543 WARN 
[org.apereo.cas.util.cipher.WebflowConversationStateCipherExecutor] - <No 
encryption key is defined. CAS will attempt to auto-generate keys>
2016-11-15 14:21:58,543 WARN 
[org.apereo.cas.util.cipher.WebflowConversationStateCipherExecutor] - 
<Generated encryption key YkqGtGjlRicUTilk of size 16. The generated key MUST 
be added to CAS settings.>
2016-11-15 14:21:58,604 WARN 
[org.apereo.cas.util.cipher.TicketGrantingCookieCipherExecutor] - <Secret key 
for encryption is not defined. CAS will attempt to auto-generate the encryption 
key>
2016-11-15 14:21:58,605 WARN 
[org.apereo.cas.util.cipher.TicketGrantingCookieCipherExecutor] - <Generated 
encryption key *** of size 256. The generated key MUST be added to CAS 
settings.>
2016-11-15 14:21:58,605 WARN 
[org.apereo.cas.util.cipher.TicketGrantingCookieCipherExecutor] - <Secret key 
for signing is not defined. CAS will attempt to auto-generate the signing key>
2016-11-15 14:21:58,605 WARN 
[org.apereo.cas.util.cipher.TicketGrantingCookieCipherExecutor] - <Generated 
signing key **** of size 512. The generated key MUST be added to CAS settings.>
2016-11-15 14:21:58,726 WARN 
[org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext]
 - <Exception encountered during context initialization - cancelling refresh 
attempt: org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'scopedTarget.loggingConfigController': Invocation of 
init method failed; nested exception is java.lang.RuntimeException: 
java.io.FileNotFoundException: ServletContext resource 
[/-Djava.util.logging.config.file="C:/Projects/PASS5/trunk/test/apache-tomcat/cat_base/conf/logging.properties"]
 cannot be resolved to URL because it does not exist>
2016-11-15 14:21:58,742 ERROR [org.springframework.boot.SpringApplication] - 
<Application startup failed>
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'scopedTarget.loggingConfigController': Invocation of init method 
failed; nested exception is java.lang.RuntimeException: 
java.io.FileNotFoundException: ServletContext resource 
[/-Djava.util.logging.config.file="C:/Projects/PASS5/trunk/test/apache-tomcat/cat_base/conf/logging.properties"]
 cannot be resolved to URL because it does not exist
        at 
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
 ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:408)
 ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1575)
 ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
 ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
 ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.beans.factory.support.AbstractBeanFactory$2.getObject(AbstractBeanFactory.java:345)
 ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.cloud.context.scope.GenericScope$BeanLifecycleWrapper.getBean(GenericScope.java:359)
 ~[spring-cloud-context-1.1.3.RELEASE.jar:1.1.3.RELEASE]
        at 
org.springframework.cloud.context.scope.GenericScope.get(GenericScope.java:176) 
~[spring-cloud-context-1.1.3.RELEASE.jar:1.1.3.RELEASE]
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:340)
 ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
 ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1076)
 ~[spring-context-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.cloud.context.scope.refresh.RefreshScope.start(RefreshScope.java:121)
 ~[spring-cloud-context-1.1.3.RELEASE.jar:1.1.3.RELEASE]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[?:1.8.0_112]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
~[?:1.8.0_112]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
~[?:1.8.0_112]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_112]
        at 
org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:253)
 ~[spring-context-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:174)
 ~[spring-context-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:137)
 ~[spring-context-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:166)
 ~[spring-context-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:138)
 ~[spring-context-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:382)
 ~[spring-context-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:336)
 ~[spring-context-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:877)
 ~[spring-context-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.finishRefresh(EmbeddedWebApplicationContext.java:144)
 ~[spring-boot-1.4.1.RELEASE.jar:1.4.1.RELEASE]
        at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544)
 ~[spring-context-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122)
 ~[spring-boot-1.4.1.RELEASE.jar:1.4.1.RELEASE]
        at 
org.springframework.boot.SpringApplication.refresh(SpringApplication.java:761) 
~[spring-boot-1.4.1.RELEASE.jar:1.4.1.RELEASE]
        at 
org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:371)
 ~[spring-boot-1.4.1.RELEASE.jar:1.4.1.RELEASE]
        at 
org.springframework.boot.SpringApplication.run(SpringApplication.java:315) 
~[spring-boot-1.4.1.RELEASE.jar:1.4.1.RELEASE]
        at 
org.springframework.boot.web.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:151)
 ~[spring-boot-1.4.1.RELEASE.jar:1.4.1.RELEASE]
        at 
org.springframework.boot.web.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:131)
 ~[spring-boot-1.4.1.RELEASE.jar:1.4.1.RELEASE]
        at 
org.springframework.boot.web.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:86)
 ~[spring-boot-1.4.1.RELEASE.jar:1.4.1.RELEASE]
        at 
org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:169)
 ~[spring-web-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5178)
 ~[catalina.jar:8.5.8]
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) 
~[catalina.jar:8.5.8]
        at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:752) 
~[catalina.jar:8.5.8]
        at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:728) 
~[catalina.jar:8.5.8]
        at 
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) 
~[catalina.jar:8.5.8]
        at 
org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:952) 
~[catalina.jar:8.5.8]
        at 
org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1823) 
~[catalina.jar:8.5.8]
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) 
~[?:1.8.0_112]
        at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_112]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) 
[?:1.8.0_112]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) 
[?:1.8.0_112]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_112]
Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: 
ServletContext resource 
[/-Djava.util.logging.config.file="C:/Projects/PASS5/trunk/test/apache-tomcat/cat_base/conf/logging.properties"]
 cannot be resolved to URL because it does not exist
        at com.google.common.base.Throwables.propagate(Throwables.java:160) 
~[guava-19.0.jar:?]
        at 
org.apereo.cas.web.report.LoggingConfigController.initialize(LoggingConfigController.java:85)
 ~[cas-server-support-reports-5.0.0.jar:5.0.0]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[?:1.8.0_112]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
~[?:1.8.0_112]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
~[?:1.8.0_112]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_112]
        at 
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:365)
 ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:310)
 ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
 ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        ... 45 more
Caused by: java.io.FileNotFoundException: ServletContext resource 
[/-Djava.util.logging.config.file="C:/Projects/PASS5/trunk/test/apache-tomcat/cat_base/conf/logging.properties"]
 cannot be resolved to URL because it does not exist
        at 
org.springframework.web.context.support.ServletContextResource.getURL(ServletContextResource.java:156)
 ~[spring-web-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.core.io.AbstractResource.getURI(AbstractResource.java:99) 
~[spring-core-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.apereo.cas.web.report.LoggingConfigController.initialize(LoggingConfigController.java:81)
 ~[cas-server-support-reports-5.0.0.jar:5.0.0]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[?:1.8.0_112]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
~[?:1.8.0_112]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
~[?:1.8.0_112]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_112]
        at 
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:365)
 ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:310)
 ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        at 
org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
 ~[spring-beans-4.3.3.RELEASE.jar:4.3.3.RELEASE]
        ... 45 more

Reply via email to