Error in Select Application page

Hi,
I installed Oracle9iAS, logged into Enterprise manager website. All the components are started. I created a new instance and started it, Now I try to deploy an ear file by clicking on the Deploy EAR link. when I proceed to step2 "Select Application", instead of getting the option to select an EAR file, I get the following error message "The J2EE application (.ear) file needs to be specified and read before the deploy process can proceed. Go back to the Deploy Application Introduction page.".
Can someone tell me what else do I need to do.
Regards,
Narinder

Hi,
See "Changing the Default Templates in a Theme"
http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/themes.htm#BABGADIE
There you can define witch page template is for error page
Regards,
Jari

Similar Messages

  • I want to writte C# code for 503 Service Unavailable error to web application page immediate close connection any page loaded

    Here is a ticket regarding our current client web application (  Image data add, edit , delete in folder with form data in MSSQL Database) that using code c#, web form, ajax, VS2008, MSSQL Server2008 , it appears that there is an error where the HTTP
    503 error occurs. 
    . Below is a conversation with Host Server support assistant.Can you take a look at it? 
    Ben (support) - Hi 
    Customer - We're having an issue with our windows host 
    Ben (support) - What's the issue? 
    Customer - 503 errors 
    Ben (support) - I am not getting any 503 errors on your site, is there a specific url to duplicate the error? 
    Customer - no, it comes and goes without any change Customer - could you have access to any logs ? 
    Ben (support) - Error logs are only available on Linux shared hosting, however with this error it may be related to you reaching your concurrent connections 
    Ben (support) - You can review more about this at the link \ 
    Customer - probably yes - how can we troubleshoot ? 
    Ben (support) - http://support.godaddy.com/help/article/3206/how-many-visitors-can-view-my-site-at-once 
    Ben (support) - This is something you need to review your code and databases to make sure they are closing the connections in a timely manner 
    Customer - we're low traffic, this is an image DB to show our product details to our customers 
    Customer - ahhhh, so we could have straying sessions ? 
    Ben (support) - Correct Customer - any way you could check if it's the case ? 
    Customer - because it was working previously 
    Ben (support) - We already know that's the case as you stated the 503 errors don't happen all the time if it were issue on the server the the 503 would stay. 
    Customer - so our 2/3 max concurrent users can max out the 200 sessions 
    Customer - correct ? 
    Customer - is there a timeout ? 
    Ben (support) - no that's not a time out concurrent connections are a little different then sessions and or connections. Lets say for an example you have 5 images on your site and 5 7 users come to your site this is not 7 concurrent connections but 35. They
    do close after awhile hence why the 503 error comes and goes. You can have these connections close sooner using code but this is something you have to research using your favorite search engine 
    Customer - thank you so much 
    Customer - I'm surprised that this just started a few weeks ago when we haven't changed anything for months 
    Customer - any changes from your side ? lowering of the value maybe ? 
    Customer - I'm trying to understand what I can report as a significant change 
    Ben (support) - We haven't touched that limit in years 
    Ben (support) - This could just be more users to your site than normal or even more images 
    Customer - I was thinking that could be it indeed 
    Customer - so I need to research how to quickly close connections when not needed 
    Ben (support) - Correctly 
    Ben (support) - correct 
    Customer - thanks !! 
    Ben (support) - Your welcome 
     Analysis : 
     The link provided tells us : All Plesk accounts are limited to 200 simultaneous visitors. 
     From what Ben (support) says and a little extra research, if those aren't visitors but connections then it's quite easy to max out, especially if the connections aren't closed when finished using. I'd suggest forwarding this to Kasem to see what he thinks. 
    Cheers, 
    Customer

    Hi Md,
    Thank you for posting in the MSDN forum.
    >>
    I want to writte C# code for 503 Service Unavailable error to web application page immediate close connection any page loaded.
    Since
    Visual Studio General Forum which discuss VS IDE issue, I am afraid that you post the issue in an incorrect forum.
    To help you find the correct forum, would you mind letting us know more information about this issue? Which kind of web app you develop using C# language? Is it an ASP.NET Web Application?
    If yes, I suggest you could post the issue directly on
    ASP.NET forum, it would better support your issue.
    Thanks for your understanding.
    Best Regards,
    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.

  • Error clicking select application on Application Diagnostics Diagnose

    Login as sysadmin
    Application Diagnostics >Diagnose > Select Application
    An error has occurred!
    Error handle request; Root exception is: java.lang.StackOverflowError
    N.B :- There are no traces generated in apache error logs even after debug is enabled
    what could be the issue related to ?
    How to generate more traces for framework issues ?
    Navigation path
    ==========
    Application Diagnostics >Diagnose > Select Application [Gives Error]
    Recent Changes
    ===========
    Upgraded E-Business Suite 12.1.2 from 11.510.2
    Issue was noticed when wanted to run diagnostics test for certain application.
    There are no invalid objects related to FND,ICX,AD etc
    There are no database alert log too
    Please help to debug this issue

    Hi user;
    Please check below and see its helpful:
    How to debug OA Framework errors [ID 263642.1]
    How To Debug The Java Stack/Framework Error [ID 833055.1]
    How to Get FND Debug Log File for Framework Page? [ID 733273.1]
    Oracle Application Framework Developer's Guide Release 12.1.2 [ID 972774.1]
    Regard
    Helios

  • Select previous page items or next page items (IDCS3)

    Hello all,
    How can I refer to previous page or its item? I am trying to do something below. if a textFrame with label "myFrame" is missing on current page go to next page (or may try to next page)
    for (var i=0; i<=myTotalPage-1; i++)
    app.activeWindow.activePage =myDoc.pages[i];
    //$.writeln ("Page is :"+myDoc.pages[i].name);
    if(!(myDoc.pages[i].textFrames.itemByName("sections")!=null))
    var myText="sometext";
    myDoc.pages[i].previousItem ().textFrames.itemByName("myFrame").insertionPoints.item(-1).properties = { appliedCharacterStyle : "myCharacterStyle", contents:myText};
    else{
    var myText="anotherText";
    myDoc.pages[i].textFrames.itemByName("myFrame").insertionPoints.item(0).properties = { appliedCharacterStyle : "myCharacterStyle", contents:myText};
    I know that previousItem () is not supported here, just added it to make the things clear.
    Any suggestions greatly appreciated.
    TIA,
    --PC

    Hello again,
    Kasyan's suggestion
    var myPreviousPage=mydoc.pages[i].previousItem(myPage);
    do not prompt for any error if selected first page.
    Harbs suggestion though prompts error if selected first page (obviously there is no  previous page)
    var myPreviousPage = doc.pages.item(page.documentOffset+1);
    but both of them fails if I try
    myPreviousPage.textFrames.itemByName("myFrame").insertionPoints.item(-1).properties
    = { appliedCharacterStyle : "myCharacterStyle", contents:myText}; //Object is invalid
    but works for the next page (at least Kasyan's suggestion: not tested Harbs idea).
    myNextPage.textFrames.itemByName("myFrame").insertionPoints.item(0).properties
    = { appliedCharacterStyle : "myCharacterStyle", contents:myText};
    I beleive this has nothing to do with insertionPoints(-1) I am trying for myPreviousPage case and ID do look for back pages???????? Simply getting nuts.
    Any ideas???
    --PC

  • Partner application configuration is missing error on SSO login page

    We have APEX 3.1.2 setup as a partner application and an application within APEX setup to use SSO for authentication. Following a link to the APEX application redirects to the Single Sign-On page, as it should, but it also shows "Error: The partner application configuration is missing or expired." I type in my password and username, click the Login button, and (if I entered my username and password correctly, of course!) then the APEX application is shown. So, I cannot figure out why we're getting the no_papp_err error and I have not found any solutions to that issue on Metalink or anywhere else on the Internet. Any ideas? I'm concerned that we have a misconfiguration somewhere that is causing this error and will affect any other partner application we setup in the future.
    We're on Oracle Portal 10.1.4, SSO 10.1.2, and SSL is setup on both infra and mid tiers.

    Did you try checking the partner application entries on the SSO-login server page?
    please login as orcladmin or some other user with membership in, i beleive, iasadmins group. verify that for this partner application, what you see here corresponds to the application URL. it looks like your login page call may have issues. so check for login url too.
    also check the ORASSO.WWSSO_LS_CONFIGURATION_INFO$ for entries corresponding to Apex application.

  • I cannot open Pages from the app or from a saved document on the desk top.  I get an error: "The application Pages cannot be opened  -1712"  Any suggestions?

    I cannot open Pages from the app or from a saved document on the desk top.  I get an error: "The application Pages cannot be opened  -1712"  Any suggestions?

    The following previous discussion has a solution that worked for a variety of people with the -1712 error on a variety of applications and may help: The application Safari can't be opened -1712

  • Getting error while running page application page developed in Jdev ADF

    Hi,
    i m facing this error while running page application page developed in Jdev ADF
    can anybody help??
    JBO-30003: The application pool (model.ChakDeTrackersLocal) failed to checkout an application module due to the following exception:oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-25222: Unable to create application module.

    Hi,
    try to test JDBC connection used by AM if it is ok
    regards,
    Branislav

  • I am facing a problem while working in Muse... The issue is I cannot delete a page from my plan, when I am trying to delete it showing an error and the application shuts down. I am working on an emergency project which I got to submit it tomorrow I hope y

    I am facing a problem while working in Muse... The issue is I cannot delete a page from my plan, when I am trying to delete it showing an error and the application shuts down. I am working on an emergency project which I got to submit it tomorrow I hope you will find a solution for the same.Help with using Adobe Muse CC

    Thanks,
    I have tried with a new site it's working perfectly.
    See the screenshot of the error.
    Thanks for your support Rohit

  • 500 INternal server error on making ajax call to method of Application page

    HI
    I have a application page that have a method in code behond ..i need to call this method on usercontrol using jquey on client side..when i ma makeing the call to method using $.Ajax({definiotion});
    then it gives me error 500 internal server error and this is coming only with the case when i am passing parameter to method usig javascript var object
    help me out on this... if required i wll upload the code also..
    regards
    Piyush
    piyush mishra

    This forum is for customization and programming of Microsoft Project - the project management scheduling product. 
    A quick search turned up:
    https://forum.jquery.com/
    I'd try there.

  • Error ERR-1016 Application "118" Page "1" not found (requested language="en

    Hi friends,
    I created an application with 3 pages in it..
    1-------2------3
    where 1-----> login page
    2----->report
    3----->forms
    I deleted report page----2, and i also changed the target page in login page, so that soon after press the login page it will directly go to page 3...
    If im clicking that login page icon means it is working fine......it is going to page 3
    But if i clicked the "RUN APPLICATION"---the big icon of the application means, it is directing to the page 2----report
    which i was deleted, as it showing the error
    Error ERR-1016 Application "118" Page "1" not found (requested language="en
    Since i doesnt want to go to page 1 which is in deleted state, i need is soon after click that "RUN APPLICATION"---the big icon it has to go to page 8 directly like, when it is going to page 8 when i clicking the individual login page icon.......
    Thanks
    Harry..

    I don't know if I quite follow...Make sure you check all of you page processes and your page branches.

  • Error ERR-1016 Application "107" Page "0" not found (requested language="en

    I tried to clear cache to solve a "Not Data Found: error and now I am getting this error. I am going from bad to worst.
    I press a submit button to insert rows into a table which worked fine until I did the following:
    (1) used the "Return Key Into Item" on Auto Row Processing(DML) - to display the PK and to use later.
    (2) After which, I started getting ORA:01403: No Data Found - which I tracked to a caching problem.
    (3) Now when I clear cache, I am getting "Error ERR-1016 Application "107" Page "0" not found (requested language="en-us")"
    What is the deal?

    I solved the problem.
    In my attempt to figure out the "No Data Found Error" , clear cache and "Display the PK key on page 2", I changed the "Optional URL Redirect" on my SUBMIT button.
    I set the following options "Clear Cache, Set These Item, With These Items" which caused the page to redirect to page 0.
    I cleared the settings and the error when away!

  • Application Error in Place order page

    Hi all,
    In istore site I got "Application error" in "place order" page for some customers, but other customers its working fine, and i checked the log file it shows CC holder is "Null". So please give some idea regarding this issue.
    java.lang.NullPointerException
    at
    oracle.apps.ibe.shoppingcart.quote.ShoppingCart.savePaymentInformation
    (S
    hoppingCart.java:4077)
    at
    oracle.apps.ibe.shoppingcart.quote.ShoppingCart.savePaymentInformation
    (S
    hoppingCart.java:3819)
    at
    oracle.apps.ibe.shoppingcart.quote.ShoppingCart.saveCCPayment(Shopping
    Ca
    rt.java:4412)
    at
    oa_html.__ibeCCkpBHdrBillPay._jspService(__ibeCCkpBHdrBi
    ll
    Pay.java:2280)
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at
    oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at
    org.apache.jserv.JServConnection.processRequest(JServConnection.java:4
    56
    at
    org.apache.jserv.JServConnection.run(JServConnection.java:294)
    at java.lang.Thread.run(Thread.java:595)Thanks
    Bala

    Bala,
    Most probably you need to clear the server cache or compile the JSP pages (depends on your application release) -- Please see (11.5.0/12: Oracle iStore Checkout Error: "500 Internal Server Error OracleJSP" [ID 577510.1]) for details.
    Thanks,
    Hussein

  • Cant select the paper ICC profile in the applications page saet-up or print

    Cant select the paper ICC profile in the applications page set-up or printer box.
    I loaded a new paper profile into what I thought was the proper places(s) and it showed up in some applications but not in another. Does this mean the application is at fault? Can anyone tell me where the profiles are supposed to be installed?
    Thank you in advance.

    This is from "Ask Chris' forum:
    Also, I suspect you are confusing paper types with color profiles. The paper types you see in the driver will not change: http://www.inkjetart.com/news/archive/IJN_01-26-06.html#3

  • Error message GB554 Substitution Is Not Activated in Selected Application

    Hi,
    I've created a substitution for WBS element by TC GGB1 but when I try to activate substitution by TC GGB4 for Project System the error message  GB554 "Substitution Is Not Activated in Selected Application" appears.
    Could you help me?
    Thanks
    Giovanna

    Hi Giovanna,
    Per my understanding you need to assign the WBS substitution in project profile (Transaction OPSA) in 'Control' tab. You will see a section called 'Substitution' under this tab. Take a dropdown and assign appropriate substitution to corresponding project profile you want.
    Hope this helps.
    Regards,
    Subodh

  • Application  page Error

    HI,
    yesterday i we format the server OS. We using the linux red hat enterprise edition version 4. after that i installed the java application and did the what all the steps necessary that the instance needed. Also i up the both instance in my server side. Up to this all went properly. Now the issue is the developers cannot able to access the application page using the local ip address and local port number. But if we gives the same ip address and the port number in the server, the application page getting connect. All the ip configuration and the TNS entry and DNS entry is perfectly correct.
    Also all the developers system pinging the server correctly.. All did perfectly, also the ownership given correctly (CHOWN) to all actions. The instance mount and it clearly got up. But the developers cant able to access the application page in the browser.. this is the problem in getting...... anyone help me...

    Hi;
    yesterday i we format the server OS. We using the linux red hat enterprise edition version 4. after that i installed the java application and did the what all the steps necessary that the instance needed. Also i up the both instance in my server side. Up to this all went properly. Now the issue is the developers cannot able to access the application page using the local ip address and local port number. But if we gives the same ip address and the port number in the server, the application page getting connect. All the ip configuration and the TNS entry and DNS entry is perfectly correct.1. What is your EBS version
    2. You Ip changed? check you server IP and /etc/hosts existin instance IP
    3. Be sure your server firewall-selinux disable
    4. If all those are okey check Apache log files for error
    Hope it helps
    Regard
    Helios

Maybe you are looking for

  • How do I email a voice memo without slowing down all other applications?

    I am trying to email a 1minute voice memo and it won't complete the process. It shows as sending in email but stays in the outbox all day. In the meantime, all the operations on my phone are much slower and when I charge the phone it flashes off and

  • Smpatch analyze gives different result after disabling Sun Connection Host

    Hi all, after disabling the Sun Connection Hosted functionality due to the EOL announcement I get a smaller number of patches from 'smpatch analyze' for a brand new jumpstarted server (227 patches before vs. 106 patches after). Trying e.g. a individu

  • Withholding Tax Code Deactivate

    Hi All, I want to de-activated withholding tax code in sap.what is the process to de-activate the wht code. thanks, Gaurav

  • Flash Cart Min/Max Y values

    I am having some trouble with the Flash charts in Apex 3.1. When I set the Min Y value for a bar chart the value is completely ignored. For example I have some data that has a Y value consistently between 95 and 100, but the chart will always display

  • Unable to 'Upload to FTP Host' in Muse CC 2014

    I have a client that wants to use GoDaddy for their server. I have all the correct user names/ passwords and if I keep tapping "try again" I will eventually get the following screen: After I hit "Resume" 5-6 times, the upload will advance: and eventu