You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Lingang Deng (JIRA)" <ji...@apache.org> on 2018/11/01 08:30:00 UTC

[jira] [Created] (KYLIN-3662) exception message "Cannot find project '%s'." should be formated

Lingang Deng created KYLIN-3662:
-----------------------------------

             Summary: exception message "Cannot find project '%s'." should be formated
                 Key: KYLIN-3662
                 URL: https://issues.apache.org/jira/browse/KYLIN-3662
             Project: Kylin
          Issue Type: Bug
    Affects Versions: v2.5.0
            Reporter: Lingang Deng
            Assignee: Lingang Deng


When use kylin dashboard without system cube, exception is threw as follows,
{code:java}
org.apache.kylin.rest.exception.BadRequestException: Cannot find project '%s'.
 at org.apache.kylin.rest.service.QueryService.doQueryWithCache(QueryService.java:378)
 at org.apache.kylin.rest.service.QueryService.doQueryWithCache(QueryService.java:359)
 at org.apache.kylin.rest.controller.DashboardController.getQueryMetrics(DashboardController.java:74)
{code}
The log is unfriendly to users.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)