Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sftp doesn't work #134

Closed
ghost opened this issue Oct 1, 2019 · 3 comments
Closed

Sftp doesn't work #134

ghost opened this issue Oct 1, 2019 · 3 comments
Labels
bug Pesky little gritter, needs squashing

Comments

@ghost
Copy link

ghost commented Oct 1, 2019

Bug

Sftp does not work, because ChilkatDotNet47 is not recognized or is present in the wrong version.

Important questions

  • LogExpert Version = 1.8.1
  • Windows Version = Windows 10 x64 1903
  • Used Columnizer = none
  • Is this version specific or a new problem = first tried in 1.8.1

#General
After unzipping the LogExpert zip file and double click the logexpert.exe, I tried to open an Sftp-Url to one of our servers. We received the dialog windows (screenshot). In the LogExpert-Logfile we get the following error (german version):

2019-09-28 18:19:05.7354|INFO|Program|
============================================================================
LogExpert 1.8.1 started.
============================================================================
2019-09-28 18:19:13.1345|ERROR|LogExpert.FileSystemCallback+NLogLogExpertWrapper|Die Datei oder Assembly "ChilkatDotNet47, Version=9.5.0.72, Culture=neutral, PublicKeyToken=eb5fc1fc52ef09bd" oder eine Abhängigkeit davon wurde nicht gefunden. Es wurde versucht, eine Datei mit einem falschen Format zu laden.
2019-09-28 18:19:13.1345|ERROR|LogExpert.LogWindow|LogExpert.LogFileException: Cannot find sftp://server.domain.int/file.xml
   bei LogExpert.LogfileReader.GetLogFileInfo(String fileNameOrUri)
   bei LogExpert.LogfileReader.AddFile(String fileName)
   bei LogExpert.LogfileReader..ctor(String fileName, EncodingOptions encodingOptions, Boolean multiFile, Int32 bufferCount, Int32 linesPerBuffer, MultifileOptions mutlifileOptions)
   bei LogExpert.LogWindow.LoadFile(String fileName, EncodingOptions encodingOptions)Cannot find sftp://server.domain.int/file.xml LogExpert.LogFileException LogExpert.LogFileException: Cannot find sftp://server.domain.int/file.xml
   bei LogExpert.LogfileReader.GetLogFileInfo(String fileNameOrUri)
   bei LogExpert.LogfileReader.AddFile(String fileName)
   bei LogExpert.LogfileReader..ctor(String fileName, EncodingOptions encodingOptions, Boolean multiFile, Int32 bufferCount, Int32 linesPerBuffer, MultifileOptions mutlifileOptions)
   bei LogExpert.LogWindow.LoadFile(String fileName, EncodingOptions encodingOptions)

The server is reachable with ssh, scp and sftp (Putty, WinSCP etc.), so we think the problem is the missing or wrong ChillKatDotNet.

Anmerkung 2019-10-01 113752

@ghost ghost changed the title Sftp doen't work Sftp doesn't work Oct 2, 2019
@zarunbal zarunbal added the bug Pesky little gritter, needs squashing label Oct 8, 2019
@zarunbal
Copy link
Owner

zarunbal commented Oct 8, 2019

You are right, the Chillkatdotnet is missing.

@zarunbal
Copy link
Owner

zarunbal commented Oct 9, 2019

can you please test the new release if it works for you? Please give a short feedback if it is working

@ghost
Copy link
Author

ghost commented Oct 9, 2019

Now the ChilkatDotNet47.dll isn't missing anymore. So it works.

@ghost ghost closed this as completed Oct 9, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Pesky little gritter, needs squashing
Projects
None yet
Development

No branches or pull requests

1 participant