Skip to content
This repository was archived by the owner on Jul 7, 2021. It is now read-only.
This repository was archived by the owner on Jul 7, 2021. It is now read-only.

How to execute RedisReact console on Ubuntu 14.04 #4

Description

@ekim89

I tried to execute RedisReact-console.exe with mono.
However, I've failed with following error messages.

$ mono RedisReact-console.exe
ServiceStack SelfHost listening at http://127.0.0.1:2337/

Unhandled Exception:
System.ComponentModel.Win32Exception: Cannot find the specified file
  at System.Diagnostics.Process.Start_shell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
  at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
  at System.Diagnostics.Process.Start (System.Diagnostics.ProcessStartInfo startInfo) [0x00000] in <filename unknown>:0
  at System.Diagnostics.Process.Start (System.String fileName) [0x00000] in <filename unknown>:0
  at RedisReact.AppConsole.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.ComponentModel.Win32Exception: Cannot find the specified file
  at System.Diagnostics.Process.Start_shell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
  at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
  at System.Diagnostics.Process.Start (System.Diagnostics.ProcessStartInfo startInfo) [0x00000] in <filename unknown>:0
  at System.Diagnostics.Process.Start (System.String fileName) [0x00000] in <filename unknown>:0
  at RedisReact.AppConsole.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0

I succeeded in executing the console on Ubuntu 14.04 GUI version but It didn't work on Ubuntu 14.04 Server version.
Can you tell me what the problem is?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions