You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Yaguang Jia (Jira)" <ji...@apache.org> on 2023/03/08 07:13:00 UTC

[jira] [Commented] (KYLIN-5474) Kylin5 throw [null Exception] org.h2.Driver in local debug mode

    [ https://issues.apache.org/jira/browse/KYLIN-5474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17697757#comment-17697757 ] 

Yaguang Jia commented on KYLIN-5474:
------------------------------------

h2. Root Cause

Kylin5 change _*com.h2database*_  scope from compile to test for vulnerabilities, while the local debug mode depends on {_}*com.*{_}{_}*h2database*{_} as compile
h2. Fix design

change _*com.h2database*_ back to compile in <Kylin - REST Server>
h2. Test Evidence 

!image (2).png!

 

> Kylin5  throw [null Exception] org.h2.Driver in local debug mode 
> -----------------------------------------------------------------
>
>                 Key: KYLIN-5474
>                 URL: https://issues.apache.org/jira/browse/KYLIN-5474
>             Project: Kylin
>          Issue Type: Bug
>          Components: Environment 
>    Affects Versions: 5.0-alpha
>            Reporter: Yaguang Jia
>            Assignee: Yaguang Jia
>            Priority: Minor
>             Fix For: 5.0-alpha
>
>         Attachments: image (1).png, image (2).png
>
>
> For Kyln5 local debug mode, please refer -> https://issues.apache.org/jira/browse/KYLIN-5269
>  
> kylin5 throw [null Exception] org.h2.Driver when run sql in local debug mode
> !image (1).png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)