Thread: Re: [OpenSTA-users] Gateway initialization problem
Brought to you by:
dansut
|
From: Olivier P. <opa...@la...> - 2007-12-10 16:49:17
|
Hi again, Mr. Velvilis, and thank you for your reply. To be more precise, I am using Windows XP Pro with Service Pack 2 and IE7. Also, I installed it on another computer (with admin privs) so I am sure it is not an installation problem. Moreover, the error with the gateway cannot be made from a problem of shutting it down because it happened on the first time, so I it never opened right. Finally, to give you a better idea of the gateway problem, I runned gateway.exe through a console and it gave me that log: Initialize the gateway... Close listener on <10.10.11.1:7208>. !! WSAEADDRINUSE, Address already in use., Only one usage of each socket address (protocol/IP address/port) is normally permitted. This error occurs if an application attempts to bind a socket to an I P address/port that has already been used for an existing socket, or a socket th at wasn't closed properly, or one that is still in the process of closing. For s erver applications that need to bind multiple sockets to the same port number, c onsider using setsockopt(SO_REUSEADDR). Client applications usually need not cal l bind at all - connectwill choose an unused port automatically. ,< F:\OpenSTA\Builds\cvs-rw\ostaw32\src\Architecture\CyrToolsOS\socket.cpp/832> ,100 48 newTask: new task's initialization failed.,<F:\OpenSTA\Builds\cvs-rw\ostaw32\src \http\HttpGateway\gateway\gateway.cpp/478>4265615 So thanks again for your help, Olivier ------------------------------- Olivier , Based on prior questions of the same nature, It is likely that gateway is not gracefully shutting down when you stop recording. So when you try to start another recording, you get the init error. I trust you are not using Vista. IE7 is know to not work with HTTPS recording. IE7 can also try to open HTTPS links when trying to do "anti-phishing" stuff which causes problems. If on Vista, try XP or Win 2003. If IE6 is an option, try that ... OpenSTA 1.4.4, IE6, and Win 2003 or XP Pro are a proven stable combination. Lastly, something might have gotten trashed in the install. Be sure you have admin privs both to install and run OpenSTA. To re-install, run the .msi file, and select remove. Reboot. Run the .msi and select install. Reboot. Try a fresh recording, using IE6 if possilbe. All the best, Bernie Velivis Performax Inc (www.iPerformax.com) 2 Colburn Lane, Hollis, NH 03049, 603.860.7900 Need rapid response OpenSTA support and bug fixes? Learn more at http://iperformax.com/services.html ----- Original Message ----- From: "Olivier Paquette" <opa...@la...> To: <ope...@li...> Sent: Friday, December 07, 2007 10:36 AM Subject: [OpenSTA-users] Gateway initialization problem > Hi, > I am new to the world of load testing software and I received good > comments > on this software, so I decided to try it out. Now I just want to do a > local > recording with my browser to learn how it works. The thing is that when I > push the record button, I have to wait 5-6 seconds to have a "start > gateway:cannot initialize the gateway" problem. I have searched a lot on > the internet about this, but I didn't find anything that suits my > situation. > I am using Internet Explorer 7 with the 1.4.4 version of OpenSTA. I have > also read the FAQ and the index, but it still does not work. Note that I > do > not have an Automatic Proxy on my desktop, that I'm not trying to work > with > HTTPS connections and that my browser is closed when I push the record > button. > The Lan Settings of my browser are just like it is told in the > documentation, and I tried some different port values, and it still does > not > work. > Would you please help my on that one? > Thanks a lot, > Olivier |
|
From: Olivier P. <opa...@la...> - 2007-12-11 16:05:57
|
Hi again Mr. Velivis, I am really glad of your support. This is well appreciated. First, just to be clear, I am having problem with the gateway initialization before browsing any pages (I did not do any recording). So it won't be useful to give you a page that I want to record. I tried all of your ideas (I tried IE6, I tried changing the registry, turning off anti-phishing, and changing the MaxUserPort registry) and there were no good result. Also, I am not going through a gateway to access the Internet. Hope this will help, Olivier ----------------------------------------------------------- Hi Olivier, This is the first time I have seen a 10048 error during recording. This error is common during playback and a solubtion is described here http://portal.opensta.org/modules.php?op=modload&name=phpWiki&pagename=Playb ackAddressInUse&file=index Please read the above and try increasing MaxUserPort in the registry. I doubt the gateway reads the TExecuter_web.ini file, but you can try making the changes for linger and reuseadr specified by the URL I asked you to read. A few other things; 1) Is the URL private or is it available over the internet? (If I can experience the error myself, it might give me some inspiration. Fee free to email me privately with the URL if it can be reached via the internet.) 2) How many pages do you visit before the error occurs during recording? If it does not happen on the first page, what happens if you stop the recording before the failure? Is a script generated? 3) Can you reproduce this with IE6? 4) Do you normally go through a gateway (not OpenSTA's gateway) to access the web site? 5) Does turning off IE7's anti-phishing features help? All the best, Bernie Velivis Performax Inc (www.iPerformax.com) 2 Colburn Lane, Hollis, NH 03049, 603.860.7900 ----- Original Message ----- From: "Olivier Paquette" <opa...@la...> To: <ope...@li...> Sent: Monday, December 10, 2007 11:48 AM Subject: Re: [OpenSTA-users] Gateway initialization problem > Hi again, Mr. Velvilis, and thank you for your reply. > To be more precise, I am using Windows XP Pro with Service Pack 2 and IE7. > Also, I installed it on another computer (with admin privs) so I am sure > it > is not an installation problem. > Moreover, the error with the gateway cannot be made from a problem of > shutting it down because it happened on the first time, so I it never > opened > right. > Finally, to give you a better idea of the gateway problem, I runned > gateway.exe through a console and it gave me that log: > Initialize the gateway... > Close listener on <10.10.11.1:7208>. > !! WSAEADDRINUSE, Address already in use., > Only one usage of each socket address (protocol/IP address/port) is > normally > permitted. This error occurs if an application attempts to bind a socket > to > an I > P address/port that has already been used for an existing socket, or a > socket th > at wasn't closed properly, or one that is still in the process of closing. > For s > erver applications that need to bind multiple sockets to the same port > number, c > onsider using setsockopt(SO_REUSEADDR). Client applications usually need > not > cal > l bind at all - connectwill choose an unused port automatically. > ,< > F:\OpenSTA\Builds\cvs-rw\ostaw32\src\Architecture\CyrToolsOS\socket.cpp/832> > ,100 > 48 > newTask: new task's initialization > failed.,<F:\OpenSTA\Builds\cvs-rw\ostaw32\src > \http\HttpGateway\gateway\gateway.cpp/478>4265615 > > So thanks again for your help, > Olivier |
|
From: Bernie V. <Ber...@iP...> - 2007-12-12 15:50:04
|
Hi Olivier, I wish I had something more to offer you but I believe there is something unique about your PC that is causing problems. I encourage you to try another computer, preferably one with a clean windows install (2003 or XP Pro SP2) with IE6. All the best, Bernie Velivis Performax Inc (www.iPerformax.com) 2 Colburn Lane, Hollis, NH 03049, 603.860.7900 Need rapid response OpenSTA support and bug fixes? Learn more at http://iperformax.com/services.html |
|
From: Bernie V. <Ber...@iP...> - 2007-12-11 12:11:28
|
Hi Olivier, This is the first time I have seen a 10048 error during recording. This error is common during playback and a solubtion is described here http://portal.opensta.org/modules.php?op=modload&name=phpWiki&pagename=PlaybackAddressInUse&file=index Please read the above and try increasing MaxUserPort in the registry. I doubt the gateway reads the TExecuter_web.ini file, but you can try making the changes for linger and reuseadr specified by the URL I asked you to read. A few other things; 1) Is the URL private or is it available over the internet? (If I can experience the error myself, it might give me some inspiration. Fee free to email me privately with the URL if it can be reached via the internet.) 2) How many pages do you visit before the error occurs during recording? If it does not happen on the first page, what happens if you stop the recording before the failure? Is a script generated? 3) Can you reproduce this with IE6? 4) Do you normally go through a gateway (not OpenSTA's gateway) to access the web site? 5) Does turning off IE7's anti-phishing features help? All the best, Bernie Velivis Performax Inc (www.iPerformax.com) 2 Colburn Lane, Hollis, NH 03049, 603.860.7900 Need rapid response OpenSTA support and bug fixes? Learn more at http://iperformax.com/services.html ----- Original Message ----- From: "Olivier Paquette" <opa...@la...> To: <ope...@li...> Sent: Monday, December 10, 2007 11:48 AM Subject: Re: [OpenSTA-users] Gateway initialization problem > Hi again, Mr. Velvilis, and thank you for your reply. > To be more precise, I am using Windows XP Pro with Service Pack 2 and IE7. > Also, I installed it on another computer (with admin privs) so I am sure > it > is not an installation problem. > Moreover, the error with the gateway cannot be made from a problem of > shutting it down because it happened on the first time, so I it never > opened > right. > Finally, to give you a better idea of the gateway problem, I runned > gateway.exe through a console and it gave me that log: > Initialize the gateway... > Close listener on <10.10.11.1:7208>. > !! WSAEADDRINUSE, Address already in use., > Only one usage of each socket address (protocol/IP address/port) is > normally > permitted. This error occurs if an application attempts to bind a socket > to > an I > P address/port that has already been used for an existing socket, or a > socket th > at wasn't closed properly, or one that is still in the process of closing. > For s > erver applications that need to bind multiple sockets to the same port > number, c > onsider using setsockopt(SO_REUSEADDR). Client applications usually need > not > cal > l bind at all - connectwill choose an unused port automatically. > ,< > F:\OpenSTA\Builds\cvs-rw\ostaw32\src\Architecture\CyrToolsOS\socket.cpp/832> > ,100 > 48 > newTask: new task's initialization > failed.,<F:\OpenSTA\Builds\cvs-rw\ostaw32\src > \http\HttpGateway\gateway\gateway.cpp/478>4265615 > > So thanks again for your help, > Olivier > > > ------------------------------- > Olivier , > > Based on prior questions of the same nature, It is likely that gateway is > not gracefully shutting down when you stop recording. So when you try to > start another recording, you get the init error. I trust you are not using > Vista. IE7 is know to not work with HTTPS recording. IE7 can also try to > open HTTPS links when trying to do "anti-phishing" stuff which causes > problems. If on Vista, try XP or Win 2003. If IE6 is an option, try that > ... > > OpenSTA 1.4.4, IE6, and Win 2003 or XP Pro are a proven stable > combination. > > Lastly, something might have gotten trashed in the install. Be sure you > have > admin privs both to install and run OpenSTA. To re-install, run the .msi > file, and select remove. Reboot. Run the .msi and select install. Reboot. > Try a fresh recording, using IE6 if possilbe. > > All the best, > > Bernie Velivis > Performax Inc (www.iPerformax.com) > 2 Colburn Lane, Hollis, NH 03049, 603.860.7900 > > Need rapid response OpenSTA support and bug fixes? > Learn more at http://iperformax.com/services.html > > ----- Original Message ----- > From: "Olivier Paquette" <opa...@la...> > To: <ope...@li...> > Sent: Friday, December 07, 2007 10:36 AM > Subject: [OpenSTA-users] Gateway initialization problem > >> Hi, >> I am new to the world of load testing software and I received good >> comments >> on this software, so I decided to try it out. Now I just want to do a >> local >> recording with my browser to learn how it works. The thing is that when I >> push the record button, I have to wait 5-6 seconds to have a "start >> gateway:cannot initialize the gateway" problem. I have searched a lot on >> the internet about this, but I didn't find anything that suits my >> situation. >> I am using Internet Explorer 7 with the 1.4.4 version of OpenSTA. I have >> also read the FAQ and the index, but it still does not work. Note that I >> do >> not have an Automatic Proxy on my desktop, that I'm not trying to work >> with >> HTTPS connections and that my browser is closed when I push the record >> button. >> The Lan Settings of my browser are just like it is told in the >> documentation, and I tried some different port values, and it still does >> not >> work. >> Would you please help my on that one? >> Thanks a lot, >> Olivier > > > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > -- > OpenSTA-users mailing list Ope...@li... > Subscribe/Unsubscribe/Options: > http://lists.sf.net/lists/listinfo/opensta-users > Posting Guidelines: > http://portal.opensta.org/faq.php?topic=UserMailingList |