Grid/as page vs ias console

Am trying to understand why there are subtle differences between the grid control page for app server middle tier and the app server iasconsole. Any indications appreciated.
Specific differences found (so far) on the app server 'home' page are:
1) Midtier Components:
IASConsole:
- Forms, Portal:portal, Management component check boxes are greyed out
Grid Control App server home page:
- Forms, Portal:portal component check boxes are not greyed out; and
- Management component does not appear in the page
2) Infrastructure components
IASConsole:
- the 'Home' OC4J component does not appear;
- the 'Single Sign-on:orasso' and 'Management' components appear and the check box is greyed out
Grid Control App server home page:
- The 'Home' OC4J component appears, with a Status 'Pending' and a Metric Collection error
- the 'Single Sign-on:orasso' component appears but the check box is available;
- the 'Management' component does not appear
Enviroment:
App Server 10.1.2.0.2 EE (unpatched)
Grid Control 10.2.0.2 (unpatched)
App Server Infrastructure is on same box as OMS/OMR
all running on Windows 2003 Advanced Server SP1
I will need to explain these subtle things to customer's management if I am to leave Grid Control installed and operational ....
Message was edited by:
Hans Forbrich

I will not be able to give you the differences with regards pages, but on the Manegment components, they need to know that the GC Console is meant to "Monitor" the iAS components while the iAS Console is to "Manage" the components.
So, this may give you an idea why on the Grid Control App server home page for both the Mid Tier and Infrastruction, the 'Management' component does not appear

Similar Messages

  • How do I get my Fluid Grid Layout page to resizes from portrait to landscape for iPhones?

    Starting in portrait on my iPhone 4, the fluid grid layout page does not resize when I turn to landscape.  After I refresh / resize to fit the page on landscape and then turn the iPhone to portrait, the page resizes just fine.  Everything seems to be working just fine on the desktop, ignoring IE.  Could it be my media query tags?
    If anyone knows a solution, it would be much appreciated.  Thanks.
    Here is my test page: http://www.bedroomandmore.com/1_b_fluidGrid.html
    Here are my media query tags (the first set of rules does not have the media query tag and becomes the default):
    @media only screen and (max-device-width: 480px) and (orientation : landscape) {
    @media only screen and (min-width: 481px) {
    @media only screen and (min-width: 769px) {
    Here is most of my media query CSS:
    @charset "UTF-8";
    /* Simple fluid media
       Note: Fluid media requires that you remove the media's height and width attributes from the HTML
       http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
              max-width: 100%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
              width:100%;
    /* Mobile Layout: 480px and below.(smartphone portrait) */
    .gridContainer {
              width: 95.4184%;
              padding-left: 0.5907%;
              padding-right: 0.5907%;
    #header {
              clear: both;
              float: left;
              display: block;
              margin-left: 0%;
              width: 72%;
              max-height: 0%;
              display: -moz-box; /* Firefox */
              display: -webkit-box; /* Safari and Chrome */
              display: box;
              border: none;
              top: auto;
              padding-top: 0.25em;
    #menuHorizontal {
              clear: both;
              float: left;
              width: 118%;
              height:100%;
              margin-left: auto;
              position:relative;
              top:-1em;
              display: block;
    #slides {
              clear: both;
              float: left;
              margin-left: 0.1em;
              width: 119%;
              position: relative;
              top: -1em;
              display: block;
                        /*Slides container: Important: Use position:relative; with top:-1em; together to position div.
                                  Set the width of your slides container
                                  Set to    display: none     to prevent content flash*/
    .slides_container {
              clear: both;
              width: 100%;
              display: block;
                        /*Each slide: Important:
                                  Set the width of your slides
                                  If height not specified height will be set by the slide content
                                  Set to     display: block     for original setting
                                  slide_container is container size
                                  slides_container div set the size of the image inside--adjust to fit image in it so it is not cropped*/
    .slides_container div {
              clear: both;
              width: 69%;
              display: block;
              /* Mobile Layout: 480px. (smartphone landscape)
                                  Inherits styles from Mobile Layout 480px.
                                  Set to clear:none; to allow div to shift up
                                  Or set to clear:both; to take a whole row of the screen*/
    @media only screen and (max-device-width: 480px) and (orientation : landscape) {
    .gridContainer {
              width: 95.4184%;
              padding-left: 0.7907%;
              padding-right: 0.7907%;
    #header {
              clear:both;
              float: left;
              display: block;
              margin-left: auto;
              width:100%;
              display: -moz-box; /* Firefox */
              display: -webkit-box; /* Safari and Chrome */
              display: box;
              border: none;
    #menuHorizontal {
              clear:both;
              float: left;
              width: 110%;
              margin-left:auto;
              display: block;
    #slides {
              clear:both;
              float: left;
              margin-left: 0%;
              width: 68%;
              display: block;
                        /*Slides container: Important:
                                  Set the width of your slides container
                                  Set to    display: none     to prevent content flash*/
    .slides_container {
              clear:both;
              float: left;
              width: 100%;
              display: block;
                        /*Each slide: Important:
                                  Set the width of your slides
                                  If height not specified height will be set by the slide content
                                  Set to     display: block     for original setting*/
    .slides_container div {
              clear:both;
              width:69%;
              display: block;
                        /* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout.
                                  Set to clear:none; to allow div to shift up
                                  Or set to clear:both; to take a whole row of the screen*/
    @media only screen and (min-width: 481px) {
    .gridContainer {
              width: 95.9456%;
              padding-left: 0.5271%;
              padding-right: 0.5271%;
    #header {
              clear:both;
              float: left;
              display: block;
              margin-left: auto;
              width: 100%;
              display: -moz-box; /* Firefox */
              display: -webkit-box; /* Safari and Chrome */
              display: box;
              border: none;
    #menuHorizontal {
              clear:both;
              float: left;
              margin-left:auto;
              display: block;
    #slides {
              clear:both;
              float: left;
              margin-left: 0%;
              width: 70%;
              display: block;
                        /*Slides container: Important:
                                  Set the width of your slides container
                                  Set to    display: none     to prevent content flash*/
    .slides_container {
              clear:both;
              float: left;
              width: 100%;
              display: block;
                        /*Each slide: Important:
                                  Set the width of your slides
                                  If height not specified height will be set by the slide content
                                  Set to     display: block     for original setting*/
    .slides_container div {
              width: 100%;
              display: block;

    I found the problem.  There is a bug in Safari for iPhone 4.  Use code to fix found at http://stackoverflow.com/a/6379407

  • IAS console doesn't work due DCM daemon failure

    Hi,
    I've got a problem with IAS console recently.
    When I try to open Application or Administration tabs for my OC4J Instance I get an error message:
    <ias-component id="dcm-daemon">
    <process-type id="dcm-daemon">
    <process-set id="dcm">
    <process id="650183386" pid="7996" status="Init" index="1" log="D:\oracleIASUAT\opmn\logs\dcm-daemon~dcm-daemon~dcm~1" operation="request" result="failure">
    <msg code="-21" text="failed to start a managed process after the maximum retry limit">
    </msg>
    </process>
    </process-set>
    </process-type>
    </ias-component>
    opmnctl status shows that dcm-daemon process is down.
    When I try start process
    opmnctl startproc process-type=dcm-daemon
    got error:
    no enabled components for this request
    emctl start iasconsole doesn't help
    What is the problem and where look for solution?
    Thanks in advance.
    Edited by: Sah on Oct 15, 2009 6:02 PM

    Content of D:\oracleIASUAT\dcm\logs\emd_logs\log.xml
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2009-10-15T18:05:07.844+04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>DCM</COMPONENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>host1</HOST_ID>
    <HOST_NWADDR>10.10.10.10</HOST_NWADDR>
    <MODULE_ID>oracle/defaultLogger/ExceptionLogger</MODULE_ID>
    <THREAD_ID>EMUI_18_05_04_/console/ias/applicationServer$type=oracle*ias$target=uat.host1</THREADID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.10.10.10:99043:1255614349859:3</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>[TM] TaskMaster sysInit failed for D:\oracleIASUAT</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[oracle.ias.sysmgmt.exception.ProcessMgmtException: Base Exception:
    OPMN Request: /start?mode=sync&ias-component=dcm-daemon
    OPMN Response: HTTP/1.1 204 No Content
    Content-Length: 710
    Content-Type: text/html
    Response: 0 of 1 processes started.
    <?xml version='1.0' encoding='US-ASCII'?>
    <response>
    <opmn id="host1:6201" http-status="204" http-response="0 of 1 processes started.">
      <ias-instance id="uat.host1">
        <ias-component id="dcm-daemon">
          <process-type id="dcm-daemon">
            <process-set id="dcm">
              <process id="650183387" pid="6200" status="Init" index="1" log="D:\oracleIASUAT\opmn\logs\dcm-daemon~dcm-daemon~dcm~1" operation="request" result="failure">
                <msg code="-21" text="failed to start a managed process after the maximum retry limit">
                </msg>
              </process>
            </process-set>
          </process-type>
        </ias-component>
      </ias-instance>
    </opmn>
    </response>
    Resolution:
    If there is no response from OPMN, check OPMN configuration and restart DCM daemon. If OPMN response is available, identify the failure and the corresponding log files indicated in the OPMN response contents
         at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.checkOpmnResponse(Unknown Source)
         at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.validateOperation(Unknown Source)
         at oracle.ias.sysmgmt.clustermanagement.OpmnAgent.sendRequest(Unknown Source)
         at oracle.ias.sysmgmt.task.ProcessManager.start(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.daemonStart(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
         at oracle.sysman.emSDK.eml.util.iAS.IASEntryPoint.initEntrypoint(IASEntryPoint.java:145)
         at oracle.sysman.emSDK.eml.util.iAS.IASEntryPoint.getEntryPoint(IASEntryPoint.java:266)
         at oracle.sysman.ias.sta.clusters.ClusterUtils.getClusterManager(ClusterUtils.java:385)
         at oracle.sysman.ias.sta.ias.applicationServer.getOverview(applicationServer.java:1059)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.cabo.ui.data.provider.MethodDataProvider.getDataObject(Unknown Source)
         at oracle.cabo.ui.data.provider.TableDataProvider.getDataObject(Unknown Source)
         at oracle.cabo.ui.data.provider.CachingDataProvider.getDataObject(Unknown Source)
         at oracle.cabo.ui.data.provider.DataProviderStack.getDataObject(Unknown Source)
         at oracle.cabo.ui.LogicalNodeRenderingContext.getDataObject(Unknown Source)
         at oracle.cabo.ui.RootRenderingContext.getDataObject(Unknown Source)
         at oracle.cabo.ui.LogicalNodeRenderingContext.getDataObject(Unknown Source)
         at oracle.cabo.ui.RootRenderingContext.getDataObject(Unknown Source)
         at oracle.cabo.ui.data.DataBoundValue.getValue(Unknown Source)
         at oracle.cabo.ui.data.bind.ToBooleanBoundValue.getValue(Unknown Source)
         at oracle.cabo.ui.BaseUINode.getAttributeValueImpl(Unknown Source)
         at oracle.cabo.ui.BaseUINode.getAttributeValue(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.skipNode(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.skipChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.getNextRenderedChildIndex(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.composite.ContextPoppingUINode$ContextPoppingRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderIndexedChildren(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.composite.UINodeRenderer.renderWithNode(Unknown Source)
         at oracle.cabo.ui.composite.UINodeRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.oracle.desktop.PageLayoutRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BodyRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderNamedChild(Unknown Source)
         at oracle.cabo.ui.laf.base.SwitcherRenderer._renderCase(Unknown Source)
         at oracle.cabo.ui.laf.base.SwitcherRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.DataScopeRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BodyRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.DocumentRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.DocumentRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.servlet.ui.UINodePageRenderer.renderPage(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.renderPage(Unknown Source)
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:347)
         at oracle.sysman.eml.app.Console.doGet(Console.java:271)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:837)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>

  • New Apps Tab in document definition page of B2B Console

    Hi All,
    I am trying to figure out a way to convert all EDI formats into a single Canonical XSD format before sending it to SOA layer. This is to avoid different SOA services for each EDI format.
    Could you please let me know something about the Apps tab in document definition page of B2B Console. I am seeing an XSLT File field there. What can we use here?
    Regards,
    Raghav

    If I upload standard 850 ecs file in B2B, can B2B read all custom 850 files, transalte based on standard ecs and send it to SOA layer in a single XSD(850) format?It will be supported in future release. As of now, you have two options -
    1. Handle it at SOA by using XSLT transformations. Recommended.
    2. You may create a generic 850 ecs which can handle all custom 850 transactions at your end though this will have some limitations and I do not recommend it personally.
    And regarding Apps tab, can i create an XSLT file to convert EDI format to canonical format in B2B itself?No. B2B does not execute any XSLT to transform the messages.
    Regards,
    Anuj

  • Application server : Enterprise Manager ias Console - No response

    Hi All,
    We have 10gApplication server infrastructure and the middle tier servives for discoverer installed
    In the infrastructure tier the Enterprise Manager ias Console is starting up with out any error message, but in the discoverer middle tier the Enterprise Manager ias Console startup is gibing the below error message
    Starting Oracle Enterprise Manager 10g Application Server Control ...........................
    No response, checking logs for initialization activity.
    waiting for response from console ........................
    No response, checking logs for initialization activity.
    Console startup failed to start.
    On reviewing the log files, got the below error mesage in the sysman/log
    4211 [Thread-5] ERROR oracle.sysman.emSDK.eml.util.iAS.IASEntryPoint - init retry failed: The OracleAS Repository API threw an exception when obtaining the
    connect string to the Metadata Repository
    oracle.ias.repository.schema.SchemaException: Unable to establish connection to the Oracle Internet Directory Server [ldap://<servername>.<domain name>.com:389/]. Bas
    e Exception : javax.naming.CommunicationException: oeb0stl1.mastercard.com:389 Root exception is java.net.ConnectException: Connection refused
    at oracle.ias.repository.directory.DirectoryReader.connect(DirectoryReader.java:124)
    at oracle.ias.repository.IASSchema.getDBConnect(IASSchema.java:554)
    at oracle.ias.repository.IASSchema.getDBConnect(IASSchema.java:772)
    at oracle.ias.repository.SchemaManager.getDBConnect(SchemaManager.java:406)
    at oracle.ias.sysmgmt.persistence.SeedDbAccess.getDBConnect(Unknown Source)
    at oracle.ias.sysmgmt.persistence.PersistenceManager.getSeedInfo(Unknown Source)
    at oracle.ias.sysmgmt.persistence.PersistenceManager.<init>(Unknown Source)
    at oracle.ias.sysmgmt.persistence.PersistenceManager.<init>(Unknown Source)
    at oracle.ias.sysmgmt.task.TaskMaster.initRepository(Unknown Source)
    at oracle.ias.sysmgmt.task.TaskMaster.<init>(Unknown Source)
    at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
    at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
    at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
    at oracle.sysman.emSDK.eml.util.iAS.IASEntryPoint.initEntrypoint(IASEntryPoint.java:145)
    at oracle.sysman.emSDK.eml.util.iAS.IASEntryPoint.getEntryPoint(IASEntryPoint.java:266)
    at oracle.sysman.emSDK.eml.util.iAS.IASEntryPoint.getEntryPoint(IASEntryPoint.java:306)
    at oracle.webdb.monitoring.hawkeye.PortalIntegration$InitThread.run(Unknown Source)
    Please advice.
    Thanks & Regards,
    Rakesh

    Shail,
    I have verified the listener, its up and running. Also tried restarting teh listsner. Still no response is coming.
    Enterprise Manager ias Console for Infrastructure is coming up with out any issues, the issue is only with the Enterprise Manager ias Console in middle tier ( Discoverer home )
    Please advice,
    Thanks & Regards,
    Rakesh

  • Ias console and deploy war file

    Hi All,
    I need to deploy a war file into EBS R12. I thought of enable the ias console and deploy. I followed the steps
    1. Change $INST_TOP/ora/10.1.3/Apache/Apache/conf/trusted.conf file and change
    [Location ~ “/ascontrol”]
    Order deny,allow
    Deny from all
    Allow from localhost
    [Location]
    to
    [Location ~ “/ascontrol”]
    Order deny,allow
    Allow from all
    [Location]
    2. Restart Apache
    adapcctl.sh stop
    adapcctl.sh start
    3. Access it via
    http://server:port/ascontrol
    After doing the above steps, am able to open ias console. But when i go to tab oc4j-instances and click on any instance oafm or forms or oacore, its saying an error Error Mesg: Unable to login to the OC4J "default_group" on  Application Server "oacore" the OC4J is not running . I checked opmnctl status, all components are running. Please let me know any suggestion on this.
    Also is there any way to deploy war file from back end. I got one utility like admin_client.jar. but when i try to validate using the following command
    java -jar admin_client.jar deployer:oc4j:<host>:6003 oc4jadmin welcome123 -validateURI .. giving error as below
    Failed at "Could not get DeploymentManager".
    This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
    More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
    Valid connection_uris are:
    1. To target all OC4J instances that belongs to an OC4J group in an Oracle Application Server Cluster:
    deployer:cluster:[ormis:]opmn://opmnHost[:opmnPort]/oc4jGroupName
    2. To target a specific OC4J instance within a cluster:
    deployer:oc4j:[ormis:]opmn://opmnHost[:opmnPort]/oc4jInstanceName
    deployer:oc4j:[ormis:]opmn://opmnHost[:opmnPort]/asInstanceName/oc4jInstanceName
    3. To target a standalone OC4J server:
    deployer:oc4j:oc4jHost:rmiPort
    deployer:oc4j:ormis:oc4jHost:ormisPort
    opmnPort is the OPMN request port specified in opmn.xml.
    If omitted, defaults to 6003.
    Thanks,
    Manikandan

    Hi;
    Please check below thread than recheck your steps
    Re: Deploy .war file in Ebs 11i-11.5.10.2
    Regard
    Helios

  • Delete alert from OEM gride home page

    Hi,
    in 10g R2, on home page of OEM grid home page , there are alerts. Many of them belong to 10 or 11 days ego. How can I delete them ?
    Thank you.

    Hi,
    I think there are forwards comming from your oracle account to my mail.. Please check and deactivate it as the mail forward it is cramping my mailbox .. /i....
    regards

  • Difference b/w Prompts,User POV,Grid POV & Pages

    Hi
    What is the difference between Prompts,User POV,Grid POV & Pages....When do we use them.
    Thnks

    Hi Ann
    Kelly is right the details are all in the documentation that should be easily available... My thoughts and experience of the different options are as follows and may help you:
    Pages: Provide multiple choices for one or more dimensions in a drop down list within the report. Be a bit careful with these, I've avoided them as in earlier versions reports with a lot of members in on the page drop down list took a long time to load. This may have improved with the more recent releases but I've not really used them for a while
    Prompts: Allow users to select member(s) for the report at run-time. Personally I'm not keen on these as it takes more user selections (clicks of the mouse) to actually get to your report each time, I prefer to use the POVs
    Grid POV: Similar to user POV but I've tended to use them where I want to use a fixed member from a dimension e.g. 'Actual' or 'YearTotal' but not show it in the report grid rows or columns (useful if you have several dimensions this can apply to)
    User POV: I find this the most useful for things that change regularly like Year, Location, Scenario, Version, particularly in combination with the Grid POV as mentioned above. The User POV is stored for each user and the last POV used is applied to the next report when opened
    Good luck with your report building, I'm sure you'll develop your own preferences as you get used to the options.
    Stuart Game
    www.analitica.co.uk

  • Differences Between Grid Control and Application Server Console

    Hi,
    I have come across a situation where a customer has an OC4J container and has deplyed several applications in this container. When they access Application Server Control Console thay can stop and start these applications individually.
    However, the customer cannot monitor the status/state of these applications from withing Grid Control. We can see that the OC4J container is either up or down and will be alerted for the change of status. However, if a single application within the container is down they will not be alerted.
    We are using GC 10.2.0.5, iAS 10.1.2.2. Is there a way around this, or dies the Application Server Console have a little extra functionalitly in it compared to Grid Control?
    Tim.

    Hi,
    On your grid control, create a new Notification rule and select "Web Application" from the target drop down and then select your application then in availability tab, select up and down for which you want to receive notification.
    Salman

  • Grid in pages

    Hi. Im new to Pages and im curious if there is such a thing as a grid that can be switched on and off ?
    Im trying to lay out photographs and text with consistency. Thanks.

    There is no baseline grid for type which would certainly help with alignment of text across columns.
    The concept of a baseline grid is very, very old. It is very, very old because it is based on the functionality of the bound book, in Latin the concept of the codex. The codex allows the font and the back of the leaf to be seen at the same time when the leaf is lifted as the bound book is browsed. The concept of the baseline grid predates the computerised composition and page description languages of the 1970s and 1980s. It predates the New Typography industrial design trend of the 1920s and 1930s. It predates the introduction of movable metal sorts in the 1450s in Germany and the 1460s in Italy (first at Subiaco outside Rome and then at Venezia). In a bound book, the letters in the line must align horizontally across the measured of the column, the letters in the lines of two or more columns on the same side of the medium must align, and the lines in the columns on the front and back of the medium must align (or the medium must be so thick that lack og alignment does not disturb since light does not seep through the medium).
    Prof Dr Michelle Brown, now Curator at the British Library, discusses calligraphic ruling methods for mediæval parchments. Since sometime in the 1450s a baseline grid has been part and parcel of movable metal typography. When area composition arrived, the baseline grid was carried into computerised composition at first for single columns with the H e l l Digiset 50T1. The first completely digital composition was the trial of the Digiset 50T1 for the KTAS telephone directory of København in 1967 - imaging took 17 hours. With the Monotype Lasercomp in 1976 began the development of page description languages for the x-y coordinate space of the page as such with everything in it. Crosfield showed a system that integrated composition and colour images at IPEX in 1984 using the Lasercomp for output and H e l l installed its first such system at Flensburgerz Zeitung in 1984.
    /hh

  • Figures in Grid Control and Enterprise Manager Console don't match!

    Hi,
    I have just installed Oracle 10g Grid Control and it is managing an existing database on another server. It appears to gather information as expected in most areas (I can look at the alert log through grid control and it is up to date to the nearest 60 seconds as I expect) but today I looked at how full my undo tablespace is and the figures seemed completely wrong. When looking through grid control it showed me that Undo was 20% full. When I looked in the old java console, it showed it was 30% full!
    Is there any reason why figures in Grid Control would not be accurate or up to date? I have no error messages and it seems to be gathering data fine.
    Is it more likely the old java console is not accurate? (I've always found it accurate in the past I think!).
    These are Solaris Sparc servers, Oracle 10.2.0.3 Grid Control monitoring an Oracle 10.2.0.3 database on a remote server via management agent.
    Thanks,
    Paula

    And this morning my old console says 21%, and the new Grid Control says 14%. So they both seem to be gathering the info and putting it out but they have completely different opinions on how much space is used. I think that makes the whole thing fairly useless. Not so glad I spent an age trying to get grid control set up now!!!
    Any thoughts much appreciated!!!!
    Thanks,
    Paula

  • IAS console and other services won´t startup after sucessfull install

    Hello,
    iAS 10g was successfully installed into a Suse Enterprise Linux 8. Both URLs (to the control console and to Apache) were initially working well. Just after the first reboot of the server, the services won´t startup:
    ias@urano:~> $ORACLE_HOME/opmn/bin/opmnctl startall
    opmnctl: starting opmn and all managed processes...
    globalInitNLS: NLS boot file not found or invalid
    -- default linked-in boot block used
    XML parser init: error 201.
    globalInitNLS: NLS boot file not found or invalid
    -- default linked-in boot block used
    XML parser init: error 201.
    globalInitNLS: NLS boot file not found or invalid
    -- default linked-in boot block used
    XML parser init: error 201.
    opmnctl: opmn start failed
    ias@urano:~> $ORACLE_HOME/bin/emctl start iasconsole
    TZ set to Etc/GMT+2
    Oracle Enterprise Manager 10g Application Server Control 9.0.4.0.0
    Copyright (c) 2002, 2003 Oracle Corporation. All rights reserved.
    Starting Oracle 10g Application Server Control ...............
    No response, checking logs for initialization activity.
    waiting for response from console ............
    No response, checking logs for initialization activity.
    Console startup failed.
    Tried to check all the logs I found but none of them seems to have registered valueable information. The enviroment variables are set as follow:
    export ORACLE_SID=control
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/ias
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib:/u01/app/product/oracle/ias/opmn/lib/
    export TNS_ADMIN=/u01/app/oracle/product/9.2.0/network/admin
    export NLS_LANG="BRAZILIAN PORTUGUESE_BRAZIL.WE8ISO8859P1"
    export ORACLE_OWNER=ias
    export ORACLE_TERM=xterm
    export PATH=$PATH:/usr/bin/:$ORACLE_HOME/bin:/opt/bin:/usr/local/bin:/usr/sbin:/usr/X11R6/bin:/usr/j2sdk1.4.2_04/jre/bin:$ORACLE_HOME/opmn/bin/.
    export JAVA_HOME=/usr/j2sdk1.4.2_04/
    export JDK_HOME=/usr/j2sdk1.4.2_04/
    export JRE_HOME=/usr/j2sdk1.4.2_04/jre
    #export JAVA_HOME=/usr/java/jdk13113
    #export JDK_HOME=/usr/java/jdk13113
    #export JRE_HOME=/usr/java/jdk13113
    export CLASSPATH=$ORACLE_HOME/jdbc/lib/classes12.zip:$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib:$ORACLE_HOME/network/jlib
    Tried with 2 different versions of Java: JDK1.3.1.X and JDK1.4.2.X.
    When I try to acess the console URL, the login window is prompted. Login and password are entered but an error is displayed:
    An error has occurred!
    IOException in sending Request :: Connection refused
    Am I missing something? Any of you out there have already faced this problem and was able to solve it? Thanks in advance.

    Hello,
    iAS 10g was successfully installed into a Suse Enterprise Linux 8. Both URLs (to the control console and to Apache) were initially working well. Just after the first reboot of the server, the services won´t startup:
    ias@urano:~> $ORACLE_HOME/opmn/bin/opmnctl startall
    opmnctl: starting opmn and all managed processes...
    globalInitNLS: NLS boot file not found or invalid
    -- default linked-in boot block used
    XML parser init: error 201.
    globalInitNLS: NLS boot file not found or invalid
    -- default linked-in boot block used
    XML parser init: error 201.
    globalInitNLS: NLS boot file not found or invalid
    -- default linked-in boot block used
    XML parser init: error 201.
    opmnctl: opmn start failed
    ias@urano:~> $ORACLE_HOME/bin/emctl start iasconsole
    TZ set to Etc/GMT+2
    Oracle Enterprise Manager 10g Application Server Control 9.0.4.0.0
    Copyright (c) 2002, 2003 Oracle Corporation. All rights reserved.
    Starting Oracle 10g Application Server Control ...............
    No response, checking logs for initialization activity.
    waiting for response from console ............
    No response, checking logs for initialization activity.
    Console startup failed.
    Tried to check all the logs I found but none of them seems to have registered valueable information. The enviroment variables are set as follow:
    export ORACLE_SID=control
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/ias
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib:/u01/app/product/oracle/ias/opmn/lib/
    export TNS_ADMIN=/u01/app/oracle/product/9.2.0/network/admin
    export NLS_LANG="BRAZILIAN PORTUGUESE_BRAZIL.WE8ISO8859P1"
    export ORACLE_OWNER=ias
    export ORACLE_TERM=xterm
    export PATH=$PATH:/usr/bin/:$ORACLE_HOME/bin:/opt/bin:/usr/local/bin:/usr/sbin:/usr/X11R6/bin:/usr/j2sdk1.4.2_04/jre/bin:$ORACLE_HOME/opmn/bin/.
    export JAVA_HOME=/usr/j2sdk1.4.2_04/
    export JDK_HOME=/usr/j2sdk1.4.2_04/
    export JRE_HOME=/usr/j2sdk1.4.2_04/jre
    #export JAVA_HOME=/usr/java/jdk13113
    #export JDK_HOME=/usr/java/jdk13113
    #export JRE_HOME=/usr/java/jdk13113
    export CLASSPATH=$ORACLE_HOME/jdbc/lib/classes12.zip:$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib:$ORACLE_HOME/network/jlib
    Tried with 2 different versions of Java: JDK1.3.1.X and JDK1.4.2.X.
    When I try to acess the console URL, the login window is prompted. Login and password are entered but an error is displayed:
    An error has occurred!
    IOException in sending Request :: Connection refused
    Am I missing something? Any of you out there have already faced this problem and was able to solve it? Thanks in advance.

  • Turning off the snap-to-grid in Pages

    How do I turn off the snap-to-grid Pages feature when I want to place an object precisely?

    I recall reading somewhere that you have to have the grid on before the option to turn off snap to grid is available. (Older versions like PSE2 and PSE3 do not require the grid to be on to turn snap to grid off. I'm not sure which version of Elements started this change in behavior.)
    Pressing the ctrl key should temporarily disable the snapping feature.

  • Slow response time for JSP pages under iAS 6.0 SP4

    Hi,
    I got an application deployed on iplanet app server 6.0 SP4 on solaris
    2.8. Using a single kjs engine and lite sessions. kjs memory size is
    min 256 and max 256 megs. but verbose:gc shows memory is 98% free.
    when i restart the app server, all JSP pages are really rendered fast.
    After a while (1 or 2 days), the time to service the same request to
    JSP pages is getting much longer (even with JSP pages having only
    static content in them). CPU is idle ... It just takes time. KXS log
    shows requet is taking like 2-4 seconds instead of about 150 milli
    secs when the engine is just restarted.
    Now if i call a servlet (which do not dispath to a JSP), the response
    time is ok! Memory is ok. It looks like its related to JSP pages
    only.
    Anyone having an idea what the problem could be? One conig param is
    the JSP page cache in iASAT. Default value is 10. What is a correct
    setting for production? I have 4 different web app deployed in the
    same server instance.
    Tanks a lot for your input
    Andre Paradis

    Andre,
    I have found the answer to my problem and perhaps yours. It seems that I18N (internationalization) in SP4 may have a performance bug in it.
    My soak tests show that with i18N checked in the iAS Admin Tool, testing the fortune cookie sample application with light load (1 request / sec) resulted in a kxs response time initially of 15ms, however this response time increased by roughly 1% per request (i.e after 100 requests the response time had more than doubled).
    Switching I18N off yielded a steady 7ms kxs response time from the fortune cookie application.
    I would add that I turned I18N on AFTER the installation procedure.
    Is this a known issue in SP4? Is there a patch?
    regards,
    Owen

  • Configure Oracle Metalink Credentials from Home page of DB console

    OS:SuSE Linux Enterprise Server 8.
    I have installed Oracle Enterprise Manager 10g (Oracle DB version: 10.1.0.2.0)
    Now I'd like to configure Oracle Metalink Credentials from home page of console.
    Because we have proxy settings I need to configure proxy setting or
    My information security folk ask me to provide ip address & port number of http:\\updates.oracle.com.
    The IP address of this site is 148.87.36.12.
    What is the port no for this site?
    Does any one resolve this issue?
    Regards,
    D

    Hello,
    proxy settings can be different. Our proxy server allows an open access the to interner, in principle you can reach every external website, although it is not allowed to surf just for fun. It seems at your site the opposite is true, websites you want to reach must be allowed explicitly. Therefore your security staff needs the IP adress, obviously it must be known to the proxy server.
    There could arise another issue, in fact we have this problem. As just mentioned, our proxy server isn't restricted to certain websites,but password protected. You need to login before you can go to the internet. This isn't yet supported by oracle, so for this very internet access we had to raise this restriction, but the proxy server itself is still used. Orace says, 10g Release 2 will support such a configuration.
    Werner

Maybe you are looking for

  • Table Creation on the fly

    Hi, I have to run 50 reports last day of every month. Each query will do lot of dynamic calculations which are a time consuming. The whole point is to create excels for each of the report. But since the Application will throw request time out error i

  • Application crashes on IOS 5.1 (tried Adhoc export release build)

    Application crashes on IOS 5.1 in splash screen. It works fine with fast debugging and standard debugging.But when i tried to test in as ADHOC release build it got crashed. Device: Ipad 2 - IOS 5.5 Air: Air 3.3 beta 2 Flex sdk: 4.6 -Saravanan.

  • How to make the video close automatically?

    Is it possible? Or we need to add a Close button, and let it execute the following JavaScript? javascript:window.close() It seems that the code does not work in PDF (the format that the project is published in).

  • Since upgrading to 29. Firefox snags with a beachball that spends for seconds. How can I prevent the snag?

    There were two upgrades very close together. I upgraded and now have 29.0. No matter whether I'm going to an address, typing into a box, or waiting for a website to load, the Mac "beach ball" will spin for a few seconds before loading. I use the defa

  • 10.3 update weirdness

    Just installed the recent update. After the download was complete, I rebooted. Nothing (gray screen). Rebooted again. Same thing. Rebooted a third time and it booted no problem. I immediately backed up my files. After this was completed I was doing s