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)
Application Throwing AssertionError
veerababuk
Hi Williams,<br />
<br />
I am getting one exception while running reports from application, please check the attached exception and let us know if we are missing any cunfiguration settings.<br />
<br />
<br />
<strong class='bbc'>Error</strong>:<br />
Caused by: java.lang.<strong class='bbc'>AssertionError</strong><br />
at org.eclipse.birt.report.data.oda.jdbc.Connection.<strong class='bbc'>connectByUrl</strong>(Connection.java:127)<br />
<br />
<strong class='bbc'>BIRT version used is 2.2.2.</strong><br />
<br />
Thanks,<br />
Veerababu K
Find more posts tagged with
Comments
JasonW
Can you post the report?
Jason
veerababuk
hi Jason,<br />
<br />
While designing template we are providing local datasource connection details, after development we are removing those connections details as below except "odaJndiName", does this configuration change can affect or lead to assertion-errors? Is there anything we have to consider while removing those configaration properties? please let me know if there is anything as such to debug or resolve the issue.<br />
<br />
<pre class='_prettyXprint _lang-auto _linenums:0'><data-sources>
<oda-data-source extensionID="org.eclipse.birt.report.data.oda.jdbc" name="IX_****_DEV" id="6"
extends="IX_XXXX_RPT_LIB.IX_XXXX_DEV">
<property name="odaJndiName">jdbc/XXXDataSource</property>
</oda-data-source>
</data-sources></pre>
<br />
<br />
Thanks,<br />
Veerababu K
JasonW
Can you try to blank the property instead of deleting the whole entry?
Jason
veerababuk
Jason,<br />
There is Bug raised against this issue <a class='bbc_url' href='
https://bugs.eclipse.org/bugs/show_bug.cgi?id=200370'>URL</a>.<br
/>
<br />
I have used the workaround provided in the URL that has worked for me.<br />
<br />
Thanks,<br />
Veerababu K