You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "liyang (JIRA)" <ji...@apache.org> on 2016/01/19 03:13:39 UTC

[jira] [Created] (KYLIN-1329) Got ACL exception when deleting model

liyang created KYLIN-1329:
-----------------------------

             Summary: Got ACL exception when deleting model
                 Key: KYLIN-1329
                 URL: https://issues.apache.org/jira/browse/KYLIN-1329
             Project: Kylin
          Issue Type: Bug
            Reporter: liyang


2016-01-18 19:06:40,961 ERROR [http-bio-7070-exec-8] controller.ModelController:147 : identifier required
java.lang.IllegalArgumentException: identifier required
        at org.springframework.util.Assert.notNull(Assert.java:112)
        at org.springframework.security.acls.domain.ObjectIdentityImpl.<init>(ObjectIdentityImpl.java:54)
        at org.apache.kylin.rest.service.AccessService.clean(AccessService.java:222)
        at org.apache.kylin.rest.service.AccessService$$FastClassByCGLIB$$91550c7f.invoke(<generated>)
        at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
        at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
        at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:64)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
        at org.apache.kylin.rest.service.AccessService$$EnhancerByCGLIB$$b1dc2511.clean(<generated>)
        at org.apache.kylin.rest.service.ModelService.dropModel(ModelService.java:129)
        at org.apache.kylin.rest.service.ModelService$$FastClassByCGLIB$$eb0205be.invoke(<generated>)
        at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
        at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
        at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:64)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
        at org.apache.kylin.rest.service.ModelService$$EnhancerByCGLIB$$f0106fc6.dropModel(<generated>)
        at org.apache.kylin.rest.controller.ModelController.deleteModel(ModelController.java:145)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)




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