Is the monitor working correctly?

Having problems with the panel? Have questions? Post here!
Post Reply
crazygamer
Posts: 15
Joined: Fri Sep 30, 2011 5:51 pm

Is the monitor working correctly?

Post by crazygamer »

Hi, here is my monitor log...

Code: Select all

10/4/2011 6:21:46 PM 	UGCCMon Started (1.44) | Dbtype=sqlite | Interval=30000ms
10/4/2011 6:21:46 PM 	OS:  Win
10/4/2011 6:21:46 PM 	Running as user:  NT AUTHORITY\SYSTEM
10/4/2011 6:21:49 PM 	Starting high resolution timer service
10/4/2011 6:21:49 PM 	Checking for Payment Reminders
10/4/2011 6:21:49 PM 	Payment reminders have already been processed today, skipping.
10/4/2011 6:21:49 PM 	Starting CPU Monitor
10/4/2011 6:21:49 PM 	Starting FTP Server
10/4/2011 6:21:49 PM 	-+-+-| Monitor Initialized |-+-+-
10/4/2011 6:22:53 PM 	UGCCMon Started (1.44) | Dbtype=sqlite | Interval=30000ms
10/4/2011 6:22:53 PM 	OS:  Win
10/4/2011 6:22:53 PM 	Running as user:  NT AUTHORITY\SYSTEM
10/4/2011 6:22:56 PM 	Checking for Payment Reminders
10/4/2011 6:22:56 PM 	Payment reminders have already been processed today, skipping.
10/4/2011 6:22:56 PM 	Starting high resolution timer service
10/4/2011 6:22:56 PM 	Starting CPU Monitor
10/4/2011 6:22:56 PM 	Starting FTP Server
10/4/2011 6:22:56 PM 	-+-+-| Monitor Initialized |-+-+-
10/4/2011 6:24:00 PM 	UGCCMon Started (1.44) | Dbtype=sqlite | Interval=30000ms
10/4/2011 6:24:00 PM 	OS:  Win
10/4/2011 6:24:00 PM 	Running as user:  NT AUTHORITY\SYSTEM
10/4/2011 6:24:03 PM 	Starting high resolution timer service
10/4/2011 6:24:03 PM 	Checking for Payment Reminders
10/4/2011 6:24:03 PM 	Starting CPU Monitor
10/4/2011 6:24:03 PM 	Starting FTP Server
10/4/2011 6:24:03 PM 	Payment reminders have already been processed today, skipping.
10/4/2011 6:24:03 PM 	-+-+-| Monitor Initialized |-+-+-
10/4/2011 6:25:07 PM 	UGCCMon Started (1.44) | Dbtype=sqlite | Interval=30000ms
10/4/2011 6:25:07 PM 	OS:  Win
10/4/2011 6:25:07 PM 	Running as user:  NT AUTHORITY\SYSTEM
10/4/2011 6:25:10 PM 	Starting high resolution timer service
10/4/2011 6:25:10 PM 	Starting CPU Monitor
10/4/2011 6:25:10 PM 	Starting FTP Server
10/4/2011 6:25:10 PM 	-+-+-| Monitor Initialized |-+-+-
10/4/2011 6:25:10 PM 	Checking for Payment Reminders
10/4/2011 6:25:11 PM 	Payment reminders have already been processed today, skipping.
Over and over. Is the server supposed to stop and then restart, or is it supposed to run the whole time?

The reason I'm asking, is if the server crashes, it won't reboot, and also for my scheduled restarts, it will stop the server, but won't start it again.

Any ideas?

Thanks!
Masher
Site Admin
Posts: 3614
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Is the monitor working correctly?

Post by Masher »

No, not normal. Look in event viewer, there should be additional error messages.
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
crazygamer
Posts: 15
Joined: Fri Sep 30, 2011 5:51 pm

Re: Is the monitor working correctly?

Post by crazygamer »

yep there was.

Error Souce = UGCC Monitor

Code: Select all

Only one usage of each socket address (protocol/network address/port) is normally permitted
   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
   at System.Net.Sockets.TcpListener.Start(Int32 backlog)
   at #=qiV9TI939v_4mpN8YPTB42NXWY2$BXbO3j7Y1_4izI2w=.#=qfw59MulrrSrVXU$1epbbMw==()
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Error Source= .NET Runtime 2.0 Error Reporting

Code: Select all

EventType clr20r3, P1 ugccmonsvc.exe, P2 1.0.4291.21203, P3 4e87440a, P4 ugccmonsvc, P5 1.0.4291.21203, P6 4e87440a, P7 6a, P8 62, P9 system.net.sockets.socket, P10 NIL.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Also, to correct myself
crazygamer wrote: Over and over. Is the server supposed to stop and then restart, or is it supposed to run the whole time?
I meant Service, not server, lol Meaning the monitor
Masher
Site Admin
Posts: 3614
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Is the monitor working correctly?

Post by Masher »

Are you running an ftp server? If so you'll need to disable the monitor's ftp server or change the port the monitor's ftp server listens on.
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
crazygamer
Posts: 15
Joined: Fri Sep 30, 2011 5:51 pm

Re: Is the monitor working correctly?

Post by crazygamer »

Yep, that seemed to be it!

I changed the port on my ftp, and it isn't crashing now.

Thanks!
Masher
Site Admin
Posts: 3614
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Is the monitor working correctly?

Post by Masher »

Great. Not sure why the error handling didn't catch that, but will look at the code.
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
culexor
Posts: 16
Joined: Sun Jun 19, 2011 10:24 pm

Re: Is the monitor working correctly?

Post by culexor »

I had this same problem and it turned out to be because I was already running an FTP server. No errors came up, I just ended up figuring it out on my own.
Post Reply