[EPM Configuration] OracleDB - OC4J Configuration issue .... not found

Hello,
after analysing endlessly the existing workarounds for this problem, i conclude that mine is not posted yet.
Intro
In order to install EPM, i had to install Oracle Database 11g. After the installation, an error ocurred stating that configurations were not saved and i could run manually "ECMA.bat" later.
I tried to configure it by creating environment variables such as:
- ORACLE_SID
- ORACLE_HOSTNAME
- ORACLE_UNQNAME
So far, i haven't tried to executed ECMA.bat for the last time, since I am quite sure that i will fail due to not recognizing the hostname.
The issue
Whili trying to make sure that the database is correctly configured, i tried to access to the webpage, unsuccessfully.
Then i found my problem in the forums:
When i type in CMD:
--> (I type)
C:\OracleDB_app\alexandreyin\product\11.2.0\dbhome_1>emctl status dbconsole
--> (returns)
OC4J Configuration issue. C:\OracleDB_app\alexandreyin\product\11.2.0\dbhome_1/o
c4j/j2ee/OC4J_DBConsole_HPCM.lab.pt_orcl not found.
In fact there was no folder with that name, nor something like "/OC4J_DBConsole_localhost_orcl" as many posts suggests.
I only have folders like:
- "home"
- "oc4j_applications"
- "OC4J_DBConsole"
- "OC4J_Workflow_Component_Container"
- "OC4J_Workflow_Management_Container"
- "utilities"
- "deploy_db_wf"
Some posts suggests me to change my /driver/etc/host file, but i think my current file is correct:
--> (Content of host gile)
127.0.0.1 localhost
XX.XXX.XXX.XXX HPCM.lab.pt
Honestly, i am out of ideas and i wish any experienced colleague could give me a hint.
Thanks in advance

Hi,
It is worth having a look at the following document on Oracle support.
Problem - emctl start dbconsole Fails with Error OC4J Configuration issue OC4J_DBConsole_<HOSTNAME>_<DBNAME> not found *[ID 555218.1]*
Linux 64bit DBConsole Fails With "OC4J Configuration issue cannot find /oc4j/j2ee/oc4j_DBConsole_..." *[ID 462325.1]*
Thanks,
HyperEPM

Similar Messages

  • Configuration file jdbcpds.conf is not found.

    Hi,
    My problem is: Configuration file jdbcpds.conf is not found
    When: I've this problem when I try to run a report with rwrun. The file is in the reports/conf folder. We try execute this reports at the client side.
    I think that reports doesn't find the conf files because folder's name have changed. In wich configuration files/registry/env. path i can put the access to the reports/conf folder?
    Under 10g
    Thx very much

    I've found my problem
    in ORACLE_HOME\cauprefs.ora I've to add this line
    Reports.PluggableDataSourceFactories = "oracle.reports.plugin.datasource.jdbcpds.JDBCDataSourceFactory"
    in ORACLE_HOME\reports\conf\rwbuilder.conf I've to add this line
    <pluginParam name="jdbcpds" type="file">jdbcpds.conf</pluginParam>
    that it!

  • Alert configuration or Alert Inbox-----404 Not Found

    Hi,
    In RWB, When I click Alert configuration or Alert Inbox
    the following message is displayed
    404 Not Found                                                                               
    SAP J2EE Engine/6.40 
    The requested resource does not exist.
    Details: Go to main page of this application!
    Is this due to installation problem ?
    How to fix this ?
    Thanks,
    ss

    Hi,
    check the following entries in your Exchange Profile:
    com.sap.aii.rwb.server.centralmonitoring.r3.ashost --- Must be full qualified
    com.sap.aii.rwb.server.centralmonitoring.httpport   --- 80<SysNo> or see SMICM -> Goto -> Services: http-Port
    Normaly you only need to refresh you RWB with the following link:
    http://<System>:<Port>/rwb/rtc?op=init
    if this doesn't work try to restart the complete ABAP Stack.
    Good luck!
    Chris

  • Links "alert configuration" & "alert inbox" show page not found error

    Hi,
    One of our test servers is at SP9, SR1 installation.
    When i tried  to access <b>"Alert Configuration"</b> , <b>"Alert Inbox"</b> links in RWB, the link pages dosen't get dispalyed. It gives the follwing error
    404 Page not found ... The requested resource does not exist.
    Should we try redeploying RWB sda..?
    cheers,
    Siva Maranani.

    Hi Siva,
    I'm Pruthvi working in SAP-XI.
    When I try to click on the Alert-Configuration and Alert-Inbox I'm getting the same error you got :
    404 Not Found
    The requested source doesnot exist
    From your blog I got to know the below things :
    1) We will get HTTP port number and full host name value from the t-code SMICM -> Goto -> Services
    2) We have to give the HTTP port number value in Exchange Profile  in com.sap.aii.rwb.server.centralmonitoring.httpport
    3) We have to give the full host name value in Exchange Profile  in  com.sap. aii.rwb.server.centralmonitoring.r3.ashost
    4) Also I have checked in the t-code SICF and all the required services as described in sap note 768456 were present over there.
    Apart from the above do I need to check for anyother services (or) parameters that needs to be installed for setting the alert configuration.
    Also You said that PMI store is already configured during post-installation steps
    Can you please let me know what is PMI store and how to check it is configured (or) not and also where to see it.
    Thanks and Regards,
    Pruthvi

  • Error Configuration File bc4j.xcfg is not found in the classpath

    I am new to JDeveloper and ADF, and am suffering through the steep learning curve. This story may prove useful to someone, someday.
    I just finished resolving a “bc4j.xcfg is not found in the classpath” error and it added another level of understanding to how things are glued together.
    There is a back story. I had made a first pass at creating a test application. When I was done I started “enhancing” the application. One of the changes was to add a column to a view in the database. Try as I might I could not get that change propagated to the business component. This is still on my to-figure-out list. In frustration I dropped the model and recreated it from the database tables and views. Testing it with the “AppModule” in the model project I could see the view with the new column. However, when I went to run one of my old jspx pages, I now got the dreaded “bc4j.xcfg is not found in the classpath” – and this was for a page that was not using my updated view. As the military expression goes, “Whiskey Tango Foxtrot”.
    It is now working again, and here is what I found.
    I noticed in the error message that it could not find “/cloudapp1/common/bc4j.xcfg”. When I searched for the file I found it in /cloudapp1/model/common/bc4j.xcfg. I went to the project properties for the model project and on the “Project Source Paths” node I saw at the bottom of the page Default Package: cloudapp1.model. Ah Ha! That is where the /cloudapp1/model structure came from. Then I remembered that the first time through I had changed the default package to just cloudapp1. Part of my experimenting with the product. When I quickly rebuilt the model project I did not do that.
    Next I found the DataBindings.cpx that one note alluded to. It is in the ViewController project. There I found an “OC4JDataControl” section. In there was and entry Package=”cloudapp1”. This was the original package name. When I rebuilt the model, this was not updated. Anyway, I changed it to Package=”cloudapp1.model”. [ Insight:  When you first build an app it can make some good guesses about what is needed, but when you start adding and dropping projects it is much harder to guess how they are glued together.]
    Raising a cup of coffee in triumph I re-ran the test page.
    Dang! Still a bc4j.xcfg not found in the classpath – but this time the path mentioned matched the path where I knew the file to be.
    I am nothing if not stubborn. I knew the problem just had to be in the ViewController project, because the AppModule in the model project worked. So, I started going through all of the project properties. I finally came across something called “Dependencies” that had big ugly red circles with an x in them. Ah ha. This is what tells the ViewController what other projects (like the business model project) this ViewController is dependent on. Although the editing process it not obvious I eventually pointed it to the new model project. [Deepening insight.]
    When I re-ran the test page it worked! Coffee finished. Story with a happy ending.
    Summary:
    1.     Make sure the package name in the ViewController DataBindings.cpx matches the one in your model project.
    2.     Make sure the ViewController Dependencies entry points to the model project.

    Thought I'd add a little bit more to this post I found helpful.
    I'm creating an application which uses other application ViewController projects deployed as library .jar files. If your .jar ViewController project deployment profiles don't have your Model project as a dependency, you will get the .bc4j error as well.
    This can be confusing when the ViewController pages function correctly when run within their own application context, but somehow lose their bc4j when deployed as a .jar.
    Hope that helps someone down the road.

  • Deploying web application to OC4J  - servlet class not found

    Hi,
    Im trying to deploy war file with web application,
    that I run before on Tomcat.
    During deployment procces everything seems to be OK.
    But when I try to log on web, I get 500 error...
    log file:
    07/07/12 15:10:14.562 webapp1: Servlet error
    javax.servlet.ServletException: Error instantiating servlet 'org.apache.jsp.index_jsp'. Servlet class org.apache.jsp.index_jsp not found in web-application webapp1
    where org.apache.jsp.index_jsp is path from web.xml and servlet index_jsp.class is in
    Web-Inf/classes/org/apache/jsp/ dir.
    Any Idea?
    Thanks a lot.
    H.

    Hi Steve,
    thanks for your answer, because my question is quite stupid, I know.
    But I'm not so much interested in pre-translated jsp files dependences on java container.
    Yes, my application use some parts of catalina lib, but I would like to just get index.jsp
    and this compiled class (org.apache.jsp.index_jsp.class) is "catalina lib free" I think?
    Or should I change my build.xml?
    Thanks.
    H.

  • Help Required to configure GRC Work Inbox Type Not Found Error

    All .. I am new to the hands on part on GRC 10. Am trying to configure RM Work INbox. When I go through NWBC to Risk Asessments and try to create a Risk am getting the below error: Type _Not-Found Error for the transaction GRRM_POWL_RNP and GRRM _POWL_RESPONE. Have tried some of the suggestions on earlier threads e.g SICF etc. Appreciate your help to resolve

    Fernando . Thanks for the response. I am getting this error when I am trying to create a risk. Attached is the snapshot of the error. I have tried stuff like deleting the cache, checked SICF to see if Web Dyn Pro is active etc

  • ESS Configuration error structure field Roundtrip_Strategy not found

    we have ep7 and ecc6 our HR guyz are getting this issue when trying to create a travel request,its working in back end can any one help..?

    Hi,
    As other said you may need to update software components SAP-HR , EA-HR for this check this
    SAP Note 761266 - Self Services Patches
    Regards
    Vijay
    Edited by: Vijay Mohan on Jun 27, 2008 3:11 PM

  • OC4J Configuration issue

    Hi,
    I tried to put my database in Archivelog mode through EM , at the time of restarting the database it didnt start... instance is starting but database is not opening....
    I tried this command but its giving error... ( I am running 10g r2 , on RHEL 5 which is install on Oracle virtual toolbox )
    emctl start dbconsole
    OC4J Configuration issue. /opt/oracle/oraclehome_112/db_1/oc4j/j2ee/OC4J_DBConsole_myhostname_orcl not found.
    where orcl is the instance name.
    and this directory, OC4J_DBConsole_myhostname_orcl, does not exist on the file system.
    In some article I read ... the solution I tried to type...
    http://kamranagayev.com/2011/03/21/step-by-step-installing-oracle11g-on-linux/
    Feedback no. 19
    ./emca -deconfig dbcontrol db -repos drop
    bash : ./emca : No Such file or Directory
    ./emca -config dbcontrol db -repos create
    Thanks and regards...

    Hello;
    I'm thinking this step was either missed of you have a typo :
    Change the entry of .bash_profile file of the oracle user and add following lines:
    vi /home/oracle/.bash_profile
    export ORACLE_HOME=/u01/home/oracle/product/11.2.0/db_1
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
    export PATH=$ORACLE_HOME/bin:$PATHIf your ORACLE_HOME is set it should find the "emca".
    You can test by running these export commands at the Linux prompt.
    The which command is your friend
    which emca
    /u01/app/oracle/product/11.2.0.2/bin/emcaBest Regards
    mseberg
    Edited by: mseberg on Feb 29, 2012 2:52 PM

  • OC4J Configuration issue.  when trying to enable OEM on 10g

    Good Morning to all ;
    Just now i posted question related to OEM (when getting error).
    I can't connect my OEM with any user
    Here i created DB using DBCA with OEM but i couldn't login via BROWSER ...
    Please ignore this question here .. ( Not a Duplicate Question)
    This question is different ,  but related to OEM ( Ok . I am explaining my issues here. I created Database using DBCA without enabling OEM.
    then i set ORACLE_SID and tried to execute OEM but getting error.
    $ emctl start dbconsole
    TZ set to Asia/Calcutta
    OC4J Configuration issue. /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_linuxserver_orcltest not found.
    NOTE : I want to know answer for 2nd question. what is OC4J Configuration issue. - How can i resolve that ? or
    Thanks in advance ..

    Hello Sb
    I perfectly upgraded my DB with OEM  to 10.2.0.4.0  on OEL4. i'm going to do on rhel-5
    *$ export ORACLE_SID=orcl*
    [oracle@oel ~]$ sqlplus /nolog
    SQLPlus: Release 10.2.0.4.0 - Production on Sun Apr 21 00:59:53 2013*
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    SQL> conn /as sysdba
    Connected.
    SQL> startup
    ORA-01081: cannot start already-running ORACLE - shut it down first
    SQL> cl scr
    SQL> select comp_name , version , status from dba_registry;
    COMP_NAME
    VERSION STATUS
    Oracle Database Catalog Views
    10.2.0.4.0 VALID
    Oracle Database Packages and Types
    10.2.0.4.0 VALID
    Oracle Workspace Manager
    10.2.0.4.3 VALID
    COMP_NAME
    VERSION STATUS
    JServer JAVA Virtual Machine
    10.2.0.4.0 VALID
    Oracle XDK
    10.2.0.4.0 VALID
    Oracle Database Java Packages
    10.2.0.4.0 VALID
    COMP_NAME
    VERSION STATUS
    Oracle Expression Filter
    10.2.0.4.0 VALID
    Oracle Data Mining
    10.2.0.4.0 VALID
    Oracle Text
    10.2.0.4.0 VALID
    COMP_NAME
    VERSION STATUS
    Oracle XML Database
    10.2.0.4.0 VALID
    Oracle Rule Manager
    10.2.0.4.0 VALID
    Oracle interMedia
    10.2.0.4.0 VALID
    COMP_NAME
    VERSION STATUS
    OLAP Analytic Workspace
    10.2.0.4.0 VALID
    Oracle OLAP API
    10.2.0.4.0 VALID
    OLAP Catalog
    10.2.0.4.0 VALID
    COMP_NAME
    VERSION STATUS
    Spatial
    10.2.0.4.0 VALID
    Oracle Enterprise Manager
    10.2.0.4.0 VALID
    17 rows selected.
    Thanks ..

  • Runtimeworkbench- Allert configuration buttonclick - 404   Not Found

    hi friends,
    I am new to PI, appreciate your help on this
    when i click the button "Allert configuration" in Run time workbench it says
    The requested resource does not exist.
    appreciate if you tell me what should i do to fix this and how to go inside Allert confiruration in runtime work bench
    many thanks
    Iver

    Hi
    use thread with same problem will help u
    Alert configuration - 404 Not found
    XI alert configuration
    Alert Configuration / Alert Inbox - "404   Not Found"  in PI 7.0
    Alert Configuration error 404
    Alert configuration or Alert Inbox-----404 Not Found
    Re: Alert Configuration in RWB 404   Not Found
    Alert Configuration Error on RWB
    Alert configuration or Alert Inbox-----404 Not Found

  • OC4J_DBConsole_test_orcl not found

    Hi
    I am facing a problem to start enterprise manger
    ----------------- it is single instance 10.2.0.5.0 OEL5.0
    I wan
    -bash-3.2$ emctl start dbconsole
    TZ set to Asia/Karachi
    OC4J Configuration issue. /ora/app/oracle/product/102/db1/oc4j/j2ee/OC4J_DBConsole_test_orcl not found
    but when i see
    -bash-3.2$ cd /ora/app/oracle/product/102/db1/oc4j/j2ee/
    -bash-3.2$ ll
    total 40
    -rw-r--r-- 1 oracle oinstall 504 Oct 15 2010 deploy_db.ini
    drwxr-x--- 15 oracle oinstall 4096 Sep 23 2010 home
    drwxr-x--- 9 oracle oinstall 4096 Sep 23 2010 isqlplus
    drwxr-x--- 3 oracle oinstall 4096 Sep 23 2010 oc4j_applications
    -rw-r----- 1 oracle oinstall 735 Nov 8 23:03 sqlnet.log
    there is not such file like "OC4J_DBConsole_test_orcl"
    ++++++++++++++++++++++++++++++++++++++++++++++
    I have tried such
    -bash-3.2$ emca -config dbcontrol db -repos recreate
    STARTED EMCA at Nov 10, 2011 12:06:55 AM
    EM Configuration Assistant, Version 10.2.0.5.0 Production
    Copyright (c) 2003, 2009, Oracle. All rights reserved.
    Enter the following information:
    Database SID: orcl
    Listener port number: 1521
    Password for SYS user:
    Password for DBSNMP user:
    Password for SYSMAN user:
    Email address for notifications (optional):
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ /ora/app/oracle/product/102/db1
    Local hostname ................ test
    Listener port number ................ 1521
    Database SID ................ orcl
    Email address for notifications ...............
    Outgoing Mail (SMTP) server for notifications ...............
    WARNING : While repository is dropped the database will be put in quiesce mode.
    Do you wish to continue? [yes(Y)/no(N)]: Y
    Nov 10, 2011 12:07:22 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /ora/app/oracle/product/102/db1/cfgtoollogs/emca/orcl/emca_2011-11-10_12-06-55-AM.log
    Nov 10, 2011 12:07:36 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Dropping the EM repository (this may take a while) ...
    Nov 10, 2011 12:07:36 AM oracle.sysman.emcp.EMReposConfig dropRepository
    INFO: Dropping the EM repository (this may take a while) ...
    Nov 10, 2011 12:11:44 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully dropped
    Nov 10, 2011 12:11:44 AM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Nov 10, 2011 12:16:41 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    Nov 10, 2011 12:16:52 AM oracle.sysman.emcp.util.FileUtil setAttributeInXML
    SEVERE: Error parsing XML file /ora/app/oracle/product/102/db1/oc4j/j2ee/OC4J_DBConsole/config/server.xml
    Nov 10, 2011 12:16:52 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error instantiating OC4J configuration files
    Refer to the log file at /ora/app/oracle/product/102/db1/cfgtoollogs/emca/orcl/emca_2011-11-10_12-06-55-AM.log for more details.
    Could not complete the configuration. Refer to the log file at /ora/app/oracle/product/102/db1/cfgtoollogs/emca/orcl/emca_2011-11-10_12-06-55-AM.log for more details.
    +++++++++++++++++++++++++++++++LOG SHOWS FOLLOWING ++++++++++++++++++++++++++++++++
    CONFIG: Completed copying file /ora/app/oracle/product/102/db1/sysman/config/emoms.properties.emca to /ora/app/oracle/product/102/db1/sysman/config/emoms.properties
    Nov 10, 2011 12:16:51 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Completed copying file /ora/app/oracle/product/102/db1/sysman/config/emoms.properties.emca.util.tmp to /ora/app/oracle/product/102/db1/sysman/config/emoms.properties
    Nov 10, 2011 12:16:52 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Nov 10, 2011 12:16:52 AM oracle.sysman.emcp.util.FileUtil setAttributeInXML
    SEVERE: Error parsing XML file /ora/app/oracle/product/102/db1/oc4j/j2ee/OC4J_DBConsole/config/server.xml
    Nov 10, 2011 12:16:52 AM oracle.sysman.emcp.util.FileUtil setAttributeInXML
    CONFIG: Stack Trace:
    java.io.FileNotFoundException: /ora/app/oracle/product/102/db1/oc4j/j2ee/OC4J_DBConsole/config/server.xml (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at java.io.FileReader.<init>(FileReader.java:41)
    at oracle.sysman.emcp.util.FileUtil.setAttributeInXML(FileUtil.java:969)
    at oracle.sysman.emcp.EMDBCConfig.instantiateOC4JConfigFiles(EMDBCConfig.java:933)
    at oracle.sysman.emcp.EMDBCConfig.performConfiguration(EMDBCConfig.java:405)
    at oracle.sysman.emcp.EMDBCConfig.invoke(EMDBCConfig.java:162)
    at oracle.sysman.emcp.EMDBCConfig.invoke(EMDBCConfig.java:136)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:172)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:494)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1161)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:478)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:426)
    Nov 10, 2011 12:16:52 AM oracle.sysman.emcp.EMDBCConfig instantiateOC4JConfigFiles
    CONFIG: Failed to set value in server.xml for application-server tag
    Nov 10, 2011 12:16:52 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error instantiating OC4J configuration files
    Refer to the log file at /ora/app/oracle/product/102/db1/cfgtoollogs/emca/orcl/emca_2011-11-10_12-06-55-AM.log for more details.
    Nov 10, 2011 12:16:52 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error instantiating OC4J configuration files
    at oracle.sysman.emcp.EMDBCConfig.performConfiguration(EMDBCConfig.java:409)
    at oracle.sysman.emcp.EMDBCConfig.invoke(EMDBCConfig.java:162)
    at oracle.sysman.emcp.EMDBCConfig.invoke(EMDBCConfig.java:136)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:172)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:494)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1161)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:478)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:426)
    If any body know about it kindly help
    Regards
    SREHMAN

    Hi
    I did install again database but now problem is that :
    [oracle@test bin]$ emctl status dbconsole
    TZ set to Asia/Karachi
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.5.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    https://test.oracle.com:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is not running.
    Logs are generated in directory /ora/app/oracle/product/102/db1/test.oracle.com_prod/sysman/log
    [oracle@test bin]$ emctl start dbconsole
    TZ set to Asia/Karachi
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.5.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    https://test.oracle.com:1158/em/console/aboutApplication
    - An instance of Oracle Enterprise Manager 10g Database Control is already running.
    +++++++++++++++++++++++++++++++++
    while when i try to check the status it shows following
    [oracle@test bin]$ emctl status dbconsole
    TZ set to Asia/Karachi
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.5.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    https://test.oracle.com:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is not running.
    when i try to stop it :
    [oracle@test bin]$ emctl stop dbconsole
    TZ set to Asia/Karachi
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.5.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    https://test.oracle.com:1158/em/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Database Control ...
    --- Failed to shutdown DBConsole Gracefully ---
    it is amazing for me
    when i try to open em it login successfully but show following error
    Server Error
    java.util.MissingResourceException: Can't find resource for bundle oracle.sysman.db.rsc.LoginResource, key connectStringError
         at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
         at java.util.ResourceBundle.getObject(ResourceBundle.java:322)
         at java.util.ResourceBundle.getString(ResourceBundle.java:285)
         at oracle.sysman.emo.adm.LoginBean.getErrMsg(LoginBean.java:416)
         at oracle.sysman.emo.adm.LoginBean.validate(LoginBean.java:241)
         at oracle.sysman.emo.adm.LoginBean.login(LoginBean.java:268)
         at oracle.sysman.db.adm.LoginController.doLogin(LoginController.java:572)
         at oracle.sysman.db.adm.BaseController.redirectIfNotLoggedIn(BaseController.java:915)
         at oracle.sysman.db.adm.BaseController.handleEvent(BaseController.java:1019)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:376)
         at oracle.sysman.db.adm.RootController.handleRequest(RootController.java:172)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:129)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:315)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:98)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:151)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:304)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Have you any suggestion
    Regards
    X

  • Mac Client Certificate not found

    Hey all, i'm trying to install the ConfigMgr client on a mac system. The site is 2012 SP1 RTM however since there is no release yet of the mac client i'm using the mac client install from the SP1 beta install folder (Suggested by Microsoft)
    I followed the instructions on how to install clients on mac computer from technet. Everything from the install and the enrollment seems to complete fine no errors. After the enrollment when I open System Preferences > Configuration Manager it says "Certificate
    not found" If i check the ccmclient log file on the mac it shows the following errors
    Failed to Parse MgmtAuthority ServerList
    Failed to get server list
    Failed to GetProperty Mode from Configuration Provider : 80070490
    Requested certificates not available in store
    Certificate not found in store. Bailing out!
    Failed to validate certificate
    The certificate shows up under system in the keychain, the only strange thing is it shows for name the user who enrolled in the certificate. I figured it should have showed the system name. The root ca is also there. Any help would be appreciated, thanks

    Okay so figured this out, and i'll post in case this happens to someone else. The certificate will always show under the keychain with a name of whoever the user was that did the enrollment. So if you used Joe Smith, then the certificate will be called
    Joe Smith. In my case the account I used to enroll had a active directory display name of two words such as "Joe Smith" Because of this space in between, configuration manager client kept listing the certificate as "Joe". I was then realized that indeed just
    like the error said the certificate could not be found because its looking for Joe and the the certificate says Joe Smith. The fix was instead do the enrollment with a normal account with no spacing in the name. This may be a bug or Microsoft may not recommend
    creating AD accounts with display names with spaces.

  • Error in Installing Oracle 9i on redhat 7.2 -- jre was not found again!

    I'm installing Oracle 9i on redhat 7.2. The machine I'm installing it on is an AMD k-6 500 mhz pc. While attempting to install Oracle 9i
    I think I'm successful (well, maybe not) except for the fact that the oui reports the following error:
    "configuration tool oracle net configuration assistant failed. jre was not found
    in /home/ora1/jre/1.1.8/bin/../bin/i586/green_threads/jre"
    Now, I know about the i686/i586 scenario, and I have a 586 pc. I got the more common error message:
    "jre was not found in /tmp/OraInstall/jre/bin/i586/green_threads" (also for ../lib/..)
    and I set up symbolic links for that and re-ran the runInstaller. Everything I've tried so far has been unsuccessfull.
    Can anyone help? Thanks.
    BTW: What does it mean when the path has double dots (i.e. bin/../bin) in it?. That confuses me a bit.

    I had a similar problem when running jre in linux.
    Any help really appreciated.
    [root@Linux bin]# jre
    jre was not found in /usr/local/bin/../bin/i686/green_threads/jre
    [root@Linux bin]#
    [root@Linux bin]# uname -a
    Linux Linux 2.6.9-34.EL #1 Fri Feb 24 16:44:51 EST 2006 i686 i686 i386 GNU/Linux[root@Linux bin]#

  • Class Not Found Exception After Connecting From a JDeveloper

    Hi,
    I am following the tutorial on SOA and started to experience problems in deployments (all but the console, including em) after the connection to the remote weblogic (10.3.5) from JDeveloper. I would know if the connection modifies the WLS environment. Unfortunately I did not note the message before wiping the setup, but found many entries on Google referring to some ADF library. I followed the suggestion to apply the adf runtime to the WLS install but this not helped.
    By the way, I would just understand if the remote connection from a JDeveloper adds some configuration which is then eventually not found in the target WLS.
    Thanks
    Fabio D'Alfonso
    http://www.fabiodalfonso.com

    Can you check the log files of soa_server1, which are located in the <domain-home>/servers/<server-name>/logs.
    There are probably some occurences of class not found exceptions.
    When you are using the node manager to start your environment you have to make sure that StartScriptEnabled is set
    to true in the nodemanager.properties file (located in the directory: <wl-home>/common/nodemanager
    In the section "Starting the SOA environment" here - http://middlewaremagic.com/weblogic/?p=6040
    an example is presented

Maybe you are looking for

  • Arrears Interest Calculation on AR Balances

    Hi, I am trying to calculate the Interest on AR Balances and was able to successfully post the entries also.  But the problem is the next month when I am running the interest calculation, I want the system to avoid calculating Interest on the documen

  • Animated .gif files in mail. Problem persists. (PANTHER)

    3-17-07 Happy St. Valentine's Day to all you Irish folks! I'm posting this even though there are threads in the forum that I have used and contributed to in the past on this topic. The problem PERSISTS! The problem/situation is that in mail from fami

  • Custom ComboBoxEditor and event notification at the end of the edition

    Hi, I am trying to write a custom ComboBoxEditor that delegates editing to a JFormattedTextField for inputing only integers in a JComboBox. However unlike the JTable and JTree editors, I find that the documentation is not clear on how to notify the p

  • Can i view an xsl stylesheet? My message log is formatted and I can't read it.

    I have found a message log in My Downloads. When I try to read it, it's an xsl stylesheet. What is this? Why is it in this format, and can I convert it so I can read it? Thanks--need details--I don't know much about computers!

  • Indesign CS6 does not open

    CS 6 refusing to open today, this is in the console!? 15/01/2014 13:12:45.557 Adobe InDesign CS6[992]: The function `CGSFlushWindow' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is usin