Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C7F6D200D20 for ; Tue, 17 Oct 2017 15:20:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C5B2D1609DE; Tue, 17 Oct 2017 13:20:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BCFBF1609EB for ; Tue, 17 Oct 2017 15:20:48 +0200 (CEST) Received: (qmail 98417 invoked by uid 500); 17 Oct 2017 13:20:47 -0000 Mailing-List: contact user-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@kylin.apache.org Delivered-To: mailing list user@kylin.apache.org Received: (qmail 98405 invoked by uid 99); 17 Oct 2017 13:20:47 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2017 13:20:47 +0000 Received: from mail-oi0-f52.google.com (mail-oi0-f52.google.com [209.85.218.52]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id EDE2C1A0185 for ; Tue, 17 Oct 2017 13:20:46 +0000 (UTC) Received: by mail-oi0-f52.google.com with SMTP id j126so2841586oib.8 for ; Tue, 17 Oct 2017 06:20:46 -0700 (PDT) X-Gm-Message-State: AMCzsaVVeGdNlSz0oYJtHyWotVGAmQrDQa9/Hv0O0NriNBpdXZrp6lma xvQO3ycOuLWhoqOcWThTepFBfgxJgIYucJDENM0= X-Google-Smtp-Source: ABhQp+SG8ej4u8ZR8AOMa+g1QjhtGJ+6xZ8XhGUEsywI6w05BI28cB2TM7hkFDIOnjeJk83ezCsx35cN0bC7wWNzQrk= X-Received: by 10.157.48.130 with SMTP id s2mr2111621otc.418.1508246445674; Tue, 17 Oct 2017 06:20:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.52.35 with HTTP; Tue, 17 Oct 2017 06:20:25 -0700 (PDT) In-Reply-To: <19F317D3EBBD7F4BBB0C582564D4FE913E5F8467@SPSCMX001.exchad.jpmchase.net> References: <19F317D3EBBD7F4BBB0C582564D4FE913E5F8467@SPSCMX001.exchad.jpmchase.net> From: Billy Liu Date: Tue, 17 Oct 2017 21:20:25 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Kylin UI is not coming up To: user Content-Type: multipart/alternative; boundary="f4030435c5eca0d6ed055bbdfd93" archived-at: Tue, 17 Oct 2017 13:20:50 -0000 --f4030435c5eca0d6ed055bbdfd93 Content-Type: text/plain; charset="UTF-8" Seems like the HBase connection is not available. You could have another try to use new metadata url in kylin.properties, something like "kylin_test@hbase" 2017-10-17 18:28 GMT+08:00 Kumar, Manoj H : > > > > > Can someone help on this? At Kylin.log file, Seeing below Error? > Hbase,HIVE & Zookeeper is running at Cloudera. > > > > Caused by: org.springframework.beans.factory.BeanCreationException: Error > creating bean with name 'org.springframework.cache.annotation. > AnnotationCacheOperationSource#0': BeanPostProcessor before instantiation > of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'org.springframework.security. > methodSecurityMetadataSourceAdvisor': Cannot resolve reference to bean > 'org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#0' > while setting constructor argument; nested exception is > org.springframework.beans.factory.BeanCreationException: Error creating > bean with name 'org.springframework.security.access.method. > DelegatingMethodSecurityMetadataSource#0': Cannot create inner bean > '(inner bean)#16cf7409' of type [org.springframework.security. > access.prepost.PrePostAnnotationSecurityMetadataSource] while setting > constructor argument with key [0]; nested exception is > org.springframework.beans.factory.BeanCreationException: Error creating > bean with name '(inner bean)#16cf7409': Cannot create inner bean '(inner > bean)#c1c6251' of type [org.springframework.security. > access.expression.method.ExpressionBasedAnnotationAttributeFactory] while > setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: > Error creating bean with name '(inner bean)#c1c6251': Cannot resolve > reference to bean 'expressionHandler' while setting constructor argument; > nested exception is org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'expressionHandler' defined in class path > resource [kylinSecurity.xml]: Cannot resolve reference to bean > 'permissionEvaluator' while setting bean property 'permissionEvaluator'; > nested exception is org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'permissionEvaluator' defined in class path > resource [kylinSecurity.xml]: Cannot resolve reference to bean 'aclService' > while setting constructor argument; nested exception is > org.springframework.beans.factory.BeanCreationException: Error creating > bean with name 'aclService': Injection of autowired dependencies failed; > nested exception is org.springframework.beans.factory.BeanCreationException: > Could not autowire field: protected org.apache.kylin.rest.service.UserService > org.apache.kylin.rest.service.AclService.userService; nested exception is > org.springframework.beans.factory.BeanCreationException: Error creating > bean with name 'userService': Invocation of init method failed; nested > exception is org.apache.hadoop.hbase.TableNotFoundException: > kylin_metadata_user > > at org.springframework.beans.factory.support. > AbstractAutowireCapableBeanFactory.createBean( > AbstractAutowireCapableBeanFactory.java:454) > > at org.springframework.beans.factory.support. > AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293) > > at org.springframework.beans.factory.support. > DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry. > java:223) > > at org.springframework.beans.factory.support. > AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290) > > at org.springframework.beans.factory.support. > AbstractBeanFactory.getBean(AbstractBeanFactory.java:191) > > at org.springframework.beans.factory.support. > BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver. > java:328) > > ... 40 more > > Caused by: org.springframework.beans.factory.BeanCreationException: Error > creating bean with name 'org.springframework.security. > methodSecurityMetadataSourceAdvisor': Cannot resolve reference to bean > 'org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#0' > while setting constructor argument; nested exception is > org.springframework.beans.factory.BeanCreationException: Error creating > bean with name 'org.springframework.security.access.method. > DelegatingMethodSecurityMetadataSource#0': Cannot create inner bean > '(inner bean)#16cf7409' of type [org.springframework.security. > access.prepost.PrePostAnnotationSecurityMetadataSource] while setting > constructor argument with key [0]; nested exception is > org.springframework.beans.factory.BeanCreationException: Error creating > bean with name '(inner bean)#16cf7409': Cannot create inner bean '(inner > bean)#c1c6251' of type [org.springframework.security. > access.expression.method.ExpressionBasedAnnotationAttributeFactory] while > setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: > Error creating bean with name '(inner bean)#c1c6251': Cannot resolve > reference to bean 'expressionHandler' while setting constructor argument; > nested exception is org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'expressionHandler' defined in class path > resource [kylinSecurity.xml]: Cannot resolve reference to bean > 'permissionEvaluator' while setting bean property 'permissionEvaluator'; > nested exception is org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'permissionEvaluator' defined in class path > resource [kylinSecurity.xml]: Cannot resolve reference to bean 'aclService' > while setting constructor argument; nested exception is > org.springframework.beans.factory.BeanCreationException: Error creating > bean with name 'aclService': Injection of autowired dependencies failed; > nested exception is org.springframework.beans.factory.BeanCreationException: > Could not autowire field: protected org.apache.kylin.rest.service.UserService > org.apache.kylin.rest.service.AclService.userService; nested exception is > org.springframework.beans.factory.BeanCreationException: Error creating > bean with name 'userService': Invocation of init method failed; nested > exception is org.apache.hadoop.hbase.TableNotFoundException: > kylin_metadata_user > > > > Regards, > > Manoj > > > > This message is confidential and subject to terms at: http:// > www.jpmorgan.com/emaildisclaimer including on confidentiality, legal > privilege, viruses and monitoring of electronic messages. If you are not > the intended recipient, please delete this message and notify the sender > immediately. Any unauthorized use is strictly prohibited. > --f4030435c5eca0d6ed055bbdfd93 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Seems like the HBase connection is not available.=C2=A0You could have another try to use new metadata url in kylin.properties, s= omething like "kylin_test@hbase"

2017-10-17 18:28 GMT+08:00 Kumar, Mano= j H <manoj.h.kumar@jpmorgan.com>:

=C2=A0

=C2=A0

Can someone help on this? At Kylin.log file, Seeing = below Error? Hbase,HIVE & Zookeeper is running at Cloudera.

=C2=A0

Caused by: org.springframework.beans.factory.Be= anCreationException: Error creating bean with name 'org.springframework= .cache.annotation.AnnotationCacheOperationSource#0': Bea= nPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error cre= ating bean with name 'org.springframework.security.methodSecurityM= etadataSourceAdvisor': Cannot resolve reference to bean 'org.s= pringframework.security.access.method.DelegatingMethodSecurityMet= adataSource#0' while setting constructor argument; nested exception is org.springframewor= k.beans.factory.BeanCreationException: Error creating bean with name &= #39;org.springframework.security.access.method.DelegatingMethodSe= curityMetadataSource#0': Cannot create inner bean '(inner bean)#16cf7409' of type [org.springframework.security.access.prep= ost.PrePostAnnotationSecurityMetadataSource] while setting constr= uctor argument with key [0]; nested exception is org.springframework.beans.= factory.BeanCreationException: Error creating bean with name '(inner bean)#16cf7409': Cannot create inner bean '(= inner bean)#c1c6251' of type [org.springframework.security.access.= expression.method.ExpressionBasedAnnotationAttributeFactory] whil= e setting constructor argument; nested exception is org.springframework.bea= ns.factory.BeanCreationException: Error creating bean with name '(inner bean)#c1c6251': Cannot resol= ve reference to bean 'expressionHandler' while setting constructor = argument; nested exception is org.springframework.beans.factory.BeanCr= eationException: Error creating bean with name 'expressionHandler' defined in class path resource [kylinSecurity.xml]: Cannot resolve referen= ce to bean 'permissionEvaluator' while setting bean property 'p= ermissionEvaluator'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionEvaluator' defined in class path resource [kylinSe= curity.xml]: Cannot resolve reference to bean 'aclService' while se= tting constructor argument; nested exception is org.springframework.beans.<= wbr>factory.BeanCreationException: Error creating bean with name 'aclService': Injection of autowired dependencies failed= ; nested exception is org.springframework.beans.factory.BeanCreationEx= ception: Could not autowire field: protected org.apache.kylin.rest.service.= UserService org.apache.kylin.rest.service.AclService.userService; nested exception is org.springframework.beans.factory.BeanCreationExc= eption: Error creating bean with name 'userService': Invocation of = init method failed; nested exception is org.apache.hadoop.hbase.TableNotFoundException: kylin_metadata_user

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.sp= ringframework.beans.factory.support.AbstractAutowireCapableBeanFa= ctory.createBean(AbstractAutowireCapableBeanFactory.java:454= )

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.sp= ringframework.beans.factory.support.AbstractBeanFactory$1.ge= tObject(AbstractBeanFactory.java:293)

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.sp= ringframework.beans.factory.support.DefaultSingletonBeanRegistry.= getSingleton(DefaultSingletonBeanRegistry.java:223)

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.sp= ringframework.beans.factory.support.AbstractBeanFactory.doGetBean= (AbstractBeanFactory.java:290)

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.sp= ringframework.beans.factory.support.AbstractBeanFactory.getBean(<= wbr>AbstractBeanFactory.java:191)

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at org.sp= ringframework.beans.factory.support.BeanDefinitionValueResolver.<= wbr>resolveReference(BeanDefinitionValueResolver.java:328)=

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ... 40 mo= re

Caused by: org.springframework.beans.factory.Be= anCreationException: Error creating bean with name 'org.springframework= .security.methodSecurityMetadataSourceAdvisor': Cannot resolv= e reference to bean 'org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#0' while setting constructor argument; nested exception is org.springframewor= k.beans.factory.BeanCreationException: Error creating bean with name &= #39;org.springframework.security.access.method.DelegatingMethodSe= curityMetadataSource#0': Cannot create inner bean '(inner bean)#16cf7409' of type [org.springframework.security.access.prep= ost.PrePostAnnotationSecurityMetadataSource] while setting constr= uctor argument with key [0]; nested exception is org.springframework.beans.= factory.BeanCreationException: Error creating bean with name '(inner bean)#16cf7409': Cannot create inner bean '(= inner bean)#c1c6251' of type [org.springframework.security.access.= expression.method.ExpressionBasedAnnotationAttributeFactory] whil= e setting constructor argument; nested exception is org.springframework.bea= ns.factory.BeanCreationException: Error creating bean with name '(inner bean)#c1c6251': Cannot resol= ve reference to bean 'expressionHandler' while setting constructor = argument; nested exception is org.springframework.beans.factory.BeanCr= eationException: Error creating bean with name 'expressionHandler' defined in class path resource [kylinSecurity.xml]: Cannot resolve referen= ce to bean 'permissionEvaluator' while setting bean property 'p= ermissionEvaluator'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionEvaluator' defined in class path resource [kylinSe= curity.xml]: Cannot resolve reference to bean 'aclService' while se= tting constructor argument; nested exception is org.springframework.beans.<= wbr>factory.BeanCreationException: Error creating bean with name 'aclService': Injection of autowired dependencies failed= ; nested exception is org.springframework.beans.factory.BeanCreationEx= ception: Could not autowire field: protected org.apache.kylin.rest.service.= UserService org.apache.kylin.rest.service.AclService.userService; nested exception is org.springframework.beans.factory.BeanCreationExc= eption: Error creating bean with name 'userService': Invocation of = init method failed; nested exception is org.apache.hadoop.hbase.TableN= otFoundException: kylin_metadata_user

=C2=A0

Regards,

Manoj

=C2=A0

This message is confidential and subject to terms at: http://www.jpmorgan.com= /emaildisclaimer including on confidentiality, legal privilege, vi= ruses and monitoring of electronic messages. If you are not the intended re= cipient, please delete this message and notify the sender immediately. Any = unauthorized use is strictly prohibited.


--f4030435c5eca0d6ed055bbdfd93--