Lite Posted August 9, 2011 Share Posted August 9, 2011 Sometimes the monitor service crashes. Only a restart solves the problem. This error occures ~twice every week. I don't know if a misconfiguration or a bug is the cause. I've attached my error.log Mono: 2.10.2 TCAdmin: 2.0.29, now upgraded to 2.0.30 Edit: This error occures on the master server. The remote server seems more stable, it has only crashed once on 2.0.28.20110806-error.txt20110809-error.txt Link to comment Share on other sites More sharing options...
LFA Posted August 9, 2011 Share Posted August 9, 2011 This is a bug in mono. To fix edit this file: /home/tcadmin/Monitor/mono-config Change these lines: MONO_OPTIONS="--gc=sgen"; MONO_GC_PARAMS="nursery-size=4m";To: MONO_OPTIONS=""; MONO_GC_PARAMS="";Save and restart the monitor and service manager services. sgen improves performance but it can be buggy on Mono 2.10.2. Mono 2.10.3 fixes some bugs in sgen. If you want to try it the steps to compile mono are here: http://help.tcadmin.com/Mono#Build_from_Source Link to comment Share on other sites More sharing options...
Lite Posted August 9, 2011 Author Share Posted August 9, 2011 Hello, these lines are already commented out in the default config. I had Mono 2.10.3 already compiled on another machine, and installed it on the master machine. Changing the mono folder to MONO_FOLDER="/opt/mono-2.10.3" doesn't make TCAdmin start with 2.10.3. It still falls back to 2.10.2 Link to comment Share on other sites More sharing options...
LFA Posted August 9, 2011 Share Posted August 9, 2011 Remove MONO_FOLDER from tcadmin-config. Link to comment Share on other sites More sharing options...
Lite Posted August 10, 2011 Author Share Posted August 10, 2011 Works, thanks I'll post another log if there is a crash with Mono 2.10.3 Link to comment Share on other sites More sharing options...
Lite Posted August 10, 2011 Author Share Posted August 10, 2011 After updating to Mono 2.10.3 TCAdmin isn't loading anymore. The startup is normal, no errors in the log. The webinterface just keeps loading, without displaying anything. Link to comment Share on other sites More sharing options...
LFA Posted August 10, 2011 Share Posted August 10, 2011 Create a support ticket with the login for your server and I will take a look. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now