Author | Topic: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 | |
---|---|---|
Richard A. Pulliam | Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Fri, 03 Dec 2004 13:04:45 -0500 Any clue as to what causes this error to appear and how to fix it? clickin on Refresh button from IE will eventually display the page | |
Phil Ide | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Mon, 06 Dec 2004 10:45:30 +0000 Richard, > Any clue as to what causes this error to appear and how to fix it? > > clickin on Refresh button from IE will eventually display the page Quite literally, the gateway application cannot find the server. Possible reasons: 1. Local Network traffic is high, so network is flooded. 2. Waa1srv.exe is busy, possibly because there is a 'naughty' thread hogging the CPU. 3. There is another application on the WAA machine which is CPU hogging. 4. External network traffic is high, overloading the resources of the web server machine. 5. The waa1gate.cfg identifies the WAA machine by name rather than ip address, and the web-server machines HOSTS file does not contain an entry for this machine, forcing a look-up into a DNS. You can put an entry in the HOSTS file (note this file is plain text but has no extension): %windows%\system32\drivers\etc\hosts 192.168.1.10 waasrv_machine_name That's not an exhaustive list, but should give you some things to experiment with Regards, Phil Ide *************************************** * Xbase++ FAQ, Libraries and Sources: * * goto: http://www.idep.org.uk/xbase * *************************************** If you smoke after sex, you're doing it too fast... | |
Richard A. Pulliam | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Tue, 07 Dec 2004 12:11:18 -0500 Thank you Phil. Talked my boss into giving me my own computer to set WAA apps on. I am willing to bet this will solve my problems. The one in use now serves all internet stuff, company email, tomcat, apache, etc. I have fate in Alaska. Will post back after results. Richard "Phil Ide" <phil@idep.org.uk> wrote in message news:1tfhm6bcs7zir.dlg@idep.org.uk... > Richard, > >> Any clue as to what causes this error to appear and how to fix it? >> >> clickin on Refresh button from IE will eventually display the page > > Quite literally, the gateway application cannot find the server. Possible > reasons: > > 1. Local Network traffic is high, so network is flooded. > > 2. Waa1srv.exe is busy, possibly because there is a 'naughty' thread > hogging the CPU. > > 3. There is another application on the WAA machine which is CPU hogging. > > 4. External network traffic is high, overloading the resources of the web > server machine. > > 5. The waa1gate.cfg identifies the WAA machine by name rather than ip > address, and the web-server machines HOSTS file does not contain an entry > for this machine, forcing a look-up into a DNS. You can put an entry in > the HOSTS file (note this file is plain text but has no extension): > > %windows%\system32\drivers\etc\hosts > > 192.168.1.10 waasrv_machine_name > > That's not an exhaustive list, but should give you some things to > experiment with > > Regards, > -- > Phil Ide > > *************************************** > * Xbase++ FAQ, Libraries and Sources: * > * goto: http://www.idep.org.uk/xbase * > *************************************** > > If you smoke after sex, you're doing it too fast... | |
Richard A. Pulliam | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Mon, 13 Dec 2004 11:34:29 -0500 Well, I installed the waa application on a computer by itself and once in a while, I still get the "Read Error 0" which will keep people from accessing the program until I restart waa1srv.exe. It appears the biggest problem causing the problem is internal data structure corruption on waa1srv.cdx (An Alaska index for waa1srv.dbf) At the moment, I have a program that scans for "Socket write error" in the current log, and restarts waa1srv.exe after appending the log to a backup file and deleting the current one so it will not read the same "Socket write error". I am fixing to do the same for "Internal data structures corrupted". Have no clue what else to do. I have been writing Clipper for 20 years and XBase for about 3. First time I ever got hung up on a problem for such a long period of time. HELP!!!!!!!!!!! Here is the log: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> [12/13/2004 10:49:01] SERVER STARTUP >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [12/13/2004 10:49:01] *** Package:TC successfully loaded [12/13/2004 10:49:01] *** Package:NETBROW successfully loaded [12/13/2004 10:49:01] *** worker #2 ready for service [12/13/2004 10:49:01] *** worker #3 ready for service [12/13/2004 10:49:01] *** worker #4 ready for service [12/13/2004 10:49:01] *** worker #5 ready for service [12/13/2004 10:49:01] *** worker #6 ready for service [12/13/2004 10:49:01] *** worker #7 ready for service [12/13/2004 10:49:01] *** worker #8 ready for service [12/13/2004 10:49:01] *** worker #9 ready for service [12/13/2004 10:49:01] *** worker #10 ready for service [12/13/2004 10:49:01] *** worker #11 ready for service [12/13/2004 10:49:01] *** worker #12 ready for service [12/13/2004 10:49:01] *** worker #13 ready for service [12/13/2004 10:49:01] *** worker #14 ready for service [12/13/2004 10:49:01] *** worker #15 ready for service [12/13/2004 10:49:01] *** worker #16 ready for service [12/13/2004 10:49:01] *** worker #17 ready for service [12/13/2004 10:49:01] *** worker #18 ready for service [12/13/2004 10:49:01] *** worker #19 ready for service [12/13/2004 10:49:01] *** worker #20 ready for service [12/13/2004 10:49:01] *** worker #21 ready for service [12/13/2004 10:49:02] *** requester up and running [12/13/2004 10:53:30][#2:Pkg][//TC/ValidEmployee] request at [192.168.3.2] *** [#2:Cgi][WAA_PACKAGE = TC WAA_FORM = ValidEmployee TheID = su Password = 4jul76] [12/13/2004 10:53:31][#2:End][//TC/ValidEmployee] elapsed time [0.81] [12/13/2004 10:53:40][#2:Pkg][//TC/ValidEmployee] request at [192.168.3.16] *** [#2:Cgi][WAA_PACKAGE = TC WAA_FORM = ValidEmployee TheID = super Password = 4jul76] [12/13/2004 10:53:41][#2:End][//TC/ValidEmployee] elapsed time [0.60] [12/13/2004 10:53:54][#2:Pkg][//TC/ValidEmployee] request at [192.168.5.51] *** [#2:Cgi][WAA_PACKAGE = TC WAA_FORM = ValidEmployee TheID = super Password = 4jul76] [12/13/2004 10:53:54][#2:End][//TC/ValidEmployee] elapsed time [0.64] [12/13/2004 10:53:56][#3:Pkg][//Unkown package/Unkown form function] request at [192.168.5.51] [12/13/2004 10:53:56] ERR: WAA_PACKAGE is missing in request [12/13/2004 10:53:56][#3:End][//Unkown package/Unkown form function] elapsed time [0.00] [12/13/2004 10:53:58] *** ----------------------------------------------------------- [12/13/2004 10:53:58] *** worker #4 Error: [12/13/2004 10:53:58] *** e:args : ->VALTYPE:C, value:C:\ALASKA\WAA1W32\SERVER\WAA1SRV.CDX e:canDefault :.F. e:canRetry :.T. e:canSubstitute:.F. e:description :File can not be opened e:filename : e:genCode :71 e:operation : e:osCode :0 e:severity :2 e:subCode :8999 e:subSystem :BASE e:thread :4 e:tries :1 e:cargo : Callstack: SESSION:OPENSESSIONDBF(779) SESSION:RESTOREDATA(683) SESSION:RESUME(504) RESUMESESSION(364) SERVEJOB(295) SERVEJOBPROTECTION(205) [12/13/2004 10:53:58] *** ----------------------------------------------------------- [12/13/2004 10:53:58][#4:Pkg][//TC/ValidEmployee] request at [192.168.2.5] *** [#4:Cgi][WAA_PACKAGE = TC WAA_FORM = ValidEmployee TheID = ckent Password = clark01] [12/13/2004 10:54:00][#4:End][//TC/ValidEmployee] elapsed time [1.48] [12/13/2004 10:54:00][#2:Pkg][//TC/LookupIPAddress] request at [192.168.2.5] *** [#2:Cgi][WAA_PACKAGE = TC WAA_FORM = LookupIPAddress WAA_PASSWORD = CLARK01 WAA_LOC = TRAINING WAA_ID = CKENT WAA_FULLIP = 192.168.2.5 WAA_USEDINITIALS = NO] [12/13/2004 10:54:00][#2:End][//TC/LookupIPAddress] elapsed time [0.23] [12/13/2004 10:54:03][#5:Pkg][//Unkown package/Unkown form function] request at [192.168.5.51] [12/13/2004 10:54:03] ERR: WAA_PACKAGE is missing in request [12/13/2004 10:54:03][#5:End][//Unkown package/Unkown form function] elapsed time [0.00] [12/13/2004 10:54:07][#5:Pkg][//TC/ValidEmployee] request at [192.168.5.51] *** [#5:Cgi][WAA_PACKAGE = TC WAA_FORM = ValidEmployee TheID = super Password = 4jul76] [12/13/2004 10:54:07][#5:End][//TC/ValidEmployee] elapsed time [0.77] [12/13/2004 10:54:08][#2:Pkg][//Unkown package/Unkown form function] request at [192.168.5.51] [12/13/2004 10:54:08] ERR: WAA_PACKAGE is missing in request [12/13/2004 10:54:08][#2:End][//Unkown package/Unkown form function] elapsed time [0.00] [12/13/2004 10:54:15][#2:Pkg][//TC/ValidEmployee] request at [192.168.5.2] *** [#2:Cgi][WAA_PACKAGE = TC WAA_FORM = ValidEmployee TheID = su Password = 4jul76] [12/13/2004 10:54:17][#2:End][//TC/ValidEmployee] elapsed time [2.17] [12/13/2004 10:54:51][#3:Pkg][//TC/ValidEmployee] request at [192.168.5.51] *** [#3:Cgi][WAA_PACKAGE = TC WAA_FORM = ValidEmployee TheID = super Password = 4jul76] [12/13/2004 10:54:52][#3:End][//TC/ValidEmployee] elapsed time [0.65] [12/13/2004 10:54:54][#6:Pkg][//TC/ValidEmployee] request at [192.168.2.4] *** [#6:Cgi][WAA_PACKAGE = TC WAA_FORM = ValidEmployee TheID = SU Password = 4jul76] [12/13/2004 10:54:55][#2:Pkg][//TC/ValidEmployee] request at [192.168.2.4] *** [#2:Cgi][WAA_PACKAGE = TC WAA_FORM = ValidEmployee TheID = SU Password = 4jul76] [12/13/2004 10:54:55] *** ----------------------------------------------------------- [12/13/2004 10:54:55] *** worker #6 Error: [12/13/2004 10:54:55] *** e:canDefault :.F. e:canRetry :.F. e:canSubstitute:.F. e:description : e:filename : e:genCode :0 e:operation :socket read error e:osCode :0 e:severity :0 e:subCode :0 e:subSystem : e:thread :6 e:tries :0 e:cargo : Callstack: CGICHANNEL:DISCONNECT(182) WAATRANSACT:TEXIT(244) ENDTRANSACTION(400) SERVEJOB(335) SERVEJOBPROTECTION(205) [12/13/2004 10:54:55] *** ----------------------------------------------------------- [12/13/2004 10:54:55] *** worker #6 Request not completed [12/13/2004 10:54:55][#2:End][//TC/ValidEmployee] elapsed time [0.65] [12/13/2004 10:55:49] *** ----------------------------------------------------------- [12/13/2004 10:55:49] *** worker #3 Error: [12/13/2004 10:55:49] *** e:args : ->VALTYPE:C, value:C:\ALASKA\WAA1W32\SERVER\WAA1SRV.CDX e:canDefault :.F. e:canRetry :.T. e:canSubstitute:.F. e:description :Internal data structures corrupted e:filename : e:genCode :41 e:operation : e:osCode :0 e:severity :2 e:subCode :5 e:subSystem :BASE e:thread :3 e:tries :1 e:cargo : Callstack: SESSION:OPENSESSIONDBF(779) SESSION:RESTOREDATA(683) SESSION:RESUME(504) RESUMESESSION(364) SERVEJOB(295) SERVEJOBPROTECTION(205) [12/13/2004 10:55:49] *** ----------------------------------------------------------- [12/13/2004 10:55:49][#3:Pkg][//TC/ValidEmployee] request at [192.168.3.166] *** [#3:Cgi][WAA_PACKAGE = TC WAA_FORM = ValidEmployee TheID = su Password = 4jul76] [12/13/2004 10:55:50][#3:End][//TC/ValidEmployee] elapsed time [0.70] [12/13/2004 10:57:58][#3:Pkg][//TC/TakeAction] request at [192.168.2.5] *** [#3:Cgi][WAA_ACTION = Enter your EMail Address WAA_ID = CKENT WAA_LOC = TRAINING WAA_PACKAGE = TC WAA_FORM = TakeAction SendIt = Submit CLOSE = <IMG height=48 alt="ATS HOME PAGE" src="/imgs/CING1.GIF" width=65 border=0>] [12/13/2004 10:57:58][#3:End][//TC/TakeAction] elapsed time [0.00] [12/13/2004 10:58:00][#6:Pkg][//TC/EnterEmployeeEmail] request at [192.168.2.5] *** [#6:Cgi][WAA_ID = CKENT WAA_PACKAGE = TC WAA_FORM = EnterEmployeeEmail SendIt = Submit CLOSE = <IMG height=48 alt="ATS HOME PAGE" src="/imgs/CING1.GIF" width=65 border=0>] [12/13/2004 10:58:00][#6:End][//TC/EnterEmployeeEmail] elapsed time [0.33] [12/13/2004 11:02:02][#3:Pkg][//TC/ValidEmployee] request at [192.168.2.5] *** [#3:Cgi][WAA_PACKAGE = TC WAA_FORM = ValidEmployee TheID = su Password = 4jul76] [12/13/2004 11:02:03][#3:End][//TC/ValidEmployee] elapsed time [0.64] [12/13/2004 11:10:04] *** ----------------------------------------------------------- [12/13/2004 11:10:04] *** worker #1 Error: [12/13/2004 11:10:04] *** e:args : ->VALTYPE:C, value:C:\ALASKA\WAA1W32\SERVER\WAA1SRV.CDX e:canDefault :.F. e:canRetry :.T. e:canSubstitute:.F. e:description :Internal data structures corrupted e:filename : e:genCode :41 e:operation : e:osCode :0 e:severity :2 e:subCode :5 e:subSystem :BASE e:thread :1 e:tries :1 e:cargo : Callstack: SESSION:OPENSESSIONDBF(779) SESSION:SAVEENTIRECACHE(409) SESSION:NOTIFYDLLUNLOAD(397) SRVSERVEFRONTEND(766) MAIN(145) [12/13/2004 11:10:04] *** ----------------------------------------------------------- [12/13/2004 11:10:04] *** WAA server processing shutdown sequence... [12/13/2004 11:10:04] *** shutting down job-queue [12/13/2004 11:10:04] *** shutdown of worker #5 [12/13/2004 11:10:04] *** shutdown of worker #7 [12/13/2004 11:10:04] *** shutdown of worker #8 [12/13/2004 11:10:04] *** shutdown of worker #9 [12/13/2004 11:10:04] *** shutdown of worker #10 [12/13/2004 11:10:04] *** shutdown of worker #11 [12/13/2004 11:10:04] *** shutdown of worker #12 [12/13/2004 11:10:04] *** shutdown of worker #13 [12/13/2004 11:10:04] *** shutdown of worker #2 [12/13/2004 11:10:04] *** shutdown of worker #14 [12/13/2004 11:10:04] *** shutdown of worker #15 [12/13/2004 11:10:04] *** shutdown of worker #16 [12/13/2004 11:10:04] *** shutdown of worker #17 [12/13/2004 11:10:04] *** shutdown of worker #18 [12/13/2004 11:10:04] *** shutdown of worker #19 [12/13/2004 11:10:04] *** shutdown of worker #20 [12/13/2004 11:10:04] *** shutdown of worker #21 [12/13/2004 11:10:04] *** shutdown of worker #4 [12/13/2004 11:10:04] *** shutdown of worker #6 [12/13/2004 11:10:05] *** shutdown of worker #3 [12/13/2004 11:10:05] *** shutting down package manager [12/13/2004 11:10:05] *** WAA server shutdown has errors encountered! [12/13/2004 11:10:05] *** ----------------------------------------------------------- [12/13/2004 11:10:05] *** worker #1 Error: [12/13/2004 11:10:05] *** e:args : ->VALTYPE:C, value:C:\ALASKA\WAA1W32\SERVER\WAA1SRV.CDX e:canDefault :.F. e:canRetry :.T. e:canSubstitute:.F. e:description :Internal data structures corrupted e:filename : e:genCode :41 e:operation : e:osCode :0 e:severity :2 e:subCode :5 e:subSystem :BASE e:thread :1 e:tries :1 e:cargo : Callstack: SESSION:OPENSESSIONDBF(779) SESSION:SAVENAMETODBF(443) SESSION:NOTIFYDLLUNLOAD(395) WAA1PACKAGE:UNLOADPACKAGE(416) WAA1PACKAGE:UNLOADALLPACKAGES(367) SHUTDOWN(172) MAIN(147) [12/13/2004 11:10:05] *** ----------------------------------------------------------- [12/13/2004 11:10:05] *** Package C:\APACHE2\HTDOCS\WAA\TC\TC unloaded [12/13/2004 11:10:05] *** ----------------------------------------------------------- [12/13/2004 11:10:05] *** worker #1 Error: [12/13/2004 11:10:05] *** e:args : ->VALTYPE:C, value:C:\ALASKA\WAA1W32\SERVER\WAA1SRV.CDX e:canDefault :.F. e:canRetry :.T. e:canSubstitute:.F. e:description :Internal data structures corrupted e:filename : e:genCode :41 e:operation : e:osCode :0 e:severity :2 e:subCode :5 e:subSystem :BASE e:thread :1 e:tries :1 e:cargo : Callstack: SESSION:OPENSESSIONDBF(779) SESSION:SAVENAMETODBF(443) SESSION:NOTIFYDLLUNLOAD(395) WAA1PACKAGE:UNLOADPACKAGE(416) WAA1PACKAGE:UNLOADALLPACKAGES(367) SHUTDOWN(172) MAIN(147) [12/13/2004 11:10:05] *** ----------------------------------------------------------- [12/13/2004 11:10:05] *** Package C:\APACHE2\HTDOCS\WAA\NETBROW\NETBROW unloaded <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< <<< [12/13/2004 11:10:06] SERVER SHUTDOWN <<< <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> [12/13/2004 11:10:12] SERVER STARTUP >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [12/13/2004 11:10:13] *** Package:TC successfully loaded [12/13/2004 11:10:13] *** Package:NETBROW successfully loaded [12/13/2004 11:10:13] *** worker #2 ready for service [12/13/2004 11:10:13] *** worker #3 ready for service [12/13/2004 11:10:13] *** worker #4 ready for service [12/13/2004 11:10:13] *** worker #5 ready for service [12/13/2004 11:10:13] *** worker #6 ready for service [12/13/2004 11:10:13] *** worker #7 ready for service [12/13/2004 11:10:13] *** worker #8 ready for service [12/13/2004 11:10:13] *** worker #9 ready for service [12/13/2004 11:10:13] *** worker #10 ready for service [12/13/2004 11:10:13] *** worker #11 ready for service [12/13/2004 11:10:13] *** worker #12 ready for service [12/13/2004 11:10:13] *** worker #13 ready for service [12/13/2004 11:10:13] *** worker #14 ready for service [12/13/2004 11:10:13] *** worker #15 ready for service [12/13/2004 11:10:13] *** worker #16 ready for service [12/13/2004 11:10:13] *** worker #17 ready for service [12/13/2004 11:10:13] *** worker #18 ready for service [12/13/2004 11:10:13] *** worker #19 ready for service [12/13/2004 11:10:13] *** worker #20 ready for service [12/13/2004 11:10:13] *** worker #21 ready for service [12/13/2004 11:10:14] *** requester up and running [12/13/2004 11:10:27][#2:Pkg][//TC/ValidEmployee] request at [68.162.223.214] *** [#2:Cgi][WAA_PACKAGE = TC WAA_FORM = ValidEmployee TheID = okraler Password = omer123] [12/13/2004 11:10:28] *** ----------------------------------------------------------- [12/13/2004 11:10:28] *** worker #2 Error: [12/13/2004 11:10:28] *** e:canDefault :.F. e:canRetry :.F. e:canSubstitute:.F. e:description : e:filename : e:genCode :0 e:operation :socket write error e:osCode :0 e:severity :0 e:subCode :0 e:subSystem : e:thread :2 e:tries :0 e:cargo : Callstack: CGICHANNEL:DISCONNECT(175) WAATRANSACT:TEXIT(244) ENDTRANSACTION(400) SERVEJOB(335) SERVEJOBPROTECTION(205) [12/13/2004 11:10:28] *** ----------------------------------------------------------- [12/13/2004 11:10:28] *** worker #2 Request not completed [12/13/2004 11:10:31][#3:Pkg][//TC/ValidEmployee] request at [68.162.223.214] *** [#3:Cgi][WAA_PACKAGE = TC WAA_FORM = ValidEmployee TheID = okraler Password = omer123] [12/13/2004 11:10:32] *** ----------------------------------------------------------- [12/13/2004 11:10:32] *** worker #3 Error: [12/13/2004 11:10:32] *** e:canDefault :.F. e:canRetry :.F. e:canSubstitute:.F. e:description : e:filename : e:genCode :0 e:operation :socket write error e:osCode :0 e:severity :0 e:subCode :0 e:subSystem : e:thread :3 e:tries :0 e:cargo : Callstack: CGICHANNEL:DISCONNECT(175) WAATRANSACT:TEXIT(244) ENDTRANSACTION(400) SERVEJOB(335) SERVEJOBPROTECTION(205) [12/13/2004 11:10:32] *** ----------------------------------------------------------- [12/13/2004 11:10:32] *** worker #3 Request not completed [12/13/2004 11:10:35][#3:Pkg][//TC/ValidEmployee] request at [68.162.223.214] *** [#3:Cgi][WAA_PACKAGE = TC WAA_FORM = ValidEmployee TheID = okraler Password = omer123] [12/13/2004 11:10:35] *** ----------------------------------------------------------- [12/13/2004 11:10:35] *** worker #3 Error: [12/13/2004 11:10:35] *** e:canDefault :.F. e:canRetry :.F. e:canSubstitute:.F. e:description : e:filename : e:genCode :0 e:operation :socket write error e:osCode :0 e:severity :0 e:subCode :0 e:subSystem : e:thread :3 e:tries :0 e:cargo : Callstack: CGICHANNEL:DISCONNECT(175) WAATRANSACT:TEXIT(244) ENDTRANSACTION(400) SERVEJOB(335) SERVEJOBPROTECTION(205) [12/13/2004 11:10:35] *** ----------------------------------------------------------- [12/13/2004 11:10:35] *** worker #3 Request not completed "Phil Ide" <phil@idep.org.uk> wrote in message news:1tfhm6bcs7zir.dlg@idep.org.uk... > Richard, > >> Any clue as to what causes this error to appear and how to fix it? >> >> clickin on Refresh button from IE will eventually display the page > > Quite literally, the gateway application cannot find the server. Possible > reasons: > > 1. Local Network traffic is high, so network is flooded. > > 2. Waa1srv.exe is busy, possibly because there is a 'naughty' thread > hogging the CPU. > > 3. There is another application on the WAA machine which is CPU hogging. > > 4. External network traffic is high, overloading the resources of the web > server machine. > > 5. The waa1gate.cfg identifies the WAA machine by name rather than ip > address, and the web-server machines HOSTS file does not contain an entry > for this machine, forcing a look-up into a DNS. You can put an entry in > the HOSTS file (note this file is plain text but has no extension): > > %windows%\system32\drivers\etc\hosts > > 192.168.1.10 waasrv_machine_name > > That's not an exhaustive list, but should give you some things to > experiment with > > Regards, > -- > Phil Ide > > *************************************** > * Xbase++ FAQ, Libraries and Sources: * > * goto: http://www.idep.org.uk/xbase * > *************************************** > > If you smoke after sex, you're doing it too fast... | |
Boris Borzic | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Mon, 13 Dec 2004 21:09:55 +0100 "Richard A. Pulliam" <rpulliam@cingular-ats.com> wrote in news:MWZzGGT4EHA.6380@S15147418: > Well, I installed the waa application on a computer by itself and once > in a while, I still get the "Read Error 0" > which will keep people from accessing the program until > I restart waa1srv.exe. > > It appears the biggest problem causing the problem is > internal data structure corruption on waa1srv.cdx (An Alaska index for > waa1srv.dbf) > > At the moment, I have a program that scans for "Socket write error" in > the current log, and restarts waa1srv.exe after appending the log > to a backup file and deleting the current one so it will not read the > same "Socket write error". I am fixing to do the same for > "Internal data structures corrupted". Have no clue what else to do. > > I have been writing Clipper for 20 years and XBase for about 3. First > time I ever got hung up on a problem for such a long period of time. > > HELP!!!!!!!!!!! > Richard, I can't help you with WAA, but have you considered trying Xb2.NET? You can download the 100% fully functional demo for free. Send an email to: mailto:demo@Xb2.net?subject=Xb2.NET_demo_password for download/install instructions. Best regards, Boris Borzic http://www.Xb2.NET http://www.SQLExpress.net industrial strength Xbase++ development tools | |
Vladimir Iahnenco | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Tue, 14 Dec 2004 00:14:07 -0500 Hi Richard, This log says you generate incorrect html source. When you define a form or when you build a link you have to define html hidden input controls (oHtml:SetVar()) WAA_FORM and WAA_PACKAGE. Also as advice, to test you source you may "Spell Check" it using HtmlTidy. When something goes wrong with my forms I check it and it helps a lot. Read errors you get IMO also because of incorrect html, when your application sends a POST requests to the WAA server and doesn't get a response cause waa doesn't know what to do. > [12/13/2004 10:53:56][#3:Pkg][//Unkown package/Unkown form function] request > at [192.168.5.51] > [12/13/2004 10:53:56] ERR: WAA_PACKAGE is missing in request > [12/13/2004 10:53:56][#3:End][//Unkown package/Unkown form function] elapsed -- Regards, Vladimir "Richard A. Pulliam" <rpulliam@cingular-ats.com> wrote in message news:MWZzGGT4EHA.6380@S15147418... > Well, I installed the waa application on a computer by itself and once in a > while, I still get the "Read Error 0" > which will keep people from accessing the program until > I restart waa1srv.exe. > > It appears the biggest problem causing the problem is > internal data structure corruption on waa1srv.cdx (An Alaska index for > waa1srv.dbf) > > At the moment, I have a program that scans for "Socket write error" in the > current log, and restarts waa1srv.exe after appending the log > to a backup file and deleting the current one so it will not read the same > "Socket write error". I am fixing to do the same for > "Internal data structures corrupted". Have no clue what else to do. > > I have been writing Clipper for 20 years and XBase for about 3. First time > I ever got hung up on a problem for such a long period of time. > > HELP!!!!!!!!!!! > > Here is the log: > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > >>> [12/13/2004 10:49:01] SERVER STARTUP >>> > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > [12/13/2004 10:49:01] *** Package:TC successfully loaded > [12/13/2004 10:49:01] *** Package:NETBROW successfully loaded > [12/13/2004 10:49:01] *** worker #2 ready for service > [12/13/2004 10:49:01] *** worker #3 ready for service > [12/13/2004 10:49:01] *** worker #4 ready for service > [12/13/2004 10:49:01] *** worker #5 ready for service > [12/13/2004 10:49:01] *** worker #6 ready for service > [12/13/2004 10:49:01] *** worker #7 ready for service > [12/13/2004 10:49:01] *** worker #8 ready for service > [12/13/2004 10:49:01] *** worker #9 ready for service > [12/13/2004 10:49:01] *** worker #10 ready for service > [12/13/2004 10:49:01] *** worker #11 ready for service > [12/13/2004 10:49:01] *** worker #12 ready for service > [12/13/2004 10:49:01] *** worker #13 ready for service > [12/13/2004 10:49:01] *** worker #14 ready for service > [12/13/2004 10:49:01] *** worker #15 ready for service > [12/13/2004 10:49:01] *** worker #16 ready for service > [12/13/2004 10:49:01] *** worker #17 ready for service > [12/13/2004 10:49:01] *** worker #18 ready for service > [12/13/2004 10:49:01] *** worker #19 ready for service > [12/13/2004 10:49:01] *** worker #20 ready for service > [12/13/2004 10:49:01] *** worker #21 ready for service > [12/13/2004 10:49:02] *** requester up and running > [12/13/2004 10:53:30][#2:Pkg][//TC/ValidEmployee] request at [192.168.3.2] > *** [#2:Cgi][WAA_PACKAGE = TC > WAA_FORM = ValidEmployee > TheID = su > Password = 4jul76] > [12/13/2004 10:53:31][#2:End][//TC/ValidEmployee] elapsed time [0.81] > [12/13/2004 10:53:40][#2:Pkg][//TC/ValidEmployee] request at [192.168.3.16] > *** [#2:Cgi][WAA_PACKAGE = TC > WAA_FORM = ValidEmployee > TheID = super > Password = 4jul76] > [12/13/2004 10:53:41][#2:End][//TC/ValidEmployee] elapsed time [0.60] > [12/13/2004 10:53:54][#2:Pkg][//TC/ValidEmployee] request at [192.168.5.51] > *** [#2:Cgi][WAA_PACKAGE = TC > WAA_FORM = ValidEmployee > TheID = super > Password = 4jul76] > [12/13/2004 10:53:54][#2:End][//TC/ValidEmployee] elapsed time [0.64] > [12/13/2004 10:53:56][#3:Pkg][//Unkown package/Unkown form function] request > at [192.168.5.51] > [12/13/2004 10:53:56] ERR: WAA_PACKAGE is missing in request > [12/13/2004 10:53:56][#3:End][//Unkown package/Unkown form function] elapsed > time [0.00] > [12/13/2004 10:53:58] > *** ----------------------------------------------------------- > [12/13/2004 10:53:58] *** worker #4 Error: > [12/13/2004 10:53:58] *** > > > e:args : > ->VALTYPE:C, value:C:\ALASKA\WAA1W32\SERVER\WAA1SRV.CDX > e:canDefault :.F. > e:canRetry :.T. > e:canSubstitute:.F. > e:description :File can not be opened > e:filename : > e:genCode :71 > e:operation : > e:osCode :0 > e:severity :2 > e:subCode :8999 > e:subSystem :BASE > e:thread :4 > e:tries :1 > e:cargo : > > Callstack: > > SESSION:OPENSESSIONDBF(779) > SESSION:RESTOREDATA(683) > SESSION:RESUME(504) > RESUMESESSION(364) > SERVEJOB(295) > SERVEJOBPROTECTION(205) > > > [12/13/2004 10:53:58] > *** ----------------------------------------------------------- > [12/13/2004 10:53:58][#4:Pkg][//TC/ValidEmployee] request at [192.168.2.5] > *** [#4:Cgi][WAA_PACKAGE = TC > WAA_FORM = ValidEmployee > TheID = ckent > Password = clark01] > [12/13/2004 10:54:00][#4:End][//TC/ValidEmployee] elapsed time [1.48] > [12/13/2004 10:54:00][#2:Pkg][//TC/LookupIPAddress] request at [192.168.2.5] > *** [#2:Cgi][WAA_PACKAGE = TC > WAA_FORM = LookupIPAddress > WAA_PASSWORD = CLARK01 > WAA_LOC = TRAINING > WAA_ID = CKENT > WAA_FULLIP = 192.168.2.5 > WAA_USEDINITIALS = NO] > [12/13/2004 10:54:00][#2:End][//TC/LookupIPAddress] elapsed time [0.23] > [12/13/2004 10:54:03][#5:Pkg][//Unkown package/Unkown form function] request > at [192.168.5.51] > [12/13/2004 10:54:03] ERR: WAA_PACKAGE is missing in request > [12/13/2004 10:54:03][#5:End][//Unkown package/Unkown form function] elapsed > time [0.00] > [12/13/2004 10:54:07][#5:Pkg][//TC/ValidEmployee] request at [192.168.5.51] > *** [#5:Cgi][WAA_PACKAGE = TC > WAA_FORM = ValidEmployee > TheID = super > Password = 4jul76] > [12/13/2004 10:54:07][#5:End][//TC/ValidEmployee] elapsed time [0.77] > [12/13/2004 10:54:08][#2:Pkg][//Unkown package/Unkown form function] request > at [192.168.5.51] > [12/13/2004 10:54:08] ERR: WAA_PACKAGE is missing in request > [12/13/2004 10:54:08][#2:End][//Unkown package/Unkown form function] elapsed > time [0.00] > [12/13/2004 10:54:15][#2:Pkg][//TC/ValidEmployee] request at [192.168.5.2] > *** [#2:Cgi][WAA_PACKAGE = TC > WAA_FORM = ValidEmployee > TheID = su > Password = 4jul76] > [12/13/2004 10:54:17][#2:End][//TC/ValidEmployee] elapsed time [2.17] > [12/13/2004 10:54:51][#3:Pkg][//TC/ValidEmployee] request at [192.168.5.51] > *** [#3:Cgi][WAA_PACKAGE = TC > WAA_FORM = ValidEmployee > TheID = super > Password = 4jul76] > [12/13/2004 10:54:52][#3:End][//TC/ValidEmployee] elapsed time [0.65] > [12/13/2004 10:54:54][#6:Pkg][//TC/ValidEmployee] request at [192.168.2.4] > *** [#6:Cgi][WAA_PACKAGE = TC > WAA_FORM = ValidEmployee > TheID = SU > Password = 4jul76] > [12/13/2004 10:54:55][#2:Pkg][//TC/ValidEmployee] request at [192.168.2.4] > *** [#2:Cgi][WAA_PACKAGE = TC > WAA_FORM = ValidEmployee > TheID = SU > Password = 4jul76] > [12/13/2004 10:54:55] > *** ----------------------------------------------------------- > [12/13/2004 10:54:55] *** worker #6 Error: > [12/13/2004 10:54:55] *** > > > e:canDefault :.F. > e:canRetry :.F. > e:canSubstitute:.F. > e:description : > e:filename : > e:genCode :0 > e:operation :socket read error > e:osCode :0 > e:severity :0 > e:subCode :0 > e:subSystem : > e:thread :6 > e:tries :0 > e:cargo : > > Callstack: > > CGICHANNEL:DISCONNECT(182) > WAATRANSACT:TEXIT(244) > ENDTRANSACTION(400) > SERVEJOB(335) > SERVEJOBPROTECTION(205) > > > [12/13/2004 10:54:55] > *** ----------------------------------------------------------- > [12/13/2004 10:54:55] *** worker #6 Request not completed > [12/13/2004 10:54:55][#2:End][//TC/ValidEmployee] elapsed time [0.65] > [12/13/2004 10:55:49] > *** ----------------------------------------------------------- > [12/13/2004 10:55:49] *** worker #3 Error: > [12/13/2004 10:55:49] *** > > > e:args : > ->VALTYPE:C, value:C:\ALASKA\WAA1W32\SERVER\WAA1SRV.CDX > e:canDefault :.F. > e:canRetry :.T. > e:canSubstitute:.F. > e:description :Internal data structures corrupted > e:filename : > e:genCode :41 > e:operation : > e:osCode :0 > e:severity :2 > e:subCode :5 > e:subSystem :BASE > e:thread :3 > e:tries :1 > e:cargo : > > Callstack: > > SESSION:OPENSESSIONDBF(779) > SESSION:RESTOREDATA(683) > SESSION:RESUME(504) > RESUMESESSION(364) > SERVEJOB(295) > SERVEJOBPROTECTION(205) > > > [12/13/2004 10:55:49] > *** ----------------------------------------------------------- > [12/13/2004 10:55:49][#3:Pkg][//TC/ValidEmployee] request at [192.168.3.166] > *** [#3:Cgi][WAA_PACKAGE = TC > WAA_FORM = ValidEmployee > TheID = su > Password = 4jul76] > [12/13/2004 10:55:50][#3:End][//TC/ValidEmployee] elapsed time [0.70] > [12/13/2004 10:57:58][#3:Pkg][//TC/TakeAction] request at [192.168.2.5] > *** [#3:Cgi][WAA_ACTION = Enter your EMail Address > WAA_ID = CKENT > WAA_LOC = TRAINING > WAA_PACKAGE = TC > WAA_FORM = TakeAction > SendIt = Submit > CLOSE = <IMG height=48 alt="ATS HOME PAGE" > src="/imgs/CING1.GIF" width=65 border=0>] > [12/13/2004 10:57:58][#3:End][//TC/TakeAction] elapsed time [0.00] > [12/13/2004 10:58:00][#6:Pkg][//TC/EnterEmployeeEmail] request at > [192.168.2.5] > *** [#6:Cgi][WAA_ID = CKENT > WAA_PACKAGE = TC > WAA_FORM = EnterEmployeeEmail > SendIt = Submit > CLOSE = <IMG height=48 alt="ATS HOME PAGE" > src="/imgs/CING1.GIF" width=65 border=0>] > [12/13/2004 10:58:00][#6:End][//TC/EnterEmployeeEmail] elapsed time [0.33] > [12/13/2004 11:02:02][#3:Pkg][//TC/ValidEmployee] request at [192.168.2.5] > *** [#3:Cgi][WAA_PACKAGE = TC > WAA_FORM = ValidEmployee > TheID = su > Password = 4jul76] > [12/13/2004 11:02:03][#3:End][//TC/ValidEmployee] elapsed time [0.64] > [12/13/2004 11:10:04] > *** ----------------------------------------------------------- > [12/13/2004 11:10:04] *** worker #1 Error: > [12/13/2004 11:10:04] *** > > > e:args : > ->VALTYPE:C, value:C:\ALASKA\WAA1W32\SERVER\WAA1SRV.CDX > e:canDefault :.F. > e:canRetry :.T. > e:canSubstitute:.F. > e:description :Internal data structures corrupted > e:filename : > e:genCode :41 > e:operation : > e:osCode :0 > e:severity :2 > e:subCode :5 > e:subSystem :BASE > e:thread :1 > e:tries :1 > e:cargo : > > Callstack: > > SESSION:OPENSESSIONDBF(779) > SESSION:SAVEENTIRECACHE(409) > SESSION:NOTIFYDLLUNLOAD(397) > SRVSERVEFRONTEND(766) > MAIN(145) > > > [12/13/2004 11:10:04] > *** ----------------------------------------------------------- > [12/13/2004 11:10:04] *** WAA server processing shutdown sequence... > [12/13/2004 11:10:04] *** shutting down job-queue > [12/13/2004 11:10:04] *** shutdown of worker #5 > [12/13/2004 11:10:04] *** shutdown of worker #7 > [12/13/2004 11:10:04] *** shutdown of worker #8 > [12/13/2004 11:10:04] *** shutdown of worker #9 > [12/13/2004 11:10:04] *** shutdown of worker #10 > [12/13/2004 11:10:04] *** shutdown of worker #11 > [12/13/2004 11:10:04] *** shutdown of worker #12 > [12/13/2004 11:10:04] *** shutdown of worker #13 > [12/13/2004 11:10:04] *** shutdown of worker #2 > [12/13/2004 11:10:04] *** shutdown of worker #14 > [12/13/2004 11:10:04] *** shutdown of worker #15 > [12/13/2004 11:10:04] *** shutdown of worker #16 > [12/13/2004 11:10:04] *** shutdown of worker #17 > [12/13/2004 11:10:04] *** shutdown of worker #18 > [12/13/2004 11:10:04] *** shutdown of worker #19 > [12/13/2004 11:10:04] *** shutdown of worker #20 > [12/13/2004 11:10:04] *** shutdown of worker #21 > [12/13/2004 11:10:04] *** shutdown of worker #4 > [12/13/2004 11:10:04] *** shutdown of worker #6 > [12/13/2004 11:10:05] *** shutdown of worker #3 > [12/13/2004 11:10:05] *** shutting down package manager > [12/13/2004 11:10:05] *** WAA server shutdown has errors encountered! > [12/13/2004 11:10:05] > *** ----------------------------------------------------------- > [12/13/2004 11:10:05] *** worker #1 Error: > [12/13/2004 11:10:05] *** > > > e:args : > ->VALTYPE:C, value:C:\ALASKA\WAA1W32\SERVER\WAA1SRV.CDX > e:canDefault :.F. > e:canRetry :.T. > e:canSubstitute:.F. > e:description :Internal data structures corrupted > e:filename : > e:genCode :41 > e:operation : > e:osCode :0 > e:severity :2 > e:subCode :5 > e:subSystem :BASE > e:thread :1 > e:tries :1 > e:cargo : > > Callstack: > > SESSION:OPENSESSIONDBF(779) > SESSION:SAVENAMETODBF(443) > SESSION:NOTIFYDLLUNLOAD(395) > WAA1PACKAGE:UNLOADPACKAGE(416) > WAA1PACKAGE:UNLOADALLPACKAGES(367) > SHUTDOWN(172) > MAIN(147) > > > [12/13/2004 11:10:05] > *** ----------------------------------------------------------- > [12/13/2004 11:10:05] *** Package C:\APACHE2\HTDOCS\WAA\TC\TC unloaded > [12/13/2004 11:10:05] > *** ----------------------------------------------------------- > [12/13/2004 11:10:05] *** worker #1 Error: > [12/13/2004 11:10:05] *** > > > e:args : > ->VALTYPE:C, value:C:\ALASKA\WAA1W32\SERVER\WAA1SRV.CDX > e:canDefault :.F. > e:canRetry :.T. > e:canSubstitute:.F. > e:description :Internal data structures corrupted > e:filename : > e:genCode :41 > e:operation : > e:osCode :0 > e:severity :2 > e:subCode :5 > e:subSystem :BASE > e:thread :1 > e:tries :1 > e:cargo : > > Callstack: > > SESSION:OPENSESSIONDBF(779) > SESSION:SAVENAMETODBF(443) > SESSION:NOTIFYDLLUNLOAD(395) > WAA1PACKAGE:UNLOADPACKAGE(416) > WAA1PACKAGE:UNLOADALLPACKAGES(367) > SHUTDOWN(172) > MAIN(147) > > > [12/13/2004 11:10:05] > *** ----------------------------------------------------------- > [12/13/2004 11:10:05] *** Package C:\APACHE2\HTDOCS\WAA\NETBROW\NETBROW > unloaded > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< > <<< [12/13/2004 11:10:06] SERVER SHUTDOWN <<< > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > >>> [12/13/2004 11:10:12] SERVER STARTUP >>> > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > [12/13/2004 11:10:13] *** Package:TC successfully loaded > [12/13/2004 11:10:13] *** Package:NETBROW successfully loaded > [12/13/2004 11:10:13] *** worker #2 ready for service > [12/13/2004 11:10:13] *** worker #3 ready for service > [12/13/2004 11:10:13] *** worker #4 ready for service > [12/13/2004 11:10:13] *** worker #5 ready for service > [12/13/2004 11:10:13] *** worker #6 ready for service > [12/13/2004 11:10:13] *** worker #7 ready for service > [12/13/2004 11:10:13] *** worker #8 ready for service > [12/13/2004 11:10:13] *** worker #9 ready for service > [12/13/2004 11:10:13] *** worker #10 ready for service > [12/13/2004 11:10:13] *** worker #11 ready for service > [12/13/2004 11:10:13] *** worker #12 ready for service > [12/13/2004 11:10:13] *** worker #13 ready for service > [12/13/2004 11:10:13] *** worker #14 ready for service > [12/13/2004 11:10:13] *** worker #15 ready for service > [12/13/2004 11:10:13] *** worker #16 ready for service > [12/13/2004 11:10:13] *** worker #17 ready for service > [12/13/2004 11:10:13] *** worker #18 ready for service > [12/13/2004 11:10:13] *** worker #19 ready for service > [12/13/2004 11:10:13] *** worker #20 ready for service > [12/13/2004 11:10:13] *** worker #21 ready for service > [12/13/2004 11:10:14] *** requester up and running > [12/13/2004 11:10:27][#2:Pkg][//TC/ValidEmployee] request at > [68.162.223.214] > *** [#2:Cgi][WAA_PACKAGE = TC > WAA_FORM = ValidEmployee > TheID = okraler > Password = omer123] > [12/13/2004 11:10:28] > *** ----------------------------------------------------------- > [12/13/2004 11:10:28] *** worker #2 Error: > [12/13/2004 11:10:28] *** > > > e:canDefault :.F. > e:canRetry :.F. > e:canSubstitute:.F. > e:description : > e:filename : > e:genCode :0 > e:operation :socket write error > e:osCode :0 > e:severity :0 > e:subCode :0 > e:subSystem : > e:thread :2 > e:tries :0 > e:cargo : > > Callstack: > > CGICHANNEL:DISCONNECT(175) > WAATRANSACT:TEXIT(244) > ENDTRANSACTION(400) > SERVEJOB(335) > SERVEJOBPROTECTION(205) > > > [12/13/2004 11:10:28] > *** ----------------------------------------------------------- > [12/13/2004 11:10:28] *** worker #2 Request not completed > [12/13/2004 11:10:31][#3:Pkg][//TC/ValidEmployee] request at > [68.162.223.214] > *** [#3:Cgi][WAA_PACKAGE = TC > WAA_FORM = ValidEmployee > TheID = okraler > Password = omer123] > [12/13/2004 11:10:32] > *** ----------------------------------------------------------- > [12/13/2004 11:10:32] *** worker #3 Error: > [12/13/2004 11:10:32] *** > > > e:canDefault :.F. > e:canRetry :.F. > e:canSubstitute:.F. > e:description : > e:filename : > e:genCode :0 > e:operation :socket write error > e:osCode :0 > e:severity :0 > e:subCode :0 > e:subSystem : > e:thread :3 > e:tries :0 > e:cargo : > > Callstack: > > CGICHANNEL:DISCONNECT(175) > WAATRANSACT:TEXIT(244) > ENDTRANSACTION(400) > SERVEJOB(335) > SERVEJOBPROTECTION(205) > > > [12/13/2004 11:10:32] > *** ----------------------------------------------------------- > [12/13/2004 11:10:32] *** worker #3 Request not completed > [12/13/2004 11:10:35][#3:Pkg][//TC/ValidEmployee] request at > [68.162.223.214] > *** [#3:Cgi][WAA_PACKAGE = TC > WAA_FORM = ValidEmployee > TheID = okraler > Password = omer123] > [12/13/2004 11:10:35] > *** ----------------------------------------------------------- > [12/13/2004 11:10:35] *** worker #3 Error: > [12/13/2004 11:10:35] *** > > > e:canDefault :.F. > e:canRetry :.F. > e:canSubstitute:.F. > e:description : > e:filename : > e:genCode :0 > e:operation :socket write error > e:osCode :0 > e:severity :0 > e:subCode :0 > e:subSystem : > e:thread :3 > e:tries :0 > e:cargo : > > Callstack: > > CGICHANNEL:DISCONNECT(175) > WAATRANSACT:TEXIT(244) > ENDTRANSACTION(400) > SERVEJOB(335) > SERVEJOBPROTECTION(205) > > > [12/13/2004 11:10:35] > *** ----------------------------------------------------------- > [12/13/2004 11:10:35] *** worker #3 Request not completed > > > > > > > "Phil Ide" <phil@idep.org.uk> wrote in message > news:1tfhm6bcs7zir.dlg@idep.org.uk... > > Richard, > > > >> Any clue as to what causes this error to appear and how to fix it? > >> > >> clickin on Refresh button from IE will eventually display the page > > > > Quite literally, the gateway application cannot find the server. Possible > > reasons: > > > > 1. Local Network traffic is high, so network is flooded. > > > > 2. Waa1srv.exe is busy, possibly because there is a 'naughty' thread > > hogging the CPU. > > > > 3. There is another application on the WAA machine which is CPU hogging. > > > > 4. External network traffic is high, overloading the resources of the web > > server machine. > > > > 5. The waa1gate.cfg identifies the WAA machine by name rather than ip > > address, and the web-server machines HOSTS file does not contain an entry > > for this machine, forcing a look-up into a DNS. You can put an entry in > > the HOSTS file (note this file is plain text but has no extension): > > > > %windows%\system32\drivers\etc\hosts > > > > 192.168.1.10 waasrv_machine_name > > > > That's not an exhaustive list, but should give you some things to > > experiment with > > > > Regards, > > -- > > Phil Ide > > > > *************************************** > > * Xbase++ FAQ, Libraries and Sources: * > > * goto: http://www.idep.org.uk/xbase * > > *************************************** > > > > If you smoke after sex, you're doing it too fast... > > | |
Phil Ide | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Tue, 14 Dec 2004 09:55:50 +0000 Richard, > Well, I installed the waa application on a computer by itself and once in a > while, I still get the "Read Error 0" > which will keep people from accessing the program until > I restart waa1srv.exe. > > It appears the biggest problem causing the problem is > internal data structure corruption on waa1srv.cdx (An Alaska index for > waa1srv.dbf) I assume then that you are using context sessions? Have you tried deleting the index file? It should get rebuilt automatically. If you are not using context sessions, then I'm not sure why the cdx is being used. If you want to pre-beta WAA2, I can let you play with it. Many of the problems revolving around memory issues and socket errors go away with this version. Regards, Phil Ide *************************************** * Xbase++ FAQ, Libraries and Sources: * * goto: http://www.idep.org.uk/xbase * *************************************** This tagline can't be stolen. Call 555-1234. Tagbusters! | |
Vladimir Iahnenco | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Tue, 14 Dec 2004 11:05:02 -0500 Hi Phil, Can you give it to me? BTW, since we installed 182 waa our memory leaks has been gone. My classes open waa1srv.dbf with the index and it never got corrupted. I had corruption issues with this dbf when I had bugs in the _DeRegister() function. -- Regards, Vladimir "Phil Ide" <phil@idep.org.uk> wrote in message news:1amz9949ohi0w.dlg@idep.org.uk... > Richard, > > > Well, I installed the waa application on a computer by itself and once in a > > while, I still get the "Read Error 0" > > which will keep people from accessing the program until > > I restart waa1srv.exe. > > > > It appears the biggest problem causing the problem is > > internal data structure corruption on waa1srv.cdx (An Alaska index for > > waa1srv.dbf) > > I assume then that you are using context sessions? Have you tried deleting > the index file? It should get rebuilt automatically. > > If you are not using context sessions, then I'm not sure why the cdx is > being used. > > If you want to pre-beta WAA2, I can let you play with it. Many of the > problems revolving around memory issues and socket errors go away with this > version. > > Regards, > -- > Phil Ide > > *************************************** > * Xbase++ FAQ, Libraries and Sources: * > * goto: http://www.idep.org.uk/xbase * > *************************************** > > This tagline can't be stolen. Call 555-1234. Tagbusters! | |
Phil Ide | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Tue, 14 Dec 2004 17:17:16 +0000 Vladimir, > Can you give it to me? Possibly, possibly... > BTW, since we installed 182 waa our memory leaks has been gone. My classes > open waa1srv.dbf with the index and it never got corrupted. I had corruption > issues with this dbf when I had bugs in the _DeRegister() function. ROF,L, yeah, screweing up any of the init routines will do that, no doubt. I still have to reset WAA1 every couple of days to clear memory. Under WAA2, the exact same packages run as much as 2 weeks without any permanent increase in memory. The only reason it gets to last as long as 2 weeks before a reset is because I am constantly updating it. Oh, and because it runs as a service, I forgot it was running once, and it ran quite happily for over a month I still haven't resolved an issue regarding context sessions, mainly because I've been concerned with other aspects (since I don't use context sessions), but since I need to get around to fixing that issue anyway, I suppose it's time. So, do you want the current version, or do you want context-sessions fixed? Regards, Phil Ide *************************************** * Xbase++ FAQ, Libraries and Sources: * * goto: http://www.idep.org.uk/xbase * *************************************** Genius has its limits, but not stupidity | |
Vladimir Iahnenco | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Tue, 14 Dec 2004 12:38:29 -0500 If you point me to the source need to be fixed - I'll try to help you, but with no time obligations Else, all my waa routines are Context based and no advantage to switch. Thanks anyway. P.S. D you have in mind to publish some Devcon sources at your site. The current approach doesn't promote xBase as a language and could be some guys finally may decide for theirself to switch to another more open platforms. -- Regards, Vladimir "Phil Ide" <phil@idep.org.uk> wrote in message news:15jhit92zwsm7$.dlg@idep.org.uk... > Vladimir, > > > Can you give it to me? > > Possibly, possibly... > > > BTW, since we installed 182 waa our memory leaks has been gone. My classes > > open waa1srv.dbf with the index and it never got corrupted. I had corruption > > issues with this dbf when I had bugs in the _DeRegister() function. > > ROF,L, yeah, screweing up any of the init routines will do that, no doubt. > > I still have to reset WAA1 every couple of days to clear memory. Under > WAA2, the exact same packages run as much as 2 weeks without any permanent > increase in memory. The only reason it gets to last as long as 2 weeks > before a reset is because I am constantly updating it. Oh, and because it > runs as a service, I forgot it was running once, and it ran quite happily > for over a month > > I still haven't resolved an issue regarding context sessions, mainly > because I've been concerned with other aspects (since I don't use context > sessions), but since I need to get around to fixing that issue anyway, I > suppose it's time. > > So, do you want the current version, or do you want context-sessions fixed? > > Regards, > -- > Phil Ide > > *************************************** > * Xbase++ FAQ, Libraries and Sources: * > * goto: http://www.idep.org.uk/xbase * > *************************************** > > Genius has its limits, but not stupidity | |
Frans Vermeulen | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Wed, 15 Dec 2004 09:51:10 +0100 Vladimir, > P.S. D you have in mind to publish some Devcon sources at your site. The > current approach doesn't promote xBase as a language and could be some guys > finally may decide for theirself to switch to another more open platforms. I'm afraid, I cannot entirely follow your line of thinking here. Are you referring to Robert M.'s statement, seconded by Mark C. ? I don't think either of them would be able to switch, without having really a lot of work at present. What is it you see as not promoting Xbase++, you mean Phil's site ? Devcon sources are available for attendees, at http://www.xxp.nl/html/summary.html follow the link "various downloads" enter the emailadress with which you signed-up for the devcon, enter your password, or leave it empty if you haven't got one. In that case, the password will be sent to you immediately. For those who were not able to attend the devcon, contact the speakers, and ask them if they are willing to hand over a copy of the presented material, which in general -I think-, will be no problem at all. Phil, These broken socket errors, are they explicable ? If so, I have a perfect testcase with my FreeSCO (linux) server at home, running Apache 1.3.27, since it has a 100% hit rate on that error. :''( Regards, Frans Vermeulen | |
Phil Ide | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Wed, 15 Dec 2004 10:59:21 +0000 Frans, > These broken socket errors, are they explicable ? If so, I have a perfect > testcase with my FreeSCO (linux) server at home, running Apache 1.3.27, > since it has a 100% hit rate on that error. :''( I'm sure they are, but I have no explanation at this time Regards, Phil Ide *************************************** * Xbase++ FAQ, Libraries and Sources: * * goto: http://www.idep.org.uk/xbase * *************************************** Illiterate? Write for information! | |
Thomas Braun | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Wed, 15 Dec 2004 12:00:13 +0100 Frans Vermeulen wrote: > Devcon sources are available for attendees, at > http://www.xxp.nl/html/summary.html IMHO, this is bad practice because this creates a very small "inner circle" group that is able to see information that it knows already. Apart from Steffens keynote presentation, there is currently no additional information available... To promote Xbase++, all the DevCon Information should be made available to everybody ASAP (=before this years x-mas . If some of the speakers don't want their material distributed this way, it is OK for me. just my few euro cents. Thomas Braun | |
Frans Vermeulen | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Wed, 15 Dec 2004 14:07:09 +0100 Thomas, > > Devcon sources are available for attendees, at > > http://www.xxp.nl/html/summary.html > > IMHO, this is bad practice because this creates a very small "inner circle" > group that is able to see information that it knows already. Hmm, this may sound like a yes and no game, but I must object to this statement. At least as it goes for the bad practice and the inner circle part. - People payed a lot of money to be able to attend the devcon. The attendees payed the devcon. IMNSHO it is rather strange to say if I go to a butcher and order a saucage, I pay for it, and now everybody must be able to eat the saucage. May I decide to share it or what... ? - The presented material is the intellectual property of the speakers, and it's their right to establish who will be given acces to the material. Neither me nor the devcon organisation have any right to decide different. - As far as I remember, you were the only person, personally invited by me to come and attend the devcon. - There is no inner circle, if you have been reading recent posts, attendees have been sharing their experiences, and gained knowledge on these newsgroups. Besides faces have got a name, the names of the attendees and speakers are public. If you want to know anything ask them. - For new customers, the fact that there was a devcon is IMHO more important than the material presented, since they are presentations, and presentations should be heard, not read. - 10 days before christmas, there is still no official announcement of Alaska about the christmas release date being kept, I guess that means it won't. There is no conspiracy, there is no inner circle who knows, except for Andreas, Till, Steffen, Carmen and a few others. It's simply not fair to twist the fact that you need more information into a pointing blame at the devcon organisation. It's simply not fair to look envious at people from all over Europe, having made new friends at the devcon, and to call this an "inner circle". Come on, what do you think new customers will think of these newsgroups when entering the first time ? The answer to that begins with an "i" and ends with "nner circle". Just when these new customer start to participate they will recognize this inner circle only exists in their perception. There is a third point I want to emphasise, and various speakers/attendees will be able to confirm, that I have made a case of the devcon being open to everyone without exception (PM included). At the same time I don't think there is much need for the protective measurements taken with the presented material, but this material has been offered in confidence, and it should handled with care. It's not for me, nor the devcon organisation to decide whether or not it will be open to the public, it's the intellectual property of the speakers. Regards, Frans Vermeulen | |
Thomas Braun | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Thu, 16 Dec 2004 10:22:59 +0100 Hi Frans, > - People payed a lot of money to be able to attend the devcon. > The attendees payed the devcon. IMNSHO it is rather strange to say > if I go to a butcher and order a saucage, I pay for it, and now everybody > must be able to eat the saucage. May I decide to share it or what... ? No, but there are information that should be public (see Roberts reply) > - The presented material is the intellectual property of the speakers, > and it's their right to establish who will be given acces to the material. 100% agreed (I wrote that already) > - As far as I remember, you were the only person, personally invited by > me to come and attend the devcon. Unfortunately, I have a job to do here and we where very busy organising a 2900 attendees conference event for Hewlett-Packard taking place in Madrid in the first week of december... so unfortunately there was no chance at all for me to attend the devcon. > - For new customers, the fact that there was a devcon is IMHO more important > than the material presented, since they are presentations, and presentations > should be heard, not read. I think the community should have the chance to decide this, maybe a little fee for the conference material for those that could not attend would be a nice idea. > It's simply not fair to twist the fact that you need more information > into a pointing blame at the devcon organisation. I did not "blame" anyone... at least that wasn't my intention, sorry... I wanted to discuss, not provoke (I leave that to others regards Thomas Braun | |
Frans Vermeulen | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Thu, 16 Dec 2004 11:12:35 +0100 Thomas, > No, but there are information that should be public (see Roberts reply) An agreement was made with the speakers for this arrangement. Some of the material (some of which is not even received by now) would be handed over only by this agreement. Most, if not all speakers have their own websites, and like Boris have the presentation for download there, which has a second advantage, being, you are close to where the fire burns. ie. Clayton, Boris, Roger, Maurizio, Pablo, Markus, Phil, Joachim, and Michael (did I forget someone ?) can keep the information up to date. Even as we speak the information presented at the devcon is getting outdated. (A new release of SqlEpress is out) > Unfortunately, I have a job to do here and we where very busy > organising a 2900 attendees conference event for Hewlett-Packard taking > place in Madrid in the first week of december... so unfortunately there was > no chance at all for me to attend the devcon. You told me, it was a bit of a disappointment to me not to see you, but I understand it was an impossibility for you to attend. BTW, does that mean there is an experienced devcon organiser available for a 2005 european devcon ? > I think the community should have the chance to decide this, maybe a > little fee for the conference material for those that could not attend > would be a nice idea. If it were for the fee, there would be no problem at all. The question is more like: who is part of the community and who isn't. I for me don't want that question being put on my dish (again!! ). Regards, Frans Vermeulen | |
Phil Ide | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Thu, 16 Dec 2004 12:02:05 +0000 Thomas, > Unfortunately, I have a job to do here and we where very busy > organising a 2900 attendees conference event for Hewlett-Packard taking > place in Madrid in the first week of december... so unfortunately there was > no chance at all for me to attend the devcon. Oh yes, rack up that devcon-organising experience - it will come in handy again one day Regards, Phil Ide *************************************** * Xbase++ FAQ, Libraries and Sources: * * goto: http://www.idep.org.uk/xbase * *************************************** Life is sexually transmitted, and terminal... | |
Robert Major | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Thu, 16 Dec 2004 16:47:20 -0500 Hi Thomas, > I wanted to discuss, not provoke (I leave that to others I think I know who the "others" are. I do my job... Let me say this: Ok, my job is to stir and compost the s*it, raise issues, and make some people think... I'm not complaining -- and you can all wash your hands now... Robert | |
Thomas Braun | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Fri, 17 Dec 2004 11:06:33 +0100 Robert Major wrote: > I think I know who the "others" are. I do my job... Thank you for that... hmmm... I didn't really think of you, but rather of he-who-must-not-be-named (read/saw too much Harry Potter, I have to admit ) > Let me say this: Ok, my job is to stir and compost the > s*it, raise issues, and make some people think... Thanks again for it > I'm not complaining -- and you can all wash your hands > now... BTDT Thomas | |
Robert Major | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Fri, 17 Dec 2004 12:29:32 -0500 Hi Thomas, > Thank you for that... > hmmm... I didn't really think of you, Thank you. I guess I prefer that . There is an expression "sh*t disturber". And I can tell if the compost is not ready yet... stir, stir > BTDT But I am still waiting for the Xbase T-shirt ... Actually, I got 3 different ones from Blinker a few years back... and a mug + a mouse pad from Alaska... Anyway, I have to say that those polar bears are really cute... Robert | |
Brent Dubs | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Fri, 17 Dec 2004 12:05:43 -0600 Robert, > But I am still waiting for the Xbase T-shirt ... > Actually, I got 3 different ones from Blinker a few years > back... and a mug + a mouse pad from Alaska... You didn't get the keychain? It's the one thing I actually use . -Brent | |
Robert Major | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Fri, 17 Dec 2004 13:42:34 -0500 Brent, > You didn't get the keychain? No. Hmm... the mug is on a shelf somewhere, and the VX mouse pad -- well, I do use it sometimes... > It's the one thing I actually use . I could use an Alaska keychain though. Are you willing to trade your keychain for a (used) "Visual Xbase++ [The next generation of Xbase technology]" mouse pad (my special coffee stains included) for a nominal exchange fee? Robert | |
Brent Dubs | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Fri, 17 Dec 2004 13:28:14 -0600 Robert, > I could use an Alaska keychain though. Are you willing to > trade your keychain for a (used) "Visual Xbase++ [The next > generation of Xbase technology]" mouse pad (my special > coffee stains included) for a nominal exchange fee? Well, I already have the mousepad (not the coffee stains though). I want to keep the keychain anyways, it goes with the "Visual Xbase++ Hummer H2 truck" that they sent me too (ok, I made that last part up). -Brent | |
Boris Borzic | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Wed, 15 Dec 2004 15:43:55 +0100 Thomas Braun <nospam@software-braun.de> wrote in news:1wyznti6m24wv$.15eh8artvgdoy.dlg@40tude.net: > Apart from Steffens keynote presentation, there is currently no > additional information available... My two powerpoint presentations are available from my website: http://www.sqlexpress.net/sqlxpp/SQLXpp.ppt http://www.sqlexpress.net/xb2net/Xb2NET.ppt Best regards, Boris Borzic http://www.Xb2.NET http://www.SQLExpress.net industrial strength Xbase++ development tools | |
Robert Major | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Wed, 15 Dec 2004 13:48:46 -0500 Hi Thomas, Frans (and all), Just for the record... Although my "wishlist" post was aimed specifically at Alaska, devcon presentations become public by their very nature, as... "public presentations" The caution for "intellectual property" should be reversed -- i.e. restrictions should be private to the devcon attendees ONLY if they are requested to be so. The full devcon (a few years back) was recorded on tape and I have the ful box-set And I paid $$ for it too. What I dislike now is that some key helpful presentations and annoucements remain private to those who attended... and even teased about it in these NGs... All I want are the hints we deserve as a community... and make it better. The devcon attendees got the good stuff and the news earlier, a few beers, a nice venue, etc. They deserve -- and got -- what they paid for. The rest of us also await the inside tips, but we will not get the beer... Robert | |
Brent Dubs | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Wed, 15 Dec 2004 13:30:42 -0600 I have to agree with Robert. I would take the stance of only keeping it private if the author requested it. The point of a community is helping each other. There is a awful lot of information that is posted here all the time with the only intent being to help others. Besides alot of the presentations are in fact advertising for a product and it's ability. I would think the authors would want the widest market they can have. I think the main value of convention is the one-on-one conversations that you can have, and the ideas that are shared, not just the presentations. So there is still much value in attending the conferences, even though the information is public. -Brent Robert Major wrote: > Hi Thomas, Frans (and all), > > Just for the record... > > Although my "wishlist" post was aimed specifically at > Alaska, devcon presentations become public by their very > nature, as... "public presentations" > > The caution for "intellectual property" should be > reversed -- i.e. restrictions should be private to the > devcon attendees ONLY if they are requested to be so. > > The full devcon (a few years back) was recorded on tape and > I have the ful box-set And I paid $$ for it too. > > What I dislike now is that some key helpful presentations > and annoucements remain private to those who attended... and > even teased about it in these NGs... All I want are the > hints we deserve as a community... and make it better. The > devcon attendees got the good stuff and the news earlier, a > few beers, a nice venue, etc. They deserve -- and got -- > what they paid for. The rest of us also await the inside > tips, but we will not get the beer... > > Robert > > | |
Mark Carew | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Fri, 17 Dec 2004 17:24:26 +1000 Hi Robert, I'd take the beer anyday "Robert Major" <major@symetric.ca> wrote in message news:JlOd8at4EHA.1932@S15147418... > what they paid for. The rest of us also await the inside > tips, but we will not get the beer... > > Robert > > Mark | |
Phil Ide | Re: Server Error - WAA1GATE cannot establish connection to WAA1SRV 10061 on Wed, 15 Dec 2004 10:58:31 +0000 Vladimir, > If you point me to the source need to be fixed - I'll try to help you, but > with no time obligations > Else, all my waa routines are Context based and no advantage to switch. Well, once released, I think you'll change your mind about whether there is any advantage or not. As for the source code, that is not available at the moment. I couldn't have written this without Alaska's help (at least not without sacrificing compatibility), and I have certain obligations with Alaska in this regard. Source code may or may not become available in the future. You have to remember that if I release the source code, then effectively I have to relinquish the ability to offer support since people will quite likely change the code. That is not to say that source code will not be available at all, only that it would not be generally available. Does that make sense? > P.S. D you have in mind to publish some Devcon sources at your site. The > current approach doesn't promote xBase as a language and could be some guys > finally may decide for theirself to switch to another more open platforms. I'll publish anything (well, almost ) on my site, provided the author has indicated this is what they want. If someone other than the author offers the code, I still need the author's permission. This partly an integrity issue, partly because I don't like upsetting people needlessly, and partly because I don't want to get my *ss sued off. At the same time, I don't chase people and ask them if I can put something up. If it is offered, I'll (usually) accept it, but I don't go canvassing for material. Most of the speakers at the Devcon, if not all, have their own web-sites anyway. Regards, Phil Ide *************************************** * Xbase++ FAQ, Libraries and Sources: * * goto: http://www.idep.org.uk/xbase * *************************************** Nuke the Gay Whales for Christ. |