Setting application time outs in OC4J

Our application is deployed in OC4J (Candidate Release). It all works fine except for a small problem. if the application is left running and is accessed from the browser and left alone in the browser for abt 10 mins, and then we proceed we get a null pointer exception. Now we realise that this is a time out problem which occurs in OC4J. Now is there ne way to set up application level timeouts in OC4J ? This would be rather useful :-)
cheers
Karthik

Hi Karthik,
I don't know the answer to your question but there are two Web
sites that have the OrionServer documentation available:
http://www.orionserver.com/docs/index.html
http://kb.atlassian.com/content/orion/docs/
Hope This Helps,
Avi.

Similar Messages

  • BPC: SOA and setting connection time outs in BPC

    Hi All,
    can any one explain SOA architecture of BCP and how it improves performance?
    My understanding of SOA arcitecture is it breaks down large application into small modules called services.
    Here what are the services it is refering to?
    And in SOA arcitecture, is the client connected to server only when it requests for a service and connection terminates after the service is provided?
    If that is the case, what is the need for setting connection time outs to improve BPC performance.
    Any Help is Greatly appreciated.
    kranthi kumar

    SOA = services oriented architecture
    is a method for systems development and integration where functionality is grouped around business processes and packaged as interoperable services. SOA also describes IT infrastructure which allows different applications to exchange data with one another as they participate in business processes. The aim is a loose coupling of services with operating systems, programming languages and other technologies which underlie applications.[1] SOA separates functions into distinct units, or services[2], which are made accessible over a network in order that they can be combined and reused in the production of business applications.[3] These services communicate with each other by passing data from one service to another, or by coordinating an activity between two or more services. SOA concepts are often seen as built upon, and evolving from older concepts of distributed computing[3][2] and modular programming.
    So SOA is not implemented for performances reason and it is more for integration.
    Regards
    Sorin Radulescu

  • Application times out or just stops working during publication

    I just installed Presenter 9.0 (64 bit).  I am trying to publish to pdf  (an interactive pdf) from existing PowerPoint files. Almost always the application times out before it completes the pdf.  Sometimes it just shuts down quickly.  I can generally get the pdf if I reverse the PowerPoint format, i.e. change a ppt to a pptx after it has timed out once.  Any thoughts?

    Hi,
    Could you please share the problematic pptx file with me ?
    Inbox me at [email protected]
    Thanks
    Alpi Agarwal
    Adobe Presenter Engineering Team

  • Webdynpro application time out in portal

    Hi all,
    I am trying to perform a batch of process in my webdynpro application.
    I selected 100 records in my view  which are displayed in a table ,for updateding..
    Upon selction of these 100 recoreds and on click of submit it is giving portal
    time out after a few seconds..
    where the problem can be??Is it in front view(webdynpro code means giving the selected records as input to the function module) or at the backend(mesns at BAPI's)
    Can anyone please tell me where problem might be  ??
    Regards
    Padma N

    Hi all,
    I am trying to perform a batch of process in my webdynpro application.
    I selected 100 records in my view  which are displayed in a table ,for updateding..
    Upon selction of these 100 recoreds and on click of submit it is giving portal
    time out after a few seconds..
    where the problem can be??Is it in front view(webdynpro code means giving the selected records as input to the function module) or at the backend(mesns at BAPI's)
    Can anyone please tell me where problem might be  ??
    Regards
    Padma N

  • High number of "The connection has timed out" errors. Where do I set the time out period (variable and file name) - windows 7

    I usually use a wireless network at home and have very few time out problems with Firefox.
    I am travelling and using Optus Wireless broadband where the average ping to a site is 700+ms .
    I suspect that this is the cause of the high number of timeouts I am experiencing.
    Optus say there are no problems so I think I will have to set the timeout to a longer period.
    Please advise what variable name/s (and in which file) the timeout is set for LOADING PAGES.
    Thanks in anticipation.
    Greg Atkinson.
    By the way the same is happening in IE8
    and on many sites other than the Yahoo one below.
    ================Full Error Page ==============
    URL is http://au.mg4.mail.yahoo.com/dc/launch?.gx=1&.rand=81jkv757qfdqt
    =========================================
    The connection has timed out
    The server at au.mg4.mail.yahoo.com is taking too long to respond.
    * The site could be temporarily unavailable or too busy. Try again in a few moments.
    * If you are unable to load any pages, check your computer's network connection.
    * If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

    Having the same problem 4 out of 5 times I try to navigate to a new site I get the error "connection has timed out".
    My I phone works fine on the same wireless connection so it must be something to do with the computer. The problem occurs on IE, firefox, and google chrome.
    I too would like to know how to how to either fix this problem or failing that to extend the length of time before the connection times out (which is currently only about 5 seconds).
    Please help!
    Thanks in advance

  • Setting a time out limit for OBIEE Queries

    Hi Experts,
    I am using OBIEE 11g. I have a scenario where I have to cancell a query if the query runs for more than 15 mins to fetch the data. The requirement is if the query takes longer than 15 mins the query to the database should be cancelled and in the OBIEE answers it should show the query cancelled message. Even if we are not able to show the exact message in answers is fine. But the front end and backend query must be cancelled after running for 15 mins.
    Any help on this would be highly appreciated. Thanks in Advance.
    Satyabrat

    Hi,
    Please try the following:
    Add the below code in instanceconfig.xml
    To set time to expire for Idle Oracle BI Presentation services Client connections.
    <ConnectionExpireMinutes>Number of Minutes</ConnectionExpireMinutes>
    Setting the Time to Expire for Oracle BI Presentation Services Client Sessions
    <ClientSessionExpireMinutes>Number of Minutes</ClientSessionExpireMinutes>
    And also try in RPD
    Go to Manage-->Identity-->Application Roles
    Select the ROLE and click on the permissions tab.
    In the next wizard go to the “Query limits” tab.
    Against the database row set the following values
    Max Time Minutes=20
    Status Max Time=Enable
    For Custom messages for the error message:
    Find error webmessage template and rewrite it in customMessages. For example:
    <WebMessage name="kmsgCatalogAccessDenied" exception="true">
    <TEXT>Отказ в доступе на <sawm:param insert="2"/> пользователю <sawm:param insert="3"/> по пути <sawm:param insert="1"/>.</TEXT>
    </WebMessage>
    Found this in catalogmessages.xml. Then I created file custommessages.xml in msgdb\customMessages:
    <?xml version="1.0" encoding="utf-8" ?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
    <WebMessageTable system="CustomMessages">
    <WebMessage name="kmsgCatalogAccessDenied" exception="true"><TEXT>Some other error message</TEXT></WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    It's possible not to show error message code.
    There are a lot of perfect examples in the documentation.
    Also Please refer the below link:
    http://sranka.wordpress.com/2008/05/23/style-sheet-changes-custom-look-and-feel-in-obiee/
    This should resolve your problem
    Regards
    MuRam

  • Windows Handheld application Time out issues.

    How to Handle Windows Handheld Application idle time out issues.

    For your reference I found something interesting stuff:
    http://www.hjgode.de/wp/2011/07/04/wm-6-5-remote-desktop-client-disconnects-after-10-minutes/comment-page-1/
    and a blog:http://blogs.msdn.com/b/raffael/archive/2009/09/11/remote-desktop-mobile-rdp-client-disconnects-after-10-minutes-of-inactivity.aspx
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Need help in setting connection time out in Oracle 9i

    My firewall is causing problems in that it is causing me to have timeout problems when tyring to start my Oracle 9i database.
    The best solution is to reset my connect_timeout taht is to be found in listener.ora. But this has been replaced by initial_retry_timeout (I think) for Oracle 9i.
    initial_retry_timeout is to be found in sqlnet.ora in
    C:\oracle\ora90\networkADMIN\SAMPLE
    it is set to 30
    #name.initial_retry_timeout = 30
    There is another sqlnet.ora file in C:\oracle\ora90\network\ADMIN all these contains is:
    # SQLNET.ORA Network Configuration File: C:\oracle\ora90\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
    I added the following line to this file restarted my PC but time out still took 30 secs.
    I dont have much experience of databases apart from writing sql and store procedures.
    So I have no idea apart from pure guess work in trying to sort thsi problem out.
    Thanks for any help.
    Tony
    names.initial_retry_timeout = 5

    You do not indicate whether you are using the Oracle Names server. The names.initial_retry_timeout tells Oracle Net how long to wait, in seconds, for a response from an Oracle Names server before it attempts the next in your preferred list. You indicated, however, that you were having a problem with your firewall. The only connection this setting has with a firewall is that the firewall may be causing the connection to the Oracle Names server to timeout. If that is your problem, then adjust the value of this parameter to increase or decrease the delay before Oracle Net attempts the next server in your preferred list. If, on the other hand, your problem is in connecting to a database, then this parameter will have no effect.
    What I do not understand is how your firewall can cause problems with starting your database. Is this a software firewall running on your PC? If so, what program is it? You should be able to setup a rule in the firewall software to permit the connection.
    Kind Regards,
    Russ Cannon

  • Application time out

    Hi Experts,
    We have a requirement in which we have to give the option to customer to set application timeout according to there requirement.
    We have webdynpro application.
    Could you please tell me how we can achieve this.
    Thanks,
    Sudhanshu

    full solution it is only possible using JScript
    samples:
    SAP Network Blog: Portal user idle timeout using dialog windows - Client side solution
    /people/santhosh.lingaraju/blog/2008/11/05/portal-user-idle-timeout-using-dialog-windows--client-side-solution
    HOWTO handle portal user idle timeout
    http://wiki.sdn.sap.com/wiki/display/EP/EPSnippet-Portaluseridletimeoutforlogoff-custom+javascript
    and step by step solution and explanation:
    SAP Portal User Idle Timeout using JavaScript and YUI 3 (Yahoo User Interface)
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/309379b6-bb9b-2d10-feb1-91f2a7078574?quicklink=index&overridelayout=true
    hope it helps

  • Portal Application times out.

    I have developed a portal application on EP6 SP2 on windows.
    Everything works fine, except we are getting intermittent
    runtime errors. It appears as if the component has been
    removed from memory. This happens after a variable amount
    of time. It appears to happen more frequently
    when there are more users testing the application simultaneously.
    There are RFC calls to te R3 back end, but it is not only these
    that fail.
    Any suggestions?

    Dirk,
       take a look at the following post.
    Re: Sporadic error when getting data from Bean

  • Set time out for single webservice in NWDS 2004s

    hai,
      i created webservices for session bean.created webservices are consumed by webdynpro client.
    when the webdynpro client consuming it.if the response takes more than 60 sec the webservices are timed out so i want to set the time out for my webservice.
    how can i set the time out (more 60 sec)for my webserive(for one service)?
    thanks in advance.
    Edited by: lakshman balanagu on Jun 24, 2008 11:20 AM

    Hi
    Try out this thing: I am not sure as I have not done this.
    Go to this link: http://<server>:<j2ee port>/nwa --> System Management --> Overview --> Configuration
    Application Resouce ( Select your resource from the list)
    Check for "Connection Pooling".
    Here you can check different options.

  • How to set per user session time out.

    Hi folks,
    I am trying to set longer session time out to selective users with the following line, but it turns out setting this time out for the whole app. Is there a way to change the session time out per user only?
    request.getSession(true).setMaxInactiveInterval(172800);
    Billy

    Well, there's the rub. If you want more control over session handling, you have to take the good with the bad. My suggestion is to use a good open source caching solution and let the cache evict entries for you. You should be able to specify both an interval over which data goes stale and/or the maximum size you want the cache to reach. Really, a session is just a specialized form of caching anyway.
    http://java-source.net/open-source/cache-solutions
    - Saish

  • Dsc, alarm query time out

    Hello,
    I'm using LabVIEW 2009 SP1 with DSC-Module. Today I had trouble using the "Alarm&Event Qurey.vi" to read data from the citadel database. The Query worked well for days and delivered the data quickly. Well today it didn't, instead it delivered a time out and it didn't help to set the time out value parameter to higher values (normally I use the default value, 30s). It did not help to restart my application, nor LabVIEW, nor Windows (XP, by the way). It simply stopped working.
    Then I tried my luck using the MAX and its Historical Data Viewer to retrieve the logged alarms and, unexpected, this worked! And after that, like there was magic in the air, the "Alarm&Event Query.vi" worked also again!
    So, this doesn't feel very reliable. I do not interact with the citadel database using other ways than the Query vi and the Library-/SharedVariable-Settings (writing to the data base is managed by the shared variable engine).
    Did someone experience the same problem and can I prevent this behavior somehow?
    Thanks in advance,
    Thomas

    Hello Thomas,
    Unfortunately it seems that this behavior is not reproducible.
    Has the error occurred again since your last post?
    I checked our internal database and I was not able to find any hints, that this is a common issue.
    Could you please post the important section of your code, if the error appears again?
    So we can dive a little bit more into detail.
    Regards
    Ulrich
    AE NI-CER  

  • Time out function in VISA configure serial port vi

    I have some doubts regarding the time out functionality of "VISA configure serial port vi":
    1) I have set the time out value as 10s while initializing the port using this vi. Does this mean that for any Rx operation happening on the serial port, it will wait for 10s for the data to be received?
    2) Is this waiting functionality also valid on "bytes at port" vi which I am using before reading the port data?
    Because in my application, the control at serial port is actually not waiting for 10s and is coming out before the desired time out (10s). Do I need to set this time out anywhere else apart from initialization at "VISA configure serial port vi"??
    Can anyone please tell the steps to set this timeout for the serial port?
    Thanks in advance!

    1. A read will return when the first of the following is satisfied:
       a. The number of bytes at byte count has been received.
       b. The termination character (if enabled) has been received.
       c. An error is detected.
       d. The timeout time has elapsed.
    I am not sure what happens if handshaking is enabled and the other device pauses communication.
    2. No. Bytes at port returns immediately. This is a status check and it would not make sense for a timeout to apply.
    Without seeing your code and the data the remote device is sending, we can only guess. My first guess would be that you have termination characters enabled (default) and a termination character appears in your data.
    Lynn

  • SOAP time out

    Hello.
    I have an application that use the API of the portal. There are several activities that are performed but the time used for doing them is so much. As a consequence, a SOAP client null message appear in the application. I can't decrease the time used by the application. However, I need to increase the time out of the SOAP connection.
    Does anyone know how to set the time out to a SOAP application?
    Thanks,
    Luis.

    There is currently no support to increase the SOAP timeout programmatically.  The default is set to 1 min in PRC.

Maybe you are looking for

  • After updating to iOS 6.1 reply with message is not working

    Apparently after I updated to iOS 6.1 when somebody rings I do not have the option of replying with message or any other option. Is there a setting that I need to do or is software based?

  • IPAD 2 , DATA RECOVERY HELP

    Sorry, I have recently restored my IPAD2 with ITUNES and it upgraded to ios 7.1.1 as welll, ( coz I h had forgotten its passcode and now i do not have any back up files anywhere). I REALLy wanna know if its possible to recover some of my datas such a

  • Panel Splitter ICON Posistion

    In adf - Panel splitter, how to position the splitter icon to center, Bottom or Top. What is attribute to be changed in order to get the desired result.

  • Auto Play

    I understand that Apple policy is that for web content (audio and movies) autoplay is disabled but I am creating an app which will not require any internet with CP8 and Phonegap. Is there a way to autoplay the project rather than having the user pres

  • To add storage bin field in MB52

    hi everyone,    I have a scenario like adding the field Storage bin (LGPBE) in the list output of MB52.    I have copied the standard program RSWOGIND as z program and added the field LGPBE in the internal table 'collector'.    In the corresponding s