KylinOLAP / Kylin

This code base is retained for historical interest only, please visit Apache Incubator Repo for latest one
https://github.com/apache/incubator-kylin
Apache License 2.0
562 stars 225 forks source link

ERROR facing while starting kylin #506

Closed fakhar101 closed 2 years ago

fakhar101 commented 2 years ago

I am using apache kylin 4.0.0, spark 3.2 and hadoop 3.2 are running, I am facing an issue when I start kylin it start kylin and show Web UI is at http://ip:7070/kylin
but it's not running properly and showing following ERROR in kylin logs, need guidance to fix this issue. WARN [localhost-startStop-1] support.XmlWebApplicationContext:550 : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping': Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: org/apache/commons/configuration/ConfigurationException 2022-05-06T13:41:23,037 ERROR [localhost-startStop-1] context.ContextLoader:350 : Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping': Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: org/apache/commons/configuration/ConfigurationException Caused by: java.lang.NoClassDefFoundError: org/apache/commons/configuration/ConfigurationException

fakhar101 commented 2 years ago

Issue fixed