gpt4 book ai didi

gwt - 运行 birt 时出现 error.CannotStartupOSGIPlatform 问题

转载 作者:行者123 更新时间:2023-12-05 07:42:15 27 4
gpt4 key购买 nike

我正在将 Birt 4.6.0 实现到我的 gwt 应用程序中。不幸的是,每当我运行程序的特定部分时,我都会收到以下错误:

org.eclipse.birt.core.exception.BirtException: error.CannotStartupOSGIPlatform at org.eclipse.birt.core.framework.Platform.startup(Platform.java:81)

我进行了一些搜索,其中一个主题提到了一个 permissions error但我不确定那意味着什么。这是什么意思?

编辑 刚刚阅读了另一篇文章,它表明这可能是我的类路径有问题,但我已经将 ReportEngine/lib 中的所有 jar 文件添加到我的构建路径中。有人知道我应该包含哪些 jar 文件吗?

违规代码:

public static synchronized IReportEngine getBirtEngine(ServletContext sc) {
if (birtEngine == null) {
EngineConfig config = new EngineConfig();
java.util.HashMap map = config.getAppContext();;
map.put(EngineConstants.APPCONTEXT_CLASSLOADER_KEY, SegnalazioniDbManager.class.getClassLoader());
config.setAppContext(map);
IPlatformContext context = new PlatformServletContext(sc);
config.setPlatformContext(context);


try {
Platform.startup(config); //problem begins here
.....
}


[1]: http://developer.actuate.com/community/forum/index.php?/topic/20933-errorcannotstartuposgiplatform/

最佳答案

是的,确实是权限错误。

相关文件是:

WEB-INF/platform/configuration/org.eclipse.osgi/.manager/.fileTableLock

您需要授予 Birt 用户访问权限。

关于gwt - 运行 birt 时出现 error.CannotStartupOSGIPlatform 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44629066/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com