Any idea what I can look at? <br />
<br />
I have deployed the BIRT 2.2.1 runtime in a WebSphere 5.1 environment using the instructions contained here:<br />
<a class='bbc_url' href='
http://wiki.eclipse.org/index.php/Birt_WebSphere_Deployment'>http://wiki.eclipse.org/index.php/Birt_WebSphere_Deployment</a><br />
<br />
I can get <a class='bbc_url' href='
http://devweb/Reporting/run?__report=test.rptdesign'>http://devweb/Reporting/run?__report=test.rptdesign</a> to work but the frameset URL does not (<a class='bbc_url' href='
http://devweb/Reporting/frameset?__report=test.rptdesign)'>http://devweb/Reporting/frameset?__report=test.rptdesign)</a>. It is looking like it hangs.<br />
<br />
In Internet Explorer, the screen is blank, but if I do a View Source I can see some html, but not the complete report. In Firefox, the buttons at the top are rendered but the progress bar never completes. <br />
<br />
There are no immediate errors in the logs, but I eventually get errors in the SystemOut log like this: <br />
<br />
**********************************************************************<br />
<br />
[10/24/07 10:57:17:328 EDT] 277dabc0 WebAppInvoker E Unexpected internal engine error while processing request: java.lang.NullPointerException<br />
at com.ibm.ws.webcontainer.srt.WebAppInvoker.getFullURI(WebAppInvoker.java:410)<br />
at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:208)<br />
at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:321)<br />
at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)<br />
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:246)<br />
at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)<br />
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)<br />
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:652)<br />
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448)<br />
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))<br />
<br />
[10/24/07 10:57:17:340 EDT] 277dabc0 ThreadMonitor W WSVR0606W: Thread "Servlet.Engine.Transports : 6" (277dabc0) was previously reported to be hung but has completed. It was active for approximately 3,103,988 milliseconds. There are 2 threads in total in the server that still may be hung.<br />
<br />
**********************************************************************<br />
<br />
There seems to be nothing bad in the report log (it's too large to post).