Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Web server hostname(I need to access the web servers hostname (URL))
Web server hostname [message #688443] Fri, 24 June 2011 17:42 Go to next message
Ed Missing name is currently offline Ed Missing nameFriend
Messages: 15
Registered: August 2010
Junior Member
I have been having some issues with version 2.6.2 and images. If I embed the image it shows up fine when printing a PDF, but not in the HTML print or page. If I use an image file, it works fine with HTML, but I get a "No resource" error when trying to print a PDF.

And if I use a URL, "http://server/app/image/pic.jpg", it works fine for html, but pdf print puts the "/app/" part of the address in front and then complains about "java.net.MalformedURLException: no protocol:".

I know it must be a setup issue, but I haven't been able to figure it out.

On a maybe related note, I have to change the <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.17" id="1"> back to .17 in the xml after making changes because the desinger changes it to .22 and then I get object not found errors when I try to view the reports.



Edit: This is what I get from the embedded image from the html page, which doesn't show even though it shows in the PDF:
http://localhost:8181/upo/preview?__sessionId=20110624_143943_810&__imageid=design1958cc2130c2f054b91.jpg

[Updated on: Fri, 24 June 2011 18:44]

Report message to a moderator

Re: Web server hostname [message #688470 is a reply to message #688443] Fri, 24 June 2011 18:52 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

I assume you have the viewer deployed under the upo context? Can you check the report/images directory and verify that the temp image is created?
BTW you may want to have a look at this post:
http://birtworld.blogspot.com/2010/09/birt-image-report-item.html
If you want the image src to be base64 encoded into the html page have a look at this post.
http://www.eclipse.org/forums/index.php/m/686041/#msg_686041

Jason
Re: Web server hostname [message #688471 is a reply to message #688470] Fri, 24 June 2011 18:53 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

BTW it also sounds like you are designing reports with a newer version of BIRT than the deployed viewer.

Jason
Re: Web server hostname [message #688477 is a reply to message #688471] Fri, 24 June 2011 19:06 Go to previous messageGo to next message
Ed Missing name is currently offline Ed Missing nameFriend
Messages: 15
Registered: August 2010
Junior Member
I'll be looking into your above post, but I am using the veiwservlets.jar file that came with the 2.6.2 download and the reason I know to change it to .17 is due to other people with the same problem that found that solution. I would very much like to get a version that would allow me to use the reports unchanged. Do you have a link to the most recent viewservlets.jar file for 2.6.2?


edit: I am currently using the one from plugins\org.eclipse.birt.report.viewer_2.6.2.r262_v20110214\birt\WEB-INF\lib

But just to be sure I am downloading the most recent 2.6.2 runtime and will try to use the one from there.


edit2: After downloading and expanding the runtime I found that the 2 were different sizes. So if I had to guess it would be that when I updated the plugin it did not come with updated view files.

[Updated on: Fri, 24 June 2011 19:26]

Report message to a moderator

Re: Web server hostname [message #688499 is a reply to message #688470] Fri, 24 June 2011 20:05 Go to previous messageGo to next message
Ed Missing name is currently offline Ed Missing nameFriend
Messages: 15
Registered: August 2010
Junior Member
Yes, upo is the context. The image that it can't display is http://localhost:8181/upo/preview?__sessionId=20110624_155708_481&__imageid=design1115340130c336bd731.jpg

And in the upo context under webcontent\birt\images, a new directory structure was created:

BIRTIMGabcqG_0xcDCefhAD70zct\20110624_155708_481

containing the design1115340130c336bd731.jpg.

So sessionId and imageid seem correct. Not so sure about BIRTIMGabcqG_0xcDCefhAD70zct?


This is the log file. Not sure about the exception since it's connecting to the database just fine and getting the data. And the report has 1 table, 1 grid and no properies called theme, so not sure where that DUPLICATE_PROPERTY error is from.

Jun 24, 2011 3:57:25 PM com.caucho.log.EnvironmentLogger log
SEVERE: Message:Duplicate property names [theme] when adding the property to element [Chart]. Error code:DUPLICATE_PROPERTY
Jun 24, 2011 3:57:26 PM com.caucho.log.EnvironmentLogger log
SEVERE: Message:Duplicate property names [theme] when adding the property to element [Crosstab]. Error code:DUPLICATE_PROPERTY
Jun 24, 2011 3:58:58 PM com.caucho.log.EnvironmentLogger log
INFO: Found JDBC driverinfo extension: driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null
Jun 24, 2011 3:58:58 PM com.caucho.log.EnvironmentLogger log
INFO: Found JDBC driverinfo extension: driverClass=org.eclipse.birt.report.data.oda.sampledb.Driver, connectionFactory=org.eclipse.birt.report.data.oda.sampledb.SampleDBJDBCConnectionFactory
Jun 24, 2011 3:58:58 PM com.caucho.log.EnvironmentLogger log
SEVERE: DriverClassLoader failed to load class: org.postgresql.Driver
java.lang.ClassNotFoundException: org.postgresql.Driver
at org.eclipse.birt.core.framework.URLClassLoader.findClass1(URLClassLoader.java:185)
at org.eclipse.birt.core.framework.URLClassLoader$1.run(URLClassLoader.java:154)
at org.eclipse.birt.core.framework.URLClassLoader$1.run(URLClassLoader.java:1)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.birt.core.framework.URLClassLoader.findClass(URLClassLoader.java:149)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.loadExtraDriver(JDBCDriverManager.java:919)
at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.findDriver(JDBCDriverManager.java:738)
at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.registerDriver(JDBCDriverManager.java:879)
at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.loadAndRegisterDriver(JDBCDriverManager.java:862)
at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.doConnect(JDBCDriverManager.java:246)
at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.getConnection(JDBCDriverManager.java:212)
at org.eclipse.birt.report.data.oda.jdbc.Connection.connectByUrl(Connection.java:234)
at org.eclipse.birt.report.data.oda.jdbc.Connection.open(Connection.java:160)
at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaConnection.open(OdaConnection.java:250)
at org.eclipse.birt.data.engine.odaconsumer.ConnectionManager.openConnection(ConnectionManager.java:162)
at org.eclipse.birt.data.engine.executor.DataSource.newConnection(DataSource.java:190)
at org.eclipse.birt.data.engine.executor.DataSource.open(DataSource.java:178)
at org.eclipse.birt.data.engine.impl.DataSourceRuntime.openOdiDataSource(DataSourceRuntime.java:208)
at org.eclipse.birt.data.engine.impl.QueryExecutor.openDataSource(QueryExecutor.java:405)
at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:315)
at org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(PreparedQuery.java:448)
at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.produceQueryResults(PreparedDataSourceQuery.java:190)
at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:178)
at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery.execute(PreparedOdaDSQuery.java:145)
at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.execute(DataRequestSessionImpl.java:603)
at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:152)
at org.eclipse.birt.report.engine.data.dte.DataGenerationEngine.doExecuteQuery(DataGenerationEngine.java:74)
at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:265)
at org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery(ExecutionContext.java:1875)
at org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:80)
at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:62)
at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:46)
at org.eclipse.birt.report.engine.internal.executor.emitter.ReportItemEmitterExecutor.execute(ReportItemEmitterExecutor.java:46)
at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:43)
at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:65)
at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:26)
at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:140)
at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:111)
at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:160)
at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:26)
at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:140)
at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:70)
at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:26)
at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:132)
at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:140)
at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:70)
at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:90)
at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:99)
at org.eclipse.birt.report.engine.presentation.ReportDocumentBuilder.build(ReportDocumentBuilder.java:258)
at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:252)
at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:85)
at org.eclipse.birt.report.service.ReportEngineService.runReport(ReportEngineService.java:1315)
at org.eclipse.birt.report.service.BirtViewerReportService.runReport(BirtViewerReportService.java:158)
at org.eclipse.birt.report.service.actionhandler.BirtRunReportActionHandler.__execute(BirtRunReportActionHandler.java:81)
at org.eclipse.birt.report.service.actionhandler.BirtGetPageActionHandler.__checkDocumentExists(BirtGetPageActionHandler.java:58)
at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.prepareParameters(AbstractGetPageActionHandler.java:119)
at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.__execute(AbstractGetPageActionHandler.java:104)
at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:90)
at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(AbstractBaseDocumentProcessor.java:47)
at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(AbstractBaseComponentProcessor.java:143)
at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPage(BirtDocumentProcessor.java:87)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(AbstractBaseComponentProcessor.java:112)
at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(BirtSoapBindingImpl.java:66)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(BirtSoapMessageDispatcherServlet.java:265)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:154)
at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:92)
at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.service(BirtSoapMessageDispatcherServlet.java:122)
at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:106)
at org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerFilter.java:68)
at com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:70)
at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:173)
at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229)
at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:274)
at com.caucho.server.port.TcpConnection.run(TcpConnection.java:514)
at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:520)
at com.caucho.util.ThreadPool.run(ThreadPool.java:442)
at java.lang.Thread.run(Thread.java:619)
Jun 24, 2011 3:58:58 PM com.caucho.log.EnvironmentLogger log
SEVERE: refreshUrlsWhenFail: true
Jun 24, 2011 3:58:58 PM com.caucho.log.EnvironmentLogger log
SEVERE: driverClassPath: null
Jun 24, 2011 3:58:58 PM com.caucho.log.EnvironmentLogger log
SEVERE: Registered URLs:

[Updated on: Fri, 24 June 2011 20:12]

Report message to a moderator

Re: Web server hostname [message #688516 is a reply to message #688499] Fri, 24 June 2011 20:43 Go to previous messageGo to next message
Ed Missing name is currently offline Ed Missing nameFriend
Messages: 15
Registered: August 2010
Junior Member
The jar files from the runtime download fixed the .17/.22 problem I was having. Looks like whoever set up the eclipse plugin didn't get the correct jar files in the viewer section.

I followed the instructions from http://birtworld.blogspot.com/2010/09/birt-image-report-item.html to set up a URI image using the javascript expression. The odd thing is that the web page gives me this:

http://localhost:8181/upo/http:\\localhost:8181\upo\images\header.jpg

while the PDF print gives me:

java.net.MalformedURLException: no protocol: /upo/http:\\localhost:8181\upo\images\header.jpg

which is frustrating since I can leave off the http:\\localhost:8181\upo\ and get the web page to work, but since the PDF pinter isn't putting it in for me, it won't work there. And again, the embedded image works for the PDFs, but the web page can't seem to find the image from the link it's getting.

Re: Web server hostname [message #688535 is a reply to message #688516] Fri, 24 June 2011 21:43 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Did you write you own code? I am not exactly sure how you are calling BIRT. You could try this approach:
http://www.eclipse.org/forums/index.php/m/686041/#msg_686041

Jason
Re: Web server hostname [message #689346 is a reply to message #688535] Mon, 27 June 2011 13:38 Go to previous messageGo to next message
Ed Missing name is currently offline Ed Missing nameFriend
Messages: 15
Registered: August 2010
Junior Member
No, sorry I didn't specify. I am using the report desinger to create a report and calling the servlet viewer using the frameset call. The only code of mine is the url that makes the call.

/frameset?__report=ARAWsummaryC.rptdesign

Edit: For now I have settled on using a uri to a local image as that works for HTML and that is most important to the customer at this time. I am attaching the entire exception trace that I get when I try to print the report as a PDF. The PDF print process adds the /upo/ to the front of the path which is why PDF won't work even if I include the http:\\ in the image path, /upo/http:\\ is malformed as well.

2011-06-27 11:49:55.806: Resin java.net.MalformedURLException: no protocol: /upo/images/header.jpg
2011-06-27 11:49:55.806: Resin at java.net.URL.<init>(URL.java:567)
2011-06-27 11:49:55.806: Resin at java.net.URL.<init>(URL.java:464)
2011-06-27 11:49:55.806: Resin at java.net.URL.<init>(URL.java:413)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.emitter.ImageReader.readImage(ImageReader.java:179)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.emitter.ImageReader.read(ImageReader.java:80)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.nLayout.area.impl.ImageAreaLayout.initialize(ImageAreaLayout.java:83)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.nLayout.area.impl.ImageAreaLayout.layout(ImageAreaLayout.java:72)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.nLayout.LayoutEngine.startContent(LayoutEngine.java:488)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.emitter.ContentEmitterAdapter.startImage(ContentEmitterAdapter.java:174)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.emitter.ContentEmitterUtil.startContent(ContentEmitterUtil.java:74)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.HTMLTableLayoutEmitter.startContent(HTMLTableLayoutEmitter.java:146)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.emitter.ContentEmitterAdapter.startImage(ContentEmitterAdapter.java:174)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.emitter.ContentEmitterUtil.startContent(ContentEmitterUtil.java:74)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.buffer.HTMLPageBuffer.startContent(HTMLPageBuffer.java:116)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.buffer.TableBreakBuffer.startContent(TableBreakBuffer.java:287)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.HTMLLeafItemLM.start(HTMLLeafItemLM.java:67)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:139)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:70)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:26)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:140)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:111)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:160)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:26)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:140)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:70)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:26)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:132)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:140)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:70)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:90)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:99)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.render(RenderTask.java:573)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:258)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.service.ReportEngineService.renderReport(ReportEngineService.java:1545)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.service.BirtViewerReportService.renderReport(BirtViewerReportService.java:369)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.service.actionhandler.BirtRenderReportActionHandler.__execute(BirtRenderReportActionHandler.java:65)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:90)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.presentation.aggregation.layout.EngineFragment.doService(EngineFragment.java:312)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.presentation.aggregation.AbstractBaseFragment.service(AbstractBaseFragment.java:76)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.servlet.BirtEngineServlet.__doGet(BirtEngineServlet.java:120)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.servlet.BaseReportEngineServlet.doGet(BaseReportEngineServlet.java:185)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.servlet.BaseReportEngineServlet.doPost(BaseReportEngineServlet.java:224)
2011-06-27 11:49:55.806: Resin at javax.servlet.http.HttpServlet.service(HttpServlet.java:154)
2011-06-27 11:49:55.806: Resin at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
2011-06-27 11:49:55.806: Resin at javax.servlet.http.HttpServlet.service(HttpServlet.java:92)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.servlet.BaseReportEngineServlet.service(BaseReportEngineServlet.java:116)
2011-06-27 11:49:55.806: Resin at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:106)
2011-06-27 11:49:55.806: Resin at org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerFilter.java:68)
2011-06-27 11:49:55.806: Resin at com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:70)
2011-06-27 11:49:55.806: Resin at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:173)
2011-06-27 11:49:55.806: Resin at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229)
2011-06-27 11:49:55.806: Resin at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:274)
2011-06-27 11:49:55.806: Resin at com.caucho.server.port.TcpConnection.run(TcpConnection.java:514)
2011-06-27 11:49:55.806: Resin at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:520)
2011-06-27 11:49:55.806: Resin at com.caucho.util.ThreadPool.run(ThreadPool.java:442)
2011-06-27 11:49:55.806: Resin at java.lang.Thread.run(Thread.java:619)

[Updated on: Mon, 27 June 2011 15:57]

Report message to a moderator

Re: Web server hostname [message #689440 is a reply to message #689346] Mon, 27 June 2011 16:02 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Ed,

I can not reproduce the issue. What browser are you using and do you
have cookies enabled on it?

Jason

On 6/27/2011 9:38 AM, Ed wrote:
> No, sorry I didn't specify. I am using the report desinger to create a
> report and calling the servlet viewer using the frameset call. The only
> code of mine is the url that makes the call.
>
> /frameset?__report=ARAWsummaryC.rptdesign
Re: Web server hostname [message #689518 is a reply to message #689440] Mon, 27 June 2011 19:01 Go to previous message
Ed Missing name is currently offline Ed Missing nameFriend
Messages: 15
Registered: August 2010
Junior Member
Firefox 4, getting ready to update to 5, and cookies are enabled. I will test with IE and report back.

Edit: No difference. Firefox 5 and IE 8 give the same result as Firefox 4.

[Updated on: Tue, 28 June 2011 14:20]

Report message to a moderator

Previous Topic:New to BIRT - Installation/Integration Advice
Next Topic:Merging BIRT .rptdesign
Goto Forum:
  


Current Time: Thu Mar 28 23:32:22 GMT 2024

Powered by FUDForum. Page generated in 0.03004 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top