Skip to main content



      Home
Home » Archived » BIRT » Missing JDBC Properties
Missing JDBC Properties [message #238848] Fri, 18 May 2007 05:34 Go to next message
Eclipse UserFriend
Originally posted by: aysonway.gmail.com

Hello,

i am still investigating the issue. I am not able to run a report more
than one time from my PHP application over PHP/Java bridge. First
execution is sucessful, all subsequent runs fail due to the error:

odaconsumer.CannotOpenConnection ( 1 time(s) )
detail : org.eclipse.birt.data.engine.core.DataException: Cannot open the
connection for the driver: org.eclipse.birt.report.data.oda.jdbcMissing
properties in Connection.open(Properties).


There is also difference in log. First (successful run):

18.05.2007 11:20:54 org.eclipse.birt.data.engine.impl.DataEngineImpl
defineDataSource
FEIN: DataEngine.defineDataSource: OdaDataSourceDesign(Name : Data Source
ExtensionID : org.eclipse.birt.report.data.oda.jdbc
PrivateProperties : {}
PulicProperties :
odaPassword=***;OdaPropertyConfigId=org.eclipse.birt.report. data.oda.jdbc_Data
Source;odaDriverClass=oracle.jdbc.OracleDriver;odaURL=jdbc:o racle:thin:@xxxxxxxx:1521:xxx;odaUser=xxxx;
)

All subsequent runs miss the public properties:

18.05.2007 11:22:21 org.eclipse.birt.data.engine.impl.DataEngineImpl
defineDataSource
FEIN: DataEngine.defineDataSource: OdaDataSourceDesign(Name : Data Source
ExtensionID : org.eclipse.birt.report.data.oda.jdbc
PrivateProperties : {}
PulicProperties :
OdaPropertyConfigId=org.eclipse.birt.report.data.oda.jdbc_Da ta Source;
)

Can you please give me a hint to correct the error?

Thanks,
Sam
Re: Missing JDBC Properties [message #238858 is a reply to message #238848] Fri, 18 May 2007 06:28 Go to previous message
Eclipse UserFriend
Originally posted by: aysonway.gmail.com

I solve the problem as described here

http://dev.eclipse.org/newslists/news.eclipse.birt/msg18100. html

I do NOT shutdown engine and platform at the end and thus it is possible
to execute reports without errors.

Sam
Previous Topic:how to remove the 1st empty option from a parameter drop-down
Next Topic:Integrating BIRT
Goto Forum:
  


Current Time: Tue Jul 22 17:51:52 EDT 2025

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

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

Back to the top