I have same error. Please help me solve this error. Any idea, thank for 
your help.

Vào 00:44:49 UTC+7 Thứ Sáu, ngày 17 tháng 2 năm 2017, Joey đã viết:
>
> the eror messages:
>
> CAS Version: 5.0.1
> Build Date/Time: 2017-02-16T12:30:02Z
> System Temp Directory: D:\apache-tomcat-8.5.8\temp
> Java Home: D:\Java\jdk1.8.0_91\jre
> Java Vendor: Oracle Corporation
> Java Version: 1.8.0_91
> JCE Installed: no
> OS Architecture: amd64
> OS Name: Windows 10
> OS Version: 10.0
>
> [0m
> 2017-02-17 01:33:36,136 WARN [org.springframework.boot.SpringApplication] 
> - <Error handling failed (no error message)>
> 17-Feb-2017 01:33:36.147 严重 [localhost-startStop-1] 
> org.apache.catalina.core.ContainerBase.addChildInternal 
> ContainerBase.addChild: start:
>  org.apache.catalina.LifecycleException: Failed to start component 
> [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/cas]]
>         at 
> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167)
>         at 
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:752)
>         at 
> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:728)
>         at 
> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
>         at 
> org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:952)
>         at 
> org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1823)
>         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:1142)
>         at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         at java.lang.Thread.run(Thread.java:745)
> Caused by: mapping values are not allowed here
>  in 'reader', line 456, column 22:
>     <!-- blob contrib key: blob_contributors:v21:00b3f46f ...
>                          ^
>
>         at 
> org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:871)
>         at 
> org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
>         at 
> org.yaml.snakeyaml.scanner.ScannerImpl.peekToken(ScannerImpl.java:249)
>         at 
> org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentEnd.produce(ParserImpl.java:252)
>         at 
> org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157)
>         at 
> org.yaml.snakeyaml.parser.ParserImpl.getEvent(ParserImpl.java:167)
>         at 
> org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:124)
>         at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:84)
>         at 
> org.yaml.snakeyaml.constructor.BaseConstructor.getData(BaseConstructor.java:104)
>         at org.yaml.snakeyaml.Yaml$1.next(Yaml.java:471)
>         at 
> org.springframework.beans.factory.config.YamlProcessor.process(YamlProcessor.java:158)
>         at 
> org.springframework.beans.factory.config.YamlProcessor.process(YamlProcessor.java:136)
>         at 
> org.springframework.boot.env.YamlPropertySourceLoader$Processor.process(YamlPropertySourceLoader.java:101)
>         at 
> org.springframework.boot.env.YamlPropertySourceLoader.load(YamlPropertySourceLoader.java:58)
>         at 
> org.springframework.boot.env.PropertySourcesLoader.load(PropertySourcesLoader.java:127)
>         at 
> org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.loadIntoGroup(ConfigFileApplicationListener.java:466)
>         at 
> org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.load(ConfigFileApplicationListener.java:453)
>         at 
> org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.load(ConfigFileApplicationListener.java:377)
>         at 
> org.springframework.boot.context.config.ConfigFileApplicationListener.addPropertySources(ConfigFileApplicationListener.java:212)
>         at 
> org.springframework.boot.context.config.ConfigFileApplicationListener.postProcessEnvironment(ConfigFileApplicationListener.java:181)
>         at 
> org.springframework.boot.context.config.ConfigFileApplicationListener.onApplicationEnvironmentPreparedEvent(ConfigFileApplicationListener.java:168)
>         at 
> org.springframework.boot.context.config.ConfigFileApplicationListener.onApplicationEvent(ConfigFileApplicationListener.java:154)
>         at 
> org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:166)
>         at 
> org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:138)
>         at 
> org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:121)
>         at 
> org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:68)
>         at 
> org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:54)
>         at 
> org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:337)
>         at 
> org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
>         at 
> org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:134)
>         at 
> org.springframework.cloud.config.server.environment.NativeEnvironmentRepository.findOne(NativeEnvironmentRepository.java:110)
>         at 
> org.springframework.cloud.config.server.environment.EnvironmentRepositoryPropertySourceLocator.locate(EnvironmentRepositoryPropertySourceLocator.java:50)
>         at 
> org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:89)
>         at 
> org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:635)
>         at 
> org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:349)
>         at 
> org.springframework.boot.SpringApplication.run(SpringApplication.java:313)
>         at 
> org.springframework.boot.web.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:151)
>         at 
> org.springframework.boot.web.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:131)
>         at 
> org.springframework.boot.web.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:86)
>         at 
> org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:169)
>         at 
> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5178)
>         at 
> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>         ... 10 more
>
>
>

-- 
- 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/5b3a7293-7045-49ed-891d-16fff6a49108%40apereo.org.

Reply via email to