I'm using Birt 2.3.1, Birt Viewer on JBoss 4.2.3 on Windows.<br />
<br />
One of my jar's name is org.eclipse.birt.data_2.3.1.v20080829.jar, just to post the version.<br />
<br />
I'm getting <br />
org.eclipse.birt.data.engine.core.DataException: A report document error occurred when getting the save stream.<br />
It's supposed to be an already closed bug. (<a class='bbc_url' href='
https://bugs.eclipse.org/bugs/show_bug.cgi?id=236389'>https://bugs.eclipse.org/bugs/show_bug.cgi?id=236389</a>)<br />
<br />
Looking deeper, my JBoss log shows the next exception:<br />
java.lang.IllegalArgumentException: The type of arguement is incorrect.<br />
at org.eclipse.birt.core.script.function.bre.Function_temp.execute(BreUtility.java:36)<br />
at org.eclipse.birt.core.script.function.bre.BirtDateTime.execute(BirtDateTime.java:1330)<br />
<br />
I've attached the main lines of JBoss log if you want to take a look.<br />
<br />
<br />
The report has a string parameter, year, which is populated fine and the combo is displayed in viewer. However, after selecting one year the report crashes. <br />
<br />
Other reports with Date, string,... parameters are working fine. <br />
<br />
So, is IllegalArgumentException related to DataException? Or is anything related to disk space or disk write permission ?<br />
<br />
I'm really confused, folks. Any help will be really appreciated.