Skip to main content



      Home
Home » Archived » BIRT » EXTENSION_POINT_NOT_FOUND
EXTENSION_POINT_NOT_FOUND [message #119691] Mon, 30 January 2006 05:35 Go to next message
Eclipse UserFriend
I am getting following error while running the Java class.
Can any one know why this is coming?
Jan 30, 2006 4:03:51 PM org.eclipse.birt.core.util.BirtTimer logTimeTaken
INFO: Engine startup takes 484 Milliseconds.
Jan 30, 2006 4:03:52 PM
org.eclipse.birt.report.model.metadata.ExtensionLoader load
SEVERE: Message:The extension point
[org.eclipse.birt.report.model.reportItemModel] is not found. Error
code:EXTENSION_POINT_NOT_FOUND
Exception in thread "main" java.lang.IllegalArgumentException: The
extension with ID 'org.eclipse.birt.report.data.oda.jdbc' is not found!
at
org.eclipse.birt.report.model.extension.oda.ODAManifestUtil. getDataSourceExtension(ODAManifestUtil.java:51)
at
org.eclipse.birt.report.model.parser.OdaDataSourceState.pars eODADataSourceExtensionID(OdaDataSourceState.java:105)
at
org.eclipse.birt.report.model.parser.OdaDataSourceState.pars eAttrs(OdaDataSourceState.java:55)
at
org.eclipse.birt.report.model.parser.ModuleParserHandler.sta rtElement(ModuleParserHandler.java:159)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unk nown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanSt artElement(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$Fragme ntContentDispatcher.dispatch(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDo cument(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at
org.eclipse.birt.report.model.parser.ModuleReader.readModule (ModuleReader.java:89)
at
org.eclipse.birt.report.model.parser.ModuleReader.readModule (ModuleReader.java:171)
at
org.eclipse.birt.report.model.parser.DesignReader.read(Desig nReader.java:135)
at
org.eclipse.birt.report.model.core.DesignSession.openDesign( DesignSession.java:177)
at
org.eclipse.birt.report.model.api.SessionHandle.openDesign(S essionHandle.java:133)
at
org.eclipse.birt.report.engine.parser.ReportParser.getDesign Handle(ReportParser.java:93)
at
org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.o penReportDesign(ReportEngineHelper.java:103)
at
org.eclipse.birt.report.engine.api.ReportEngine.openReportDe sign(ReportEngine.java:219)
at com.Solectron.ParameterPassing.getReport(ParameterPassing.ja va:31)
at com.Solectron.ParameterPassing.main(ParameterPassing.java:13 4)
Re: EXTENSION_POINT_NOT_FOUND [message #119823 is a reply to message #119691] Mon, 30 January 2006 09:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mlorenz.nc.rr.com

I'm not sure your problem is the same as the one I reported in Bugzilla
(#125460). In my case, everything works fine, but I get the extension
point message in the console. No one from BIRT has picked it up yet.

Mark
Re: EXTENSION_POINT_NOT_FOUND [message #119958 is a reply to message #119691] Mon, 30 January 2006 08:04 Go to previous messageGo to next message
Eclipse UserFriend
Jack,

What is your Engine Home set to?
Make sure you have downloaded the 2.0 Runtime and set your engine home
to the Report Engine directory.

Jason Weathersby
BIRT PMC

"Jack" <jagbhise@in.ibm.com> wrote in message
news:ad8a4d5d55e1fa6fe5f7c507ebfb4e6c$1@www.eclipse.org...
>
> I am getting following error while running the Java class.
> Can any one know why this is coming?
> Jan 30, 2006 4:03:51 PM org.eclipse.birt.core.util.BirtTimer logTimeTaken
> INFO: Engine startup takes 484 Milliseconds.
> Jan 30, 2006 4:03:52 PM
> org.eclipse.birt.report.model.metadata.ExtensionLoader load
> SEVERE: Message:The extension point
> [org.eclipse.birt.report.model.reportItemModel] is not found. Error
> code:EXTENSION_POINT_NOT_FOUND Exception in thread "main"
> java.lang.IllegalArgumentException: The extension with ID
> 'org.eclipse.birt.report.data.oda.jdbc' is not found!
> at
> org.eclipse.birt.report.model.extension.oda.ODAManifestUtil. getDataSourceExtension(ODAManifestUtil.java:51)
> at
> org.eclipse.birt.report.model.parser.OdaDataSourceState.pars eODADataSourceExtensionID(OdaDataSourceState.java:105)
> at
> org.eclipse.birt.report.model.parser.OdaDataSourceState.pars eAttrs(OdaDataSourceState.java:55)
> at
> org.eclipse.birt.report.model.parser.ModuleParserHandler.sta rtElement(ModuleParserHandler.java:159)
> at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unk nown
> Source)
> at
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanSt artElement(Unknown
> Source)
> at
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$Fragme ntContentDispatcher.dispatch(Unknown
> Source)
> at
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDo cument(Unknown
> Source)
> at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
> at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
> at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
> at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
> at javax.xml.parsers.SAXParser.parse(Unknown Source)
> at
> org.eclipse.birt.report.model.parser.ModuleReader.readModule (ModuleReader.java:89)
> at
> org.eclipse.birt.report.model.parser.ModuleReader.readModule (ModuleReader.java:171)
> at
> org.eclipse.birt.report.model.parser.DesignReader.read(Desig nReader.java:135)
> at
> org.eclipse.birt.report.model.core.DesignSession.openDesign( DesignSession.java:177)
> at
> org.eclipse.birt.report.model.api.SessionHandle.openDesign(S essionHandle.java:133)
> at
> org.eclipse.birt.report.engine.parser.ReportParser.getDesign Handle(ReportParser.java:93)
> at
> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.o penReportDesign(ReportEngineHelper.java:103)
> at
> org.eclipse.birt.report.engine.api.ReportEngine.openReportDe sign(ReportEngine.java:219)
> at com.Solectron.ParameterPassing.getReport(ParameterPassing.ja va:31)
> at com.Solectron.ParameterPassing.main(ParameterPassing.java:13 4)
>
Re: EXTENSION_POINT_NOT_FOUND [message #120744 is a reply to message #119958] Tue, 31 January 2006 04:51 Go to previous messageGo to next message
Eclipse UserFriend
Ya i downloaded and set the engine home but still i am getting the
following error.And it is not getting the JDBC connection driver but i
copied the JDBC plugins also.


Jan 31, 2006 3:22:20 PM org.eclipse.birt.core.util.BirtTimer logTimeTaken
INFO: Engine startup takes 1110 Milliseconds.
Jan 31, 2006 3:22:22 PM
org.eclipse.birt.report.model.metadata.ExtensionLoader load
SEVERE: Message:The extension point
[org.eclipse.birt.report.model.encryptionHelper] is not found. Error
code:EXTENSION_POINT_NOT_FOUND
Jan 31, 2006 3:22:23 PM org.eclipse.birt.data.engine.impl.DataEngineImpl
<init>
INFO: Data Engine starts up
Jan 31, 2006 3:22:24 PM 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.
Jan 31, 2006 3:22:24 PM
org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager
loadDriverExtensions
INFO: Found JDBC driverinfo extension:
driverClass=sun.jdbc.odbc.JdbcOdbcDriver, connectionFactory=null
Jan 31, 2006 3:22:24 PM
org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager
loadDriverExtensions
INFO: Found JDBC driverinfo extension:
driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null
Jan 31, 2006 3:22:24 PM
org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager
loadDriverExtensions
INFO: Found JDBC driverinfo extension:
driverClass=sun.jdbc.odbc.JdbcOdbcDriver, connectionFactory=null
Jan 31, 2006 3:22:24 PM
org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager
loadDriverExtensions
INFO: Found JDBC driverinfo extension:
driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null
Jan 31, 2006 3:22:24 PM
org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager
loadDriverExtensions
INFO: Found JDBC driverinfo extension:
driverClass=org.eclipse.birt.report.data.oda.sampledb.Driver ,
connectionFactory=org.eclipse.birt.report.data.oda.sampledb. SampleDBJDBCConnectionFactory
Jan 31, 2006 3:22:24 PM
org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager
loadAndRegisterDriver
INFO: Loading JDBC driver class: sun.jdbc.odbc.JdbcOdbcDriver
Jan 31, 2006 3:22:24 PM
org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager
loadAndRegisterDriver
INFO: Loaded JDBC driver class in class path: sun.jdbc.odbc.JdbcOdbcDriver
Jan 31, 2006 3:22:24 PM
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:155)
at
org.eclipse.birt.report.data.oda.jdbc.Connection.open(Connec tion.java:111)
at
org.eclipse.datatools.connectivity.oda.consumer.helper.OdaCo nnection.open(OdaConnection.java:239)
at
org.eclipse.birt.data.engine.odaconsumer.ConnectionManager.o penConnection(ConnectionManager.java:124)
at
org.eclipse.birt.data.engine.executor.DataSource.newConnecti on(DataSource.java:154)
at
org.eclipse.birt.data.engine.executor.DataSource.open(DataSo urce.java:147)
at
org.eclipse.birt.data.engine.impl.DataSourceRuntime.openOdiD ataSource(DataSourceRuntime.java:150)
at
org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.ope nDataSource(PreparedQuery.java:838)
at
org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.pre pareExecution(PreparedQuery.java:661)
at
org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.acc ess$000(PreparedQuery.java:498)
at
org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(Pr eparedQuery.java:225)
at
org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.ex ecute(PreparedDataSourceQuery.java:145)
at
org.eclipse.birt.report.engine.data.dte.DteDataEngine.execut e(DteDataEngine.java:205)
at
org.eclipse.birt.report.engine.executor.QueryItemExecutor.op enResultSet(QueryItemExecutor.java:62)
at
org.eclipse.birt.report.engine.executor.TableItemExecutor.ex ecute(TableItemExecutor.java:122)
at
org.eclipse.birt.report.engine.executor.ReportExecutorVisito r.visitTableItem(ReportExecutorVisitor.java:187)
at
org.eclipse.birt.report.engine.ir.TableItemDesign.accept(Tab leItemDesign.java:69)
at
org.eclipse.birt.report.engine.executor.ReportExecutor.execu te(ReportExecutor.java:125)
at
org.eclipse.birt.report.engine.executor.ReportExecutor.execu te(ReportExecutor.java:89)
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:175)
at com.Solectron.Parameter.getReport(Parameter.java:128)
at com.Solectron.Parameter.main(Parameter.java:148)
Caused by: java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getConnection(DriverManager.java:558)
at java.sql.DriverManager.getConnection(DriverManager.java:157)
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:150)
... 21 more
Jan 31, 2006 3:22:24 PM
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:136)
at
org.eclipse.birt.data.engine.executor.DataSource.newConnecti on(DataSource.java:154)
at
org.eclipse.birt.data.engine.executor.DataSource.open(DataSo urce.java:147)
at
org.eclipse.birt.data.engine.impl.DataSourceRuntime.openOdiD ataSource(DataSourceRuntime.java:150)
at
org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.ope nDataSource(PreparedQuery.java:838)
at
org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.pre pareExecution(PreparedQuery.java:661)
at
org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.acc ess$000(PreparedQuery.java:498)
at
org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(Pr eparedQuery.java:225)
at
org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.ex ecute(PreparedDataSourceQuery.java:145)
at
org.eclipse.birt.report.engine.data.dte.DteDataEngine.execut e(DteDataEngine.java:205)
at
org.eclipse.birt.report.engine.executor.QueryItemExecutor.op enResultSet(QueryItemExecutor.java:62)
at
org.eclipse.birt.report.engine.executor.TableItemExecutor.ex ecute(TableItemExecutor.java:122)
at
org.eclipse.birt.report.engine.executor.ReportExecutorVisito r.visitTableItem(ReportExecutorVisitor.java:187)
at
org.eclipse.birt.report.engine.ir.TableItemDesign.accept(Tab leItemDesign.java:69)
at
org.eclipse.birt.report.engine.executor.ReportExecutor.execu te(ReportExecutor.java:125)
at
org.eclipse.birt.report.engine.executor.ReportExecutor.execu te(ReportExecutor.java:89)
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:175)
at com.Solectron.Parameter.getReport(Parameter.java:128)
at com.Solectron.Parameter.main(Parameter.java:148)
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:155)
at
org.eclipse.birt.report.data.oda.jdbc.Connection.open(Connec tion.java:111)
at
org.eclipse.datatools.connectivity.oda.consumer.helper.OdaCo nnection.open(OdaConnection.java:239)
at
org.eclipse.birt.data.engine.odaconsumer.ConnectionManager.o penConnection(ConnectionManager.java:124)
... 18 more
Caused by: java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getConnection(DriverManager.java:558)
at java.sql.DriverManager.getConnection(DriverManager.java:157)
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:150)
... 21 more
Created Report
Re: EXTENSION_POINT_NOT_FOUND [message #121664 is a reply to message #120744] Tue, 31 January 2006 07:49 Go to previous messageGo to next message
Eclipse UserFriend
Jack

This is a know issue and it is harmless.
[org.eclipse.birt.report.model.encryptionHelper] is not found. Error
> code:EXTENSION_POINT_NOT_FOUND
You will notice that this is a different extension point than the one you
reported earlier.

As far as the connection problem
Which JDBC driver are you using?
Did you copy it to the Report
Engine/plugins/org.eclipse.birt.report.data.oda.jdbc/drivers folder?

Jason


"Jack" <jagbhise@in.ibm.com> wrote in message
news:dc5b1d314d0187d5bf964df9ba71dbdc$1@www.eclipse.org...
> Ya i downloaded and set the engine home but still i am getting the
> following error.And it is not getting the JDBC connection driver but i
> copied the JDBC plugins also.
>
>
> Jan 31, 2006 3:22:20 PM org.eclipse.birt.core.util.BirtTimer logTimeTaken
> INFO: Engine startup takes 1110 Milliseconds.
> Jan 31, 2006 3:22:22 PM
> org.eclipse.birt.report.model.metadata.ExtensionLoader load
> SEVERE: Message:The extension point
> [org.eclipse.birt.report.model.encryptionHelper] is not found. Error
> code:EXTENSION_POINT_NOT_FOUND Jan 31, 2006 3:22:23 PM
> org.eclipse.birt.data.engine.impl.DataEngineImpl <init>
> INFO: Data Engine starts up
> Jan 31, 2006 3:22:24 PM 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.
> Jan 31, 2006 3:22:24 PM
> org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager
> loadDriverExtensions
> INFO: Found JDBC driverinfo extension:
> driverClass=sun.jdbc.odbc.JdbcOdbcDriver, connectionFactory=null
> Jan 31, 2006 3:22:24 PM
> org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager
> loadDriverExtensions
> INFO: Found JDBC driverinfo extension:
> driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null
> Jan 31, 2006 3:22:24 PM
> org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager
> loadDriverExtensions
> INFO: Found JDBC driverinfo extension:
> driverClass=sun.jdbc.odbc.JdbcOdbcDriver, connectionFactory=null
> Jan 31, 2006 3:22:24 PM
> org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager
> loadDriverExtensions
> INFO: Found JDBC driverinfo extension:
> driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null
> Jan 31, 2006 3:22:24 PM
> org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager
> loadDriverExtensions
> INFO: Found JDBC driverinfo extension:
> driverClass=org.eclipse.birt.report.data.oda.sampledb.Driver ,
> connectionFactory=org.eclipse.birt.report.data.oda.sampledb. SampleDBJDBCConnectionFactory
> Jan 31, 2006 3:22:24 PM
> org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager
> loadAndRegisterDriver
> INFO: Loading JDBC driver class: sun.jdbc.odbc.JdbcOdbcDriver
> Jan 31, 2006 3:22:24 PM
> org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager
> loadAndRegisterDriver
> INFO: Loaded JDBC driver class in class path: sun.jdbc.odbc.JdbcOdbcDriver
> Jan 31, 2006 3:22:24 PM
> 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:155)
> at
> org.eclipse.birt.report.data.oda.jdbc.Connection.open(Connec tion.java:111)
> at
> org.eclipse.datatools.connectivity.oda.consumer.helper.OdaCo nnection.open(OdaConnection.java:239)
> at
> org.eclipse.birt.data.engine.odaconsumer.ConnectionManager.o penConnection(ConnectionManager.java:124)
> at
> org.eclipse.birt.data.engine.executor.DataSource.newConnecti on(DataSource.java:154)
> at
> org.eclipse.birt.data.engine.executor.DataSource.open(DataSo urce.java:147)
> at
> org.eclipse.birt.data.engine.impl.DataSourceRuntime.openOdiD ataSource(DataSourceRuntime.java:150)
> at
> org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.ope nDataSource(PreparedQuery.java:838)
> at
> org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.pre pareExecution(PreparedQuery.java:661)
> at
> org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.acc ess$000(PreparedQuery.java:498)
> at
> org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(Pr eparedQuery.java:225)
> at
> org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.ex ecute(PreparedDataSourceQuery.java:145)
> at
> org.eclipse.birt.report.engine.data.dte.DteDataEngine.execut e(DteDataEngine.java:205)
> at
> org.eclipse.birt.report.engine.executor.QueryItemExecutor.op enResultSet(QueryItemExecutor.java:62)
> at
> org.eclipse.birt.report.engine.executor.TableItemExecutor.ex ecute(TableItemExecutor.java:122)
> at
> org.eclipse.birt.report.engine.executor.ReportExecutorVisito r.visitTableItem(ReportExecutorVisitor.java:187)
> at
> org.eclipse.birt.report.engine.ir.TableItemDesign.accept(Tab leItemDesign.java:69)
> at
> org.eclipse.birt.report.engine.executor.ReportExecutor.execu te(ReportExecutor.java:125)
> at
> org.eclipse.birt.report.engine.executor.ReportExecutor.execu te(ReportExecutor.java:89)
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:175)
> at com.Solectron.Parameter.getReport(Parameter.java:128)
> at com.Solectron.Parameter.main(Parameter.java:148)
> Caused by: java.sql.SQLException: No suitable driver
> at java.sql.DriverManager.getConnection(DriverManager.java:558)
> at java.sql.DriverManager.getConnection(DriverManager.java:157)
> 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:150)
> ... 21 more
> Jan 31, 2006 3:22:24 PM
> 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:136)
> at
> org.eclipse.birt.data.engine.executor.DataSource.newConnecti on(DataSource.java:154)
> at
> org.eclipse.birt.data.engine.executor.DataSource.open(DataSo urce.java:147)
> at
> org.eclipse.birt.data.engine.impl.DataSourceRuntime.openOdiD ataSource(DataSourceRuntime.java:150)
> at
> org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.ope nDataSource(PreparedQuery.java:838)
> at
> org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.pre pareExecution(PreparedQuery.java:661)
> at
> org.eclipse.birt.data.engine.impl.PreparedQuery$Executor.acc ess$000(PreparedQuery.java:498)
> at
> org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(Pr eparedQuery.java:225)
> at
> org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.ex ecute(PreparedDataSourceQuery.java:145)
> at
> org.eclipse.birt.report.engine.data.dte.DteDataEngine.execut e(DteDataEngine.java:205)
> at
> org.eclipse.birt.report.engine.executor.QueryItemExecutor.op enResultSet(QueryItemExecutor.java:62)
> at
> org.eclipse.birt.report.engine.executor.TableItemExecutor.ex ecute(TableItemExecutor.java:122)
> at
> org.eclipse.birt.report.engine.executor.ReportExecutorVisito r.visitTableItem(ReportExecutorVisitor.java:187)
> at
> org.eclipse.birt.report.engine.ir.TableItemDesign.accept(Tab leItemDesign.java:69)
> at
> org.eclipse.birt.report.engine.executor.ReportExecutor.execu te(ReportExecutor.java:125)
> at
> org.eclipse.birt.report.engine.executor.ReportExecutor.execu te(ReportExecutor.java:89)
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:175)
> at com.Solectron.Parameter.getReport(Parameter.java:128)
> at com.Solectron.Parameter.main(Parameter.java:148)
> 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:155)
> at
> org.eclipse.birt.report.data.oda.jdbc.Connection.open(Connec tion.java:111)
> at
> org.eclipse.datatools.connectivity.oda.consumer.helper.OdaCo nnection.open(OdaConnection.java:239)
> at
> org.eclipse.birt.data.engine.odaconsumer.ConnectionManager.o penConnection(ConnectionManager.java:124)
> ... 18 more
> Caused by: java.sql.SQLException: No suitable driver
> at java.sql.DriverManager.getConnection(DriverManager.java:558)
> at java.sql.DriverManager.getConnection(DriverManager.java:157)
> 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:150)
> ... 21 more
> Created Report
>
>
Re: EXTENSION_POINT_NOT_FOUND [message #122612 is a reply to message #121664] Wed, 01 February 2006 08:11 Go to previous messageGo to next message
Eclipse UserFriend
Ya Jason,
I am using sun.jdbc.odbc.JdbcOdbcDriver (Sun JDBC-ODBC Bridge
Driver).
But when i see preview through the Reportdesign it it is working.I copied
org.eclipse.birt.report.data.oda.jdbc to the plugin of Report Engine
folder in burt runtime.

Why it is coming ?
Re: EXTENSION_POINT_NOT_FOUND [message #122661 is a reply to message #121664] Wed, 01 February 2006 08:52 Go to previous messageGo to next message
Eclipse UserFriend
Jason,
This is different error,it is related to the Database connection
,it is not finding driver but i copied the org.report.birt.jdbc to the
plugin in engine home also but still getting this?and i am using
sun.jdbc.odbc driver and creating DSN.

Can u explain why it is not getting driver?
Re: EXTENSION_POINT_NOT_FOUND [message #122745 is a reply to message #122661] Wed, 01 February 2006 07:36 Go to previous messageGo to next message
Eclipse UserFriend
Jack,

You should not have to copy anything to Report Engine folder for the
JDBC-ODBC driver. I just tested this with an access db.
What db is it going to and what URL are you putting in?

Jason

"Jack" <jagdish_bhise@rediffmail.com> wrote in message
news:7a3215f044304516ddcb68bd3c126c28$1@www.eclipse.org...
> Jason,
> This is different error,it is related to the Database connection ,it
> is not finding driver but i copied the org.report.birt.jdbc to the plugin
> in engine home also but still getting this?and i am using sun.jdbc.odbc
> driver and creating DSN.
>
> Can u explain why it is not getting driver?
>
Re: EXTENSION_POINT_NOT_FOUND [message #122787 is a reply to message #122745] Wed, 01 February 2006 11:34 Go to previous messageGo to next message
Eclipse UserFriend
I am using following

Database URl - jdbc:odbc:dsn2
dsn2 - DSN i have created system dsn using, Data Sources (ODBC)
I am using SQL server.
Re: EXTENSION_POINT_NOT_FOUND [message #122801 is a reply to message #122787] Wed, 01 February 2006 09:41 Go to previous messageGo to next message
Eclipse UserFriend
Jack,

I just tested this on my machine and it worked fine.
Could there be a permission problem (Standard Templated Answer :>)
One thing that may be worth trying is see if it works with an acess db on
the same machine.

Jason

"Jack" <jagbhise@in.ibm.com> wrote in message
news:e5b7df2971708937b56f6c2980986968$1@www.eclipse.org...
>
> I am using following
>
> Database URl - jdbc:odbc:dsn2 dsn2 - DSN i have created system dsn using,
> Data Sources (ODBC)
> I am using SQL server.
>
Re: EXTENSION_POINT_NOT_FOUND [message #123028 is a reply to message #122801] Thu, 02 February 2006 07:50 Go to previous message
Eclipse UserFriend
Their is no permission issue and same code already tested on BIRT 1.0.1
and it is working fine.
Previous Topic:"Use report data" in charts is broken ?
Next Topic:PDF capabilities
Goto Forum:
  


Current Time: Thu May 08 16:03:31 EDT 2025

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

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

Back to the top