Facing issue in Integrating report design with Jsp using BIRT Viewer in 2.6.1
Hi,
I am facing an issue while integrating .rptdesign file with jsp using birt viewer. Here are my configurations,
1. Created platform folder and placed all the configurations & features.
2. Placed all the jar files (model.jar,viewservlet.jar,engineapi.jar,coreapi.jar) in web-inf/lib
3. web.xml is configured as webviewerExample
4. placed tld file in WEB-INF/tlds folder.
When i made these changes and tried to start the jboss start up it throws an error saying,
21:33:42,497 ERROR [STDERR] org.eclipse.birt.core.exception.BirtException: error.CannotStartupOSGIPlatform
21:33:42,497 ERROR [STDERR] at org.eclipse.birt.core.framework.Platform.startup(Platform.java:92)
21:33:42,497 ERROR [STDERR] at org.eclipse.birt.report.service.ReportEngineService.setEngineContext(ReportEngineService.java:320)
21:33:42,497 ERROR [STDERR] at org.eclipse.birt.report.service.BirtViewerReportService.setContext(BirtViewerReportService.java:1022)
21:33:42,497 ERROR [STDERR] at org.eclipse.birt.report.listener.ViewerServletContextListener.contextInitialized(ViewerServletContextListener.java:62)
21:33:42,497 ERROR [STDERR] at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
21:33:42,497 ERROR [STDERR] at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
21:33:42,497 ERROR [STDERR] at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
21:33:42,497 ERROR [STDERR] at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
21:33:42,497 ERROR [STDERR] at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
21:33:42,497 ERROR [STDERR] at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
21:33:42,497 ERROR [STDERR] at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
21:33:42,497 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
21:33:42,497 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
21:33:42,497 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
21:33:42,497 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
21:33:42,497 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
21:33:42,497 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
21:33:42,497 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
I am not sure what is the wrong doing here.
Any help on this is highly appreciated here.
Thanks,
Kalai