We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When MDX for Kylin connected to Kylin 2.5.2 encountered e error as followed:
2022-05-18 00:01:51,117 [ERROR] i.k.m.i.c.h.HttpUtil.preHandleHttpResponse - Http call not 200 status, statusCode:[500], api:[http://172.16.0.101:16500/kylin/api/user_group/groups?isFuzzMatch=true&offset=0&limit=100000], content:[{"code":"999","data":null,"msg":"Required String parameter 'project' is not present","stacktrace":"org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'project' is not present\n\tat ... 2022-05-18 00:01:51,117 [ERROR] i.k.m.i.c.s.MetaSyncScheduleTask.run - Metadata sync failed, Required String parameter 'project' is not present ...
To Reproduce Steps to reproduce the behavior:
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Using the #1 (comment) Kylin 2.5.2 Patched jar to replace the original Kylin 2.5.2 jar in ${KYLIN_HOME}/tomcat/webapps/kylin/WEB-INF/lib
${KYLIN_HOME}/tomcat/webapps/kylin/WEB-INF/lib
As an example fixed code, please check the fixed pr https://github.com/apache/kylin/pull/1878/files to re-patch a jar in code of kylin 2.5.2 tag to replace the kylin-server-base-2.5.2.jar
kylin 2.5.2 tag
Sorry, something went wrong.
Mukvin
No branches or pull requests
Describe the bug
When MDX for Kylin connected to Kylin 2.5.2 encountered e error as followed:
To Reproduce
Steps to reproduce the behavior:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: