<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="html" ><![CDATA[Latest issues]]></title>
<link href="http://jasperforge.org/projects/JasperETL/tracker" ></link>
<id>urn:uuid:e68896b2-bec0-ba11-8cf7-2cf16b6b8e29</id>
<updated>2012-02-11T16:03:45+00:00</updated>
<author><name></name>
</author>
<entry>
<title type="html" ><![CDATA[This is not an issue]]></title>
<link href="http://jasperforge.org/plugins/mantis/view.php?id=5515" ></link>
<id>urn:uuid:8d96d03e-0c2e-5804-e0fc-c8c0cc916b91</id>
<updated>2011-11-05T10:38:12+00:00</updated>
<summary type="html" ><![CDATA[This is a test tracker item, please ignore.]]></summary>
</entry>
<entry>
<title type="html" ><![CDATA[Dynamic fetching of queries from repository]]></title>
<link href="http://jasperforge.org/plugins/mantis/view.php?id=5225" ></link>
<id>urn:uuid:93685e63-28c3-d08b-ece2-b4f93f0f75aa</id>
<updated>2011-05-12T06:49:30+00:00</updated>
<summary type="html" ><![CDATA[I am creating a list of queries in the repository for a particular DB connection. I would like a component which can be designed in such a way that it takes an "sql file name" as input parameter from any delimited file or from a database table, and it fetches the corresponding ".sql" from the repository and executes. since the queries are linked to DB connection, executing them would be easier.]]></summary>
</entry>
<entry>
<title type="html" ><![CDATA[java OutOfMemoryError exporting table rows to a CSV file (tFileOutputMSDelimited)]]></title>
<link href="http://jasperforge.org/plugins/mantis/view.php?id=5132" ></link>
<id>urn:uuid:befcb5e2-46d8-5f42-81ce-47d707973986</id>
<updated>2011-03-15T13:52:18+00:00</updated>
<summary type="html" ><![CDATA[I am trying to export a couple million lines from a DB2 table to a csv file (tFileOutputMSDelimited), but keep getting a java OutOfMemoryError after about 600K lines.
I tried with the default of -Xmx1024M, then with -Xmx1536M (in Talend -> Run/Debug -> "Job run VM arguments"); also tried to disable statistics, but I always get the error.
Is JasperETL trying to keep everything in memory? 
This is a BAD limitation, any serious ETL product should be able to export tens of millions of rows without problems.]]></summary>
</entry>
<entry>
<title type="html" ><![CDATA[db2 zos schema mapping missing]]></title>
<link href="http://jasperforge.org/plugins/mantis/view.php?id=5095" ></link>
<id>urn:uuid:d8bbb4f5-599e-7c02-a613-b51e8ce305c3</id>
<updated>2011-02-22T13:03:11+00:00</updated>
<summary type="html" ><![CDATA[When I retrieve a table schema from a IBM DB2 ZOS connection the DB Type to java type mapping is always String... For other databases (even for normal DB2) the mapping works fine.

JasperETL v3.2.3 r35442-20100111-0218]]></summary>
</entry>
<entry>
<title type="html" ><![CDATA[Error on step 3 while creating EXCEL file: ShadowFileInputToDelimitedOutput]]></title>
<link href="http://jasperforge.org/plugins/mantis/view.php?id=4611" ></link>
<id>urn:uuid:f68bad7a-dcb9-268f-226c-c71eba95cb7b</id>
<updated>2010-03-05T19:03:52+00:00</updated>
<summary type="html" ><![CDATA[Getting the following errors while creating a new EXCEL file (on step 3).

java.lang.NoClassDefFoundError: aci_project1/shadowfileinputtodelimitedoutput_0_1/ShadowFileInputToDelimitedOutput
Caused by: java.lang.ClassNotFoundException: aci_project1.shadowfileinputtodelimitedoutput_0_1.ShadowFileInputToDelimitedOutput
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: aci_project1.shadowfileinputtodelimitedoutput_0_1.ShadowFileInputToDelimitedOutput. Program will exit.
Exception in thread "main" 

Preview error. Some settings must be changed.
Note: Preview errors are generally due to a wrong encoding setting.
org.talend.designer.runprocess.shadow.ShadowFilePreview.preview(Unknown Source)
org.talend.repository.ui.utils.ShadowProcessHelper.getCsvArray(Unknown Source)
org.talend.repository.ui.wizards.metadata.connection.files.excel.ExcelFileStep2Form$PreviewProcessor.nonUIProcessInThread(Unknown Source)
org.talend.commons.ui.swt.thread.SWTUIThreadProcessor$1.run(Unknown Source)
]]></summary>
</entry>
<entry>
<title type="html" ><![CDATA[Error on step 3 while creating EXCEL file: ShadowFileInputToDelimitedOutput]]></title>
<link href="http://jasperforge.org/plugins/mantis/view.php?id=4610" ></link>
<id>urn:uuid:eb839592-b8b4-b3df-2535-50ab265fe6dd</id>
<updated>2010-03-05T17:05:54+00:00</updated>
<summary type="html" ><![CDATA[Getting the following errors while creating a new EXCEL file (on step 3).

java.lang.NoClassDefFoundError: aci_project1/shadowfileinputtodelimitedoutput_0_1/ShadowFileInputToDelimitedOutput
Caused by: java.lang.ClassNotFoundException: aci_project1.shadowfileinputtodelimitedoutput_0_1.ShadowFileInputToDelimitedOutput
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: aci_project1.shadowfileinputtodelimitedoutput_0_1.ShadowFileInputToDelimitedOutput.  Program will exit.
Exception in thread "main" 

Preview error. Some settings must be changed.
Note: Preview errors are generally due to a wrong encoding setting.
org.talend.designer.runprocess.shadow.ShadowFilePreview.preview(Unknown Source)
org.talend.repository.ui.utils.ShadowProcessHelper.getCsvArray(Unknown Source)
org.talend.repository.ui.wizards.metadata.connection.files.excel.ExcelFileStep2Form$PreviewProcessor.nonUIProcessInThread(Unknown Source)
org.talend.commons.ui.swt.thread.SWTUIThreadProcessor$1.run(Unknown Source)
]]></summary>
</entry>
<entry>
<title type="html" ><![CDATA[POJO export jar is missing classes]]></title>
<link href="http://jasperforge.org/plugins/mantis/view.php?id=3984" ></link>
<id>urn:uuid:f170d770-8f60-5a0d-4630-70307e9e0356</id>
<updated>2009-05-21T21:53:02+00:00</updated>
<summary type="html" ><![CDATA[When i try to export job scripts, the export process goes without a hitch and i get a zip file with all the scripts.  However, the job jar file doesn't contain any of the job classes. Hence I get an error trying to run it.]]></summary>
</entry>
<entry>
<title type="html" ><![CDATA[Generate Doc as Html with Html blank page]]></title>
<link href="http://jasperforge.org/plugins/mantis/view.php?id=3690" ></link>
<id>urn:uuid:7caa908e-9d43-62a4-cc4b-69f4daacbd03</id>
<updated>2009-03-25T17:21:33+00:00</updated>
<summary type="html" ><![CDATA[Hi, i creatre a job with a properties set and comment but when i Generate Doc as Html, jasper create a zip with a blank html. I red user guide, but there isn't a configuration to do or same setting to do.

I am using JasperETL 2.3.2.r12707 on Windows XP SP2.
]]></summary>
</entry>
<entry>
<title type="html" ><![CDATA[Delimited files does not count repeating delimiters]]></title>
<link href="http://jasperforge.org/plugins/mantis/view.php?id=1451" ></link>
<id>urn:uuid:1672d4d7-742e-d471-f53b-cfdfe6e77fb5</id>
<updated>2007-09-14T19:49:54+00:00</updated>
<summary type="html" ><![CDATA[I have exported some transactions from our accounting systems into tab separated file. As far as I can see if I have an empty column in the file, JasperETL does not count this column. For Example the line 
2000<tab><tab>3000
is transformed into 2 columns, not into 3. This is a big problem for us.]]></summary>
</entry>
<entry>
<title type="html" ><![CDATA[Unable to get schema from Oracle 8i]]></title>
<link href="http://jasperforge.org/plugins/mantis/view.php?id=1450" ></link>
<id>urn:uuid:22c6643c-9f68-523a-e6ce-86214fd03ed3</id>
<updated>2007-08-08T18:09:26+00:00</updated>
<summary type="html" ><![CDATA[I'm able to connect and test connection to the database but while in the select table to add screen the get column count doesn't happen at all and after clicking next an error asking for at least one table/metadata even when one or more where selected in the previous screen.

P.S. Reported in version 2.0.0]]></summary>
</entry>
</feed>
