| Anonymous | Login | Signup for a new account | 2010-09-11 03:54 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0003052 | Clover Designer | (No Category) | public | 2009-10-15 14:33 | 2009-10-20 15:48 | |
| Reporter | twaller | |||||
| Assigned To | jurban | |||||
| Priority | high | Severity | minor | Reproducibility | have not tried | |
| Status | closed | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Product Version | ||||||
| Target Version | rel-2-8-1 | Fixed in Version | rel-2-8-1 | |||
| Summary | 0003052: Parameter file cannot be linked (Server project) | |||||
| Description | see summary and: java.lang.IllegalStateException: Stream already closed at org.jvnet.mimepull.DataHead$ReadMultiStream.fetch(DataHead.java:232) at org.jvnet.mimepull.DataHead$ReadMultiStream.read(DataHead.java:207) at org.eclipse.rse.subsystems.files.core.servicesubsystem.FileSubSystemInputStream.read(FileSubSystemInputStream.java:69) at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264) at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306) at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158) at java.io.InputStreamReader.read(InputStreamReader.java:167) at java.io.BufferedReader.fill(BufferedReader.java:136) at java.io.BufferedReader.readLine(BufferedReader.java:299) at java.io.BufferedReader.readLine(BufferedReader.java:362) at com.cloveretl.commons.utils.PropertiesUtils.loadProperties(PropertiesUtils.java:41) at com.cloveretl.gui.model.GraphParameter.loadExternalData(Unknown Source) at com.cloveretl.gui.actions.float.run(Unknown Source) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) | |||||
| Tags | No tags attached. | |||||
| OTRS_Ticket_ID | ||||||
| Time estimate (manhours) | ||||||
| Time duration (manhours) | ||||||
| Completion status | 10 | |||||
| Attached Files | ||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0005799) jurban (developer) 2009-10-15 15:31 |
I cannot reproduce this, I'll have to see it |
|
(0005921) twaller (manager) 2009-10-19 13:30 |
Could you try it again on Vista, please? |
|
(0005959) jurban (developer) 2009-10-19 18:14 |
This was happening when the newline character was missing after the last property. We don't use Properties.load() or BufferedReader.readLine() anymore, as the "line reading" was causing this problem. |
|
(0005991) twaller (manager) 2009-10-20 15:48 |
Hudson821 OK. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2009-10-15 14:33 | twaller | New Issue | |
| 2009-10-15 14:33 | twaller | Completion status | => 10 |
| 2009-10-15 15:31 | jurban | Assigned To | => twaller |
| 2009-10-15 15:31 | jurban | Status | new => feedback |
| 2009-10-15 15:31 | jurban | Note Added: 0005799 | |
| 2009-10-19 13:30 | twaller | Note Added: 0005921 | |
| 2009-10-19 13:30 | twaller | Assigned To | twaller => jurban |
| 2009-10-19 13:30 | twaller | Status | feedback => assigned |
| 2009-10-19 15:26 | jurban | Relationship added | duplicate of 0003071 |
| 2009-10-19 18:14 | jurban | Note Added: 0005959 | |
| 2009-10-19 18:14 | jurban | Status | assigned => resolved |
| 2009-10-19 18:14 | jurban | Resolution | open => fixed |
| 2009-10-20 15:48 | twaller | Note Added: 0005991 | |
| 2009-10-20 15:48 | twaller | Status | resolved => closed |
| 2009-10-20 15:48 | twaller | Fixed in Version | => rel-2-8-1 |
| 2010-03-08 18:13 | csochor | Category | => (No Category) |
| Copyright © 2000 - 2010 MantisBT Group |