我尝试在我的 web 应用程序项目中使用 BIRT。但是我总是遇到这种异常:
org.eclipse.birt.core.framework.FrameworkException: Could not find the Framework - org.eclipse.osgi at
org.eclipse.birt.core.framework.osgi.OSGILauncher.doStartup(OSGILauncher.java:123) at
org.eclipse.birt.core.framework.osgi.OSGILauncher.access$0(OSGILauncher.java:94) at
org.eclipse.birt.core.framework.osgi.OSGILauncher$1.run(OSGILauncher.java:79) at
java.security.AccessController.doPrivileged(Native Method) at
org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OSGILauncher.java:75) at
org.eclipse.birt.core.framework.Platform.startup(Platform.java:79) at
org.apache.jsp.webcontent.test3_jsp._jspService(test3_jsp.java:67) at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374) at
...
任何人的想法,这可能是什么?
我在我的 Windows 机器上尝试了本地 - 一切正常,但是当我在 linux 服务器上启动报告时,它不会运行。
我还尝试在 tomcat 50local.policy 中设置必要的权限-暂时授予他所有权限-例如:权限 java.lang.AllPermission;
谢谢你的帮助。