Having a problem accessing OEM 10g application server control console!

Hi everyone,
I just installed AS 10g (10.1.2.0.2) Forms and Reports Services Standalone on a Windows 2003 machine. The installation went fine, the instance was created successfully.
I started all the services, when i try to access EM :
http://fms-as.mathtechinc.com:18100. I get a blank screen.
I can get to the AS welcome screen by using http://fms-as.mathtechinc.com:80, but when I click on the link to log on to Oracle Enterprise Manger 10g Application Server Control. I still get a blank screen.
I checked the port numbers in port.ist.ini and the port for
application server control port =18100.
I am not sure what I am doing wrong.
Thanks for your help in advance!

Thanks Jacco... now It is asking for the user name: and password. I do not remember assigning a user name. When I installed the AS, I created an
instance name and isa_admin password.
I tried to use the instance name as the username it was not accepted.
Thanks again!

Similar Messages

  • Remote access database using Application Server Control Console

    When I install the Oracle Application Server 10g, it gives me a web-based tool, i.e., to use the Application Server Control Console to manager/monitor the server.
    Now If the Application Server is installed in a remote location, and there is no LAN connection to it, can I still access it via the Application Server Control Console? (i.e., via the HTTP protocol). (I believe that I can only use the Console to manage the AS which is physically located in the same machine).
    Thanks
    Scott

    Hi Scott!
    The ASC will allow you only to manage its own installation. So if you have 10 AS instances you will have 10 ASC's to manage it.
    If you want to remotely manage your installations you need the Grid Control.
    Otherwise you will need a connection to the machine.
    I do not understand the issue about the "no LAN connection"? How do you want to access the machine if there is no network connectivity anyway?
    cu
    Andreas

  • Change language in OEM 10g Application Server Control

    Can anyone tell me, how I can change the current language (german) to english? The OS (Linux) is on english.

    I found the solution:
    I have to change my local region-settings.
    Now it works!

  • Application Server Control Console Problem

    After I first install the J2EE and Web Cache sucessfully on my Window XP, I try to access the console through the URL http://hostname:18100. After I successfully login in with my ias_admin password, the first page I come across is the warning message:
    Cookies are disabled in your browser. In order for all features of Enterprise Manager to work correctly, cookies must be enabled.
    Then I will go to Internet Explorer menu, Tools -> Internet Option... and under the Privary tab I accept First and Third Party Cookies. But this warning still prompt.
    When I in the Home Page of the Application Server, I am unable to see the CPU usage and Memory Usage Graph. Is it because of the warning?
    Anyone have any idea on this?
    Your feedback is gratefully appreciated :)
    Regards
    Michael

    Thanks a lot for the viewing but I just found the solution as posted in
    Re: Problem accessing 10g Application Server Control
    Cheers
    Michael

  • Error accessing Application Server Control Console

    I just downloaded oc4j_extended_101330.zip and installed it at
    /u01/app/oracle/oracle/product/10.2.0/oc4j
    I then ran the following commands:
    export ORACLE_HOME=/u01/app/oracle/oracle/product/10.2.0/oc4j
    export J2EE_HOME=$ORACLE_HOME/j2ee/home
    export JAVA_HOME=/u01/app/oracle/oracle/product/10.2.0/db_1/jdk
    export PATH=$JAVA_HOME/bin:$PATH
    java -version
    java version "1.4.2_08"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode)
    cd $J2EE_HOME
    java -jar jazn.jar -activateadmin <password>
    cd bin
    ./oc4j -start
    Once the server was up and running I went to http://localhost:8888 and saw the ocj4 home page. Then I tried to access the Application Server Control Console at http://localhost:8888/em and received an internal server error 500. The logs reported this exception:
    08/02/20 13:38:59.807 ascontrol: Error initializing servlet
    java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:141)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
    at java.awt.Font.initializeFont(Font.java:308)
    at java.awt.Font.<init>(Font.java:344)
    at oracle.sysman.ias.studio.app.StudioConsole.loadFont(StudioConsole.java:292)
    at oracle.sysman.ias.studio.app.StudioConsole.init(StudioConsole.java:107)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2371)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4824)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4748)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2971)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:741)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:534)
    I believe I've followed the installation and startup directions correctly. Any thoughts on what I might have done wrong?
    Thanks

    Hi,
    It works with jdk 1.5 corect. With java 1.4.2 try to run oc4j using this command:
    OC4J_JVM_ARGS=-Djava.awt.headless=true ./oc4j -start
    Regards,
    Tomas

  • Application Server Control Console page error problems

    Hi All,
    I am getting the following error when i am trying to access the application server control console page
    EMDAEMON
    HTTP/1.1 404 , Not Found
    the oracle management port number is 1157
    enterprise manager agent port is 1830
    when i checked emctl status iasconsole and emctl status agent both are running actually
    enterprise manager server control port is 1156(infra) and 1158(midtier)
    all the ports are different but i am getting problem still. Please let me know whats wrong.
    Thanks

    Using the right URL?
    In each <oracle home>\install\setupinfo.txt, there should be a line that says:
    .... Use the following URL to access the Oracle Enterprise Manager Application Server Control: http://xxxxxxx.xxxx.xxx.xxx:nnnnn
    If the URL is correct then you need to look deeper - are you connecting to the Enterprise Manager (EM) from the server console? From a PC elsewhere on the LAN and possibly subject to your local workstation security policies, firewall or internet proxy ?

  • Application Server Control Console

    I am trying to change my administrator's password in the OC4J server..
    The response message was:
    This option has been deprecated.Please start the OC4J server to set the administrator's password. If the OC4J administrator accound has already been activated, use the Application Server Control Console or the Admintool to change the password for this account.
    How can i access the Application Server Control Console or Admin Tool?
    What is the exact path?
    Im stuck in here please help...

    Hi Hussein,
    according to the note
    NOTE : Using AS Control with EBiz R12 is NOT FULLY SUPPORTED.
    so i would not want to activate it.
    would you please give me advice on the note below note.
    i am upgrading ebs r12 12.0.6 to r12 12.1.1
    in the process, if my ebs r12 using EJB then i must undeploy the application first before before applying the patch.
    ---How do i know if EBS r12 12.0.6 using EJB or not ???
    Thanks for your help.
    Regards,
    Tom
    5.1.2 Apply Oracle Application Server 10g Release 3 (10.1.3) Patch Set 4
    (10.1.3.4.0)
    The following procedure describes how to apply the patch set:
    1. If you are applying 10g Release 3 (10.1.3) Patch Set 4 (10.1.3.4.0) to a 10g
    Release 3 (10.1.3.0.0) Oracle home and your system uses Enterprise Javabeans
    3.0 applications, then you must undeploy your applications before applying
    the patch.
    This step is not necessary if you are applying the patch set to a 10g Release 3
    (10.1.3.1.0) or 10g Release 3 (10.1.3.2.0) Oracle home.
    The following procedure describes how to undeploy the applications:
    a. Log in to the Application Server Control Console as the same user name
    as the one used for the original installation. If the application is deployed
    to a specific OC4J instance, then navigate to the OC4J Home page for the
    See Also: "Introduction to Backup and Recovery" in the Oracle
    Application Server Administrator's Guide for complete information
    about Oracle Application Server Backup and Recovery.
    11
    OC4J instance. If the application is deployed to a group, then navigate to
    the Group page.

  • Oracle HTTP Server & Application Server Control Console

    I have installed Business Intelligence and Forms. (10g Release 2 (10.1.2))
    Which user I should use to access to the following urls:
    Application Server Control Console
    //abcd.ash.adef.org:1810
    Oracle HTTP Server & the welcome page
    //abcd.ash.adef.org:7778
    Please also tell me what is the default single sign on user name.
    D

    its done.
    I got it

  • Availability of Application Server Control Console in JBoss AS Mode?

    Hello
    After doing an JBoss AS Mode installation the Application Server Control Console does not seem to be available (no connection on port 8888). Is this "works as designed" and are we forced to use the JBoss JMX console for configuration purposes (not as nice as the OCMS console :-)) or is there a way to activate/access the Oracle console in this setting, too? We didn't find much details about the behaviour of OCMS in the JBoss mode in the documentation :-/
    Bye...Tim

    Hi,
    Application Server Control is only available when the Oracle Application Server is installed. For JBoss, you will need to use the built in JMX Console to manage OCMS. Unfortunatly, there's no way to enable AS Control in JBoss.
    Adam

  • Application Server Control Console 401 Unauthorized on logon??

    Dear all,
    I have installed oracle application server on windows server 2003, when i try to open Application Server Control Console, it give me logon screen and it says;
    Application Server Control Console
    the server <servername.domain> at enterprise-manager requires a username and password.
    when i provide user name and password, it does not accept it and after three tries it goes to page that only says: *401 Unauthorized*,
    First i do not know why this is asking for user name and password as it should not ask for it, second if it is asking then what user name and password should I provide to get in, i also tried os password as well but unable to log in,
    Please seek help if anybody help me to sort out this problem.
    thanks and Regards.
    Naveed

    Hi ,
    I am not sure what application server have u installed, if its weblogic server then defalut username and pwd can use to login, default username and pwd is weblogic and weblogic.
    If u r using same and then also getting same error then create boot.properties file inside security folder.
    Example
    username=system
    password=weblogic
    start your admin server.
    it will read the username and password from the file boot.properties and next time when you open the file you can see that it got encrypted.
    In previous versions of WebLogic the boot.properties file was loaded in the $MW_HOME/user_projects/domains/[domain] directory. During startup WebLogic would check its existance, if it was there it would checks its credentials. If correct the administrator would not be prompted for a username and password.
    This location has now become unsupported and the default location has changed to
    $MW_HOME/user_projects/domains/[domain]/servers/[managed_server]/security
    Thanks,
    Sujit

  • Unable to get 10g application server control page

    Need Urget help
    hi
    Operating system windows 2003 with sp1
    Application server 10g-- v 10.1.2.0.2
    I have installed both 10g application server infrastructure and middle tire sucessfully on the machine with all the components sucessfully installed without any component failure or error.
    i can access welcome page on
    http://localhost:7777 or
    http://hostname.domainname:7777
    sucessfully but when i try to login to application server control from welcome page
    it directs me to http://hostname.domainname:18100 but doesnot display any page
    no error just blank page with status done at status bar.
    -- but i can access server control page using
    http://hostname.domainname:18100/emd/console
    login sucessfully after entering username and paswword
    but why i can not access it just by specifiying
    http://hostname.domainname:18100 also when i try to start or stop any components no response after pressing stop/start/restart button available.
    -- same problem with
    http://localhost:7778/forms/frmservlet no button shows any response or any error on configuration or on any other components web page.
    i checked all almost every thing
    all services or running sucessfully
    plz i need ur help.

    I saw this on another windows machine as well. I believe that the port should be 1800 and not 18100. Look into the emd.properties and check if they are configured correctly.
    cu
    Andreas

  • Problems in starting up Application Server Control from SOA Suite

    I have an issue starting up the Application Server Control page from the SOA Suite (10.1.3.1.0) welcome page. I can open all other control pages by entering the oc4jadmin/<password> where <password> is the password specified at the time of installing (Standard Install) the SOA suite.
    Application Server Control accepts the oc4jadmin/<password>, but shows another page to "Supply Administration Credentials". The following error message is shown on the page.
    +++++++++
    This OC4J is configured to make JMX connections via RMIS and fall back to RMI if the RMIS port is not configured. The RMIS connection on the OC4J instance home on Application Server shara.SHARA_HP is configured but a connection could not be established. The JMX protocol is specified by the oracle.oc4j.jmx.internal.connection.protocol property in opmn.xml
    You are logged in as oc4jadmin.
    Enter the credentials for a cluster-wide user in the oc4j-administrators group. These credentials are needed by Application Server Control to make remote connections.
    * User Name
    * Password
    [Store Credentials} button
    ++++++++
    Has any one encountered this? Any clues where to look for things? Initially I had the problem with all the controls due to my computer name as it has an underscore ie., SHARA_HP. I had to use localhost to overcome this ie., http://localhost:8888/em
    Any help/clue would be appreciated.
    Thanks
    Maha

    At install time there is a question that asked if you would like to configure adminstration now. (Something like that). By default this is not checked. If you did not check it you cannot access enterprise manager.
    The is probably a way to configure it, but it might be faster reinstalling.
    There is a simple way to de install by going to the ORACLE_HOME/bin and run the deinstall script.
    cheers
    James

  • Configuring library path in 10g application server control

    Hello everyone,
    I am using :
    1. HP UX B.11.23 64 bit OS
    2. Application server 10.1.3.1
    3. 64-bit JVM (JRE 1.5.0_03)
    I am facing a problem with the connection pools in 10g EM Application Server Control. Initially the connection pool used JDBC thin client. I was asked to implement OCI client instead(Performance enhancement). So, in the existing connection pool only i changed the URL to jdbc.oracle.oci@FCC where FCC is the SID. After this when i went to test connection it says '$ORACLE_HOME/lib/libocijdbc10.so' is not a valid module. Bad magic number.
    After some searching n analysis i found out that instead of picking up from $ORACLE_HOME/lib it should pick from $ORACLE_HOME/lib32 as the ORACLE version is 32-BIT. But i dont know how to configure the same using ASC. I had set LD_LIBRARY_PATH and SHLIB_PATH in HP-UX box as well but it didnt help.
    Please suggest or let me know if you need any other information.

    Hi,
    Where did you set the parameters LD_LIBRARY_PATH and SHLIB_PATH?
    Regards,
    Soumyajit

  • Problem in Disabling Application Server Control Console on APPHOST2-4

    I am doing the ESB setup in a highly available environment
    According to the deploymet guide i have to disable the Application server control on the secondary server.
    For this it is given to change the default-web-site.xml file for the application server.
    Can someone tell me the location of this file?
    Regards,
    Message was edited by:
    Nilay

    Hi Nilay,
    It's in the following directory: [oracle home]/j2ee/[oc4j container for which the control must be diasbled]/config/default-web-site.xml
    You can change the load-on-startup attribute of the ascontrol application in it, e.g.
    <web-app application="ascontrol" name="ascontrol" load-on-startup="false" root="/em" />
    Regards, Ronald

  • Unable to open application server control console on rhel4

    Dear All
    I have installed oracle application server 10g R2 forms & Reports services on RHEL4.
    While trying to open apllication server control console browser is showing following error
    "Connection refused when attempting to contact"
    Due to this problem, i am not able to access forms and reports which is deployed on same server.
    Please tell me the solution to resolve this issue.
    Thanks
    Vishal

    Due to this problem, i am not able to access forms and reports which is deployed on same server.Things are not related with each other, you can run forms and reports without having control console running, and viceversa.
    That said, did you start forms and reports and control console ?
    $ opmnctl startall
    $ emctl start iasconsole

Maybe you are looking for

  • Wrong document type is processed form ME59N - Automatic PO creation Efected

    Dear Friends, Im facing one issue while the PO is created from Purchase requistion(ME59N). If the purchase requisition document type is - XTB while creation of PO from ME59N the document type is taking as UB the SPRO setting has been done for supplyi

  • WinXP, Adobe 9 Pro Extended Uninstall Error 2711 ('ARM')

    Using windows XP and trying to uninstall Adobe Acrobate 9 Pro Extended and i am getting the following error: Error 2711. The specified Feature name ('ARM') not found in Feature table. And it cancels the uninstall. Any advice?

  • My avi videos are jumpy/shakey in Premiere Pro CS5 - can anyone help.

    I have used avi video in Premiere CS4 and had no issues. Now that I have upgraded to Premiere CS5 my avi videos are shakey/jumpy before and after rendering them. What is wierd is when I nest an avi video from an old CS4 project and imort it into my C

  • New Tabs ?

    After installing MtLion we always have multiple copies of Safari running at the same time and we don't know why? We all seem to have half a dozen Safari's running in the background?  It must have something to do with the way we move from website to w

  • WRT320N can't connect... very weird problems...

    So here's the deal... I have a WRT320N router plugged into a cable modem. I get a WAN IP from the cable modem, I can surf the web, and everything is fine. Suddenly, the router 'loses' the WAN IP and no matter how many refreshes on the router, I can't