Hello,
I tried to use BIRT in my webapplication project. But I'm getting this kind of exception all the time:
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
...
Anyone an idea, what this can be?
I tried it local at my windows machine - all worked fine, but when I start the report on the linux server, it won't run.
I also tried to set the necessary permissions in the tomcat 50local.policy - giving him all the permissions for the moment - like: permission java.lang.AllPermission;
Thanks for your help.