十月上旬更新速递丨 AI深入、实战强化与开发进阶

秋意渐浓,智能不息!十月上旬更新聚焦AI知识深化、任务实战、开发进阶与体验优化,助力你在数据与AI的海洋中乘风破浪!

一、产品更新

DEMO动态】体验中心金秋上新!行业案例DEMO上架!》→ 全新行业案例DEMO上线,覆盖多业务场景,助你快速理解智能分析落地实践!

二、技术经验分享

回写填报数据异常?让你告别“白干了”的崩溃!→ 从现象到根源,一步步教你排查并解决回写填报中的常见问题。

三、二次开发视频

扩展包环境搭建→“工欲善其事必先利其器”,讲解如何搭建扩展包的开发环境、创建扩展包、打包上线等内容。

、任务持续上线

AI每日一学知识巩固】简单总结一下AI Agent的五个发展阶段》→梳理AI Agent演进脉络,巩固学习成果。

AI每日一学知识巩固】简述AI Agent核心特征有哪些?》→检验对智能体核心能力的理解。

BI知识闯关】回写填报数据异常?让你告别“白干了”的崩溃》→实战排查数据回写问题,提升故障处理能力

场景实战系列:dwd层数据处理,赢取278麦豆!》→深入数据仓库底层处理,提升数据建模能力,完成任务即可赢取奖励!

五、AI每日一学

AI每日一学】简述AI Agent核心特征有哪些?》→ 掌握智能体的核心属性,理解其运作逻辑。

AI每日一学】Agentic AI的定义、定位、目标和关键特征是什么?》→ 深入解读Agentic AI,构建系统化AI认知体系。

为进一步提升认证服务的质量与体验,我们对认证业务进行全面优化升级。更多详情请看Smartbi认证考试优化升级公告

麦粉社区
>
帖子详情

[问题求助]本地smartBi服务器上无法执行获取的数据。

数据连接 发表于 2021-12-27 11:02
发表于 2021-12-27 11:02:14

我下载了smartBi-license,在本地部署了smartBi,并在数据模型里新建一个数据集,保存后用excel里的smartBi来执行,结果就爆以下错误:


 


连接多维查询引擎失败,请联系管理员:I/O error on POST request for "http://localhost:18081/smartbiolap/smartbiquery": Connection refused: connect; nested exception is java.net.ConnectException: Connection refused: connect


at smartbix.augmenteddataset.util.AugmentedDataSetException.create(AugmentedDataSetException.java:34)


at smartbix.augmenteddataset.olap.impl.OlapQueryService.createException(OlapQueryService.java:385)


at smartbix.augmenteddataset.olap.impl.OlapQueryService.executeQuery(OlapQueryService.java:369)


at smartbix.augmenteddataset.olap.impl.OlapQueryService$$FastClassBySpringCGLIB$$d01e6225.invoke()


at smartbixlibs.org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)


at smartbixlibs.org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737)


at smartbixlibs.org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)


at smartbixlibs.org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)


at smartbixlibs.org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)


at smartbixlibs.org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672)


at smartbix.augmenteddataset.olap.impl.OlapQueryService$$EnhancerBySpringCGLIB$$8828e57.executeQuery()


at smartbix.augmenteddataset.query.mondrian.MondrianQueryExecutor.getData(MondrianQueryExecutor.java:33)


at smartbix.augmenteddataset.service.AugmentedDataSetQueryService.getDataSetData(AugmentedDataSetQueryService.java:165)


at smartbix.augmenteddataset.service.AugmentedDataSetQueryService$$FastClassBySpringCGLIB$$3c7d00ce.invoke()


at smartbixlibs.org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)


at smartbixlibs.org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737)


at smartbixlibs.org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)


at smartbixlibs.org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)


这种错误是由什么引起的呢?

发表于 2021-12-27 11:58:53
你是手动exe安装smartbi吗?如果是手动exe安装smartbi的,可以看看【任务管理器】--》【服务】--》Smartbi_OLAP_Server 是否正常运行:
1020661c939aa59e43.png

如果不是exe安装smartbi的,需要另行部署多维引擎
  •   孙国星
    我是从官网下载的exe安装包安装的,但我smartBi服务没有那么多。
    2021-12-27 13:14| 回复

回复

使用道具 举报

发表于 2021-12-27 13:15:08
我smartBi的服务有这些:
4800561c94bd6bf8ee.png
回复

使用道具 举报

发表于 2021-12-28 09:16:14
你只有这些应该是你在安装exe选择功能(https://wiki.smartbi.com.cn/pages/viewpage.action?pageId=55841810)的时候只选了这些导致的~

你那个多维查询引擎报错那个问题按经验来看是没有安装olay引擎或者没有启动才会报这个错误,参考https://wiki.smartbi.com.cn/pages/viewpage.action?pageId=55841810 配置启动下olay引擎,然后在测试查询呢
回复

使用道具 举报

发表于 2022-1-7 09:54:08
相同的问题,在本地安装,在安装的过程中已经按照按照说明选了所有的功能,服务列表里OLAP也在运行,创建数据集查询表内容也OK,但是自助仪表盘拖拽后就报错

报错截图

报错截图

也不知道这个8080端口是从哪里来的
回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

5回帖数 0关注人数 4941浏览人数
最后回复于:2022-1-7 09:54
快速回复 返回顶部 返回列表