<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Stream has already been closed on Talend Open in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/Stream-has-already-been-closed-on-Talend-Open/m-p/2277643#M3277</link>
    <description>Hi savoy,
&lt;BR /&gt;does this error only appear when the table contains a NUMBER column?
&lt;BR /&gt;It's seems that the connection is already closed when trying to get the columns metadata, but I don't see why it would be related to the NUMBER type of the column. 
&lt;BR /&gt;Can you try to reproduce this error on a table without a NUMBER column, please?</description>
    <pubDate>Wed, 01 Apr 2009 14:01:53 GMT</pubDate>
    <dc:creator>Sebastiao_Qlik</dc:creator>
    <dc:date>2009-04-01T14:01:53Z</dc:date>
    <item>
      <title>Stream has already been closed on Talend Open</title>
      <link>https://community.qlik.com/t5/Data-Quality/Stream-has-already-been-closed-on-Talend-Open/m-p/2277642#M3276</link>
      <description>Hello, 
&lt;BR /&gt;I try to open an oracle XE table on 3.1.0RC1 r23203-20090331-1457 via MetaDataDB Connection\InstanceName. 
&lt;BR /&gt;I can only open table without NUMBER data type. 
&lt;BR /&gt;I receive the 
&lt;BR /&gt;org.talend.cwm.management.api.DqRepositoryViewService - java.sql.SQLException: Stream has already been closed 
&lt;BR /&gt;Any idea, it's a bug? 
&lt;BR /&gt; 
&lt;BR /&gt;java.sql.SQLException: Stream has already been closed 
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125) 
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162) 
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227) 
&lt;BR /&gt; at oracle.jdbc.driver.LongAccessor.getBytes(LongAccessor.java:166) 
&lt;BR /&gt; at oracle.jdbc.driver.LongAccessor.getString(LongAccessor.java:207) 
&lt;BR /&gt; at oracle.jdbc.driver.T4CLongAccessor.getString(T4CLongAccessor.java:362) 
&lt;BR /&gt; at oracle.jdbc.driver.CharCommonAccessor.getObject(CharCommonAccessor.java:651) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleResultSetImpl.getObject(OracleResultSetImpl.java:851) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleResultSet.getObject(OracleResultSet.java:1547) 
&lt;BR /&gt; at org.talend.cwm.builders.ColumnBuilder.getColumns(Unknown Source) 
&lt;BR /&gt; at org.talend.cwm.management.api.DqRepositoryViewService.loadColumns(Unknown Source) 
&lt;BR /&gt; at org.talend.cwm.management.api.DqRepositoryViewService.getColumns(Unknown Source) 
&lt;BR /&gt; at org.talend.dataprofiler.core.model.nodes.foldernode.ColumnFolderNode.loadChildren(Unknown Source) 
&lt;BR /&gt; at org.talend.dataprofiler.core.ui.views.DQRespositoryView$4.selectionChanged(Unknown Source) 
&lt;BR /&gt; at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162) 
&lt;BR /&gt; at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) 
&lt;BR /&gt; at org.eclipse.core.runtime.Platform.run(Platform.java:880) 
&lt;BR /&gt; at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48) 
&lt;BR /&gt; at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) 
&lt;BR /&gt; at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160) 
&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2062) 
&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1138) 
&lt;BR /&gt; at org.eclipse.ui.navigator.CommonViewer.handleSelect(CommonViewer.java:388) 
&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1168) 
&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:227) 
&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:221) 
&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:388) 
&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) 
&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) 
&lt;BR /&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 
&lt;BR /&gt; at org.talend.dataprofiler.rcp.intro.Application.start(Unknown Source) 
&lt;BR /&gt; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1236) 
&lt;BR /&gt;Regards</description>
      <pubDate>Sat, 16 Nov 2024 14:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Stream-has-already-been-closed-on-Talend-Open/m-p/2277642#M3276</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Stream has already been closed on Talend Open</title>
      <link>https://community.qlik.com/t5/Data-Quality/Stream-has-already-been-closed-on-Talend-Open/m-p/2277643#M3277</link>
      <description>Hi savoy,
&lt;BR /&gt;does this error only appear when the table contains a NUMBER column?
&lt;BR /&gt;It's seems that the connection is already closed when trying to get the columns metadata, but I don't see why it would be related to the NUMBER type of the column. 
&lt;BR /&gt;Can you try to reproduce this error on a table without a NUMBER column, please?</description>
      <pubDate>Wed, 01 Apr 2009 14:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Stream-has-already-been-closed-on-Talend-Open/m-p/2277643#M3277</guid>
      <dc:creator>Sebastiao_Qlik</dc:creator>
      <dc:date>2009-04-01T14:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Stream has already been closed on Talend Open</title>
      <link>https://community.qlik.com/t5/Data-Quality/Stream-has-already-been-closed-on-Talend-Open/m-p/2277644#M3278</link>
      <description>You are right it works on other tables with NUMBER data type but I can't open a series of tables, I don't find a rule to know why a table open or not. 
&lt;BR /&gt;I have done the same test with release 1.1.4, and I can open the tables.</description>
      <pubDate>Wed, 01 Apr 2009 14:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Stream-has-already-been-closed-on-Talend-Open/m-p/2277644#M3278</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-04-01T14:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Stream has already been closed on Talend Open</title>
      <link>https://community.qlik.com/t5/Data-Quality/Stream-has-already-been-closed-on-Talend-Open/m-p/2277645#M3279</link>
      <description>Thanks. It's a bug. &lt;BR /&gt;Please file a bugtracker issue at &lt;A href="http://talendforge.org/bugs/bug_report_advanced_page.php" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/bugs/bug_report_advanced_page.php&lt;/A&gt;&lt;BR /&gt;We'll investigate it further.</description>
      <pubDate>Wed, 01 Apr 2009 14:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Stream-has-already-been-closed-on-Talend-Open/m-p/2277645#M3279</guid>
      <dc:creator>Sebastiao_Qlik</dc:creator>
      <dc:date>2009-04-01T14:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Stream has already been closed on Talend Open</title>
      <link>https://community.qlik.com/t5/Data-Quality/Stream-has-already-been-closed-on-Talend-Open/m-p/2277646#M3280</link>
      <description>See the state of this bug at 6840</description>
      <pubDate>Wed, 01 Apr 2009 15:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Stream-has-already-been-closed-on-Talend-Open/m-p/2277646#M3280</guid>
      <dc:creator>Sebastiao_Qlik</dc:creator>
      <dc:date>2009-04-01T15:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Stream has already been closed on Talend Open</title>
      <link>https://community.qlik.com/t5/Data-Quality/Stream-has-already-been-closed-on-Talend-Open/m-p/2277647#M3281</link>
      <description>Hi savoy, 
&lt;BR /&gt;I try to reproduce this bug on oracle9, windows XP, but things seems go smoothly. 
&lt;BR /&gt;So i need more infos about this bug. could you please state each step here for me on how to reproduce this bug? 
&lt;BR /&gt;And what's your oracle server version you use? 
&lt;BR /&gt;Thanks. 
&lt;BR /&gt;mzhao</description>
      <pubDate>Wed, 08 Apr 2009 02:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Stream-has-already-been-closed-on-Talend-Open/m-p/2277647#M3281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-08T02:27:34Z</dc:date>
    </item>
  </channel>
</rss>

