I have a default installation of jboss AS 7.1.1 and am having difficulty getting the birt reporting integration to work. I am using a customised gwt-console-server-5.4.0 war, which is including some additional components. Are there any reporting server installation and configuration instructions for an install into a default AS 7 server. The log extract showing the problem is :-
16:28:34,310 INFO [org.jboss.web] (MSC service thread 1-10) JBAS018210: Registering web context: /gwt-console-server
16:28:34,716 ERROR [stderr] (BirtService-Init) Exception in thread "BirtService-Init" java.lang.RuntimeException: Failed to load reports
16:28:34,719 ERROR [stderr] (BirtService-Init) at org.jboss.bpm.report.BirtService.create(BirtService.java:92)
16:28:34,719 ERROR [stderr] (BirtService-Init) at org.jboss.bpm.report.BirtService$2.run(BirtService.java:216)
16:28:34,719 ERROR [stderr] (BirtService-Init) at java.lang.Thread.run(Thread.java:722)
16:28:34,720 ERROR [stderr] (BirtService-Init) Caused by: org.jboss.resteasy.spi.LoggableFailure: Unable to find contextual data of type: javax.servlet.ServletContext
16:28:34,720 ERROR [stderr] (BirtService-Init) at org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy.invoke(ContextParameterInjector.java:53)
16:28:34,721 ERROR [stderr] (BirtService-Init) at $Proxy87.getServletContextName(Unknown Source)
16:28:34,723 ERROR [stderr] (BirtService-Init) at org.jboss.bpm.report.BirtService.loadReports(BirtService.java:105)
16:28:34,723 ERROR [stderr] (BirtService-Init) at org.jboss.bpm.report.BirtService.create(BirtService.java:87)
16:28:34,724 ERROR [stderr] (BirtService-Init) ... 2 more
I have the report-server project checked out and can build it. However, instructions on any configuration required would be very helpful. In the absence of instructions I have used the build of the jbpm-install project as a guide.
Any pointers would be much appreciated.