Hi ,<br />
<br />
I've discovered BIRT recently and I am lately working to integrate it with our Spring based web application. I've used the WebViewer example application for this purpose.<br />
The problem is that after deploying the application, when trying to run the example reports or some of the reports I've created, I am able to run the reports only using "...?preview", "...?output" servlet mappings. If I try with "...?run" or "...?frameset" I get only a blank page. No error displayed in the browser.<br />
The only thing I've found in log files is related to Axis servlet:<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>
loadBundle: Ignoring MissingResourceException: Can't find bundle for base name org.apache.axis.resource, locale fr_BE
Created org.apache.axis.i18n.resource, linked to parent null
getBundle(org.apache.axis,org.apache.axis.utils,resource,null,...)
loadBundle: Ignoring MissingResourceException: Can't find bundle for base name org.apache.axis.utils.resource, locale fr_BE
loadBundle: Ignoring MissingResourceException: Can't find bundle for base name org.apache.axis.resource, locale fr_BE
Root package not found, cross link to org.apache.axis.i18n.resource
Root package not found, cross link to org.apache.axis.i18n.resource
org.apache.axis.i18n.resource::handleGetObject(engineFactory)
Got EngineFactory: org.apache.axis.configuration.EngineConfigurationFactoryServlet
Enter: DefaultAxisServerFactory::getServer
Enter: DefaultAxisServerFactory::getEngineConfiguration
Exit: DefaultAxisServerFactory::getEngineConfiguration
Enter: AxisEngine::init
org.apache.axis.i18n.resource::handleGetObject(attachEnabled)
Attachment support is enabled? true
Enter/Exit: JAFDataHandlerDeserializerFactory(class java.lang.String, {http://xml.apache.org/xml-soap}PlainText)
org.apache.axis.i18n.resource::handleGetObject(oddDigits00)
org.apache.axis.i18n.resource::handleGetObject(badChars01)
Enter/Exit: JAFDataHandlerDeserializerFactory(class java.awt.Image, {http://xml.apache.org/xml-soap}Image)
Enter/Exit: JAFDataHandlerDeserializerFactory(class javax.mail.internet.MimeMultipart, {http://xml.apache.org/xml-soap}Multipart)
Enter/Exit: JAFDataHandlerDeserializerFactory(interface javax.xml.transform.Source, {http://xml.apache.org/xml-soap}Source)
Enter/Exit: JAFDataHandlerDeserializerFactory(class org.apache.axis.attachments.OctetStream, {http://xml.apache.org/xml-soap}octet-stream)
Enter/Exit: JAFDataHandlerDeserializerFactory()
@7e8d46setReturnType({http:;//schemas.eclipse.org/birt}GetUpdatedObjectsResponse)
@7e8d46 added parameter >name: {http://schemas.eclipse.org/birt}GetUpdatedObjects
typeEntry: null
mode: IN
position: 0
isReturn: false
typeQName: {http://schemas.eclipse.org/birt}GetUpdatedObjects
javaType: null
inHeader: false
outHeader: false
@acc5a0<total parameters:1
Exit: AxisEngine::init
org.apache.axis.server.DefaultAxisServerFactory [/birt/frameset] request=1000013 Exit: DefaultAxisServerFactory::getServer
Exit: getEngine()
In servlet init
Enter: getEngine()
Exit: getEngine()
Enter: getEngine()
Exit: getEngine()
Enter: getEngine()
Exit: getEngine()
Enter: getEngine()
Exit: getEngine()
Enter: getEngine()
Exit: getEngine()
Enter: getEngine()
Exit: getEngine()
Enter: getEngine()
Exit: getEngine()
</pre>
<br />
Here are some details about the environment:<br />
The AppServer is WebLogic 10.3<br />
BIRT 2.5.1.<br />
I've managed to deploy BIRT by specifying<br />
<pre class='_prettyXprint _lang-auto _linenums:0'><wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes></pre>
in weblogic.xml.<br />
I've copied all the content of web.xml from the webViewer example, all libs and also platform and webcontent folders.<br />
<br />
I've also deployed the webViewer example application on the same server, and the reports worked against both servlets.<br />
<br />
Has anyone had similar problems? Or does anyone know a possible solution to this issue?<br />
<br />
Thank you in advance!