Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » There are errors on the report page
There are errors on the report page [message #95009] Tue, 29 November 2005 03:32 Go to next message
Adam Ellis is currently offline Adam EllisFriend
Messages: 13
Registered: July 2009
Junior Member
*This was posted to the incorrect list. Reposting here*

I am testing out BIRT as a replacement for Crystal Reports within our
organization and have run into a snag. I am attempting to connect to a
Progress 9.1C database via JDBC and believe I have everything set up
correctly. I was able to create a new report, create a data source (Test
Connection says "Connection Sucessful), and create a data set (Preview
Results shows the data as expected). I then added a table and dropped
three fields into the Detail section. However, when I go to preview the
report I get the following error:

There are errors on the report page:
+ There are error(s) in Table:null

Per another thread on this topic, I looked at the bindings for my table
and it appears to be correctly linked to my data set. Gary Xue had
suggested that I confirm that the JDBC drivers were correctly installed
into this directory:

" eclipse\plugins\org.eclipse.birt.report.viewer_1.0.1\birt\pl ugins\org.e
clipse.birt.report.data.oda.jdbc\drivers"

I will double-check that tomorrow, but I am 99% certain the driver was in
there. Does anybody have any other suggestions for me to try? Here is my
report design (please excuse any word wrapping problems):
‑‑‑
<?xml version="1.0" encoding="UTF&#8209;8"?>
<!&#8209;&#8209; Written by Eclipse BIRT 1.0 &#8209;&#8209;>
<report xmlns=" http://www.eclipse.org/birt/2005/design" version="2">
<property name="createdBy">Eclipse BIRT Designer Version 1.0.1
Build&lt;20050729&#8209;0746></property>
<property name="units">in</property>
<data&#8209;sources>
<oda&#8209;data&#8209;source
extensionID="org.eclipse.birt.report.data.oda.jdbc" name="Vantage 5.0 Data
Source">
<property
name="odaDriverClass">com.progress.sql.jdbc.JdbcProgressDriver </property>
<property
name="odaURL">jdbc:jdbcprogress:T:oc_apps1:2550:vantage</property >
<property name="odaUser">sysprogress</property>
<encrypted&#8209;property name="odaPassword">REMOVED FROM
POST</encrypted&#8209;property>
</oda&#8209;data&#8209;source>
</data&#8209;sources>
<data&#8209;sets>
<oda&#8209;data&#8209;set
extensionID="org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet "
name="Employees">
<property name="dataSource">Vantage 5.0 Data Source</property>
<property name="queryText">select * from pub.empbasic where
company = 'OCW'</property>
</oda&#8209;data&#8209;set>
</data&#8209;sets>
<page&#8209;setup>
<simple&#8209;master&#8209;page name="Simple MasterPage">
<page&#8209;footer>
<text>
<property name="contentType">html</property>
<text&#8209;property
name="content"><![CDATA[<value&#8209;of>new
Date()</value&#8209;of>]]></text&#8209;property>
</text>
</page&#8209;footer>
</simple&#8209;master&#8209;page>
</page&#8209;setup>
<body>
<table>
<property name="width">100%</property>
<property name="dataSet">Employees</property>
<column/>
<column/>
<column/>
<header>
<row>
<cell>
<label>
<text&#8209;property
name="text">EmpID</text&#8209;property>
</label>
</cell>
<cell>
<label>
<text&#8209;property
name="text">Name</text&#8209;property>
</label>
</cell>
<cell>
<label>
<text&#8209;property
name="text">JCDept</text&#8209;property>
</label>
</cell>
</row>
</header>
<detail>
<row>
<cell>
<data>
<expression
name="valueExpr">row["EmpID"]</expression>
</data>
</cell>
<cell>
<data>
<expression
name="valueExpr">row["Name"]</expression>
</data>
</cell>
<cell>
<data>
<expression
name="valueExpr">row["JCDept"]</expression>
</data>
</cell>
</row>
</detail>
<footer>
<row>
<cell/>
<cell/>
<cell/>
</row>
</footer>
</table>
</body>
</report>
&#8209;&#8209;&#8209;
Thanks in advance,
Adam
Re: There are errors on the report page [message #95133 is a reply to message #95009] Tue, 29 November 2005 13:11 Go to previous messageGo to next message
Adam Ellis is currently offline Adam EllisFriend
Messages: 13
Registered: July 2009
Junior Member
I checked this morning and can confirm that the same JDBC driver that is
in:

eclipse\plugins\org.eclipse.birt.report.data.oda.jdbc_1.0.1\ drivers

Also exists in:

eclipse\plugins\org.eclipse.birt.report.viewer_1.0.1\birt\pl ugins\org.eclipse.birt.report.data.oda.jdbc\drivers

My last message appears to have been quite mangled in the copy and paste.
For the sake of readability, here is the error I am getting:

There are errors on the report page:

+ There are error(s) in Table:null

...and here is my rptdesign:

<?xml version="1.0" encoding="UTF-8"?>
<!-- Written by Eclipse BIRT 1.0 -->
<report xmlns=" http://www.eclipse.org/birt/2005/design" version="2">
<property name="createdBy">Eclipse BIRT Designer Version 1.0.1 Build
&lt;20050729-0746></property>
<property name="units">in</property>
<data-sources>
<oda-data-source
extensionID="org.eclipse.birt.report.data.oda.jdbc" name="Vantage 5.0 Data
Source">
<property
name="odaDriverClass">com.progress.sql.jdbc.JdbcProgressDriver </property>
<property
name="odaURL">jdbc:jdbcprogress:T:oc_apps1:2550:vantage</property >
<property name="odaUser">sysprogress</property>
<encrypted-property
name="odaPassword">REMOVED_FOR_SECURITY</encrypted-property >
</oda-data-source>
</data-sources>
<data-sets>
<oda-data-set
extensionID="org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet "
name="Employees">
<property name="dataSource">Vantage 5.0 Data Source</property>
<property name="queryText">select *
from pub.empbasic
where company = 'OCW'</property>
</oda-data-set>
</data-sets>
<page-setup>
<simple-master-page name="Simple MasterPage">
<page-footer>
<text>
<property name="contentType">html</property>
<text-property name="content"><![CDATA[<value-of>new
Date()</value-of>]]></text-property>
</text>
</page-footer>
</simple-master-page>
</page-setup>
<body>
<table>
<property name="width">100%</property>
<property name="dataSet">Employees</property>
<column/>
<column/>
<column/>
<header>
<row>
<cell>
<label>
<text-property
name="text">EmpID</text-property>
</label>
</cell>
<cell>
<label>
<text-property name="text">Name</text-property>
</label>
</cell>
<cell>
<label>
<text-property
name="text">JCDept</text-property>
</label>
</cell>
</row>
</header>
<detail>
<row>
<cell>
<data>
<expression
name="valueExpr">row["EmpID"]</expression>
</data>
</cell>
<cell>
<data>
<expression
name="valueExpr">row["Name"]</expression>
</data>
</cell>
<cell>
<data>
<expression
name="valueExpr">row["JCDept"]</expression>
</data>
</cell>
</row>
</detail>
<footer>
<row>
<cell/>
<cell/>
<cell/>
</row>
</footer>
</table>
</body>
</report>
Re: There are errors on the report page [message #95164 is a reply to message #95133] Tue, 29 November 2005 13:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mlorenz.nc.rr.com

Adam - Can you post the full error (expand the "+") and the ReportEngine
log file (just the appropriate lines) or the console output?
Re: There are errors on the report page [message #95177 is a reply to message #95009] Tue, 29 November 2005 14:30 Go to previous messageGo to next message
Adam Ellis is currently offline Adam EllisFriend
Messages: 13
Registered: July 2009
Junior Member
Test reply
Re: There are errors on the report page [message #95206 is a reply to message #95164] Tue, 29 November 2005 15:34 Go to previous messageGo to next message
Adam Ellis is currently offline Adam EllisFriend
Messages: 13
Registered: July 2009
Junior Member
Sure - here is the full error:


There are errors on the report page:

- There are error(s) in Table:null

Error0 : odaconsumer.CannotOpenConnection(1 time)

detail: Cannot open the connection for the driver
(org.eclipse.birt.report.data.oda.jdbc).

Failed to get Connection
No suitable driver

Failed to get Connection

No suitable driver

No suitable driver


And here is the output from my ReportEngine_2005_11_29_10_29_51.log:

Nov 29, 2005 10:29:52 AM org.eclipse.birt.core.util.BirtTimer logTimeTaken
INFO: Engine startup takes 703 Milliseconds.
Nov 29, 2005 10:29:53 AM org.eclipse.birt.data.engine.impl.DataEngineImpl
<init>
INFO: Data Engine starts up
Nov 29, 2005 10:29:54 AM org.eclipse.birt.data.engine.impl.DataEngineImpl
<init>
INFO: Data Engine starts up
Nov 29, 2005 10:29:54 AM
org.eclipse.birt.report.engine.content.impl.MasterPageConten t
initSimpleMasterPage
INFO: The property HeaderHeight is not set. Use Default 1 cm.
Nov 29, 2005 10:29:54 AM
org.eclipse.birt.report.engine.content.impl.MasterPageConten t
initSimpleMasterPage
INFO: The property FooterHeight is not set. Use default 1 cm.
Nov 29, 2005 10:29:54 AM org.eclipse.birt.data.engine.odaconsumer.Driver
setLogConfiguration
INFO: ODA driver does not have valid trace logging defined in the plug-in
options or plugin.xml file.
Nov 29, 2005 10:29:54 AM
org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager
loadDriverExtensions
INFO: Found JDBC driverinfo extension:
driverClass=sun.jdbc.odbc.JdbcOdbcDriver, connectionFactory=null
Nov 29, 2005 10:29:54 AM
org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager
loadDriverExtensions
INFO: Found JDBC driverinfo extension:
driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null
Nov 29, 2005 10:29:54 AM
org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager
loadAndRegisterDriver
INFO: Loading JDBC driver class: com.progress.sql.jdbc.JdbcProgressDriver
Nov 29, 2005 10:29:54 AM
org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager$Driv erClassLoader
refreshURLs
INFO: JDBCDriverManager: found JAR file /drivers/jdbc.jar.
URL=file:/c:/Program
Files/eclipse/plugins/org.eclipse.birt.report.viewer_1.0.1/b irt/plugins/org.eclipse.birt.report.data.oda.jdbc/drivers/jd bc.jar
Nov 29, 2005 10:29:54 AM
org.eclipse.birt.data.engine.odaconsumer.ConnectionManager openConnection
SEVERE: Cannot open connection.
org.eclipse.birt.report.data.oda.jdbc.JDBCException: Failed to get
Connection
No suitable driver
at
org.eclipse.birt.report.data.oda.jdbc.Connection.connectByUr l(Connection.java:223)
at
org.eclipse.birt.report.data.oda.jdbc.Connection.open(Connec tion.java:179)
at
org.eclipse.birt.data.engine.odaconsumer.manager.OdaConnecti on.open(OdaConnection.java:221)
at
org.eclipse.birt.data.engine.odaconsumer.ConnectionManager.o penConnection(ConnectionManager.java:96)
at
org.eclipse.birt.data.engine.executor.DataSource.newConnecti on(DataSource.java:147)
at
org.eclipse.birt.data.engine.executor.DataSource.open(DataSo urce.java:140)
at
org.eclipse.birt.data.engine.impl.DataSourceRuntime.openOdiD ataSource(DataSourceRuntime.java:137)
at
org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.ope nDataSource(PreparedQuery.java:649)
at
org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.pre pareExecution(PreparedQuery.java:461)
at
org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.acc ess$000(PreparedQuery.java:386)
at
org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(Pr eparedQuery.java:171)
at
org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.ex ecute(PreparedDataSourceQuery.java:137)
at
org.eclipse.birt.report.engine.data.dte.DteDataEngine.execut e(DteDataEngine.java:216)
at
org.eclipse.birt.report.engine.executor.ReportItemExecutor.o penResultSet(ReportItemExecutor.java:140)
at
org.eclipse.birt.report.engine.executor.TableItemExecutor.ex ecute(TableItemExecutor.java:139)
at
org.eclipse.birt.report.engine.executor.ReportExecutorVisito r.visitTableItem(ReportExecutorVisitor.java:360)
at
org.eclipse.birt.report.engine.ir.TableItemDesign.accept(Tab leItemDesign.java:72)
at
org.eclipse.birt.report.engine.executor.ReportExecutor.execu te(ReportExecutor.java:162)
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:159)
at
org.eclipse.birt.report.viewer.aggregation.layout.EngineFrag ment.doService(Unknown
Source)
at
org.eclipse.birt.report.viewer.aggregation.BaseFragment.serv ice(Unknown
Source)
at org.eclipse.birt.report.viewer.servlets.ViewerServlet.doPost (Unknown
Source)
at org.eclipse.birt.report.viewer.servlets.ViewerServlet.doGet( Unknown
Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(Standar dWrapperValve.java:256)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:995)
at
org.apache.catalina.core.StandardContextValve.invoke(Standar dContextValve.java:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.CertificatesValve.invoke(Certific atesValve.java:246)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:995)
at
org.apache.catalina.core.StandardContext.invoke(StandardCont ext.java:2422)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHo stValve.java:180)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(Error DispatcherValve.java:171)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:641)
at
org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(E clipseErrorReportValve.java:153)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:995)
at
org.apache.catalina.core.StandardEngineValve.invoke(Standard EngineValve.java:174)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:995)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapte r.java:199)
at
org.apache.coyote.http11.Http11Processor.process(Http11Proce ssor.java:828)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHand ler.processConnection(Http11Protocol.java:700)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndp oint.java:584)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.ru n(ThreadPool.java:683)
at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at
org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.doCo nnect(JDBCDriverManager.java:148)
at
org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.getC onnection(JDBCDriverManager.java:94)
at
org.eclipse.birt.report.data.oda.jdbc.Connection.connectByUr l(Connection.java:218)
... 55 more
Nov 29, 2005 10:29:54 AM
org.eclipse.birt.report.engine.data.dte.DteDataEngine execute
SEVERE: Cannot open the connection for the driver
(org.eclipse.birt.report.data.oda.jdbc).
Failed to get Connection
No suitable driver
org.eclipse.birt.data.engine.core.DataException: Cannot open the
connection for the driver (org.eclipse.birt.report.data.oda.jdbc).
Failed to get Connection
No suitable driver
at
org.eclipse.birt.data.engine.odaconsumer.ConnectionManager.o penConnection(ConnectionManager.java:108)
at
org.eclipse.birt.data.engine.executor.DataSource.newConnecti on(DataSource.java:147)
at
org.eclipse.birt.data.engine.executor.DataSource.open(DataSo urce.java:140)
at
org.eclipse.birt.data.engine.impl.DataSourceRuntime.openOdiD ataSource(DataSourceRuntime.java:137)
at
org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.ope nDataSource(PreparedQuery.java:649)
at
org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.pre pareExecution(PreparedQuery.java:461)
at
org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.acc ess$000(PreparedQuery.java:386)
at
org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(Pr eparedQuery.java:171)
at
org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.ex ecute(PreparedDataSourceQuery.java:137)
at
org.eclipse.birt.report.engine.data.dte.DteDataEngine.execut e(DteDataEngine.java:216)
at
org.eclipse.birt.report.engine.executor.ReportItemExecutor.o penResultSet(ReportItemExecutor.java:140)
at
org.eclipse.birt.report.engine.executor.TableItemExecutor.ex ecute(TableItemExecutor.java:139)
at
org.eclipse.birt.report.engine.executor.ReportExecutorVisito r.visitTableItem(ReportExecutorVisitor.java:360)
at
org.eclipse.birt.report.engine.ir.TableItemDesign.accept(Tab leItemDesign.java:72)
at
org.eclipse.birt.report.engine.executor.ReportExecutor.execu te(ReportExecutor.java:162)
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:159)
at
org.eclipse.birt.report.viewer.aggregation.layout.EngineFrag ment.doService(Unknown
Source)
at
org.eclipse.birt.report.viewer.aggregation.BaseFragment.serv ice(Unknown
Source)
at org.eclipse.birt.report.viewer.servlets.ViewerServlet.doPost (Unknown
Source)
at org.eclipse.birt.report.viewer.servlets.ViewerServlet.doGet( Unknown
Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(Standar dWrapperValve.java:256)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:995)
at
org.apache.catalina.core.StandardContextValve.invoke(Standar dContextValve.java:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.CertificatesValve.invoke(Certific atesValve.java:246)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:995)
at
org.apache.catalina.core.StandardContext.invoke(StandardCont ext.java:2422)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHo stValve.java:180)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(Error DispatcherValve.java:171)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:641)
at
org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(E clipseErrorReportValve.java:153)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:995)
at
org.apache.catalina.core.StandardEngineValve.invoke(Standard EngineValve.java:174)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineVa lveContext.invokeNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:995)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapte r.java:199)
at
org.apache.coyote.http11.Http11Processor.process(Http11Proce ssor.java:828)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHand ler.processConnection(Http11Protocol.java:700)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndp oint.java:584)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.ru n(ThreadPool.java:683)
at java.lang.Thread.run(Unknown Source)
Caused by: org.eclipse.birt.report.data.oda.jdbc.JDBCException: Failed to
get Connection
No suitable driver
at
org.eclipse.birt.report.data.oda.jdbc.Connection.connectByUr l(Connection.java:223)
at
org.eclipse.birt.report.data.oda.jdbc.Connection.open(Connec tion.java:179)
at
org.eclipse.birt.data.engine.odaconsumer.manager.OdaConnecti on.open(OdaConnection.java:221)
at
org.eclipse.birt.data.engine.odaconsumer.ConnectionManager.o penConnection(ConnectionManager.java:96)
... 52 more
Caused by: java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at
org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.doCo nnect(JDBCDriverManager.java:148)
at
org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.getC onnection(JDBCDriverManager.java:94)
at
org.eclipse.birt.report.data.oda.jdbc.Connection.connectByUr l(Connection.java:218)
... 55 more
Nov 29, 2005 10:29:55 AM org.eclipse.birt.data.engine.impl.DataEngineImpl
shutdown
INFO: Data engine shuts down
Re: There are errors on the report page [message #95453 is a reply to message #95206] Tue, 29 November 2005 21:32 Go to previous messageGo to next message
Adam Ellis is currently offline Adam EllisFriend
Messages: 13
Registered: July 2009
Junior Member
In case it is relevant, I have tried to recreate the same report in
iReport / JasperReports and it runs correctly (so at least we know my JDBC
driver is OK). I am using the same driver name, URL, user name, and
password. All that I had to do was move my JAR file into their lib
directory.
Re: There are errors on the report page [message #95971 is a reply to message #95206] Thu, 01 December 2005 12:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mlorenz.nc.rr.com

Sorry Adam, this is beyond my expertise - someone with more experience
with problems in this area will have to help.

Mark
Re: There are errors on the report page [message #96387 is a reply to message #95971] Fri, 02 December 2005 19:03 Go to previous messageGo to next message
Adam Ellis is currently offline Adam EllisFriend
Messages: 13
Registered: July 2009
Junior Member
Mark,

No problem - I appreciate your help. I believe I am going to try out
2.0M2 and see if it resolves the problems.

Adam
Re: There are errors on the report page [message #96709 is a reply to message #96387] Mon, 05 December 2005 21:55 Go to previous messageGo to next message
Adam Ellis is currently offline Adam EllisFriend
Messages: 13
Registered: July 2009
Junior Member
Just a follow-up, 2.0M2 is exhibiting the same problems as 1.0.1.
Re: There are errors on the report page [message #98502 is a reply to message #96709] Mon, 12 December 2005 14:40 Go to previous message
Adam Ellis is currently offline Adam EllisFriend
Messages: 13
Registered: July 2009
Junior Member
I have upgraded to 2.0M3 and, after running "eclipse -clean", I am no
longer having this problem.
Previous Topic:Swing RCP
Next Topic:Explaining that a table is missing
Goto Forum:
  


Current Time: Sun Dec 22 05:56:16 GMT 2024

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

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

Back to the top