You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Sushi (JIRA)" <ji...@apache.org> on 2016/07/15 10:53:20 UTC

[jira] [Created] (KYLIN-1897) Kylin web ui not coming up though Kylin.sh start is done

Sushi created KYLIN-1897:
----------------------------

             Summary: Kylin web ui not coming up though Kylin.sh start is done
                 Key: KYLIN-1897
                 URL: https://issues.apache.org/jira/browse/KYLIN-1897
             Project: Kylin
          Issue Type: Bug
            Reporter: Sushi


Hello,

i am new to kylin. i downloaded latest kylin(apache-kylin-1.5.2.1-HBase1.x-bin.tar.gz) from website and was trying to host on HDP 2.3 setup.

Software versions
HDP: 2.3
HBase: 1.1.0
Kylin: 1.5.2



Though i am able to start kyline by follwing, the web ui on hostname:7070/kylin does not come up.

Can somebody please help me?

Logs having following exception:

Caused by: java.lang.IllegalArgumentException: File not exist by 'kylin_metadata@hbase': /home/apache-kylin-1.5.2.1-bin/bin/kylin_metadata@hbase
 at org.apache.kylin.common.persistence.FileResourceStore.<init>(FileResourceStore.java:49)
 ... 45 more
2016-07-15 09:22:13,191 ERROR [localhost-startStop-1] persistence.ResourceStore:91 : Create new store instance failed 
java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
 at org.apache.kylin.common.persistence.ResourceStore.createResourceStore(ResourceStore.java:85)
 at org.apache.kylin.common.persistence.ResourceStore.getStore(ResourceStore.java:104)
 at org.apache.kylin.cube.CubeManager.getStore(CubeManager.java:880)


2016-07-15 09:22:13,238 ERROR [localhost-startStop-1] context.ContextLoader:307 : Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheService': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Failed to find metadata store by url: kylin_metadata@hbase
 at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:135)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1448)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)