三月下旬新内容速递丨JVM调优、权限体系与函数进阶

春日渐暖,学习正酣!三月下旬更新聚焦JVM参数实战、权限体系拆解、多种分析法与AI架构入门,助你在数据与技术的融合中持续进阶!


一、场景应用精选

【数析课堂】别只盯着总数!用“结构分析法”一眼看穿业务真相》→跳出总量思维,深入业务结构发现机会。
【旭日图】数据的“家族族谱”与深度透视镜》→通过旭日图展示多层级数据关系,助力钻取分析。
【函数课堂】Fixed 与 Exclude 怎么选?》→场景化讲解函数选择逻辑,告别计算度量困惑。
【数析课堂】分组法:分析师的“分层透视眼”,一眼看穿客户与业务本质》→掌握分组分析法,实现精细化运营洞察。

二、技术经验分享

那些年漏配错配的,JVM参数们》→深入解析JVM常见配置误区,提升系统性能与稳定性。
别慌!权限体系其实超简单》→轻松掌握权限设计核心逻辑,快速落地数据安全管控。

三、AI知识更新

【AI每日一学】讲一下单Agent架构vs多Agent系统的特征、优点和缺点》→对比单Agent与多Agent系统,为智能体选型提供参考。

四、任务持续上线

【BI知识闯关】那些年漏配错配的,JVM参数们》→通过闯关巩固JVM参数配置要点。
【AI知识巩固】讲一下单Agent架构vs多Agent系统的特征、优点和缺点》→强化AI架构理解,夯实智能体基础知识。
【数析课堂】结构分析法知识巩固》→练习结构分析,掌握业务构成洞察技巧。
【图表应用】旭日图—你的专属“层级解码器”》→实战旭日图绘制,解锁层级数据可视化。
【BI知识闯关】别慌!权限体系其实超简单》→检验权限体系学习成果,提升实战能力。
【函数】Fixed 与 Exclude 怎么选?》→深入辨析两类函数,精准匹配分析场景。
【数析课堂】分组法知识巩固》→强化分层分组思维,提升客户与业务分析效率。

阳春三月,学习正当时,快来社区参与挑战,一起探索数据新视界!

麦粉社区
>
帖子详情

windows下smartbi同步用户信息报错

安装指导 发表于 2025-9-30 08:40
发表于 2025-9-30 08:40:10

任务测试运行失败,详细信息:
方法参数声明错误[cause Throwable ClassName:org.mozilla.javascript.WrappedException]:运行脚本发生错误:调用本地方法出现错误:BuildTime: 2025-09-23 17:07:11
TAG: Hotfix_SmartbiV11_20250921
Tid: null
HostName: JACKIE
数据模型引擎: V2.0


未指定错误,请查看详细信息[cause Throwable ClassName:java.lang.RuntimeException]
at smartbi.framework.rmi.ClientService.executeInternal(ClientService.java:234)
at ...(...)
at smartbi.freequery.client.datasource.DataSourceService.forbiddenNewUserDirectExecuteSql(DataSourceService.java:3069)
Caused by: java.lang.RuntimeException: forbidden DirectExecuteSql
at smartbi.freequery.client.datasource.DataSourceService.forbiddenNewUserDirectExecuteSql(DataSourceService.java:3069)
at smartbi.freequery.client.datasource.DataSourceService.assertAllowDirectExecuteSql(DataSourceService.java:3078)
at smartbi.freequery.client.datasource.DataSourceService.executeNoCacheable(DataSourceService.java:3100)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at smartbi.framework.rmi.ClientService.executeInternal(ClientService.java:192)
at smartbi.framework.rmi.ClientService.execute(ClientService.java:170)
at smartbi.framework.rmi.RMIServlet.processExecute(RMIServlet.java:233)
at smartbi.framework.rmi.RMIServlet.doPost(RMIServlet.java:144)
at smartbi.usermanager.local.LocalClientConnector.internalInvoke(LocalClientConnector.java:583)
at smartbi.sdk.ClientConnector.remoteInvoke(ClientConnector.java:621)
at smartbi.sdk.service.datasource.DataSourceService.executeNoCacheable(DataSourceService.java:638)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:161)
at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:247)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1701)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:854)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:164)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:426)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3178)
at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:175)
at org.mozilla.javascript.Context.evaluateString(Context.java:1111)
at smartbi.scheduletask.task.TaskBO.executeV2(TaskBO.java:599)
at smartbi.scheduletask.task.TaskBO.execute(TaskBO.java:484)
at smartbi.scheduletask.task.TaskBO.call(TaskBO.java:474)
at smartbi.scheduletask.runneragent.ScheduleSDK$1.call(ScheduleSDK.java:870)
at smartbi.scheduletask.ScheduleTaskModule$1.call(ScheduleTaskModule.java:493)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

出错位置,第196行,第0列
:Wrapped smartbi.usermanager.local.LocalException: 调用本地方法出现错误:BuildTime: 2025-09-23 17:07:11
TAG: Hotfix_SmartbiV11_20250921
Tid: null
HostName: JACKIE
数据模型引擎: V2.0


未指定错误,请查看详细信息[cause Throwable ClassName:java.lang.RuntimeException]
at smartbi.framework.rmi.ClientService.executeInternal(ClientService.java:234)
at ...(...)
at smartbi.freequery.client.datasource.DataSourceService.forbiddenNewUserDirectExecuteSql(DataSourceService.java:3069)
Caused by: java.lang.RuntimeException: forbidden DirectExecuteSql
at smartbi.freequery.client.datasource.DataSourceService.forbiddenNewUserDirectExecuteSql(DataSourceService.java:3069)
at smartbi.freequery.client.datasource.DataSourceService.assertAllowDirectExecuteSql(DataSourceService.java:3078)
at smartbi.freequery.client.datasource.DataSourceService.executeNoCacheable(DataSourceService.java:3100)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at smartbi.framework.rmi.ClientService.executeInternal(ClientService.java:192)
at smartbi.framework.rmi.ClientService.execute(ClientService.java:170)
at smartbi.framework.rmi.RMIServlet.processExecute(RMIServlet.java:233)
at smartbi.framework.rmi.RMIServlet.doPost(RMIServlet.java:144)
at smartbi.usermanager.local.LocalClientConnector.internalInvoke(LocalClientConnector.java:583)
at smartbi.sdk.ClientConnector.remoteInvoke(ClientConnector.java:621)
at smartbi.sdk.service.datasource.DataSourceService.executeNoCacheable(DataSourceService.java:638)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:161)
at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:247)
at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1701)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:854)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:164)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:426)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3178)
at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:175)
at org.mozilla.javascript.Context.evaluateString(Context.java:1111)
at smartbi.scheduletask.task.TaskBO.executeV2(TaskBO.java:599)
at smartbi.scheduletask.task.TaskBO.execute(TaskBO.java:484)
at smartbi.scheduletask.task.TaskBO.call(TaskBO.java:474)
at smartbi.scheduletask.runneragent.ScheduleSDK$1.call(ScheduleSDK.java:870)
at smartbi.scheduletask.ScheduleTaskModule$1.call(ScheduleTaskModule.java:493)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
(ScheduleTask#196)

发表于 2025-9-30 09:10:08
数据模型报错了。看不太懂就是了
  •   蒋少丙
    卸载重装、换版本 都试了 还是报数据模型的错误,所以就不知所措了
    2025-9-30 09:11| 回复

回复

使用道具 举报

发表于 2025-9-30 09:14:32
没有执行sql的权限,检查下执行计划任务用户的权限吧

回复

使用道具 举报

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

4回帖数 0关注人数 1120浏览人数
最后回复于:2025-9-30 09:14

社区

指南

AI

搜索

快速回复 返回顶部 返回列表