This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 220201 - CBE log report throws an exception when clicking on a chart
Summary: CBE log report throws an exception when clicking on a chart
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Cosmos (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: John Todd CLA
QA Contact:
URL:
Whiteboard: stability
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-25 10:01 EST by Sheldon Lee-Loy CLA
Modified: 2012-01-03 13:53 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sheldon Lee-Loy CLA 2008-02-25 10:01:37 EST
When I click on the pie chart the following Exception occurs:


org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.prepareParameters(Unknown Source)
org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.__execute(Unknown Source)
org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source)
org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source)
org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source)
org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPage(Unknown Source)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source)
org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453)
org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source)
javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
java.lang.Thread.run(Thread.java:595)

Expected result:
When clickin on the chart it should bring you to the sub component records in the details table.
Comment 1 Sheldon Lee-Loy CLA 2008-02-25 12:09:22 EST
The work around is to scroll to the sub component in the table.
Comment 2 John Todd CLA 2008-03-03 14:20:00 EST
Whether or not this is a diagnostic indicator or not I don't know but when I reproduce this I get a dialog box that says 
The bookmark: <component name> is invalid. please check and reset the link

where <component name> is dependant or whether I click the blue or the red.
Comment 3 John Todd CLA 2008-03-11 11:24:29 EDT
I propose moving this bug to i11 as not only is it really minor, but there's a workaround as well.

on top of the fact that I have no idea how to fix it.

- John
Comment 4 Sheldon Lee-Loy CLA 2008-03-11 13:43:01 EDT
I agree and moving to i11
Comment 5 John Todd CLA 2008-04-30 14:10:29 EDT
After an analysis of engineering effort vs return on proposed working functionality, I'm changing the scope of the logging report design.
Clicking on a pie chart will not bring you to the specific rows in the table relative to the section of the pie clicked on, but to the top row of the data table. 

- John
Comment 6 John Todd CLA 2008-05-02 09:33:22 EDT
These changes are checked in the i11 code stream, will verify when the first build comes out.

- John
Comment 7 John Todd CLA 2008-05-07 09:06:53 EDT
There is a bug associated with this tracked by 230454
Comment 8 John Todd CLA 2008-05-07 09:22:18 EDT
Further activity on this issue will be reported in bug 230454


*** This bug has been marked as a duplicate of bug 230454 ***
Comment 9 Sheldon Lee-Loy CLA 2008-06-20 15:38:03 EDT
This problem is still there in build COSMOS-1.0.0-200806201443

This problem occurs in the log report.  It seems the pie chart links are okay.  The stack bar link is the link that causes the problem.
Comment 10 John Todd CLA 2008-06-25 10:25:51 EDT
This is code complete, will check in when the i12 code stream is open.

- JT
Comment 11 John Todd CLA 2008-06-26 14:25:13 EDT
These changes are checked in.

- JT
Comment 12 Sheldon Lee-Loy CLA 2008-07-28 11:53:14 EDT
Verified bug in build COSMOS-1.0.0-200807241123
Comment 13 Sheldon Lee-Loy CLA 2008-07-28 13:11:05 EDT
Marked as closed based on previous comments.