Task #1368
closedInstall and configure "Mono" to run EwE stock assessment algorithms
100%
Description
An installation of Mono
is required to run Ecopath with Ecosim algorithms on the Statistical Manager.
CNR, helped by IRD, will provide test algorithms.
A test installation is required on the following machine:
statistical-manager.d.d4science.org
with user gcube
Related issues
Updated by Paolo Fabriani almost 10 years ago
- Assignee changed from Paolo Fabriani to Daniele Pavia
Updated by Gianpaolo Coro almost 10 years ago
Could you please check that the Mono installation is compatible with .NET Framework 4.0 Full Profile (not Client profile). See http://www.mono-project.com/docs/about-mono/compatibility/ ?
Updated by Gianpaolo Coro almost 10 years ago
- Related to Task #1410: Bakup of statistical-manager.d.d4science.org is required added
Updated by Daniele Pavia almost 10 years ago
Tested EwECmd.exe with mono versions 2.10.8.1 and 4.0.4.1-1. Doesn't work.
Both attempts ended with:
CLog.Write() Exception: Could not load file or assembly 'System.DirectoryServices.AccountManagement,
Looks like the System.DirectoryServices.AccountManagement Namespace is related to active Directory and will not be ported to mono Linux as it's Windows-specific.
Updated by Jeroen Steenbeek almost 10 years ago
Daniele Pavia wrote:
Tested EwECmd.exe with mono versions 2.10.8.1 and 4.0.4.1-1. Doesn't work.
Both attempts ended with:
CLog.Write() Exception: Could not load file or assembly 'System.DirectoryServices.AccountManagement,Looks like the System.DirectoryServices.AccountManagement Namespace is related to active Directory and will not be ported to mono Linux as it's Windows-specific.
Yes, you are totally right. I will try to rip that dependency out of the EwE system. It has entered the code after the last Mono runs.
Jeroen
Updated by Jeroen Steenbeek almost 10 years ago
A new EwECmd exe is available in my workspace. I removed the offending references without any problems, and as far as I can test on my Windows system, all non-CLR compliant references are gone.
I cannot remove the reference to Microsoft.VisualBasic which should not be a problem (see http://www.mono-project.com/docs/about-mono/languages/visualbasic/); we had no problems running EwE on Mono with this in the past.
Updated by Daniele Pavia almost 10 years ago
- Status changed from New to Closed
- % Done changed from 50 to 100
Thanks Jeroen,
deployed the new exe and succesfully tested it on statistical-manager.d.d4science.org with mono 2.
out.txt contains:
Ecopath launched
Ecopath model Georgia Strait loaded
Ecopath model balanced
Mean TLc:3.254874
Let me know if you need anythong else.
Updated by Gianpaolo Coro almost 10 years ago
Next step in this activity will be to create a connector between the program provided by Jeroen and the BlueBRIDGE computational platform (gCube Statistical Manager). Tickets will be opened on this.
Updated by Jeroen Steenbeek almost 10 years ago
Perfect, thanks! Glad to hear it works.
Updated by Gianpaolo Coro over 9 years ago
- Related to Task #2173: Report the installation steps for Mono added