Can't Send (Error Code 60)

Added by johnki over 7 years ago

Using the client archive, as instructed.

From the client that comes with the archive, I'm getting a "Can't send (error code 60)" when clicking Submit to create an account. Not sure what it can't send or why.

So I tried using the shortcut version of the newly compiled client like the guide said to (path to the client, start in client archive) and I'm getting the same error when I click on Create Account, as opposed to after I've filled everything in.

Did I miss something and need to forward some ports?


Replies (16)

RE: Can't Send (Error Code 60) - Added by molator over 7 years ago

You can't create an account that way, as written in the wiki:
http://dev.ryzom.com/wiki/ryzom/RunClientOnWindows

To create a user account, run the client, fill login/password and click 4 times on connect.
Validate the popup you will get.
The account is created.

RE: Can't Send (Error Code 60) - Added by nimbus3 over 7 years ago

There is not create account back-end with this source.

The way to create and account is either directly query your sql db or insert username/password into the login screen hit login hit ok to the error repeat hit login ok to error a further 3 times and thats it your accounts made.

RE: Can't Send (Error Code 60) - Added by johnki over 7 years ago

Ah, must have missed that.

Thanks. ^^

RE: Can't Send (Error Code 60) - Added by johnki over 7 years ago

Well, after hitting it about 15 times, nothing appears to be happening. Getting "Can't Connect (error code 1)" each time. Tried both clients.

How would I go about querying it directly to my sql database?

RE: Can't Send (Error Code 60) - Added by johnki over 7 years ago

Okay, found the problem. Apparently, in the client.cfg, if I didn't have "localhost" as the server address, it messed up a bit.

Now I'm getting a message saying "the login server is in maintenance"?

RE: Can't Send (Error Code 60) - Added by nimbus3 over 7 years ago

ok so now your error codes changed from cean't send to can't connect.

ok make sure your ip matches between:

frontend_service.cfg
FSListenHost = "your ip";

and

client.cfg
StartupHost = "your ip:40916";

the port numbers are ok as they are

running on windows, ensure your ip is listed in your hosts file found in localdrive/windows/system32.drivers/etc directory.
if your ip = 127.0.0.1 or localhost adding to hosts is not necessary.
under linux I am unsure sorry. but the config files is the same proccess.

RE: Can't Send (Error Code 60) - Added by johnki over 7 years ago

Well, they match now. Both are now localhost, but I think that the database references of them are still all going to the 00.00.0.000 format IP number.

Just to be clear, if you're connecting from a client run on the server, you have to reference every mention of an IP as "localhost", right?

RE: Can't Send (Error Code 60) - Added by nimbus3 over 7 years ago

OK I'm out, not come accross that before. Might just be a delay between the service and the mysql db trying to catch up with each other?

1. try again in a min or two
2. stop your server, stop mysql, stop apache wait a sec restart apache, restart mysql start server.

Sorry it's a typical computer tech on the end of a phone thing lol..

It work for me when I had trouble once, but only the once.

RE: Can't Send (Error Code 60) - Added by nimbus3 over 7 years ago

The only two things that need to be edited are frontend_service.cfg and client.cfg as long as everything else is left alone while you ar running it locally (i.e. on the same machine) nothing ells needs to be changed.

my front_end and client are set to 192.168.1.101 all the other config files are either localhost or 127.0.0.1.

RE: Can't Send (Error Code 60) - Added by johnki over 7 years ago

Yeah, I'll try restarting everything. If that doesn't work, I'll change every mention of my external IP in the database to localhost, since apparently my own external IP and localhost aren't getting along.

If that doesn't work, I don't know what to do. Technically, others can't connect if I don't have my external IP referenced, right?

RE: Can't Send (Error Code 60) - Added by johnki over 7 years ago

nimbus3 wrote:

The only two things that need to be edited are frontend_service.cfg and client.cfg as long as everything else is left alone while you ar running it locally (i.e. on the same machine) nothing ells needs to be changed.

Yeah, I edited those. They both say localhost. The database references my external IP.

RE: Can't Send (Error Code 60) - Added by nimbus3 over 7 years ago

Sorry I'm really out now, I've not got to running on seperate machines yet, I have been running it locally to get everything set up and added to the server.

If you have a shout on irc channel #ryzom someone might be able to help you there.

RE: Can't Send (Error Code 60) - Added by johnki over 7 years ago

Yeah, if it helps, I looked at the server apps, and I'm seeing a lot of red in 3 or 4 of them on startup.

Also, on shut down, two of them gave me messages, here was one of them:

A failed assertion occurs

ProcName: 192.168.0.7/TICKS-129
Date: 2011/02/13 14:27:19
File: ..\..\..\..\..\ryzom\common\src\game_share\backup_service_interface.cpp
Line: 201
FuncName: CBackupServiceInterface::sendFile
Reason: STOP
-------------------------------

Log with no filter:

-------------------------------
2011/02/13 14:22:41 192.168.0.7/TICKS-129 INF 1718 module_manager.cpp 759 : Creating module 'gw' of class 'StandardGateway' with params ''
2011/02/13 14:22:41 192.168.0.7/TICKS-129 INF 1718 command.cpp 145 : CCommandRegistry : adding commands handler for class 'CStandardGateway'
2011/02/13 14:22:41 192.168.0.7/TICKS-129 INF 1718 module_manager.cpp 759 : Creating module 'gw_aes' of class 'StandardGateway' with params ''
2011/02/13 14:22:41 192.168.0.7/TICKS-129 INF 1718 module_manager.cpp 759 : Creating module 'aes_client' of class 'AdminExecutorServiceClient' with params ''
2011/02/13 14:22:41 192.168.0.7/TICKS-129 INF 1718 command.cpp 145 : CCommandRegistry : adding commands handler for class 'CModuleBase'
2011/02/13 14:22:41 192.168.0.7/TICKS-129 INF 1718 service.cpp 1276 : SERVICE: Service ready
2011/02/13 14:22:41 192.168.0.7/TICKS-129 INF 1718 naming_client.cpp 137 : NC: Registration Broadcast of the service EGS-130 ':51002 (192.168.0.7)'
2011/02/13 14:22:41 192.168.0.7/TICKS-129 INF 1718 naming_client.cpp 137 : NC: Registration Broadcast of the service GPMS-131 ':51003 (192.168.0.7)'
2011/02/13 14:22:41 192.168.0.7/TICKS-129 INF 1718 naming_client.cpp 137 : NC: Registration Broadcast of the service MS-132 ':51004 (192.168.0.7)'
2011/02/13 14:22:41 192.168.0.7/TICKS-129 INF 1718 naming_client.cpp 137 : NC: Registration Broadcast of the service AIS-133 ':51006 (192.168.0.7)'
2011/02/13 14:22:41 192.168.0.7/TICKS-129 INF 1718 service.cpp 287 : SERVICE: ShardId is 302
2011/02/13 14:22:41 192.168.0.7/TICKS-129 INF 1718 naming_client.cpp 137 : NC: Registration Broadcast of the service IOS-134 ':51005 (192.168.0.7)'
2011/02/13 14:22:44 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 165 : HNETL5: + connec 'SRV 014245F8 (socket 652)'
2011/02/13 14:22:45 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 264 : HNETL5: + connect ident 'SRV 014245F8 (socket 652)' MS-132 pos 0 ext 0
2011/02/13 14:22:46 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 165 : HNETL5: + connec 'SRV 014244F0 (socket 672)'
2011/02/13 14:22:50 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 165 : HNETL5: + connec 'SRV 01424910 (socket 680)'
2011/02/13 14:22:52 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 264 : HNETL5: + connect ident 'SRV 01424910 (socket 680)' GPMS-131 pos 0 ext 0
2011/02/13 14:22:52 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 264 : HNETL5: + connect ident 'SRV 014244F0 (socket 672)' AIS-133 pos 0 ext 0
2011/02/13 14:22:52 192.168.0.7/TICKS-129 INF 1718 range_mirror_manager.cpp 233 : RangeMirrorManager: got 1 ranges for owner 133 (via MS 132) (0 errors)
2011/02/13 14:22:52 192.168.0.7/TICKS-129 INF 1718 naming_client.cpp 137 : NC: Registration Broadcast of the service FS-135 ':51007 (192.168.0.7)'
2011/02/13 14:22:52 192.168.0.7/TICKS-129 INF 1718 range_mirror_manager.cpp 233 : RangeMirrorManager: got 1 ranges for owner 133 (via MS 132) (0 errors)
2011/02/13 14:22:52 192.168.0.7/TICKS-129 INF 1718 range_mirror_manager.cpp 233 : RangeMirrorManager: got 1 ranges for owner 133 (via MS 132) (0 errors)
2011/02/13 14:22:52 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 165 : HNETL5: + connec 'SRV 01424808 (socket 684)'
2011/02/13 14:22:54 192.168.0.7/TICKS-129 INF 1718 naming_client.cpp 137 : NC: Registration Broadcast of the service SBS-136 ':51008 (192.168.0.7)'
2011/02/13 14:22:54 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 264 : HNETL5: + connect ident 'SRV 01424808 (socket 684)' IOS-134 pos 0 ext 0
2011/02/13 14:22:54 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 165 : HNETL5: + connec 'SRV 014243E8 (socket 692)'
2011/02/13 14:22:57 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 165 : HNETL5: + connec 'SRV 01424700 (socket 696)'
2011/02/13 14:22:57 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 165 : HNETL5: + connec 'SRV 014242E0 (socket 700)'
2011/02/13 14:22:58 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 264 : HNETL5: + connect ident 'SRV 014243E8 (socket 692)' EGS-130 pos 0 ext 0
2011/02/13 14:22:58 192.168.0.7/TICKS-129 INF 1718 range_mirror_manager.cpp 233 : RangeMirrorManager: got 2 ranges for owner 130 (via MS 132) (0 errors)
2011/02/13 14:22:58 192.168.0.7/TICKS-129 INF 1718 range_mirror_manager.cpp 233 : RangeMirrorManager: got 1 ranges for owner 130 (via MS 132) (0 errors)
2011/02/13 14:22:58 192.168.0.7/TICKS-129 INF 1718 range_mirror_manager.cpp 233 : RangeMirrorManager: got 1 ranges for owner 130 (via MS 132) (0 errors)
2011/02/13 14:22:58 192.168.0.7/TICKS-129 INF 1718 range_mirror_manager.cpp 233 : RangeMirrorManager: got 1 ranges for owner 130 (via MS 132) (0 errors)
2011/02/13 14:22:58 192.168.0.7/TICKS-129 INF 1718 range_mirror_manager.cpp 233 : RangeMirrorManager: got 1 ranges for owner 130 (via MS 132) (0 errors)
2011/02/13 14:22:58 192.168.0.7/TICKS-129 INF 1718 range_mirror_manager.cpp 233 : RangeMirrorManager: got 1 ranges for owner 130 (via MS 132) (0 errors)
2011/02/13 14:22:58 192.168.0.7/TICKS-129 INF 1718 range_mirror_manager.cpp 233 : RangeMirrorManager: got 1 ranges for owner 130 (via MS 132) (0 errors)
2011/02/13 14:22:58 192.168.0.7/TICKS-129 INF 1718 range_mirror_manager.cpp 233 : RangeMirrorManager: got 1 ranges for owner 130 (via MS 132) (0 errors)
2011/02/13 14:22:59 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 264 : HNETL5: + connect ident 'SRV 01424700 (socket 696)' SBS-136 pos 0 ext 0
2011/02/13 14:22:59 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 264 : HNETL5: + connect ident 'SRV 014242E0 (socket 700)' FS-135 pos 0 ext 0
2011/02/13 14:27:18 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 187 : HNETL5: - connec 'CLT 0141FB98 (socket 584)' BS-256
2011/02/13 14:27:18 192.168.0.7/TICKS-129 INF 1718 _backup_service_interface_non_module.cpp 168 : Backup service disconnects: (name BS, Id 256)
2011/02/13 14:27:18 192.168.0.7/TICKS-129 WRN 1718 tick_service.cpp 525 : <CTickService::unregisterClient> Service 256 : service id too big ! (max is 255)
2011/02/13 14:27:18 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 187 : HNETL5: - connec 'SRV 01424910 (socket 680)' GPMS-131
2011/02/13 14:27:18 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 187 : HNETL5: - connec 'SRV 014243E8 (socket 692)' EGS-130
2011/02/13 14:27:18 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 187 : HNETL5: - connec 'SRV 01424808 (socket 684)' IOS-134
2011/02/13 14:27:19 192.168.0.7/TICKS-129 INF 1718 unified_network.cpp 187 : HNETL5: - connec 'CLT 0141FC98 (socket 616)' WS-128
2011/02/13 14:27:19 192.168.0.7/TICKS-129 INF 1718 range_mirror_manager.cpp 258 : RangeMirrorManager: released 9 ranges of owner 130 (via MS 132)
2011/02/13 14:27:19 192.168.0.7/TICKS-129 INF 1718 service.cpp 1336 : SERVICE: The window displayer was closed by user, need to quit
2011/02/13 14:27:19 192.168.0.7/TICKS-129 INF 1718 service.cpp 1516 : SERVICE: Service starts releasing
2011/02/13 14:27:19 192.168.0.7/TICKS-129 WRN 1718 backup_service_interface.cpp 201 : Failed to send file "game_cycle.ticks" because the backup services are all down!
2011/02/13 14:27:19 192.168.0.7/TICKS-129 AST 1718 backup_service_interface.cpp 201 : STOP
-------------------------------

RE: Can't Send (Error Code 60) - Added by nimbus3 over 7 years ago

hmm, just compared notes and unfortunately I am a bit lost and distracted now. grr sorting out diner for the kids.

RE: Can't Send (Error Code 60) - Added by johnki over 7 years ago

Yeah, I'm getting a lot of red text referencing world files, CPP files, etc, when starting up the server.

Hmm...would debug mode be causing this issue?

RE: Can't Send (Error Code 60) - Added by nimbus3 over 7 years ago

egs (entity_game_serivice) produces a fare amount of red text such as this:

2011/02/10 19:17:10 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bczaea15_2.sbrick, familyId = 188, index = 1 in sheet bczaea01.sbrick
2011/02/10 19:17:10 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bczaea15_3.sbrick, familyId = 188, index = 1 in sheet bczaea01.sbrick
2011/02/10 19:17:10 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bczaea16_2.sbrick, familyId = 188, index = 1 in sheet bczaea01.sbrick
2011/02/10 19:17:10 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bczaea16_3.sbrick, familyId = 188, index = 1 in sheet bczaea01.sbrick
2011/02/10 19:17:11 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:11 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:11 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea02.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:11 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:13 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea03.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:13 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:13 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea04.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:13 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:13 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea05.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:13 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:13 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea06.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:13 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:13 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea07.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:13 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:13 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea08.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:13 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:13 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea09.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:13 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:18 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea10.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:18 INF b74 192.168.1.101/EGS-132 load_form.h 322 loadForm : 92% completed (422/457), 10 seconds remaining
2011/02/10 19:17:18 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:19 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea11.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:20 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea12.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:22 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea13.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:22 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea14.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:22 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea15.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:22 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea16.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:22 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:22 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea01_2.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:22 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:25 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea01_3.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:25 INF b74 192.168.1.101/EGS-132 load_form.h 322 loadForm : 94% completed (431/457), 8 seconds remaining
2011/02/10 19:17:25 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:27 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea02_2.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:27 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:27 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea02_3.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:27 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:32 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea03_2.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:32 INF b74 192.168.1.101/EGS-132 load_form.h 322 loadForm : 95% completed (434/457), 7 seconds remaining
2011/02/10 19:17:32 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:32 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea03_3.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:32 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:32 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea04_2.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:32 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value returned
2011/02/10 19:17:32 WRN b74 192.168.1.101/EGS-132 egs_static_brick.cpp 471 CStaticBrick::readStaticBrick : ALREADY ADDED brick bccaea04_3.sbrick, familyId = 151, index = 1 in sheet bccaea01.sbrick
2011/02/10 19:17:33 WRN b74 192.168.1.101/EGS-132 people_pd_inline.h 49 EGSPD::CPeople::fromString : TPeople::toString(): string 'generic' is not matched, 'Unknown' enum value

most of these are just informing you that new items have been added and EGS is updating or items already exist in it's system. There are a couple in this list where it says generic is not matched, that it because I misslabelled a few items I added.

You get a lot of these when the server is first run after new sheets have been added to the server. you might also have to stop and restart the server after it has first recognised these new items.

I have had issues with one service not being able to update rrd graphs, they appear in red, the reason I think for these are that the graphs get saved with the extension hrd rather than rrd, but I am uncertain of this, I still havn't got round to looking at it yet.

Beyond that I don't get any red messages other than ones that start with WRN or INF now sorry and the ones you have there I don't understand sorry again.

(1-16/16)