Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
BIRT: problem connecting to a IBM Rational DB
martinmo
Hi,<br />
<br />
Im trying to leverage BIRT with Rational Quality Manager.<br />
When creating my datasource, I specify the driver and the DB path but<br />
I receive the following error message (see at the end of the message)...<br />
1) I did connect successfully to the DB via a manual JDBC connection in a java bean.<br />
2) Using another development tool (Rational Application Developer), from the data perspective, I can successfully connect to the DB.<br />
3) It seems that only the BIRT JDBC datasource have problem connecting to it.<br />
4) Im using the same driver in every cases.<br />
<br />
Also, where can I see the complete BIRT log ? As you can see, the stack trace refers to another exception for details but I cannot see it ...<br />
<br />
Thanks,<br />
<br />
Martin<br />
<a href='mailto:' title='E-mail Link' class='bbc_email'>martinmo@ca.ibm.com</a><br />
<br />
========================================================<br />
org.eclipse.birt.report.data.oda.jdbc.JDBCException: Failed to start database 'C:Program FilesIBMRQMserverrepositoryDB', see the next exception for details.<br />
at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.testConnection(JDBCDriverManager.java:522)<br />
at org.eclipse.birt.report.data.oda.jdbc.ui.util.DriverLoader.testConnection(DriverLoader.java:108)<br />
at org.eclipse.birt.report.data.oda.jdbc.ui.profile.JDBCSelectionPageHelper.testConnection(JDBCSelectionPageHelper.java:622)<br />
at org.eclipse.birt.report.data.oda.jdbc.ui.profile.JDBCSelectionPageHelper.access$7(JDBCSelectionPageHelper.java:606)<br />
at org.eclipse.birt.report.data.oda.jdbc.ui.profile.JDBCSelectionPageHelper$6.widgetSelected(JDBCSelectionPageHelper.java:528)<br />
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)<br />
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)<br />
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)<br />
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)<br />
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)<br />
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)<br />
at org.eclipse.jface.window.Window.open(Window.java:796)<br />
at org.eclipse.birt.report.designer.internal.ui.dialogs.BaseDialog.open(BaseDialog.java:109)<br />
at org.eclipse.birt.report.designer.internal.ui.views.data.providers.DataSourceNodeProvider.performEdit(DataSourceNodeProvider.java:88)<br />
at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performRequest(DefaultNodeProvider.java:371)<br />
at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)<br />
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br />
at java.lang.reflect.Method.invoke(Unknown Source)<br />
at org.eclipse.birt.report.designer.ui.views.ElementAdapterInvocationHandler.invoke(ElementAdapterInvocationHandler.java:89)<br />
at $Proxy0.performRequest(Unknown Source)<br />
at org.eclipse.birt.report.designer.internal.ui.views.actions.EditAction.doAction(EditAction.java:80)<br />
at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.run(AbstractElementAction.java:64)<br />
at org.eclipse.birt.report.designer.internal.ui.views.RenameListener.doubleClick(RenameListener.java:214)<br />
at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:799)<br />
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)<br />
at org.eclipse.core.runtime.Platform.run(Platform.java:857)<br />
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46)<br />
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:199)<br />
at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:797)<br />
at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1387)<br />
at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1173)<br />
at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:237)<br />
at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:234)<br />
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:295)<br />
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
Find more posts tagged with
Comments
There are no comments yet