Web server not responding

Hi All,
I have a JSP page (a.jsp) which has a while loop, inside the while loop i pusposely sleep it for 1 minute and the while loop while run for six times. Then i have another jsp page (b.jsp) which creates 20 frames and each frame opens to the a.jsp. Then i open three IE browsers and open to b.jsp. Everything is working fine until i open my fourth IE browser, the IE icon keep spinning and there is no respond from web server. At this point of time, the web server just simply refuses to service any http request. After 5 minutes (when a.jsp exits from the while loop), my fourth IE browser get respond back from web server and i think this is because the web server has completely service the requests from the first three IE browsers and all the connection were closed. Then the web server is back to normal.
I have try the a.jsp and b.jsp on SUN ONE web server 6.0 sp6 on Solaris 7 and SUN ONE web server 6.1 on IBM AIX. Both have the same problem.
I suspect this could be something to do with the number of threads a web instance or process can have.
Would appreciate if you anyone has solution for my problew.
Below if my source code for a.jsp and b.jsp
a.jsp
<%@ page import="javax.servlet.*"%>
<%@ page import="javax.servlet.http.*"%>
<%@ page import="java.io.PrintWriter"%>
<%
try
     PrintWriter ps = response.getWriter();
     int count = 0;
     while(count<5)
          ps.println("<br>count="+(++count));
          Thread.sleep(60000);
          ps.flush();
     ps.close();
catch(Exception ex)
     System.err.println(" exception occurred : "+ex.getMessage());
     ex.printStackTrace();
%>
b.jsp
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
</HEAD>
<FRAMESET ROWS="50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
     <FRAME SRC="SLLG_TestLG.jsp">
</FRAMESET>
</HTML>

in addition to, To simulate the problem, you need to set your window registry to allow IE to open up 20 connections (default is 2) per IE. Please follow the steps below :
1. run "regedit" to open up the registry
2. select HKEY_CURRENT_USER|Software|Microsoft|windows|CurrentVersion|Internet Settings
3. right click on the right hand panel and select New|DWORD Value
4. type "MaxConnectionsPer1_0Server" for the name
5. right click on the newly created "MaxConnectionsPer1_0Server" key and select "Modify"
6. enter 32 as hexadecimal value in the text box then click OK button to save
7. repeat step 3 to 6 with the name as "MaxConnectionsPerServer"
8. close all your IE browsers
if you do not do the above settings, you need to open up 30 browsers to simulate 60 connections to web server.
Once the a.jsp exit from the while loop, you should see the same number of requests in your iplanet access log. And, when you view source of a frame, you should see "<br>count=1<br>count=2<br>count=3<br>count=4<br>count=5"; otherwise the request is not handled by web server.

Similar Messages

  • Web service not responding

    Hi,
    Issue - Web service not responding when we deploye the .ear file in prod instance. Same web service working fine in test instance.
    We are using Oracle Enterprise Manager 10g server.
    It is urgent for us.
    Thanks,

    If it is urgent, call support. Besides, this is the wrong forum as this is for Sun Application Server related issues.

  • All crawl jobs are failing with errors, Query server not responding.

    Hi All,
    I'm facing issue with search service , one of the Query server not responding and all the crawl jobs are throwing errors.
    Errors:
    "The SharePoint item being crawled returned an error when requesting data from the web service. ( Error from SharePoint site )"
    "The object was not found. ( Error from SharePoint site: HttpStatusCode NotFound The request failed with HTTP status 404: Not Found. )"
    Please suggest some resolutions.
    Pavan

    Hi Pavan,
    1. First verify as given in this article - https://support.microsoft.com/en-us/kb/2323206?wa=wsignin1.0
    2. If not 1 resolves issue then try to disable the anonymous access on the default zone web application(in content source)
    3. Also check this article if above two steps does not resolve the issue - http://www.sharepointtechs.com/the-sharepoint-item-being-crawled-returned-an-error-when-requesting-data-from-the-web-service-error-from-sharepoint-site-value-does-not-fall-within-the-expected-range
    4. If none of the above works then install this CU update http://support.microsoft.com/kb/2596505 and
    then re-run you SP Configuration Wizard and restart your SharePoint Server. But before installing this CU on your SharePoint Server ensure your have the latest backup.
    4. If all above does not work then remove
    the anonymous access (if enabled) and restore the site collection to a new new site.
    Please remember to click 'Mark as Answer' if the reply answers your query or 'Upvote' if it helps you.

  • Linux issue: "server not responding" msgs starting to appear in DreamWeaver MX

    I have an Ubuntu Server on my small network that acts (among
    other things) as a Web page testing server. I have DreamWeaver set
    up to connect to our remote host for putting operations, and the
    testing server is our local Linux machine. It worked great, as
    testing a page was instantaneous over the LAN.
    Then something (I have no idea what, and I'm pretty much a
    Linux Noob) changed and now, when we test on server or try the
    “test” button on the site configuration menu, we get
    ten to fifteen seconds of “Server Not Responding / connecting
    to server,” then it connects fine.
    The server pings fine and I can connect via an OS (both Mac
    and PC) fine. It’s just that we went from instantaneous
    connection to an irritating delay. Any idea where I start
    diagnosing/fixing this?
    Here is a bit of background on the machine. I’m sorry
    I’m not sure what’s relevant — if I forgot
    something, please let me know, and ignore anything that’s
    superfluous.
    It recently upgraded to 2.6.24-21. The upgrade went fine, but
    I had to reinstall the LAN drivers. The Linbox is assigned an IP
    via the router’s (Linksys 310N) DHCP Reservation Table, based
    on the Linbox’s MAC address. I don’t believe I’ve
    set a static IP on the box (/etc/network/interfaces is generic and
    unmodified). I’m using ProFTPD and WebMin, but mostly with
    default settings.
    Thanks,
    Rhythm

    Problem solved:
    For the use of anyone who someday finds this thread, here is
    how things worked out:
    I went to the ProFTPD Server module of
    [url=http://www.webmin.com/]WebMin[/url], then to Networking
    Options. I changed two entries:
    Do reverse DNS lookups of client addresses? (From default to
    no)
    Lookup remote Ident username? (from default to no)
    I then restarted ProFTPD and voila, it worked like it did
    before!
    http://www.proftpd.org/docs/faq/faq_full.html#AEN341

  • Mail Problems - SMTP server not responding: "offline"

    I am currently testing DSL service for a month; set up Mail just before I downloaded the 10.7.3 release. Tested it once and it worked; did not use it to send emails since because I am only testing this (including the email address). I have been receiving emails (which I forwarded to myself from my cable provider's website); today, I wanted to send an email and a 6 hour troubleshooting saga began....
    Total of 2 hours with Centurylink tech support; 1 1/2 hours with Applecare, and another 30 minutes with Centurylink.
    During that time, all different settings were tried, turned on/off. POP server ok, SMTP server not responding. With Applecare, tried it on both the iMac and the Macbook; also tried it after booting into Snow Leopard - SMTP server not responding ("offline"). Applecare tech stated that it has to be the server since we tried it on two machines as well as SL. Centurylink insists there is nothing wrong with their server, but it's Mail's fault.
    So, I finally gave up for the evening, but wonder if there is something amiss with Mail in 10.7.3 (both machines are on the same version) and during the troubleshooting, I noticed an anomaly: in a new message window, there was no choice to choose an account to send from which I thought was odd.
    I was thinking of a new install or to clone back? My clones are up to date though, I have no older clones. I do have a fresh install but it's also the latest one from MAS. Or I could just boot from the fresh install and set up Mail to see if it would work?
    Grateful for any ideas....

    Thanks to everyone; as you can imagine, all settings/configurations were tried yesterday (even booting into SL); Apple said it's Centurylink's fault, and they insisted there was nothing wrong with their server.
    FWIW, I unplugged my Comcast cable (it is still active though and I'm getting TV reception, just unplugged the modem for now); right now, my internet access and email account are with Centurylink for the test. I still access my Comcast mail via their web interface email account.
    Anyway, thanks to a good friend's idea, I decided to check keychain access and to make it short: the issue is fixed and the problem definitely had something to do with the OS because:
    When I first checked keychain, this is what I saw:
    I then checked Comcast settings and there were two: one was checked "allow all apps..." and the other had the "confirm" with Mail listed under the applications.
    So I figured it's so screwed up, I probably can't make it any worse, so I deleted the Internet Accounts and added Mail to the smtp.centurylink...:
    And......... it then worked! These default "internetaccounts" obviously aren't being recognized by Centurylink's server?
    And, to make sure that was it, I not only did the same thing on the Macbook, but also booted into a pristine "backup" fresh install (no added apps or files, just default OS), launched Mail and couldn't send. Launched Keychain, changed the apps to Mail, and I was able to send email.
    I would call that a bug? Or not? In any case, I'll be calling back Applecare and tell them to add the above to the very long log from yesterday and to make a note that "internetaccounts" doesn't work with everything.

  • Problem with premiere and encore export, Adobe QT32 Server (Not Responding)

    I could help.
    When exporting to Encore or Premiere, the program block.
    In the Activity Monitor shows me these two errors:
    Adobe QT32 Server (Not Responding)
    PPro Headless (Not Responding)
    Technical Specifications:
    MAC OS X 10.9.5
    Adobe Suite CS6
    graphics card: AJA KONA LHi
    Can you help me please
    Thank You

    Have you checked out this post from Adobe?  I know it says for After Effects but it definitely applies to Premiere too.  We have some AJA cards whose components in /library/QuickTime were causing similar Adobe QT32 server hangups; removing them solved our issue but also broke compatibility with older apps like FCP 7.

  • Hi I am using an iphone 4 and its was working fine.  Presently its giving browsing error.  Whenever I am trying to browse internet by using safari or any other browser it retruns with "server not responding" Can somebody give me a solution for this ?

    Hi I am using an iphone 4 and its was working fine.  Presently its giving browsing error.  Whenever I am trying to browse internet by using safari or any other browser it retruns with an error message "server not responding" Even the same thing is happening with youtube also. The worst part is am able to check my mails, able to chat and so on... only thing not able to browse through the browser.  I have tried restore option also.  This is happening with both Wlan and Data con. too
    Please help...

    I do not really know much about this kind of problem, but i may be your internet connection.
    If you are on your own #G network then:
    Go to Settings > then enable "Airplane Mode". Count to 10 and then disable it.
    Then wait patiently until you get a good connection and then try again.
    If you are on a nearby Wi-Fi connection then:
    Go to Settings > Wi-Fi > then disable then enable after counting to 10. Make sure that you are connected and then try again.
    If all else fails, then you need to contact your provider for assistance.
    Sprint:888-211-4727
    AT&T:?
    Verizon:?

  • ACC Setup Error - Remote Server not Responding in the Proper Manner - Windows 7 Pro

    Hello -
    I was able to install the CC upgrades to all my software on my laptop without issue. Whenever I try to upgrade them on my desktop I recieve the attached error. I am running Windows 7 Professional. My guess this is being caused my my company's firewall however my IT director claims he set me up to bypass the firewall when trying to install this.
    Thank you for your help.

    Hi Mike603,
    Please refer to the following help document on error " Remote Server not responding".
    http://helpx.adobe.com/creative-suite/kb/remote-server-responding-installing-aam.html
    Hope this helps.
    Please let me know in case of any problem.
    Regards,
    Sumit Singh

  • TS4006 Phone deactivated  -  My iphone 5 has on its' own de-activated itself.  It requires my apple id and password to re-activate.  Upon this command, I press next, to which it says: server not responding.  Rendering my phone useless...please help

    Iphone de-activated itself  -  it won't accept the ID and password as it says:  server not responding, rendering the phone useless...please help

    i'm in the same situation. waiting for an answer.

  • Safari - "web pages not responding" about once an hour. I'm about to switch to Chrome if I can't fix this.

    Safari - "web pages not responding" about once an hour. I'm about to switch to Chrome if I can't fix this. Help?

    Regarding #1, your post says you have a beta version of Firefox 4. That may well be incorrect, but that is why the site says you do not have the latest version.
    Losing graphics on the bookmarks toolbar and not having a working back button are not normal, but I'm not sure whether you want to troubleshoot Firefox 4, roll back to Firefox 3.6, or just move on.
    How can we help?

  • Exchange Server not responding - please try later

    Hi there
    Can anyone please help with my E75.
    I have had the phone over a year and since day 1 it has syncd perfectly well with my Outlook at work.
    Until a couple of days ago!!!
    Since then, it has refused to sync my calendar and contacts. It is still syncing e mail but about half way through the syncing process (once it has synced the e mails) I get the error message “exchange server not responding – please try later”.
    I have asked my work IT helpdesk but they have said speak to the mobile provider. They also said there’s nothing wrong with their servers but I got the feeling they hadn’t really checked.
    My problem is that I don’t know where to start.
    Is the problem to do with:-
    My phone?
    Its settings?
    Orange’s servers?
    My work’s servers?
    Nokia’s servers?
    I’m confused – please help.
    Ps I can’t believe it is my phone's settings as I haven’t changed these and it worked fine for a year. And, anyway, my credentials must be ok because it is still syncing my e mails.
    Thanks in advance
    Ian

    hi
    as i am still facing this problem also from couple of day one of my customers was complaining about yahoo messenger version 9 couldnt sign in after i make good troubleshooting i fond a massage in yahoo site and the massage is '
    Yahoo! Search Search:
    Welcome, ksatcw[Sign Out, My Account]
    • Messenger Home -
    • Help
    • Go Back to Yahoo! Messenger
    Yahoo! Messenger > Yahoo! Messenger > Messenger9 > Messenger
    Is my “Use Proxies – Enable HTTP Proxy” setting the reason why I can’t sign into the Yahoo! Messenger Beta?
    Yes. If your connection to the internet requires proxy authentication, then you won't be able to sign in with the current version of Yahoo! Messenger Beta. Instead, we recommend using Messenger version 8.1 for now. Sorry for the inconvenience! And thanks for reaching out early for the Beta. We’ll get this resolved as soon as possible.
    Email this page Print this page
    Was this article helpful?
    Yes
    No
    Contact Customer Care Click to contact Customer Care for further assistance.
    Top Questions
    • Questions about the closure of Yahoo! Messenger version 5.6?
    • Why do I need to upgrade to Yahoo! Messenger 9.0 if I have a firewall?
    • How do I install Yahoo! Messenger?
    • How do I configure my firewall/proxy server?
    Yahoo! Messenger crashes when I launch it.
    but if i disable my proxy the working fine without any problem and what i think is yahoo service the change some settings which not compatible with proxy settings or server .

  • Mail server not responding. Need help how to verify my account

    Mail server not responding. Need help how to verify my account

    There are instructions on this page for how to create a new account without giving credit card details (the instructions won't work with existing accounts) : http://support.apple.com/kb/HT2534
    Unless an account is created via those instructions then credit card details will need to be entered on it before the account can be used.

  • Mail server not responding, have checked details in mail settings, i pkone 4s

    Mail server not responding, have checked my details, help

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this: Delete the account in Mail and then set it up again.
     Cheers, Tom

  • The server not responding

    Frequently, the server not responding at the logins of the users. It's not hanging but not responding. All the Oracle services is running and the Event Viewer not record any error or warning. I need to know if there are someone Oracle log where I can check this. Thanks.

    That could be a hardware problem with the WiFi antenna. Contact Apple Support for assistance: Contact Us

  • 7410 NFS server not responding

    Greetings,
    Anyone seeing "NFS server ... not responding" from a client of a 7410?
    I have a 7410 with a single J4400 (22 1TB drives @ RAID1, 1 spare, 1 logzilla). It's running 2009.09.01.3.0,1-1.8, which I believe is the latest and greatest. There is one client, a T2000 running Solaris 10. We're using NFS v3 to mount four shares from the 7410. Mount options look like this:
    box-nge2:/export/oracle/data     -       /oradata/data   nfs     -   yes rw,bg,hard,nointr,rsize=32768,wsize=32768,proto=tcp,vers=3,noac,forcedirectioA fairly large (~1TB) Oracle database lives here (although there was very little activity in the database when the following occurred).
    Today I was cleaning up some old data files from a now unused Oracle instance. Pretty simple: rm -rf /oradata/data/DO-NOT-WANT/ . I was surprised to see the command appear to hang, and the "NFS server kwaltz-nge2 not responding still trying" message appear. Control-C eventually got me my prompt back.
    When the system became responsive again a few minutes later I tried deleting files one at a time. Deleting some "large" data files (i.e 200GB or more) was taking more than 2 minutes, and caused the NFS server not responding message. Smaller files would take a few seconds.
    Why is a simple "rm" command bringing the 7410 to its knees? Any thoughts? Thanks.
    Edited by: roymcmorran on Dec 23, 2009 3:44 PM

    After some update issues, we also lost NFS. I created a test share and exported it to one of our Solaris 10 hosts. I got an rpcbind failure. This failure wasn't corrected by restarting the NFS service, nor rebooting the 7410. Rather, I had to DISABLE the NFS service, then re-enable it. After that, all connectivity returned.
    Charles

Maybe you are looking for

  • Logical level

    Hi, I created a logical column that derived from a EVALUATE function that called a database package (returning VARCHAR(30)) in Oracle. I don't know what I should enter for the "logical level" in that logical column. I have a date hierarchy that is li

  • How do I stop pdf viewer from printing 4 pages per page?

    When I print a file off pdf viewer in firefox, my printout comes out 4 pages per page, even though I check advanced settings and verify that it is set to 1 page per page. I do not know where else I can look to correct this problem.

  • ORDERS IDOC - Segment E1TXTH1 and E1TXTP1

    These segmenst are under E1EDPAD under E1EDP01 in ORDERS05. Looks like these are for Item texts but the standard FM 'IDOC_INPUT_ORDERS' for creating an inbound Sales Order does not even look at these segments ? Can anyone advise me on how to bring th

  • Sandisk Mobile Mate SD will not read

    I have tried rebooting with the device plugged in. It just won't show up in Finder or desktop. The light on the device is lit and it shows up in system profiler but I don't know what else can do. Hopefully someone here can help me. I know this has to

  • IMac slow on startup after installing Mavericks

    Hi, Like others I have been experiencing my mid 2011 iMac being slow on startup (and a little slow after that). I've read a lot of threads about this and was wondering how to approach it. I was already thinking of buying  more RAM ( I currently have