Hello, I'm getting the following error while running GlobalManager:
Code:
notify BILLING SERVER[dummy] 2017-01-14 01:00:57 826
notify BillingMgr- Created! 2017-01-14 01:00:57 826
notify BillingMgr- Service Initialized! 2017-01-14 01:00:57 826
notify successfully server task registered 2017-01-14 01:00:57 842
notify request server certification 2017-01-14 01:00:57 858
notify Add ServerNotify : (1) - Certification 2017-01-14 01:00:57 889
notify Add ServerNotify : (698) - GatewayServer 2017-01-14 01:00:57 889
notify Add ServerNotify : (699) - MachineManager 2017-01-14 01:00:57 889
notify Add ServerNotify : (700) - DownloadServer 2017-01-14 01:00:57 889
notify Add ServerNotify : (704) - FarmManager 2017-01-14 01:00:57 889
notify successfully server certificated 2017-01-14 01:00:57 889
fatal server cord established : 1 (10.0.0.4:36000) 2017-01-14 01:00:57 889
notify Successfully DB Initialized! 2017-01-14 01:00:57 905
fatal Can't connect to account DB 2017-01-14 01:01:13 703
fatal GlobalManager is initialized successfully 2017-01-14 01:01:13 703
fatal cannot occupy db session : select * from SK_SilkChange_BY_Web 2017-01-14 01:01:13 703
fatal cannot occupy db session : update _Shard set nStatus = 0, nCurrentUserRatio = 0 where nID = 64 2017-01-14 01:01:13 703
fatal cannot occupy db session : select * from SK_SilkChange_BY_Web 2017-01-14 01:01:18 828
fatal cannot occupy db session : select * from SK_SilkChange_BY_Web 2017-01-14 01:01:23 828
fatal cannot occupy db session : update _Shard set nStatus = 0, nCurrentUserRatio = 0 where nID = 64 2017-01-14 01:01:23 828
fatal cannot occupy db session : select * from SK_SilkChange_BY_Web 2017-01-14 01:01:28 829
fatal cannot occupy db session : select * from SK_SilkChange_BY_Web 2017-01-14 01:01:33 829
fatal cannot occupy db session : update _Shard set nStatus = 0, nCurrentUserRatio = 0 where nID = 64 2017-01-14 01:01:33 829
fatal cannot occupy db session : select * from SK_SilkChange_BY_Web 2017-01-14 01:01:38 831
I use a static IP which is 10.0.0.4, Windows Server 2012 R2. I made sure the database info is all correct.
Any suggestions?