Enable debug logging, in startup log see if handler gets registered Check bean annotation on handler
El lunes, 5 de febrero de 2018, Ramakrishna G <[email protected]> escribió: > When I try to login user is not authenticated. > > It displays the below error. > > 2018-02-05 11:23:31,822 WARN [org.apereo.cas.authentication.policy. > RequiredHandlerAuthenticationPolicy] - <Required authentication handler > [MyAuthenticationHandler] is not present in the list of recorded successful > authentications> > > 2018-02-05 11:23:31,825 WARN [org.apereo.cas.authentication.policy. > RequiredHandlerAuthenticationPolicy] - <Required authentication handler > [MyAuthenticationHandler] is not present in the list of recorded successful > authentications> > > 2018-02-05 11:23:31,826 ERROR [org.apereo.cas.authentication. > PolicyBasedAuthenticationManager] - <Authentication has failed. > Credentials may be incorrect or CAS cannot find authentication handler that > supports [casuser] of type [UsernamePasswordCredential].> > > 2018-02-05 11:23:31,827 WARN [org.apereo.cas.authentication.policy. > RequiredHandlerAuthenticationPolicy] - <Required authentication handler > [MyAuthenticationHandler] is not present in the list of recorded successful > authentications> > > 2018-02-05 11:23:31,829 ERROR [org.apereo.cas.authentication. > PolicyBasedAuthenticationManager] - <[AuthenticationException]: [Unable > to satisfy authentication policy RequiredHandlerAuthenticationPolicy]> > > > On Mon, Feb 5, 2018 at 11:33 AM, Ramakrishna G <[email protected]> wrote: > >> Hello Man H >> >> attach /etc/cas/config/cas.properties of server where you run cas - *It >> is already attached* >> >> How do I do this? >> >> - make sure your war has META-INF spring.factories -> >> org.springframework.boot.autoconfigure.EnableAutoConfigurati >> on=my.apps.cas.MyAuthenticationEventExecution -* When I run "sh build.sh >> run", **It is automatically copied in >> target/cas/WEB-INF/classes/META-INF/spring.factories and not in >> target/war/..* >> >> *Also the source compiled is copied >> in target/cas/WEB-INF/classes/packagename/* >> *MyAuthenticationEventExecutionPlanConfiguration.class* >> >> >> >> On Sun, Feb 4, 2018 at 9:40 PM, Man H <[email protected]> wrote: >> >>> - attach /etc/cas/config/cas.properties of server where you run cas >>> - make sure your war has META-INF spring.factories -> >>> org.springframework.boot.autoconfigure.EnableAutoConfigurati >>> on=my.apps.cas.MyAuthenticationEventExecution >>> >>> >>> 2018-02-03 14:50 GMT-03:00 Ramakrishna G <[email protected]>: >>> >>>> Thank you Man H. Build Succeed. But now when I run "./build sh run" I >>>> am getting the following error. >>>> >>>> 2018-02-03 23:13:02,913 INFO [org.apereo.cas.configuration. >>>> config.CasCoreBootstrapStandaloneConfiguration] - <Found and loaded >>>> [5] setting(s) from [/etc/cas/config]> >>>> >>>> 2018-02-03 23:13:02,915 INFO [org.springframework.cloud.boo >>>> tstrap.config.PropertySourceBootstrapConfiguration] - <Located >>>> property source: PropertiesPropertySource {name='standaloneCasConfigServ >>>> ice'}> >>>> >>>> 2018-02-03 23:13:03,747 WARN [org.apereo.cas.web.CasWebApplicationContext] >>>> - <Exception encountered during context initialization - cancelling refresh >>>> attempt: org.springframework.beans.factory.BeanDefinitionStoreException: >>>> Failed to process import candidates for configuration class >>>> [org.apereo.cas.web.CasWebApplication]; nested exception is >>>> java.lang.IllegalStateException: Unable to read meta-data for class > >>>> >>>> 2018-02-03 23:13:03,747 ERROR [org.springframework.beans.fac >>>> tory.support.DefaultListableBeanFactory] - <Destroy method on bean >>>> with name >>>> 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' >>>> threw an exception> >>>> >>>> java.lang.IllegalStateException: ApplicationEventMulticaster not >>>> initialized - call 'refresh' before multicasting events via the context: >>>> CasWebApplicationContext >>>> >>>> at org.springframework.context.support.AbstractApplicationConte >>>> xt.getApplicationEventMulticaster(AbstractApplicationContext.java:414) >>>> ~[spring-context-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.context.support.ApplicationListenerDetec >>>> tor.postProcessBeforeDestruction(ApplicationListenerDetector.java:97) >>>> ~[spring-context-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.beans.factory.support.DisposableBeanAdap >>>> ter.destroy(DisposableBeanAdapter.java:253) >>>> ~[spring-beans-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.beans.factory.support.DefaultSingletonBe >>>> anRegistry.destroyBean(DefaultSingletonBeanRegistry.java:578) >>>> ~[spring-beans-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.beans.factory.support.DefaultSingletonBe >>>> anRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:554) >>>> ~[spring-beans-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.beans.factory.support.DefaultListableBea >>>> nFactory.destroySingleton(DefaultListableBeanFactory.java:961) >>>> ~[spring-beans-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.beans.factory.support.DefaultSingletonBe >>>> anRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:523) >>>> ~[spring-beans-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.beans.factory.support.FactoryBeanRegistr >>>> ySupport.destroySingletons(FactoryBeanRegistrySupport.java:230) >>>> ~[spring-beans-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.beans.factory.support.DefaultListableBea >>>> nFactory.destroySingletons(DefaultListableBeanFactory.java:968) >>>> ~[spring-beans-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.context.support.AbstractApplicationConte >>>> xt.destroyBeans(AbstractApplicationContext.java:1030) >>>> ~[spring-context-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.context.support.AbstractApplicationConte >>>> xt.refresh(AbstractApplicationContext.java:556) >>>> ~[spring-context-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.boot.context.embedded.EmbeddedWebApplica >>>> tionContext.refresh(EmbeddedWebApplicationContext.java:122) >>>> ~[spring-boot-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at >>>> org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693) >>>> ~[spring-boot-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at >>>> org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360) >>>> ~[spring-boot-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at >>>> org.springframework.boot.SpringApplication.run(SpringApplication.java:303) >>>> ~[spring-boot-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.boot.builder.SpringApplicationBuilder.ru >>>> n(SpringApplicationBuilder.java:134) ~[spring-boot-1.5.8.RELEASE.ja >>>> r!/:1.5.8.RELEASE] >>>> >>>> at org.apereo.cas.web.CasWebApplication.main(CasWebApplication.java:73) >>>> ~[cas-server-webapp-init-5.2.1.jar!/:5.2.1] >>>> >>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>> ~[?:1.8.0_101] >>>> >>>> at >>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) >>>> ~[?:1.8.0_101] >>>> >>>> at >>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >>>> ~[?:1.8.0_101] >>>> >>>> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_101] >>>> >>>> at >>>> org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) >>>> ~[cas.war:?] >>>> >>>> at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) >>>> ~[cas.war:?] >>>> >>>> at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) >>>> ~[cas.war:?] >>>> >>>> at org.springframework.boot.loader.WarLauncher.main(WarLauncher.java:59) >>>> ~[cas.war:?] >>>> >>>> 2018-02-03 23:13:03,772 ERROR [org.springframework.boot.SpringApplication] >>>> - <Application startup failed> >>>> >>>> org.springframework.beans.factory.BeanDefinitionStoreException: Failed >>>> to process import candidates for configuration class >>>> [org.apereo.cas.web.CasWebApplication]; nested exception is >>>> java.lang.IllegalStateException: Unable to read meta-data for class >>>> >>>> at org.springframework.context.annotation.ConfigurationClassPar >>>> ser.processDeferredImportSelectors(ConfigurationClassParser.java:556) >>>> ~[spring-context-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.context.annotation.ConfigurationClassPar >>>> ser.parse(ConfigurationClassParser.java:185) >>>> ~[spring-context-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.context.annotation.ConfigurationClassPos >>>> tProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:308) >>>> ~[spring-context-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.context.annotation.ConfigurationClassPos >>>> tProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:228) >>>> ~[spring-context-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.context.support.PostProcessorRegistratio >>>> nDelegate.invokeBeanDefinitionRegistryPostProcessors(PostPro >>>> cessorRegistrationDelegate.java:272) ~[spring-context-4.3.12.RELEAS >>>> E.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.context.support.PostProcessorRegistratio >>>> nDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:92) >>>> ~[spring-context-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.context.support.AbstractApplicationConte >>>> xt.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:687) >>>> ~[spring-context-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.context.support.AbstractApplicationConte >>>> xt.refresh(AbstractApplicationContext.java:525) >>>> ~[spring-context-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.boot.context.embedded.EmbeddedWebApplica >>>> tionContext.refresh(EmbeddedWebApplicationContext.java:122) >>>> ~[spring-boot-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at >>>> org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693) >>>> ~[spring-boot-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at >>>> org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360) >>>> ~[spring-boot-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at >>>> org.springframework.boot.SpringApplication.run(SpringApplication.java:303) >>>> ~[spring-boot-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.boot.builder.SpringApplicationBuilder.ru >>>> n(SpringApplicationBuilder.java:134) ~[spring-boot-1.5.8.RELEASE.ja >>>> r!/:1.5.8.RELEASE] >>>> >>>> at org.apereo.cas.web.CasWebApplication.main(CasWebApplication.java:73) >>>> ~[cas-server-webapp-init-5.2.1.jar!/:5.2.1] >>>> >>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>> ~[?:1.8.0_101] >>>> >>>> at >>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) >>>> ~[?:1.8.0_101] >>>> >>>> at >>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >>>> ~[?:1.8.0_101] >>>> >>>> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_101] >>>> >>>> at >>>> org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) >>>> ~[cas.war:?] >>>> >>>> at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) >>>> ~[cas.war:?] >>>> >>>> at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) >>>> ~[cas.war:?] >>>> >>>> at org.springframework.boot.loader.WarLauncher.main(WarLauncher.java:59) >>>> ~[cas.war:?] >>>> >>>> Caused by: java.lang.IllegalStateException: Unable to read meta-data >>>> for class >>>> >>>> at org.springframework.boot.autoconfigure.AutoConfigurationSort >>>> er$AutoConfigurationClass.getAnnotationMetadata(AutoConfigurationSorter.java:217) >>>> ~[spring-boot-autoconfigure-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.boot.autoconfigure.AutoConfigurationSort >>>> er$AutoConfigurationClass.getAnnotationValue(AutoConfigurationSorter.java:198) >>>> ~[spring-boot-autoconfigure-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.boot.autoconfigure.AutoConfigurationSort >>>> er$AutoConfigurationClass.readBefore(AutoConfigurationSorter.java:186) >>>> ~[spring-boot-autoconfigure-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.boot.autoconfigure.AutoConfigurationSort >>>> er$AutoConfigurationClass.<init>(AutoConfigurationSorter.java:158) >>>> ~[spring-boot-autoconfigure-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.boot.autoconfigure.AutoConfigurationSort >>>> er$AutoConfigurationClasses.<init>(AutoConfigurationSorter.java:115) >>>> ~[spring-boot-autoconfigure-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.boot.autoconfigure.AutoConfigurationSort >>>> er.getInPriorityOrder(AutoConfigurationSorter.java:57) >>>> ~[spring-boot-autoconfigure-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.boot.autoconfigure.AutoConfigurationImpo >>>> rtSelector.sort(AutoConfigurationImportSelector.java:241) >>>> ~[spring-boot-autoconfigure-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.boot.autoconfigure.AutoConfigurationImpo >>>> rtSelector.selectImports(AutoConfigurationImportSelector.java:98) >>>> ~[spring-boot-autoconfigure-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.context.annotation.ConfigurationClassPar >>>> ser.processDeferredImportSelectors(ConfigurationClassParser.java:547) >>>> ~[spring-context-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> ... 21 more >>>> >>>> Caused by: java.io.FileNotFoundException: class path resource [.class] >>>> cannot be opened because it does not exist >>>> >>>> at >>>> org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:172) >>>> ~[spring-core-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.core.type.classreading.SimpleMetadataRea >>>> der.<init>(SimpleMetadataReader.java:50) ~[spring-core-4.3.12.RELEASE.j >>>> ar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.core.type.classreading.SimpleMetadataRea >>>> derFactory.getMetadataReader(SimpleMetadataReaderFactory.java:98) >>>> ~[spring-core-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.boot.type.classreading.ConcurrentReferen >>>> ceCachingMetadataReaderFactory.createMetadataReader(Concurre >>>> ntReferenceCachingMetadataReaderFactory.java:89) >>>> ~[spring-boot-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.boot.type.classreading.ConcurrentReferen >>>> ceCachingMetadataReaderFactory.getMetadataReader(ConcurrentR >>>> eferenceCachingMetadataReaderFactory.java:76) >>>> ~[spring-boot-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.core.type.classreading.SimpleMetadataRea >>>> derFactory.getMetadataReader(SimpleMetadataReaderFactory.java:93) >>>> ~[spring-core-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> at org.springframework.boot.autoconfigure.AutoConfigurationSort >>>> er$AutoConfigurationClass.getAnnotationMetadata(AutoConfigurationSorter.java:213) >>>> ~[spring-boot-autoconfigure-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.boot.autoconfigure.AutoConfigurationSort >>>> er$AutoConfigurationClass.getAnnotationValue(AutoConfigurationSorter.java:198) >>>> ~[spring-boot-autoconfigure-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.boot.autoconfigure.AutoConfigurationSort >>>> er$AutoConfigurationClass.readBefore(AutoConfigurationSorter.java:186) >>>> ~[spring-boot-autoconfigure-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.boot.autoconfigure.AutoConfigurationSort >>>> er$AutoConfigurationClass.<init>(AutoConfigurationSorter.java:158) >>>> ~[spring-boot-autoconfigure-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.boot.autoconfigure.AutoConfigurationSort >>>> er$AutoConfigurationClasses.<init>(AutoConfigurationSorter.java:115) >>>> ~[spring-boot-autoconfigure-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.boot.autoconfigure.AutoConfigurationSort >>>> er.getInPriorityOrder(AutoConfigurationSorter.java:57) >>>> ~[spring-boot-autoconfigure-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.boot.autoconfigure.AutoConfigurationImpo >>>> rtSelector.sort(AutoConfigurationImportSelector.java:241) >>>> ~[spring-boot-autoconfigure-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.boot.autoconfigure.AutoConfigurationImpo >>>> rtSelector.selectImports(AutoConfigurationImportSelector.java:98) >>>> ~[spring-boot-autoconfigure-1.5.8.RELEASE.jar!/:1.5.8.RELEASE] >>>> >>>> at org.springframework.context.annotation.ConfigurationClassPar >>>> ser.processDeferredImportSelectors(ConfigurationClassParser.java:547) >>>> ~[spring-context-4.3.12.RELEASE.jar!/:4.3.12.RELEASE] >>>> >>>> ... 21 more >>>> Can you pls help me resolve this issue? >>>> >>>> On Fri, Feb 2, 2018 at 11:20 PM, Man H <[email protected]> wrote: >>>> >>>>> check this dependencies >>>>> <dependency> >>>>> <groupId>org.apereo.cas</groupId> >>>>> <artifactId>cas-server-core-authentication</artifactId> >>>>> </dependency> >>>>> >>>>> <dependency> >>>>> <groupId>org.apereo.cas</groupId> >>>>> <artifactId>cas-server-core-configuration</artifactId> >>>>> </dependency> >>>>> >>>>> <dependency> >>>>> <groupId>org.apereo.cas</groupId> >>>>> <artifactId>cas-server-core-webflow</artifactId> >>>>> <version>${cas.version}</version> >>>>> >>>>> </dependency> >>>>> >>>>> >>>>> 2018-02-02 12:54 GMT-03:00 Ramakrishna G <[email protected]>: >>>>> >>>>>> When I use mvn clean package command in terminal I get the following >>>>>> error. >>>>>> >>>>>> [*INFO*] Compiling 2 source files to /Users/macdev/Desktop/cas/cas_ >>>>>> workspace/cas-overlay-template-master/target/classes >>>>>> >>>>>> [*INFO*] ------------------------------------------------------------ >>>>>> - >>>>>> >>>>>> [*ERROR*] COMPILATION ERROR : >>>>>> >>>>>> [*INFO*] ------------------------------------------------------------ >>>>>> - >>>>>> >>>>>> [*ERROR*] /Users/macdev/Desktop/cas/cas_ >>>>>> workspace/cas-overlay-template-master/src/main/java/org/aper >>>>>> eo/cas/config/MyAuthenticationHandler.java:[11,31] package >>>>>> org.apache.commons.lang does not exist >>>>>> >>>>>> [*ERROR*] /Users/macdev/Desktop/cas/cas_ >>>>>> workspace/cas-overlay-template-master/src/main/java/org/aper >>>>>> eo/cas/config/MyAuthenticationHandler.java:[12,37] package >>>>>> org.apereo.cas.authentication does not exist >>>>>> >>>>>> [*ERROR*] /Users/macdev/Desktop/cas/cas_ >>>>>> workspace/cas-overlay-template-master/src/main/java/org/aper >>>>>> eo/cas/config/MyAuthenticationHandler.java:[13,37] package >>>>>> org.apereo.cas.authentication does not exist >>>>>> >>>>>> [*ERROR*] /Users/macdev/Desktop/cas/cas_ >>>>>> workspace/cas-overlay-template-master/src/main/java/org/aper >>>>>> eo/cas/config/MyAuthenticationHandler.java:[14,37] package >>>>>> org.apereo.cas.authentication does not exist >>>>>> >>>>>> [*ERROR*] /Users/macdev/Desktop/cas/cas_ >>>>>> workspace/cas-overlay-template-master/src/main/java/org/aper >>>>>> eo/cas/config/MyAuthenticationHandler.java:[15,53] package >>>>>> org.apereo.cas.authentication.handler.support does not exist >>>>>> >>>>>> [*ERROR*] /Users/macdev/Desktop/cas/cas_ >>>>>> workspace/cas-overlay-template-master/src/main/java/org/aper >>>>>> eo/cas/config/MyAuthenticationHandler.java:[16,47] package >>>>>> org.apereo.cas.authentication.principal does not exist >>>>>> >>>>>> [*ERROR*] /Users/macdev/Desktop/cas/cas_ >>>>>> workspace/cas-overlay-template-master/src/main/java/org/aper >>>>>> eo/cas/config/MyAuthenticationHandler.java:[17,31] package >>>>>> org.apereo.cas.services does not exist >>>>>> >>>>>> [*ERROR*] /Users/macdev/Desktop/cas/cas_ >>>>>> workspace/cas-overlay-template-master/src/main/java/org/aper >>>>>> eo/cas/config/MyAuthenticationHandler.java:[18,35] package >>>>>> org.springframework.core.io does not exist >>>>>> >>>>>> [*ERROR*] /Users/macdev/Desktop/cas/cas_ >>>>>> workspace/cas-overlay-template-master/src/main/java/org/aper >>>>>> eo/cas/config/MyAuthenticationHandler.java:[20,46] cannot find symbol >>>>>> >>>>>> symbol: class AbstractUsernamePasswordAuthenticationHandler >>>>>> >>>>>> [*ERROR*] /Users/macdev/Desktop/cas/cas_ >>>>>> workspace/cas-overlay-template-master/src/main/java/org/aper >>>>>> eo/cas/config/MyAuthenticationHandler.java:[29,19] cannot find symbol >>>>>> >>>>>> symbol: class Resource >>>>>> >>>>>> location: class org.apereo.cas.config.MyAuthenticationHandler >>>>>> >>>>>> [*ERROR*] /Users/macdev/Desktop/cas/cas_ >>>>>> workspace/cas-overlay-template-master/src/main/java/org/aper >>>>>> eo/cas/config/MyAuthenticationHandler.java:[32,61] cannot find symbol >>>>>> >>>>>> symbol: class ServicesManager >>>>>> >>>>>> location: class org.apereo.cas.config.MyAuthenticationHandler >>>>>> >>>>>> [*ERROR*] /Users/macdev/Desktop/cas/cas_ >>>>>> workspace/cas-overlay-template-master/src/main/java/org/aper >>>>>> eo/cas/config/MyAuthenticationHandler.java:[32,100] cannot find >>>>>> symbol >>>>>> >>>>>> symbol: class PrincipalFactory >>>>>> >>>>>> location: class org.apereo.cas.config.MyAuthenticationHandler >>>>>> >>>>>> [*ERROR*] /Users/macdev/Desktop/cas/cas_ >>>>>> workspace/cas-overlay-template-master/src/main/java/org/aper >>>>>> eo/cas/config/MyAuthenticationHandler.java:[33,19] cannot find symbol >>>>>> >>>>>> symbol: class Resource >>>>>> >>>>>> location: class org.apereo.cas.config.MyAuthenticationHandler >>>>>> >>>>>> [*ERROR*] /Users/macdev/Desktop/cas/cas_ >>>>>> workspace/cas-overlay-template-master/src/main/java/org/aper >>>>>> eo/cas/config/MyAuthenticationHandler.java:[41,72] cannot find symbol >>>>>> >>>>>> symbol: class UsernamePasswordCredential >>>>>> >>>>>> location: class org.apereo.cas.config.MyAuthenticationHandler >>>>>> >>>>>> [*ERROR* >>>>>> >>>>> -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- 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/CAMY5midMyENUfRvp2pvtg77ED6%2BMVcRZCjhet8S0VU_miJW8PQ%40mail.gmail.com.
