<?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>LPC MicrocontrollersのトピックRe: Cannot write to server: not open</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-write-to-server-not-open/m-p/750334#M30225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share&amp;nbsp;in more detail? I had the same problem. Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Sep 2019 13:58:51 GMT</pubDate>
    <dc:creator>liuxinpeng0908</dc:creator>
    <dc:date>2019-09-30T13:58:51Z</dc:date>
    <item>
      <title>Cannot write to server: not open</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-write-to-server-not-open/m-p/750332#M30223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I've got a problem&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was in the middle of a debug session, everything was fine. After a few modifications on the code I was working on, I launched the debug and got this error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cannot write to server: not open&lt;/P&gt;&lt;P&gt;Cannot write to server: not open&lt;BR /&gt; at com.crt.debugcommon.emulator.client.RedlinkServerClient.getWriter(RedlinkServerClient.java:626)&lt;BR /&gt; at com.crt.debugcommon.emulator.client.RedlinkServerClient.writeln(RedlinkServerClient.java:1267)&lt;BR /&gt; at com.crt.debugcommon.emulator.client.RedlinkServerClient.send(RedlinkServerClient.java:1011)&lt;BR /&gt; at com.crt.debugcommon.emulator.client.RedlinkServerClient.sendReceive(RedlinkServerClient.java:1075)&lt;BR /&gt; at com.crt.debugcommon.emulator.client.RedlinkServerClient.sendReceive(RedlinkServerClient.java:1056)&lt;BR /&gt; at com.crt.debugcommon.emulator.client.RedlinkServerClient.sendReceive(RedlinkServerClient.java:1043)&lt;BR /&gt; at com.crt.debugcommon.emulator.client.RedlinkServerClient.probeList(RedlinkServerClient.java:938)&lt;BR /&gt; at com.crt.debugcommon.emulator.common.redlinkserver.RedlinkServerEmuHandler.discoverEmulators(RedlinkServerEmuHandler.java:211)&lt;BR /&gt; at com.crt.debugcommon.emulator.win.AbstractWinServerProbe.discoverEmulators(AbstractWinServerProbe.java:78)&lt;BR /&gt; at com.crt.debugcommon.emulator.EmulatorsDB.getEmus(EmulatorsDB.java:400)&lt;BR /&gt; at com.crt.debugcommon.emulator.EmulatorsDB.getEmulatorInfo(EmulatorsDB.java:306)&lt;BR /&gt; at com.crt.debugcommon.emulator.EmulatorsDB.getAvailableEmulators(EmulatorsDB.java:222)&lt;BR /&gt; at com.crt.debugcommon.emulator.TargetDiscovery.probeDiscovery(TargetDiscovery.java:582)&lt;BR /&gt; at com.crt.debugcommon.emulator.TargetDiscovery.probeDiscovery(TargetDiscovery.java:545)&lt;BR /&gt; at com.crt.debugcommon.utils.LaunchScriptUtils.getEmulatorInfo(LaunchScriptUtils.java:355)&lt;BR /&gt; at com.crt.debugcommon.utils.LaunchScriptUtils.init(LaunchScriptUtils.java:633)&lt;BR /&gt; at com.crt.debugcommon.utils.LaunchScriptUtils.&amp;lt;init&amp;gt;(LaunchScriptUtils.java:245)&lt;BR /&gt; at com.crt.debugcommon.utils.LaunchScriptUtils.&amp;lt;init&amp;gt;(LaunchScriptUtils.java:229)&lt;BR /&gt; at com.crt.dsfdebug.dsf.services.TargetDiscoveryService.getTargetDiscovery(TargetDiscoveryService.java:150)&lt;BR /&gt; at com.crt.dsfdebug.dsf.override.CRTFinalLaunchSequence$TargetDiscoveryJob.runInUIThread(CRTFinalLaunchSequence.java:102)&lt;BR /&gt; at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:97)&lt;BR /&gt; at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)&lt;BR /&gt; at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4155)&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3772)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)&lt;BR /&gt; at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)&lt;BR /&gt; at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)&lt;BR /&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)&lt;BR /&gt; at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)&lt;BR /&gt; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:497)&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1515)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LPCXpresso 824 max&lt;/P&gt;&lt;P&gt;Windows 10&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried to reinstall the drivers, but nothing happens.&amp;nbsp;&lt;/P&gt;&lt;P&gt;(The pc recognizes the board correctly)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have to do ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 20:21:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-write-to-server-not-open/m-p/750332#M30223</guid>
      <dc:creator>emanuelepavese</dc:creator>
      <dc:date>2018-03-29T20:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot write to server: not open</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-write-to-server-not-open/m-p/750333#M30224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved&amp;nbsp;&lt;/P&gt;&lt;P&gt;(FIREWALL)&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 20:49:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-write-to-server-not-open/m-p/750333#M30224</guid>
      <dc:creator>emanuelepavese</dc:creator>
      <dc:date>2018-03-29T20:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot write to server: not open</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-write-to-server-not-open/m-p/750334#M30225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share&amp;nbsp;in more detail? I had the same problem. Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2019 13:58:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-write-to-server-not-open/m-p/750334#M30225</guid>
      <dc:creator>liuxinpeng0908</dc:creator>
      <dc:date>2019-09-30T13:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot write to server: not open</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-write-to-server-not-open/m-p/750335#M30226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/emanuelepavese"&gt;emanuelepavese&lt;/A&gt; What specific FIREWALL actions did you take to resolve this? &lt;BR /&gt;(simply stating "FIREWALL" does little to help others resolve their issue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2020 21:55:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-write-to-server-not-open/m-p/750335#M30226</guid>
      <dc:creator>alc24</dc:creator>
      <dc:date>2020-01-06T21:55:53Z</dc:date>
    </item>
  </channel>
</rss>

