[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 2 Guest(s)
Thread Closed 
[CSI] Community Software Installer 2.6.1 (OLD THREAD)
01-02-2009, 04:27 PM (This post was last modified: 01-02-2009 04:42 PM by Ger Teunis.)
Post: #87
RE: Community software installer 1.0
(01-02-2009 04:20 PM)jasonstx Wrote:  verified that the IP used for the PCH works, the username and password are correct and the ftp service is running.

Code:
This occured when attempting to install a theme.
-----------------------------
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
   at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
   at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
   --- End of inner exception stack trace ---
   at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
   at TransmissionApplicationUploader.FtpCommands.Connect(String server, Int32 port, TcpClient& client)
   at TransmissionApplicationUploader.FtpCommands.SendCommand(String server, String username, String password, String command)
   at TransmissionApplicationUploader.FtpCommands.DeleteFolderFiles(String server, String username, String password, String folder)
   at TransmissionApplicationUploader.FtpCommands.DeleteFolder(String server, String username, String password, String folder)
   at TransmissionApplicationUploader.pnlUploadApplication.Execute(ProgressBar Progress)
   at TransmissionApplicationUploader.frmInstaller.btnNext_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
NMT Community Software Installer
    Assembly Version: 1.0.2.0
    Win32 Version: 1.0.2.0
    CodeBase: file:///C:/Documents%20and%20Settings/jselph/Local%20Settings/Apps/2.0/MNB4PYPJ.5CT/O24080Y7.4WL/nmtc..tion_12ec2db179958a59_0001.0000_694a3259093e15a9/NMT%20Community%20Software%20Installer.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
ICSharpCode.SharpZipLib
    Assembly Version: 0.85.5.452
    Win32 Version: 0.85.5.452
    CodeBase: file:///C:/Documents%20and%20Settings/jselph/Local%20Settings/Apps/2.0/MNB4PYPJ.5CT/O24080Y7.4WL/nmtc..tion_12ec2db179958a59_0001.0000_694a3259093e15a9/ICSharpCode.SharpZipLib.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Thanks for the report.
First of all, please use code tags around error messages to keep the topic readable.

I've added a more readable error message when this occurs, but the problem will remain.
The error states that the NMT (or anything in between) forcibly closed the ftp connection.
Could be anything from a very busy NMT to a unstable network connection.
Not a program error, sorry!

Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer
Visit this user's website Find all posts by this user
Thread Closed 


Messages In This Thread
TOTAL N00b questions - columbo - 12-26-2008, 08:21 PM
RE: TOTAL N00b questions - Ger Teunis - 12-26-2008, 10:16 PM
RE: Community software installer 1.0 - Wim - 12-27-2008, 04:35 PM
RE: Community software installer 1.0 - Ger Teunis - 01-02-2009 04:27 PM
Thema vs Custom Menu - slingshot - 04-23-2009, 02:58 PM
RE: Thema vs Custom Menu - Peppin - 04-24-2009, 12:12 PM
USENet Client status - slingshot - 05-04-2009, 12:49 PM
RE: USENet Client status - Ger Teunis - 05-04-2009, 05:48 PM
NOT WORKING ON OSX.... - Asha - 05-15-2009, 08:36 PM
Screensaver lost - slingshot - 05-24-2009, 09:10 AM
RE: Screensaver lost - Ger Teunis - 05-24-2009, 10:09 AM
RE: Screensaver lost - slingshot - 05-24-2009, 10:27 AM
RE: Screensaver lost - Ger Teunis - 05-24-2009, 10:35 AM
mpd 20092205 - john_robot - 05-24-2009, 06:07 PM
IT WORKS ON A PPC OSX!!! - Asha - 05-28-2009, 10:34 PM
RE: IT WORKS ON A PPC OSX!!! - Ger Teunis - 05-29-2009, 09:44 PM
RE: IT WORKS ON A PPC OSX!!! - deejay - 05-31-2009, 09:16 PM
RE: IT WORKS ON A PPC OSX!!! - Ger Teunis - 05-31-2009, 09:17 PM
RE: IT WORKS ON A PPC OSX!!! - deejay - 05-31-2009, 09:57 PM
CSI with Egreat M32b... - faganas - 06-08-2009, 07:17 PM
RE: CSI with Egreat M32b... - Ger Teunis - 06-08-2009, 08:13 PM
RE: CSI with Egreat M32b... - faganas - 06-10-2009, 04:43 PM
RE: [CSI] new Extended Gaya 0.4 - dede34fr - 08-11-2009, 10:02 AM
TorrentWatch 0.7.11-1 - int15 - 08-30-2009, 03:23 PM
RE: TorrentWatch 0.7.11-1 - Ger Teunis - 08-30-2009, 04:52 PM
RE: TorrentWatch 0.7.11-1 - int15 - 08-30-2009, 09:08 PM
CSI Download error - beatnut88 - 10-03-2009, 03:40 PM
RE: CSI Download error - gjs - 10-07-2009, 09:48 PM

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Star [CSI] Community Software Installer 2.7.2 ** UPDATED DEC 28th ** Ger Teunis 580 262,206 04-10-2013 12:42 PM
Last Post: timwest73
  Faster PHP server CSI package journey4712 174 61,578 03-30-2013 01:12 PM
Last Post: o34171@rtrtr.com
  NetworkMounter 0.1 released on CSI Niels Leenheer 289 86,644 07-09-2012 07:07 PM
Last Post: andym2009
  Support thread for HeartWare's PopCorn MKV Chapter Maker HeartWare 72 44,864 01-01-2012 10:10 AM
Last Post: halfelite
  Can't load Themes with CSI narfnd 1 1,954 11-03-2010 07:20 PM
Last Post: joserobleda
  CSI ChangeLogURL? lordy 0 1,358 08-13-2010 06:30 PM
Last Post: lordy
  Another Youtube thread - sorry mrmrmrmr 4 2,562 06-23-2010 08:27 PM
Last Post: mrmrmrmr
  Loss internal drive when using community inst.. tunafish 0 1,377 03-11-2010 01:20 PM
Last Post: tunafish
  shuffleplay wont install on csi opel4ever 2 2,390 01-29-2010 10:08 AM
Last Post: opel4ever
  No longer access to CSI installed apps. CSI not working either lappe 27 8,538 01-26-2010 10:49 PM
Last Post: Ger Teunis

Forum Jump: