[
https://issues.apache.org/jira/browse/KYLIN-761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14541215#comment-14541215
]
Shaofeng SHI commented on KYLIN-761:
------------------------------------
A workround for this problem from community user:
Since missing classes were available within below jars files in
WEB-INF/lib, but classes are not getting loaded due to some weird reasons.
Though I will investigate it, but for time being issue is resolved by
creating a soft link to below jars from tomcat/lib.
“kylin-query-0.7.1-incubating-SNAPSHOT.jar"
“calcite-core-0.9.1-incubating.jar”
> Tables are not shown in the "Query" tab, and couldn't run SQL query after
> cube be built
> ---------------------------------------------------------------------------------------
>
> Key: KYLIN-761
> URL: https://issues.apache.org/jira/browse/KYLIN-761
> Project: Kylin
> Issue Type: Bug
> Components: General
> Affects Versions: v0.7.1
> Environment: CDH 5.4
> Reporter: Shaofeng SHI
> Assignee: Shaofeng SHI
>
> User from mailing-list reports their Kylin doesn't show up the table/columns
> in "Query" tab after cube be built; In kylin.log, there are exceptions:
> “Error instantiating
> JsonCustomSchema(name=DEFAULT)”
> Caused by: java.lang.ClassNotFoundException:
> org.apache.kylin.query.schema.OLAPSchemaFactory
> at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:191)
> at org.apache.calcite.model.ModelHandler.visit(ModelHandler.java:209)
> ... 103 more
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)