OAS 10gR2 and e-Biz app tier on same server

I seem to have some sort of contention on my application server and I was wondering if anybody might have a suggestion on how to verify my setup or troubleshoot.
I have a Red Hat ES 4 32-bit server that is running an 11.5.10.2 e-Biz application tier. This install was done by our e-Biz dba who has since left the company.
I have since installed OAS 10gR2 for another application with the intent that we would share this server.
This has been done successfully on our Test server with no issues but the app tier is not being shutdown every night like it is in Production.
However I have had a couple of situations where after my e-Biz application was restarted over night it was found to not be working in the morning with this error:
'JSP error: Request URI:/OA_HTML/AppsLocalLogin.jsp'
I tired to stop/start the e-Biz app tier but no go. The fix was to stop my oracle OAS server and stop/start the 11i e-Biz applicaztion tier.
CLARIFICATION:
The port pool assigned on this server is 0 I guess (as it uses 8000) and that url always works (servername:8000), it is the E-Business Home Page that fails and generates that JSP error.
I don't think it is HW related but more of a configuration issue. I know I can check my ports assigned in OAS via $OH/install/portlist but I'm not sure how to check the 'port pool' assigned by e-Biz.
Just wondering what I should verify or double-check configuration wise. The e-Biz app stops/starts every night for backups and has worked in conjunction with the OAS for the past week until today. I likely do not need to shutdown the app tier every night for backups but that would just mask the underlying issue.
We use a different userid for the financials configuration versus the OAS config and each env uses it's own oraInventory and directory structure etc.
I was thinking of using netstat to see what ports are in use before and after restarts and look into the 'net.ipv4.ip_local_port_range = 1024 65000' value set in the /etc/sysctl.conf file.
Any other suggestions?
Edited by: user6445925 on Jan 5, 2010 12:03 PM
Added CLARIFICATION section.

My understanding with Financials is when you setup the app tier you pick a port pool (0 corresponds to port pool starting with 8000 etc. and port pool 4 would be 8004 etc.).
So in my case when I launch http://servername:8001 I get the Oracle Rapid Install Portal. So maybe that is port pool 1in my case (I'll research that).
If I pick 'Apps Logon Links' and then E-Business Home Page it takes me to http://servername:8001/OA_HTML/AppsLocalLogin.jsp which normally works.
It only fails sometimes and that seems to be in relation to my OAS install as it was added recently and shutting it down temporarily fixed the problem.
They are both running successfully again now.

Similar Messages

  • Moving Apps-Tier from One Server to Another Server

    Hello -
    Please find details below
    We are on R12.1.3 and details
    Datbase Version : 11.2.0.3
    E-Business Version : 12.1.3
    Operating System : Solaris 10 on both servers A & B
    Source Server Details : Server A
    Source Instance : Single Tier
    User : Oracle
    Tier : DB
    User : Applmgr
    Tier : Apps
    Application Tier : Concurrent / Forms / Web / Others
    Our Goal is to moving Apps-Tier from Server A to Server B
    Steps we followed as part of this :
    1. Shutdown apps-Tier services on Server A
    2. Ran adpreclone.pl on apps-Tier on Server A
    3, Copy apps-Tier files from Server A to Server B
    4. Ran adcfgclone.pl appsTier on Server B
    5, perl adaddnode.pl on Server B
    By Following above steps we are not able to bring up concurrent managers.
    Please suggest us if we are doing anything wrong.
    Regards
    VSH

    By Following above steps we are not able to bring up concurrent managers.What is the error you get when you start the CM? Any errors in the CM log file?
    Please run cmclean.sql and ccm.sql as per these docs.
    Concurrent Processing - CMCLEAN.SQL - Non Destructive Script to Clean Concurrent Manager Tables [ID 134007.1
    Concurrent Processing - CCM.sql Diagnostic Script to Diagnose Common Concurrent Manager Issues [ID 171855.1]
    Please also make sure you have proper entries in FND_NODES table -- How to Clean Nonexistent Nodes or IP Addresses From FND_NODES [ID 260887.1]
    Thanks,
    Hussein

  • Can ABAP program and a Java apps access the same DB table?

    If an ABAP program and a Java apps access the same DB table, how does the Enqueue services from ABAP and Java communicate with each other to ensure locking consistency (if they even communicate with each otehr at all)?
    Or there wont be such situation because there are separate schema for ABAP stack and Java stack?
    Your help is greatly appreciated.

    Hello!
    A while ago I was a subject to criticism too for not granting points to helpfull answers. I appeared to be ungratefull, but I'm actually not (I guess the same goes for Vincent). I absolutely agree that good people who provide helpfull answers deserve (at least) points, but I didn't quite get the whole idea with points untill I was explicitly warned. I took some time to correct this and I granted points for all my past questions, generously, with "interest rates" for waiting.
    My point is:
    The pointing system is good, but unintuitive and not documented. I suggested this at that time, and I see that nothing has changed since. I see also that I'm not the only one who has experienced missunderstandings.
    I repeat the message to SDN people: Please provide some info on pointing system! A few sentences behind a "What's this?" link would do. It's not such a hard work.
    Thanks!
    Kind regards,
    Igor Barbaric

  • RAC and RAC One Node on the same server?

    Hello all,
    Anyone know if having RAC and RAC One Node on the same server is possible, supported, and recommended? Our architecture group is moving towards this configuration as a standard, and I need solid direction about feasability.
    Thanks for any help you can provide.
    Jack Silvey| CVS Caremark | Executive Advisor, IT Systems | CVS Caremark

    Yes you can have the RAC and RAC one on the same cluster. For support and recommendations raise a service request with oracle support  

  • Obiee 11g and custom j2ee app using the same cookie name

    Hi,
    I wrote a same j2ee web application. i'am using authentification through a realm configured in the web.xml.
    This web app is deployed in the same weblogic than obiee 11g. What i want to do is to embed my application in a dashboard using an iframe tag, and use the same login from analytics to my custom web app.
    In this article http://docs.oracle.com/cd/E11035_01/wls100/security/thin_client.html#wp1039551, it is said that by default, all web apps in the sames weblogic server are using the same cookie name so that they share authentification between them. However, i have read in the web that analytics in obiee 11g is using a cookie with the name "ORA_BIPS_NQID".
    In the weblogic.xml of my custom application, i set the cookie-name parameter to ORA_BIPS_NQID. However, in the dashbord, it still prompt for authentification to my custom web app.
    How can we share authentification between analytics and a custom web app in the same weblogic ?
    NB : I dont want to pass the username et password through the url.
    Thanks.

    By default, if you don't specify a cookie-name in the weblogic.xml configuration file, the weblogic server create a cookie named JSESSIONID for your application. For exemple, if two applications use the default configuration, both of them will use the same cookie name which is JSESSIONID. In this case, when you log in the first application, your are automaticaly logged in the second application with the same credentials. I have already test this kind of integration and it works perfectly. You only need that the two applications are deployed in the same weblogic server.
    Now, i want to have the same behaviour between obiee 11g and my custom application deployed in the same weblogic server. I read somewhere in the web that obiee 11g presentation service (analytics) is configured with a cookie-name value = "ORA_BIPS_NQID". So in the weblogic.xml configuration file of my web app, i specify a cookie-name value = "ORA_BIPS_NQID" to have the same cookie-name between the two application. But, it still not work. It prompt for authentification in the dashboards.
    I now, that such an integration is possible, because the other bi applications (mapviewer, bipublisher,...) are actually other web applications. However when using, for exemple, maps in dashbords, the mapviwer application automaticaly user the credentials of the user connected in analytics.

  • Portal 7.x and 8.x app in the same domain

    Here's the deal.
    I am developing a brand new Portal 8.1 app. At the same time, I am upgrading a
    Portal 7.x app. The requirement is that they both run on the same domain, and
    preferably as two desktops. How do I do this? Can they share the same webapp within
    an application, or do they need to be separate webapps? Any dB issues that I need
    to worry about?
    Thanks
    Kunal

    Yes, it saves a lot of grief, providing all servers are equally secure of
    course...
    On Mon, 8 Dec 2003 18:43:29 -0800, "Carl" <[email protected]> wrote:
    Very cool. How does it work under the covers? The two WLS domain talk with
    each other? So, the following would work:
    o We have a WLS 7 domain
    o The domain uses RDBMSRealm
    o We created a new WLS 8 domain
    o We set-up the trust
    o Now, we login in to app on 8 domain, and it checks the 7's realm?Not quite - 8 still needs its own realm. The subjects (users and groups)
    have to exist in both realms - 8 will just be taking 7's word for it that
    "fred" has been authenticated but will still need to check fred's group
    and/or role mappings.
    The same realm data needs to exist for both systems. In LDAP it would be
    easy enough to point them both at the same directory but.for a database
    there is less control over the mappings - any differences between RDBMSRealm
    and 8's RDBMSAuthenticator (unless you want to run compatibility security)
    schemas might cause problems. I believe running the latter on both should
    work but in principle the schema could change in a later version of the
    product.
    >
    "Alex Thomas" <[email protected]> wrote in message
    news:[email protected]..
    See "Enabling Trust Between WebLogic Server Domains" section in
    http://e-docs.bea.com/wls/docs81/secmanage/domain.html#1140940
    This works between 7 and 8 (and, using the system account, on 6.1).
    cheers
    Alex
    On Fri, 5 Dec 2003 10:22:29 -0800, "Carl" <[email protected]> wrote:
    You can make the 7 domain trust the 8 domain so users don't have to log
    in
    twice, but you can't run the two versions in the same domain (not agreat
    deal of benefit in doing so, once trust is sorted).How we do make 7 domain trust the 8 domain?

  • Can i listen to i tunes and use another app at the same time on ipad 4 ?

    I've been trying to figure out how to listen i tunes, or listen to music on a web music site, and play a game at the same time, is that possible to do on an iPad 4 ?

    I can listen to Tunein Radio and play Coin Dozer and Burst Bubble at the same time.
    I can also play music on iTune an play Coin Doser and Bubble Burst at the same Time.

  • Multiple Apps on the same server

    Hope you can help and point me in the right direction.
    I am managing a CF internet based application built using CF
    6.1 and which talks to a MS Access 2K dB. The app is running on a
    MS Windows 2K Adv Server, IIS [with a SSL cert.] and CF 6.1 Std
    Server.
    I now need to run a second separate application on the same
    server.
    My questions are:
    1. Is this possible?
    2. If yes to 1 can anyone point me in the right direction as
    to configuring IIS and CF to run the second application? This
    second app will also require a SSL.
    TIA, K

    First off run as far and fast away from using Access for your
    DB back end as possible. Access isn't meant for this kind of work.
    Next, you'll need to setup a new virtual server (with its own
    dedicated IP address) in IIS.
    Configure your new server to its new web root and optionally
    reconfigure your log files.
    Create a new CSR with all the right information and send it
    to your SSL creator. Pay for cert with them, and wait for it to
    come back. Install new cert and optinally reconfigure the site to
    force SSL where necessary.
    Add any necessary data sources in the ColdFusion admin
    If your root config stuff for CF was setup correctly
    everything should just magically work (tm).

  • Connection broker and RemoteApp manager role on the same server OK?

    Hello. I may have what seems to be a strange request here. I have a currently working 3 node TS farm consisting of 2 Terminal Servers with the RemoteApp role on them and 1 server running the connection broker. All is running fine but the RemoteApps I have
    published are prohibited to have the clipboard enabled for them due to PCI DSS compliance. I wanted to install some other apps and have the clipboard enabled but since it seems that the clipboard is a server setting and not a per app setting, I was hoping
    to just install these apps right on the server running the connection broker vs building a separate new TS server to host them. These other apps do not need to be in the load balanced environment.
    Can I just install the RemoteApp role on the CB server without any interruption to the farm?
    Thanks,
    Joe

    Hi Joe,
    Thank you for your comment.
    Can you let me the OS version of RDS Server?
    For better understanding, I can explain you that; RemoteApp is not a role which you need to install. But you need to install RD Web access role and then you can publish RemoteApp through that. For eg. If you are using Server 2012\R2 then you need to create
    a collection and after that you can publish the RemoteApp feature which you or your user can use through RD Web Access. 
    As per your comment you have already TS role installed, then you can install RD Web access through role based installation, select the role and server on which you want to install it. Please refer beneath article if you have server 2008 r2.
    Remote Desktop Web Access (RD Web Access)
    http://technet.microsoft.com/en-us/library/cc731923.aspx
    Hope it helps!
    Thanks,
    Dharmesh

  • XI and R/3 Running on the same Server.

    Hello Friends!
    One year ago I've installed XI on a machine that already had a R/3 instance. Although there were different instances, one for SAP R/3 and one instance for the ABAP part of XI, I couldn't get to connect XI to the R/3, appartently XI searched for the instance through the IP address, ignoring the instance ID parameter.
    Now I have again the same challenge, I have only one machine to run R/3 and XI.
    Does anyone know if it is possible to do?

    Hi Tadeo,
    from ERP 2004 you can install XI on the same server.
    Regards,
    Udo

  • BI 7.0 and ECC 6.0 in the same server

    Dear experts,
    In my company the scenarion is like, we have installed ECC 6.0 in server where development work is going on.
    Now we have requirement to implement the BI 7.0 in the same server as already BI content is existing in the same server.
    My question is
    Is it possible to implement the BI on the same server?
    If yes, is it possible to extract the data from the development client on the same server where ECC 6.0 running?
    If No, then what is the use of the BI contents in the ECC 6.0 server?
    Regards,
    SUD

    Hi
    > it possible to implement the BI on the same server?
    Yes, why not? But that will be a separate SAP installation with different SID.
    >If yes, is it possible to extract the data from the development client on the same server where ECC 6.0 running?
    Yes, that is possible. Both the system will be having different Logical system name. You have to create a source system connection from ur BI to ECC system and then data extraction is possible.
    >If No, then what is the use of the BI contents in the ECC 6.0 server?
    BI Content in ECC is there to facilitate data extraction from ECC to BI. It would provide you the structure of data extraction. Presence of BI Cont does not mean a ECC system will be working as BI system.
    Hope this clarifies your doubt.
    Regards
    Anindya Bose

  • GRC AC 5.3 and GRC Process Control on the same server

    Hello,
    Can we install SAP GRC AC 5.3 and GRC Process Control 3.0 and GRC Risk Management 3.0 on the same box/ same server.
    Is there a OSS Note, which talks about having the above 3 components on one box?
    Thanks,
    Imran

    Hello Imran,
      1- My 3 question ARE do I need a separate JAVA Stack for GRC Process Control and seperate JAVA Stack for GRC Access Control
    -> No, you can have them installed on save Java stack.
    OR
    Can I use the same JAVA Stack for GRC Process Control & GRC Access Control?
    -> Yes, you can. You have to make sure that you are on SP10 or above for Access Control as only then it will support NW Java 7.01.
    2- Can I use EP 7.0.1 installed on same server for both GRC PC 3.0 and GRC AC 5.3?
    -> Yes, you can.
    3- Can 1 single AS JAVA Database contain both GRC Access Control VIRSA Tables and GRC Process control tables at the same time?
    -> For process Control the tables reside on the backend SAP as it is webdynpro ABAP application and for access control the tables reside on the Java database as it is java and webdynpro JAVA application.
    Regards, Varun

  • Solman 7.1 and Netweaver 7.3 on the same server

    Hi,
    I am trying to install a new test environment for SAP Manufacturing execution 6.0.
    That software requires Netweaver 7.3, which in turn requires Solution manager for applying Service packs.
    My question is:
    Can I install Solution Manager 7.1 and Netweaver 7.3 on the same application server running Windows 2008 R2 64-bit?
    The DB will be MS SQL server 2008 64-bit.
    I Have noticed the following so far:
    - Solman requires much lower versions of JCE policy files than Netweaver. Will there be a conflict?
    - Solman installation asks for Kernel NW 7.20. Why not Kernel NW 7.3?
    Hope that anyone can answer this
    Br,
    Johan

    Hi,
    As right said above, Solman is a standalone installation on web application server,
    You can refer this FAQ for further guidance [Solman FAQ|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b442d4ea-0c01-0010-a8ad-a4c2eaaf6b76]
    check more of SAP solman 7.1 inst guides here
    https://websmp210.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000735220&
    Thanks,
    Jansi

  • CDM and root CE co-exist on same server

    Can the CDM and the Root CE coexist on the same server?

    Christopher,
    The CDM in ACNS is a dedicated WAE or CE so it can't co-exist with a Root or other downstream CEs.
    Dan

  • Can OAS 10gR2 and R3 coexist?

    Hi,
    Can OAS 10g R2 and R3 coexist on the same machine?
    If so, are there any constraints?
    Please share your views abt this.
    Regards,
    Sindhiya V.

    Yes, make sure there's no port conflicts. eg RMI port, JMS port, etc.
    -Frances

Maybe you are looking for

  • Is there a script to find and replace glyphs?

    I am using Adobe Illustrator CC 2014, Build 10.1.0.70. I am looking for a way to quickly find and change certain glyphs within a typeface much like InDesign's Find/Change feature with a script that runs through saved queries. Is this at all possible.

  • How to modify the field symbol

    Hello Every1, I have a internal table and field symbol with the below structure. Data : begin of itab occurs 0,            matnr like mara-matnr,            ersda like mara-ersda,        End   of itab. FIELD-SYMBOLS: <Matnr>    TYPE STANDARD TABLE. I

  • Unable to open any web links.

    whenever I click on link, it opens a new tab but then it throws up the error saying the safari is not able to connect to the server. But, if I logoff from my account and login back thru guest account, I am able to open the same link. Any ideas why th

  • REP-1219 - 'Field' has no size -- widht or length is zero

    I used the additional layout tool to wizardly generate a second group in a report. The heading (tabular-style) didn't fit, so i selected it, and deleted all the characters. Now if I try to run it I get this error. I can find the item RB complains abo

  • Powerpivot/View or BIDS

    I would like to experiment with an alternate way of creating custom reports. I am looking at either doing it with Powerpivot or BIDS, but would like to have some pointers or step by steps before starting with the experimentation.. any good sources ou