No response from Web Server

Hello,
I have installed Oracle9i application server Rel 2,9i Infrastructure & oracle 8i DB on Win 2000 server.The installation was successful.
When I access the browser with http://<hostname>:7777 it works fine, it shows HTTP server welcome page.
Now I am trying to access Portal home page using http://<hostname>:7779/pls/portal
It seems, it searches for the Web site for sometime & then gives the error "No response from Web Server"
What is the problem ?? Is there anything with the services ?? I can see two http servers(apps & infrastructure)in the program listing,is it related with these ??
Please help.I will appreciate your support.
Regards
Sandeep

Hi Sandeep.
Try run EM WebSite running in http://&lt;hostname&gt;:1810.
If you are familiarized with this service it should be easy to solve your problem.
Once you access EM WebSite, you'll see two farms(One for iasdb, and one for Portal). That are some symbols that tell you about the status of Portal. If You see an red arrow pointing down, then you need to access Portal farm to put some services "up".
Choose the link for Portal Farm.
This page shows the status of all Portal components.
For you to get response from your portal http server, there a few of these that must be working.
They are (by order):
1. OC4J_Portal;
2. Web Cache;
3. HTTP Server;
For you to start them, you must (for each one) click on it's radio button an choose start.
With this components "up" you should be able to access Portal.
Some of other components cannot be started by us, because it's radio button is disabled, but Single Sign-On:orasso:7777 must be "up", and
Portal:portal:7778 in my case is "down". The rest of OC4J components are needed for other utilities like deploying components.
Hope i helped you.
Pedro.

Similar Messages

  • No response from web server after a process ran for 1-2 minutes

    Hi,
    I have a proven pl/sql code, it took about 2+ minutes to complete in sqlplus.
    But when I created a button to process the exactly same code in APex application, the process runs about 2 minutes and
    applications bombs with this msg "No Response from web server".
    Has anyone gotton this msg before?
    Thanks,
    Julie

    Hi Julie,
    See this thread - it may had some extra considerations for you: OHS Webserver Timeout for long running requests
    Do you know if your error message is returned at a fixed time each time? You could test this by creating a procedure that sleeps for X amount of time and then vary X to see if you can find a cutoff point for losing the connection.
    Also - I assume that your process keeps running on the database, despite the webserver connection being lost?
    If it's not a limitation in your httpd.conf file (the default is 5 mins as others have pointed out), then perhaps your network colleagues have set something in your network configuration to kill connections longer than a certain period of time? This is what happened in my case.
    Hope this helps.
    Alan

  • No response from web cache server

    Hello,
    I have OCS installed on linux box. when i am trying to connect to web conferencing home page through winodws, after connectivity check when i click on login, it is showing me error as "NO response from webcache serve".
    For webconferencing on linux i have run following scripts ./dcmctl, ./imtctl and ./webcachectl it is showing me as webcached server is running.
    what more i have to do for getting the access to webserver?
    can anyone help me please?
    Regards,
    Sarita

    In the OAS Release 2 Web Cache Admin guide, you''ll find that the solution related to that particular error is to increase the network timeout between the web cache and the origin server. Change it in Resource Limits and Timeouts page of the ASControl.
    However, with all the internal errors that you are also getting, the problem is likely something else so increasing the timeout value might only mean it'll take longer before it tells you there's an error.

  • Issue with receiving response from web application

    Hi,
    I have configured B2B with business protocol as 'Custom document document over Internet', document exchange protocol as AS2-1.1 and transport protocol HTTPS1.1 to invoke a web application deployed in Oracle Application server. B2B is able to invoke the web application with HTTPS request which contains an xml.
    I have set the acknowledgment mode as 'Sync' and 'Is acknowledgement handled by B2B' as true. But while receiving the response from web application which is an xml, B2B is showing the error as
    Description: Unable to identify the document protocol of the message
    StackTrace:
    Error -: AIP-50083: Document protocol identification error
         at oracle.tip.adapter.b2b.engine.Engine.identifyDocument(Engine.java:3244)
         at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1665)
         at oracle.tip.adapter.b2b.msgproc.Request.postTransmit(Request.java:2382)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1825)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:974)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1166)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:833)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:400)
         at java.lang.Thread.run(Thread.java:534)
    I have added headers as present in the wire message of the request. In B2B, it is showing the wire message for response as follows.
    TO_PARTY=XXX
    AS2-To=XXX
    DOCTYPE_NAME=TestAS2DT
    DOCTYPE_REVISION=1.0
    Date=Tue, 03 Nov 2009 06:09:22 GMT
    AS2-Version=1.1
    AS2-From=YYY
    Content-Transfer-Encoding=binary
    [email protected]
    ACTION_NAME=TestAS2_BA
    Content-Type=application/xml
    Server=Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server
    MIME-version=1.0
    User-Agent=AS2 Server
    FROM_PARTY=YYY
    Content-Disposition=attachment; filename=1.0
    Connection=Keep-Alive
    From=YYY
    Keep-Alive=timeout=15, max=100
    <?xml version="1.0" encoding="UTF-8"?>
    <Books>
    <Book>
    <BookTitle>Ajax Hacks</BookTitle>
    <Author>Bruce W. Perry</Author>
    <PubDate>March 2006</PubDate>
    </Book>
    </Books>
    I am able to see the xml sent as response from web application in Payload as follows.
    <?xml version="1.0" encoding="UTF-8"?>
    <Books>
    <Book>
    <BookTitle>Ajax Hacks</BookTitle>
    <Author>Bruce W. Perry</Author>
    <PubDate>March 2006</PubDate>
    </Book>
    </Books>
    I am able to see the HTTP response in b2b_dc_transport.log. In transport log it is not showing any error. Please help me to fix this issue.

    Hi,
    Request and Response should be part of same agreement. I hope you are not confused between Acknowledgement and Response. Acknowledgement can be received in the same session (sync mode) but Response will always come in a different session and will be treated as a different document. If, for request, party A is initiator and B is responder then for response party B will be initiator and party A will be responder (as Requset and Response are two docs in case of Custom Document)
    For configuring X-Path, please refer section 8.3.11 Configuring the XPath Expression for a Custom XML Document at below link -
    http://download.oracle.com/docs/cd/B14099_19/integrate.1012/b19370/busact_coll.htm#sthref784
    Please let us know whether you are trying to receive a response or Ack?
    Regards,
    Anuj

  • Need Help Streaming Video From Web Server Built Into Application - Linksys WRT54g Router

    Very much appreciate any help getting streaming video feed from web server built into video application to work properly using port forwarding on my Linksys WRT54g wireless router.
    Here is the situation:
    My PC is connected to the internet via a Linksys WRT54g wireless router.
    The Windows XP Pro SP2 firewall is enabled, with a firewall exception established for the video camera application.
    On the router, forwarding of port 80 is enabled for the LAN IP address of the PC running the video application with an embedded web server, and the web server in the video camera application is also set to use port 80.
    I have a free DYNDNS account and also run the DYNDNS updater program on the PC running the video application with embedded web server. According to the DYNDNS web site and the DYNDNS updater program, the IP address assigned to the machine running the video application with embedded web server is set correctly in my dyndns account.
    When I open a browser (Explorer or Firefox) on the PC running the video camera application with embedded web server, I am able to  connect to the video application's web server by going to the dyndns address linked to the machine running the video application. The video application's web server is set to use the dyndns address. That's the good news. The bad news is that I can't connect to the video application's web server from any machine that connects to the internet that uses a router other than the router used by the PC running the video application. I am only able to connect to the streaming video from the application's web server only on machines that connect to the internet using the same (home) router used by the PC that is running the video application.
    Since I am able to connect to the video app's embedded web server successfully on the machine running the video application, it seems that at least something about the current port forwarding settings is correct. For example, if I uncheck 'enable' for forwarding of port 80 on the router settings page, I am no longer able to connect to the video app's web server when I try to do so in a browser running on the machine running the video app. When I re-enable port 80 forwarding on the router, I am again able to connect to the web server of the video application on the machine running the video app. I thought that by enabling forwarding of port 80 on the router and associating that port with the LAN IP of the machine running the video application, it would be possible to connect to the streaming video of the video app's embedded web server from ANY machine connected to the internet, but that is not the case. There must be some other router settings to update/change in order to get the port forwarding working to enable a successful connection to the video web server, but I am stumped. Very grateful for any suggestions as to how to get this working properly.
    Thanks in advance...

    The firewall log can be configured on the third tab in the window for the firewall settings, where you can turn the firewall on and off completely.
    From your tests, though, it does not seem to be the firewall. However, to be sure, it would be good to check the log. It will help to eliminate the firewall as the culprit and you may find it handy in the future, too. ;-) Just don't forget to turn the log off again after you are done because it may cause some performance penalty on your system while on.
    From what you write, it seems as if I should give a little networking background on the ip addresses you'll see. Your setup is (or should be) a modem connected to the WAN/Internet port of the WRT. The computer is connected into a LAN port of the WRT.
    Your router has two IP addresses (that's what makes it a router): a WAN address and a LAN address. The WAN address is the address assigned by the ISP. It is a normal internet IP address. Everyone is able to send packets to this IP address. The WAN address is the one reported by whatismyipaddress.com, it should be listed in the dyndns record and it is the address that your router shows on the Status page. It's the public IP address of your router. Dyndns maps your dyndns.org name to that IP address.
    Your router also has an IP address on the LAN side. You can configure it to be whatever you want. The default is 192.168.1.1 with netmask 255.255.255.0 and it is better to leave it like that or at least inside the network 192.168.*.*. 192.168 is a special, reserved IP address range for private networks. Basically, routers in the internet are not supposed to forward addresses in this range. That makes them suitable for private LANs as the packets never can get anywhere. Most people using Linksys routers have there LAN in 192.168.1.*.
    The router acts as gateway, which means it forwards packets from PCs in the LAN to the internet and back. As all your PCs in your LAN share a single WAN IP address, the gateway does address translation (NAT). This works only in one direction: from the inside to the outside. The router remembers when a PC in your LAN sends something out and accepts the responses in and sending them back to the PC. If something comes in from the internet which cannot be associated with a ongoing communication the packet is dropped unless you use port forwarding.
    All computers in your LAN either have a static IP address assigned or use DHCP to get it automatically. The router has a DHCP server as well which gives out IP address from 192.168.1.100-149 if not changed. With a router with default settings static IP addresses can be in the range of 192.168.1.2-99 and 150-254.
    ipconfig /all reports your IP address in your LAN, i.e. an address 192.168.1.*. The gateway in this output should be 192.168.1.1 which is your router. And packet no in the LAN address range 192.168.1.* is send to the router which forwards the packets into the internet.
    An address 192.168.1.* should not appear as internet address in the Status page of the router nor should it appear at dyndns.
    Port forwarding is used to operate a server in the LAN. By default, a server in the LAN cannot be reached from the internet. You have to configure port forwarding for this. You configure that traffic bound for a specific port (e.g. TCP port 80 for http) on your WAN IP address is forwarded to the same port on a specific LAN IP address. If your server runs on 192.168.1.50 than traffic to your WAN IP address port 80 is forwarded to 192.168.1.50 port 80. That way your HTTP server can be reached from the internet. As you can only configure a fixed IP address in port forwarding it is recommended that the server uses a static IP address and not DHCP as in the latter case the IP address may change over time...
    O.K. so much for networking. I hope that makes things a little clearer and you can verify that your setup is how it is intended to be.
    I suggest the following: on the router's security page there is an option to block WAN requests. Remove the check if it is set (meaning: do not block). After you did that change you should be able to ping your WAN address (e.g. ping xxxx.dyndns.org) from the internet. That way we know that it is on the correct address.
    Also on the Administration page make sure that remote management is disabled (should be like that per default) or that the management port is NOT 80 but for example 8080. What is your your UPnP settings on the same page?
    O.K. that should be enough for the moment...

  • Response from Tomcat Server slow and Invariable to JSP

    Hello,
    I have developed an application which is an INTRANET PORTAL in advanced java. My database is MySQL and Server is Tomcat V5.5
    The problem is server response is very slow and sometimes it stops responding, also when I try accessing it from remote machine I don't get response from my server.
    Please help...
    Thank and Regards

    since you posted to web server forum, i have to also add that web server 7 bundles a tomcat like web container within and can be used for your web serving needs. you can download web server 7 from http://www.sun.com/webserver

  • "This message may not have been delivered to User Name because there was no response from the server." in IM chat

    Hello All, 
    Sometime users are getting below error message on the IM windows when they having P2P IM Chat. 
    "This message may not have been delivered to User Name because there
    was no response from the server."
    I can see below error on the Lync 2013 Monitoring page. 

    Hi,
    Please make sure all required ports have been allowed. You can verify that all ports are open can accepting connections using telnet.
    Telnet from External Client:
    Test to SIP.domain.com 443/SIP
    Test to WebConf.domain.com 443/PSOM
    Test to AV.domain.com 443/STUN
    Telnet from Lync 2013 Edge:
    Telnet to Pool.domain.com 5061/SIP
    Telnet from Lync 2013 Pool:
    Telnet to LyncEdge.domain.com 5061
    Telnet to LyncEdge.domain.com 443
    Telnet to LyncEdge.domain.com 5062
    Telnet to LyncEdge.domain.com 4443
    Telnet to LyncEdge.domain.com 8057
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • An FTP Error occured - cannot make connection to host. No response from the server

    "An FTP Error occured - cannot make connection to host. No response from the server".
    As of today this is all i get when trying to connect to every single ftp account i have. It's not the server cause it's every one and there is several different. Tried passive and non-passive same result. I've connected fine with other FTP clients. So this must be another dreamweaver bug. Anyone know what to do?

    Very hard to diagnose these problems, particularly as you can connect using a 3rd party program.
    See if the 'timeout' issue could be at play here:
    http://forums.adobe.com/message/708941#708941

  • Unable to read SEARCH response from backend server

    Currently we have problem when searching huge amounts of users against new SunOne Directory Server v6.3
    in production and acceptance.
    [17:12:43] root@ecdiala03-2[!]# /opt/app/sun/ds6/bin/dsadm -V
    [dsadm]
    dsadm : 6.3 B2008.0311.0058 NAT
    [slapd 64-bit]
    Sun Microsystems, Inc.
    Sun-Java(tm)-System-Directory/6.3 B2008.0311.0058 64-bit
    ns-slapd : 6.3 B2008.0311.0058 NAT
    Slapd Library : 6.3 B2008.0311.0058
    Front-End Library : 6.3_MTR_5087249_1_20081209 B2008.1210.1821
    ==============================================================
    It’s not working while searching huge amounts of users against DPS.However, It’s working while searching huge amounts of users against DS.
    Below is the error from access log of DPS when the problem occurred.
    ==================================
    31/Mar/2009:14:08:17 +0200] - CONNECT - INFO - conn=4565433 client=153.88.247.15:2719 server=ecdiala03-1:389 protocol=LDAP
    [31/Mar/2009:14:08:17 +0200] - PROFILE - INFO - conn=4565433 assigned to connection handler cn=default connection handler, cn=connection handlers, cn=config
    [31/Mar/2009:14:08:17 +0200] - OPERATION - INFO - conn=4565433 op=0 BIND dn="uid=itimadm1,ou=system accounts,o=ericsson" method="SIMPLE" version=3
    [31/Mar/2009:14:08:17 +0200] - SERVER_OP - INFO - conn=4565433 op=0 BIND dn="uid=ITIMADM1,ou=system accounts,o=Ericsson" method="SIMPLE"" version=3 s_msgid=17 s_conn=ecditna03-2:72725
    [31/Mar/2009:14:08:17 +0200] - SERVER_OP - INFO - conn=4565433 op=0 BIND RESPONSE err=0 msg="" s_conn=ecditna03-2:72725
    [31/Mar/2009:14:08:17 +0200] - PROFILE - INFO - conn=4565433 assigned to connection handler cn=BindDone,cn=connection handlers,cn=config
    [31/Mar/2009:14:08:17 +0200] - OPERATION - INFO - conn=4565433 op=0 BIND RESPONSE err=0 msg="" etime=0
    [31/Mar/2009:14:08:17 +0200] - OPERATION - INFO - conn=4565433 op=1 msgid=2 SEARCH base="ou=External,o=Ericsson" scope=2 filter="(objectclass=inetorgperson)" attrs="*"
    [31/Mar/2009:14:08:17 +0200] - SERVER_OP - INFO - conn=4565433 op=1 SEARCH base="ou=external,o=ericsson" scope=2 filter="(objectclass=inetorgperson)" attrs="*" s_msgid=18 s_conn=ecditna03-2:72725
    [31/Mar/2009:14:12:25 +0200] - OPERATION - INFO - conn=4565433 op=1 SEARCH RESPONSE err=1 msg="Unable to read SEARCH response from backend server : Timeout when waiting to read from input stream" nentries=33959 etime=248309
    [31/Mar/2009:14:17:25 +0200] - DISCONNECT - INFO - conn=4565433 reason="other" msg="Exception caught while polling client connection LDAP.153.88.247.15.2719 -- java.io.IOException: Connection reset by peer"
    ================================
    >>
    > > [15:12:29] root@ecdiala03-1[!]# ./dpadm -V
    > >
    > > [dpadm]
    > >
    > > dpadm :
    > >
    6.3_PD_COMBO_CUMULATIVE_VIRTUAL_15112008_ED2.0+6774589+6780423+6778308+6782659_2
    > > B2008.1212.0459 NAT
    > >
    > >
    > >
    > > [DPS]
    > >
    > > Sun Microsystems, Inc.
    > >
    > >
    Sun-Java(tm)-System-Directory-Proxy-Server/6.3_PD_COMBO_CUMULATIVE_VIRTUAL_15112008_ED2.0+6774589+6780423+6778308+6782659_2
    > > B2008.1212.0436
    > >
    > > =================

    We have changed the value of data-source-read-timeout in DPS from 20s to 30m.As per application test, the "time out" error has gone, but we get a new error as following.
    ==========================
    [27/Apr/2009:05:28:36 +0200] - SERVER_OP - INFO - conn=209469 op=8 SEARCH base="ou=internal,o=ericsson" scope=2 filter="(objectclass=ericssonInternal)" attrs="EriCA-AttesterNL EriCA-EmploymentForm EriCA-KeyRecoveryNL-Auth EriCA-NL-Auth EriCA-NLOTP-Admin EriCA-NLOTP-User EriCA-accountExpires c cn departmentNumber description displayName eriCompanySynch eriCountry eriCountryCode eriEmployeeStatus eriExpired eriIsManager eriMasterDomain eriOpOrgUnitAbbreviation eriOpOrgUnitIdentifier eriOpOrgUnitName eriOperationalManager eriPartner eriPartnerTrigram eriPwSynchDate eriSignType eriSignum eriSignumStatus facsimileTelephoneNumber givenName isMemberOf l mail memberOf mobile objectClass ou sametimebrowseldap sametimehomeserver sametimeuser smChallResp smDisabled smXauthRADIUSServer sn telephoneNumber title uid uidNumber " s_msgid=27 s_conn=ecditna03-2:8645
    [27/Apr/2009:06:06:23 +0200] - SERVER_OP - INFO - conn=209469 op=8 SEARCH RESPONSE err=0 msg="" nentries=236367 s_conn=ecditna03-2:8645
    [27/Apr/2009:06:06:23 +0200] - OPERATION - INFO - conn=209469 op=8 SEARCH RESPONSE err=0 msg="" nentries=236367 etime=2266483
    [27/Apr/2009:06:11:27 +0200] - DISCONNECT - INFO - conn=209469 reason="other" msg="Exception caught while polling client connection LDAP.153.88.247.15.4862 -- java.io.IOException: Connection reset by peer"
    ================
    Each time while application client (153.88.247.15) connecting DPS to read, they will exit with “connection reset” error.
    Could you please kindly give us some suggestion if this error is realted to the DPS?

  • Getting response from a server

    im working on a simple smtp mail sender and i want to get responses to the commands that i post to the DataOutputStream. in all examples on java.sun.com and the net, there is a while block used for reading response from the server.
    while((c=is.read()) != -1)
    sb.append((char)c);
    this code did not work on my application, i changed a bit like below:
    /**Get a response from server */
    private String getResponse() throws IOException {
    int CR = 0, LF = 0;
    int c;
    char ch;
    int count = 0;
    StringBuffer sb = new StringBuffer();
    while (true) {
    c = is.read();
    count++;
    ch = (char) c;
    if (c == -1) {
    break;
    else if (ch == '\r') {
    CR = count;
    else if (ch == '\n') {
    LF = count;
    if (LF - 1 == CR) { //CRLF seen
    sb.append(ch);
    break;
    sb.append(ch);
    return sb.toString();
    and i use this function in my code as
    os.write( ("QUIT\r\n").getBytes());
    System.out.println("QUIT : " + getResponse());
    this works, because it returns a single line that has a CRLF at the and of line, but if i want to read multi-line responses like greeting messages, i tried to change the code as on the examples like:
    /**Get a response from server */
    private String getResponse() throws IOException {
    int c;
    StringBuffer sb = new StringBuffer();
    while((c=is.read()) != -1)
    sb.append((char)c);
    return sb.toString();
    this code does not work, because i cannot reach the end of stream. i want to post one command and get one response for that command.
    how an algorithm i can develop to solve this problem?
    thanks for all help.

    i changed the code and it's working well now:
    /**Get a response from server */
    private String getResponse() throws IOException {
    int c;
    if((c=is.read()) != -1) {
    byte[] b = new byte[is.available()];
    StringBuffer sb = new StringBuffer();
    is.read(b);
    sb.append((char)c);
    for(int i=0; i<b.length; i++) {
    sb.append((char)b);
    return sb.toString();
    return "";
    if you directly use is.available() when there is no response currently available, it returns 0. we wait for the first character of server response, and then use is.available(). thanks to Kay_Kadner for the idea.
    (im a newbie, and dont know how to convert byte[] to String, tried b.toString() but only got meaningless values)

  • ERROR - No Response from application server

    Hi all,
    i'm hitting this error in my application server, i search and read some posts in this forum regarding the same subject, but, the only answer i got is "shutdown app server and start again"
    It's very important that i understand and correct what is origin of this error , so i decided to create a new post.
    My environment.
    Oracle Application Server 9.0.4 (10g) under windows 2003.
    Several users, from serveral applications reported then got "No Response from application server".
    Here's what i got from logs:
    WebCache (event.log)
    [28/Sep/2007:15:37:07 +0100] [warning 14014] [ecid: 4522403843773,0] Receive request from origin server times out.
    [28/Sep/2007:15:37:07 +0100] [error 11364] [ecid: 4642662928061,0] Network error response is returned.
    [28/Sep/2007:15:37:07 +0100] [error 11364] [ecid: 4522403843773,0] Network error response is returned.
    [28/Sep/2007:15:37:12 +0100] [detail] [ecid: 4333425287762,0] [client: 10.41.6.31] [host: bb-9ias] [url: /cotacoes/acor_cotConsPed.jsp]
    [28/Sep/2007:15:37:12 +0100] [warning 14014] [ecid: 4333425287762,0] Receive request from origin server times out.
    [28/Sep/2007:15:37:12 +0100] [error 11364] [ecid: 4333425287762,0] Network error response is returned.
    [28/Sep/2007:15:37:14 +0100] [detail] [ecid: 4711382411904,0] [client: 10.40.51.10] [host: bb-9ias] [url: /wf_prod/acor_agendaNovasColoc.jsp?jboEvent=Sort&'pFlgDadosPesq=&'pFlgComPesq=&'pFlgEspPesq=&'pFlgGerPesq=&'pFlgTempoPesq=&'pRamoPesq=&'pDataPesq=&'pEscPesq=&'U
      iNome=&'pMediadorNome=&'pEstPesq=&'jboEventVo=AgendaProcVO&'amId=Bc4jModule&'pParamSort=MED_NOME&'pSort=asc]
    [28/Sep/2007:15:37:14 +0100] [warning 14014] [ecid: 4711382411904,0] Receive request from origin server times out.
    [28/Sep/2007:15:37:14 +0100] [error 11364] [ecid: 4711382411904,0] Network error response is returned.
    [28/Sep/2007:15:37:27 +0100] [detail] [ecid: 4402144779094,0] [client: 10.44.1.48] [host: bb-9ias] [url: /wf_prod/acor_editaProc.jsp?proc=61063&'dt=1190990239312&'pFlgDadosPesq=&'pFlgComPesq=&'pFlgEspPesq=&'pFlgGerPesq=&'pFlgTempoPesq=&'pRamoPesq=&'pDataPesq=&'pEscP
      sq=&'UtiNome=&'pMediadorNome=&'pEstPesq=Emissão%20de%20Titulares&'pSort=desc&'pParamSort=PRO_DAT_INICIO&'linha=2]
    [28/Sep/2007:15:37:27 +0100] [warning 14014] [ecid: 4402144779094,0] Receive request from origin server times out.
    [28/Sep/2007:15:37:27 +0100] [detail] [ecid: 4608303209302,0] [client: 10.40.62.8] [host: bb-9ias] [url: /cotacoes/acor_cotRamos.jsp?pTime=1190989207512&'pKey=31094&'jboEvent=Mostra%20Ramo%20L&'ecra=consCot&'PrId=37412&'PedCompanhia=CSA&'PedTipo=C&'SitCodigo=2&'Sit
      escr=Em%20Execução&'PedNumero=&'PedMediador=&'EscDireccao=&'EscZona=&'EscEscritorio=&'PedNome=&'PedDataI=&'PedDataF=&'pRamCodigo=&'pSitCodigo=&'Code=&'pParamSort=null&'pSort=null&'value=null&'RamCodigo=9&'RamDescr=Multi-Riscos%20Comercio%20(MP%20Negócio)]
    [28/Sep/2007:15:37:27 +0100] [warning 14014] [ecid: 4608303209302,0] Receive request from origin server times out.
    [28/Sep/2007:15:37:27 +0100] [error 11364] [ecid: 4608303209302,0] Network error response is returned.
    [28/Sep/2007:15:37:27 +0100] [error 11364] [ecid: 4402144779094,0] Network error response is returned.
    [28/Sep/2007:15:37:45 +0100] [detail] [ecid: 4007007807211,0] [client: 10.40.15.7] [host: bb-9ias] [url: /ConsultaSinistros/DadosSubSin.jsp?nid_claim=351017&'vn_claim=9001151241&'tstamp=1190990264562]
    Apache (error.log)
    [Fri Sep 28 15:37:45 2007] [error] [client 10.42.48.237] [ecid: 4007007807211,1] MOD_OC4J_0080: After calling Apache's ap_bwrite(), got
    an return value: -1 and the client could have aborted in the middle of receiving the chunk data.
    [Fri Sep 28 15:37:45 2007] [error] [client 10.42.48.237] [ecid: 4007007807211,1] MOD_OC4J_0058: Failed to handle response chunk data passed
    in from oc4j via ajp13.
    [Fri Sep 28 15:37:45 2007] [error] [client 10.42.48.237] [ecid: 4007007807211,1] MOD_OC4J_0035: After handling ajp13 response message,
    got an invalid value: -2.
    [Fri Sep 28 15:37:45 2007] [error] [client 10.42.48.237] [ecid: 4007007807211,1] MOD_OC4J_0121: Failed to service request with network
    worker: oc4j_consultasinistros_15 and it is not recoverable.
    [Fri Sep 28 15:37:45 2007] [error] [client 10.42.48.237] [ecid: 4007007807211,1] MOD_OC4J_0013: Failed to call destination: oc4j_consultasinistros's
    service() to service the request.
    [Fri Sep 28 15:37:55 2007] [error] [client 10.42.48.237] [ecid: 9418666609387,1] MOD_OC4J_0080: After calling Apache's ap_bwrite(), got
    an return value: -1 and the client could have aborted in the middle of receiving the chunk data.
    [Fri Sep 28 15:37:55 2007] [error] [client 10.42.48.237] [ecid: 9418666609387,1] MOD_OC4J_0058: Failed to handle response chunk data passed
    in from oc4j via ajp13.
    [Fri Sep 28 15:37:55 2007] [error] [client 10.42.48.237] [ecid: 9418666609387,1] MOD_OC4J_0035: After handling ajp13 response message,
    got an invalid value: -2.
    [Fri Sep 28 15:37:55 2007] [error] [client 10.42.48.237] [ecid: 9418666609387,1] MOD_OC4J_0121: Failed to service request with network
    worker: OC4J_FerrProdutividade_13 and it is not recoverable.
    [Fri Sep 28 15:37:55 2007] [error] [client 10.42.48.237] [ecid: 9418666609387,1] MOD_OC4J_0013: Failed to call destination: OC4J_FerrProdutividade's
    service() to service the request.
    [Fri Sep 28 15:38:34 2007] [error] [client 10.42.48.237] [ecid: 9298407565065,1] MOD_OC4J_0080: After calling Apache's ap_bwrite(), got
    an return value: -1 and the client could have aborted in the middle of receiving the chunk data.
    [Fri Sep 28 15:38:34 2007] [error] [client 10.42.48.237] [ecid: 9298407565065,1] MOD_OC4J_0058: Failed to handle response chunk data passed
    in from oc4j via ajp13.
    [Fri Sep 28 15:38:34 2007] [error] [client 10.42.48.237] [ecid: 9298407565065,1] MOD_OC4J_0035: After handling ajp13 response message,
    got an invalid value: -2.
    [Fri Sep 28 15:38:34 2007] [error] [client 10.42.48.237] [ecid: 9298407565065,1] MOD_OC4J_0121: Failed to service request with network
    worker: OC4J_FerrProdutividade_13 and it is not recoverable.
    [Fri Sep 28 15:38:34 2007] [error] [client 10.42.48.237] [ecid: 9298407565065,1] MOD_OC4J_0013: Failed to call destination: OC4J_FerrProdutividade's
    service() to service the request.
    [Fri Sep 28 15:38:37 2007] [error] [client 10.42.48.237] [ecid: 8954810184060,1] MOD_OC4J_0080: After calling Apache's ap_bwrite(), got
    an return value: -1 and the client could have aborted in the middle of receiving the chunk data.
    [Fri Sep 28 15:38:37 2007] [error] [client 10.42.48.237] [ecid: 8954810184060,1] MOD_OC4J_0058: Failed to handle response chunk data passed
    in from oc4j via ajp13.
    some thoughts ...This error is not happening consistently, it triggers near the end of month ,naturally the amount of requests in the end of month is higher .. am i hitting som e limit ?
    Best Regards
    Rui Madaleno

    Network error response is returned.
    hi all,
    i'm hitting this error in my application server, i search and read some posts in this forum regarding the same subject, but, the only answer i got is "shutdown app server and start again"
    My environment.
    Oracle Application Server 9.0.4 (10g) under solaris 9.
    Several users, from serveral applications reported then got "No Response from application server".
    Here's what i got from logs: LOGS event_log WEBCACHE
    [08/Oct/2008:11:59:37 -0430] [detail] [ecid: 101795743162,0] [client: 172.19.1.120] [host: shcontingencia:7778] [url: /forms90/l90servlet;jsessionid=ac13041fce663ec96491934459ca516f5215b31fb0c.qQvxpQTOokTBnkTxok4UaNaKaxD3lN4RawSLcgSO-xaL-xbzmQnAnwSLak8RnhfzbNqKc2SHc30Ka2bvmRbzp3zD-BbCmQXIr6zInQjImQzv8N8Sc38MbNmLa2b48OX3b4DteyztfAXMplaxn6jAmljGr5XDqQLvpAe_]
    [08/Oct/2008:11:59:37 -0430] [warning 14003] [ecid: 101795743162,0] Error while receiving response from the origin server
    [08/Oct/2008:11:59:37 -0430] [error 11364] [ecid: 101795743162,0] Network error response is returned.
    [08/Oct/2008:12:50:55 -0430] [detail] [ecid: 88913989443,0] [client: 172.19.1.39] [host: shcontingencia:7778] [url: /forms90/l90servlet;jsessionid=ac13041fce67b31f32050664119ba348b92e845aaa4.qQvxpQTOokTBnkTxok4UaNaKaxD3lN4RawSLcgSO-xaL-xbzmQnAnwSLak8RnhfzbNqKc2SHc30Ka2bvmRbzp3zD-BbCmQXIr6zInQjImQzv8N8Sc38MbNmLa2b48OX3b4DteyztfAXMplaxn6jAmljGr5XDqQLvpAe_]

  • EVDRE encountered error retrieving the data from web Server

    Hi,
    I know this is the common/generic error message, following is our scenario:
    We installed BPC NW 7.5 on our production box and configured F5 load balancing for two .NET servers.
    We are getting the error "EVDRE encountered error retrieving the data from web Server"when we run the report EVDRE on APSHELL (original Appset). This is the fresh installation:
    The workaround "Clear Local application information". Even this works only sometimes.
    Is there anything else we should have configured on using two .NET servers?
    Please suggest.
    Thanks

    hi Nagesh sorry for the delayed reply..
    We changed some of the parameters at F5 switch like sticky time, timeout..
    And the MDXPARSER connection to one of out application server was failling, thats why we did not had this issue consistently.
    When ever the request goes to that app server fails. It took a lot effort to notice this since we were assuming the F5 switch was only causing the issue.
    Thanks

  • How to decrease timeout value when there is no response from BOE server?

    We are using BOE XI R2 .NET SDK to logon BOE XI R2 Server as below as well as using Infoview/CMC logon BOE:
    set boSessionManager = Server.CreateObject("CrystalEnterprise.SessionMgr")
    set boEnterpriseSession = boSessionManager.Logon(boUserID, boPassword, boCMS, boAuthType)
    There is no response for long time from BOE server after I excuting log on BOE using .NET SDK or Infoview/CMC App for more than one minute.
    So I want to timeout the logon atction after a certain time such as one minute if there is no response from BOE server.
    My question comes:
    1. What is the default timeout value for this operation?
        Where can I find it and how to modify it?
    2. I found ther are some registry keys on .NET APP Server:
        HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Report Application Server\InprocServer\EnterpriseRequestTimeout
        HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Report Application Server\Client SDK\CorbaAdapter\WaitReplyTimeout
    Are they for the action timeout I mentioned above? If not, what do they work for?
    It seems that WaitReplyTimeout is for report data retrieval timeout according to Kbase article 1199286 and which registry setting to change for long running reports, is it correct?
    Thanks for any response.
    Thanks,
    Sunny

    I don't think there is a setting available for this.  The timeouts you are looking at are essentially how long to wait for a report to process.
    My concern about trying to find a setting like this is that if you do get the client (aka SDK) to timeout after one minute, the CMS may still recieve this request shortly after and logon, creating a session that no longer has a handle to it and will then have to wait for it to timeout because of inactivity which would tie up a license.

  • Error - no response from the server

    Attempting to upload my first file (18,888 KB) to the acrobat.com server with this consistent error message: 
    "Error: Acrobat did not get a response from the server.  Try again later or contact your system administrator."  When I cancel the message after a retry, the following message appears: "The following files were not uploaded due to an unknown error."
    Support yesterday indicated to restart my machine - same result.  A bit desperate to get this up and running since I like the whole concept of sharing and presenting  technical information.  Help!
    Charles

    Did you ever figure out a solution to this problem?  I am getting the same message and can't figure out how to fix it.  Thanks!

  • No Response From Application Server - Oracle 10g

    I am Using Oracle 10g Application server.
    When running a transaction (query to the DB) sometimes it takes more than the "x" session.timeout minutes seted.
    Then 'No Response From Application Server ' error message comes out.
    I don`t want to increase the session.timeout minutes because i do want it to work in other issues. The thing is that i don`t want the session to be terminated when waiting for the response from the DB.
    How can i overcome this?
    Thanks

    Thanks for answering...
    Sorry, i`m new in this. I`m using j2EE technology.
    The thing is that i was trying to do a page that prints a loading... while waiting for the response from the DB, but when it comes the resultset, and i redirect to another servlet to print the results, an illegalStateException came out (the response has already made the commit).
    So i was thinking maybe there was a solution for the application to know that the query is being made in the DB(and that the app/session isn`t stopped).
    Maybe with another driver? now i`m trying the ojdbc14.jar.
    Or maybe in J2EE I can do a page that self reloads every "x" minutes while waiting for the response from the DB as you said and when it comes prints it ?
    Thanks a lot
    Andres

Maybe you are looking for

  • Data getting duplicated on B2B

    We are having a strnage issue of data getting duplicated on B2B, when a inbound transaction is received by TP for 2 of the Vendors we are seeing that the data is getting duplicated but the same Document Defination is being used by a 3rd trading partn

  • Where can I download the latest MAX Software

    My current Version of MAX is 2.0.3.17 Is there any newer version available, and where can I find (download) it. Thanks Mr.Pe

  • My nokia e71 stuck up most of the time?

    hiya!        my phone stuck up most of the time so then the only solution is to take the battery out and then put it in..  is there any other solution for this problem, and is there any problem with the nokia e71 antenna system , because the signals

  • High quality images in a fast-loading site?

    Hello-- great forum! New to mac and never going back. my newly redone site made using iweb08 and hosted at .Mac is www.theknittingmachine.com I am a sculptor, and so I WANT people to download my images, share them, publish them, lecture about them, p

  • Mail 3 - Strange Behaviour

    Hi everyone, Last night I've made a backup using Time machine and I've also installed Growl application (with mail support), which I uninstalled 5min after (using the provided script) Today, I tried to launch apple mail but nothing happen. To be more