FredM Posted July 25, 2013 Report Share Posted July 25, 2013 Hi, After having done the following : - uploaded PlasticSCM-4.2.39.458-LinuxServerBinaries.zip to my headless server Debian 7.0 - unzipped the contents - installed mono-runtime - installed libmono-corlib2.0-cil - ran ./genscripts.sh I get the following error when running PlasticServerDir/clconfigureserver : Missing method get_AppSettings in assembly /home/fred/Plastic/server/log4net.dll, type System.Configuration.ConfigurationSettings Unhandled Exception: System.TypeLoadException: A type load exception has occurred. at aev.b () [0x00000] in <filename unknown>:0 at aev.a (System.String[] A_0) [0x00000] in <filename unknown>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: A type load exception has occurred. at aev.b () [0x00000] in <filename unknown>:0 at aev.a (System.String[] A_0) [0x00000] in <filename unknown>:0 Same error if running the script through sudo Any ideas ? Fred Link to comment Share on other sites More sharing options...
manu Posted July 26, 2013 Report Share Posted July 26, 2013 It's seems that the library "log4net" distributes is having some issues with Debian 7. We don't officially support Debian 7 yet, maybe in 2 weeks we'll do since we'll start working on it. I'll try to reproduce the issue and debug it. Link to comment Share on other sites More sharing options...
FredM Posted July 26, 2013 Author Report Share Posted July 26, 2013 Thanx for the feedback Manu Link to comment Share on other sites More sharing options...
manu Posted July 26, 2013 Report Share Posted July 26, 2013 Ok. Let's try this (With root user) 0) Remove every bit of Plastic SCM in your Debian box. 1) Edit the "/etc/apt/sources.list/etc/apt/sources.list" File. Add: # PlasticSCM repository Deb http://www.plasticscm.com/plasticrepo/Debian_6.0/ ./ 2) wget http://www.plasticscm.com/plasticrepo/Debian_6.0/Release.key 3) Add the key: apt-key add Release.key 4) Update the apt get cache: apt-get update 5) Install Plastic apt-get install plasticscm-client plasticscm-server EDIT: Yes, it's ".../Debian_6.0/..." but I think it will work for Debian 7 too. Link to comment Share on other sites More sharing options...
FredM Posted August 30, 2013 Author Report Share Posted August 30, 2013 Hi Manu, Just got back on this matter and tried your recipe relatedg to installation on Linux . It does work fine on Debian 7.0. Have a good afternoon Fred Link to comment Share on other sites More sharing options...
calbzam Posted August 30, 2013 Report Share Posted August 30, 2013 Hi, Thanks for your feedback!! Regards, Carlos Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.