Missing JDBC Properties [message #238848] |
Fri, 18 May 2007 05:34  |
Eclipse User |
|
|
|
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
|
|
|
|
Powered by
FUDForum. Page generated in 0.03378 seconds