Oracle Workflow Manager not working

hi
I have a problem concerning Oracle Workflow Manager.
When I access Oracle Workflow Manager,all workflow system are down e.g (Notification Mailers,Agent Listeners,Service Components,Background Engines,Purge and Control Queue Cleanup).
I tried several alternatives but was not successful.
I really need your help because we are going life in 2 weeks time?
Regards
James

Hi,
Please refer to this document.
Note: 378281.1 - How Does One Verify The Notification Mailer Is Functioning Properly?
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=378281.1
Regards,
Hussein

Similar Messages

  • After ORA-07445, a part of Oracle Enterprise Manager  not working?

    Hi! Everyone!
    My database was have error message ORA-07445.
    I found document in MetaLink, and try to modified it.
    [https://support.oracle.com/CSP/main/article?cmd=show&type=BUG&id=7038750]
    1. SQL> alter system set event='10422 trace name context forever, level 1' scope=spfile;
    2. shutdown DB & startup DB
    After that, Oracle Enterprise Manager "Space Summary -> Problem Tablespaces " from 5 become 0.
    And since these days, it did not change.
    This is on solaris 10 oracle 10.2.0.4
    How can I make it normal?
    Edited by: user10220946 on Nov 24, 2009 6:12 PM
    Edited by: user10220946 on Nov 24, 2009 7:33 PM

    Hi,
    For Ora-07445 and Ora-0600 raise an SR with oracle support.
    thanks,
    baskar.l

  • Oracle Workflow Manager, Agent Listener, and Java Mailer problem

    Hi,
    I am not sure this topic to this forum, since this might be installation issue.
    But I am hitting a big wall.
    I had Windows 2000 SP4.
    I have already installed Oracle Database 10gR1, Oracle Developer 10gR2, and Oracle Workflow 2.6.3 Standalone previously.
    Including :
    - Oracle Workflow Server 2.6.3
    - Oracle Workflow Builder 2.6.3.5
    - Apache HTTP Server 9.0.4
    - Workflow Middle Tier
    Anything seems to right, including the Notification Mailer and the Business Event.
    And I had also made backup of them surely.
    Now,
    I'd like to change into Oracle Database 10gR2 because :
    1. Some errors I found when I tried to call a Report from Oracle Form.
    Unable to connect to Report Server ...
    I thought Oracle Database 10gR1 is not suitable for Oracle Developer 10gR2.
    2. And in the OWF 2.6.3 Workflow Home Page, there was no Logout button (which I found in OWF 2.6.4)
    I removed my previous installation including Oracle Workflow.
    After strugglineg in the installation of Oracle Database 10gR2, now I am facing another problem with Oracle Workflow.
    I succesfully installed Oracle Workflow 2.6.4 Server and Oracle Workflow Manager (standalone version),
    and the Oracle Workflow Middle Tier.
    After I launch Oracle Workflow Configuration Assisstant, everthing seems to be normal.
    I succed to open the Oracle Workflow Home Page (and found the Logout button there)
    Next, I tried to navigate to the Oracle Workflow Manager.
    1. I start the OC4J_Workflow_Management_Container --> initialized
    2. OC4J_Workflow_Component_Container
    The following error line appeared in the OC4J command prompt
    06/05/26 10:31:40 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.Logger.Logger(String,
    int) : Logging to System.out until necessary parameters are retrieved for Logger
    to be properly started.
    06/05/26 10:31:40 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.
    initializeStateMachine() : BEGIN [default implementation]
    06/05/26 10:31:40 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.
    getNewWorkflowContext() : BEGIN
    06/05/26 10:31:45 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.
    loadGlobalParameters() : BEGIN
    06/05/26 10:31:48 oracle.apps.fnd.wf.common.ContextFactoryException: Unable to g
    et connection from data source because the following Exception occurred -> java.
    sql.SQLException: ORA-28000: the account is locked
    06/05/26 10:33:57 Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)
    initialized
    3. finally it initialized
    Next I tried to go to Oracle Workflow Manager from related link of Enterprise Manager
    It is said that the OWF_MGR is locked
    (I surprised since I had UNLOCKED the OWF_MGR after the installation and succeed to login at the Workflow Home Page)
    And the following error line appeared in the commaned prompt after that
    06/05/26 10:35:03 OrionCMTConnection not closed, check your code!
    06/05/26 10:35:03 Logical connection not closed, check your code!
    06/05/26 10:35:03 (Use -Djdbc.connection.debug=true to find out where the leaked
    connection was created)
    4. I re-UNLOCK the OWF_MGR and login to Oracle Workflow Manager
    I noticed that the Agent Listener and Notification Service is Unavailable
    (In OWF 2.6.3, The Agent Listener was started and Notification Service was waiting to be configured)
    I tried to start one of the Agent Listener, but the following error appeared
    ERROR: The Service Component Container is not running
    Well, I had the same problem when installing the OWF 2.6.3
    I tried to uninstall (remove) and re-install it like I had done before in OWF 2.6.3
    (based on someone's post in Oracle's forum)
    But this time, the re-installation won't fix this problem. (It was succeed in the OWF 2.6.3)
    Everytime I start the OC4J, using wfmgrstart.bat and wfsvcstart.bat
    the OWF_MGR is re-LOCKED(TIME) automatically.
    And the servlet (WFALSNRSVC and WFMLRSVC) are not running.
    I am worry, since I cannot use the Notification Mailer if this problem had not fixed yet.
    (In OWF 2.6.3, the mailer was not available until those servlet is Started)
    Sorry for the long post.
    Any help would be grateful.
    Many thanks,
    Buntoro

    Hi,
    Finally, I have found the solution.
    Step :
    1. Start all of the Oracle Service, except for the OC4J
    If you have already started OC4J, then stop them
    Unlocked the <wf_manager_user>
    2. Search in your Oracle Home : data-sources.xml
    There should be two files,
    one is in the ...\OC4J_Workflow_Component_Container\application-deployments\WFALSNRSVCApp
    the other is in ...\OC4J_Workflow_Component_Container\application-deployments\WFMLRSVCApp
    3. Make sure, you create back up of them.
    4. Replace the following line
    password="-&gt;pwForOwfMgr"
    with
    password="<your_wf_manager_password>",
    should be look like this
    password="a"
    5. Now start the OC4J using wfmgrstart.bat and wfsvcstart.bat
    6. Next, login to the Oracle Workflow Manager
    This worked for me.
    Hope this will help someone who has the same problem.
    Buntoro

  • Error with Oracle Workflow Manager

    Hi
    Oracle workflow has just been installed on my first middle tier from the Content management SDK 9.0.4 CD.
    ( I have also an old working installation on the second middle tier, pointing to an old database 9.2.0.2)
    When I click on the Oracle Workflow Manager link in the oracle enterprise manager console
    I get the message : An error has occurred! Use Browser's Back button to go to previous page."
    versions
    DB 9.2.0.7.0 on AIX 5.3
    OAS infr 9.0.2.3 on linux AS-2.1 2.4.9-e.3smp
    OAS mid tier A 9.0.4.1 on linux AS-2.1 2.4.9-e.25BOOT
    OAS mid tier B 9.0.4.1 on linux AS-2.1 2.4.9-e.40smp
    LOGS
    em-web-access.log:
    172.25.21.97 - - [07/Feb/2006:16:46:06 +0100] "GET /emd/console/oam/wfm/sysStatus$ctxName1=mid904.ausmid.auselda.it$farm=mid904.ausmid.auselda.it$type=oracle*workflow$ctxType1=oracle*ias$target=mid904.ausmid.auselda.it*Oracle20Workflow HTTP/1.1" 302 288
    172.25.21.97 - - [07/Feb/2006:16:46:06 +0100] "GET /emd/console/oam/oamErrorPage$key=error1 HTTP/1.1" 200 6184
    em.nohup:
    06/02/07 16:46:06 java.lang.reflect.InvocationTargetException
    06/02/07 16:46:06 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    06/02/07 16:46:06 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    06/02/07 16:46:06 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    06/02/07 16:46:06 at java.lang.reflect.Method.invoke(Method.java:324)
    06/02/07 16:46:06 at oracle.apps.oam.workflow.handlers.WfOnLoadHandler.setDBConnection(WfOnLoadHandler.java:231)
    06/02/07 16:46:06 at oracle.apps.oam.workflow.handlers.WfOnLoadHandler.doLoad(WfOnLoadHandler.java:119)
    06/02/07 16:46:06 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    06/02/07 16:46:06 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    06/02/07 16:46:06 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    06/02/07 16:46:06 at java.lang.reflect.Method.invoke(Method.java:324)
    06/02/07 16:46:06 at oracle.cabo.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source)
    06/02/07 16:46:06 at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:313)
    06/02/07 16:46:06 at oracle.sysman.eml.app.Console.doGet(Console.java:152)
    06/02/07 16:46:06 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    06/02/07 16:46:06 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    06/02/07 16:46:06 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:778)
    06/02/07 16:46:06 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    06/02/07 16:46:06 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
    06/02/07 16:46:06 at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    06/02/07 16:46:06 at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    06/02/07 16:46:06 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    06/02/07 16:46:06 at java.lang.Thread.run(Thread.java:534)
    06/02/07 16:46:06 Caused by: java.lang.NullPointerException
    06/02/07 16:46:06 at oracle.apps.oam.workflow.stdalone.ias.WfIASIntgUtil.setDBConnection(WfIASIntgUtil.java:293)
    06/02/07 16:46:06 ... 29 more
    06/02/07 16:46:06 null
    06/02/07 16:46:06 java.lang.Exception
    06/02/07 16:46:06 at oracle.apps.oam.workflow.handlers.WfOnLoadHandler.setDBConnection(WfOnLoadHandler.java:239)
    06/02/07 16:46:06 at oracle.apps.oam.workflow.handlers.WfOnLoadHandler.doLoad(WfOnLoadHandler.java:119)
    06/02/07 16:46:06 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    06/02/07 16:46:06 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    06/02/07 16:46:06 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    06/02/07 16:46:06 at java.lang.reflect.Method.invoke(Method.java:324)
    06/02/07 16:46:06 at oracle.cabo.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source)
    06/02/07 16:46:06 at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:313)
    06/02/07 16:46:06 at oracle.sysman.eml.app.Console.doGet(Console.java:152)
    06/02/07 16:46:06 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    06/02/07 16:46:06 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    06/02/07 16:46:06 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:778)
    06/02/07 16:46:06 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    06/02/07 16:46:06 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
    06/02/07 16:46:06 at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    06/02/07 16:46:06 at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    06/02/07 16:46:06 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    06/02/07 16:46:06 at java.lang.Thread.run(Thread.java:534)
    06/02/07 16:46:06 null
    webwfm.log:
    [16:46:6:941, 2/7/06] getDBConnection: :DBConnection object not found in session, unable to get Connection
    [16:46:6:945, 2/7/06] java.lang.Exception
    at oracle.apps.oam.workflow.handlers.WfOnLoadHandler.setDBConnection(WfOnLoadHandler.java:239)
    at oracle.apps.oam.workflow.handlers.WfOnLoadHandler.doLoad(WfOnLoadHandler.java:119)
    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.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
    at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
    at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(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:313)
    at oracle.sysman.eml.app.Console.doGet(Console.java:152)
    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:778)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)

    Hi, I have tried in two separate environments to create a new workflow farm and am getting the same error. I have already installed the Feb CU for both workflow manager and the service bus. I rebooted all servers after installing. 
    I noticed a message in the UI saying "Configuration operation failed. Please drop databases and use ‘Create a New Farm’ again." When I look in SQL Management Studio no databases have been created. The new farm wizard fails on the first step.
    Any ideas on a fix for this? Changing the format of the account as above didn't work for me. I am using a SQL alias on my server, would this cause any problems? When I test the connection to the DB from the wizard all tests pass.

  • Why Oracle 8i is not Working with JDK 1.3

    Why Oracle 8i is not Working with JDK 1.3 by using JDBC.

    try this
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection con = DriverManager.getConnection("jdbc:odbc:"somedsn","scott","tiger");
    I am using this for Oracle, it is working for me.
    Uma
    Java Developer
    http://www.globalleafs.com

  • Password Manager not working with any internet browsers

    I have Thinkvantage password manager installed (v. 3.20.0311.00) on my Thinkpad X201. I am running Windows 7 professional, 64 bit. Password Manager works for all programs except IE8 or Mozilla Firefox (eg. works for Outlook, works for iTunes, etc.). When browsing, the program simply never pops up. It worked previously, and I still have many saved website login details, but it never logs in for me any more and new sites do not activate the program.
    I have made sure that the add-on is enabled and I have checked the box next to "enable 3rd party browser extensions" in the advanced tab of internet options. I have also tried resetting internet explorer settings. As mentioned above, this in not only a problem with IE8; it also occurs with Firefox.
    Any help would be very much appreciated.
    Dr_Rap

    Same problem here. I just recieved mine (Win 7 pro 64 bit, X201 Multitouch) last week and password manager not working at all in ANY web browser. It recorded my .net password just fine, but i can't get it to work in IE8. Who pays this kind of money for something that doesnt work?
    Fix this Lenovo!

  • Password manager not work on new Chrome

    Hi!
    Chrome version 29.0.1547.57m. Password Manager not working...

    We notice password manager is broken by new chrome. 
    Dev is working on fix, please wait for new release of Password Manager to fix this issue.

  • Kaspersky password manager not working on fox 5

    kaspersky password manager not working on the new firefox 5

    Kasperski has finally released a patch that works fine with Firefox 4, 5 and 6, as well as with Google Chrome!!!!
    You can download the patch at the URL [http://support.kaspersky.com/faq/?qid=208284589 Firefox patch for Kaspersky Password Manager]
    You must follow the entire procedure as described by the Kasperski techs... I just tried it, as I had the same problem as you, and it works fine!!!!

  • After the updating firefox 5.0 the internet download manager not working (not compatible) can you explan why?

    After the updating fire fox 5.0 the internet download manager not working (not compatible) can you explain why?

    Add-on developers need to keep up with new versions of Firefox as they are released and update their product. Have you checked with IDM to see if they have an update for you to install? Or ask them when they are going to have an update ready for 5.0.
    Another thing you could do is to install FlashGot. <br />
    https://addons.mozilla.org/en-US/firefox/addon/flashgot/ <br />
    http://flashgot.net/ <br />
    The developer of Flashgot, Giorgio Maone, keeps his extensions compatible with versions of Firefox that are still in development - future release versions.

  • W7 64 BIT Password Manager not working

    Using CSS 8.3. Can use fingerprint to log into W7. But the Password Manager feature will no longer work.
    Known issue?
    I'm also dual booting with Vista 32 bit. In Vista it works fine. Could the problem be one BIOS chip since its hardware connected (I think) but 2 OS'?

    Same problem here. I just recieved mine (Win 7 pro 64 bit, X201 Multitouch) last week and password manager not working at all in ANY web browser. It recorded my .net password just fine, but i can't get it to work in IE8. Who pays this kind of money for something that doesnt work?
    Fix this Lenovo!

  • Workflow is not working

    Hi everybody;
    I'm teaching in a University and recently was provided to us a server for testing Podcasting lectures. Xserve 2 Ghz PowerPC G5, 1Gb RAM and 232 Gb HD (just 9 GB used), Leopard 10.5.2 OS. Of course we choose the hard way so no assistance for setup was hired.
    My problem is that I can subscribe to my Podcast server with iTunes but I get "no new episodes from Podmac(my group)".
    (1) I went into Server Admin under Podcast Producer and set the default Properties. (2) xGrid services and Podcast Producer are runnig.(3) open directory and kerberos are running in the same server. My guess workflow is not working; the files stacking up in the podcast recording directory and nothing goes to the podcasts directory. At Podcast producer server Log I get;
    +Thu Apr 10 20:58:54 -0500 2008 -- Processing Podcast Producer Job ID: 14+
    +Thu Apr 10 20:58:54 -0500 2008 -- Using workflow bundle:+
    +/System/Library/PodcastProducer/Workflows/Blog and iTunes with+
    intro.pwf
    +Thu Apr 10 20:58:54 -0500 2008 -- Assembling Metadata for recording:+
    458D24C4-DFD0-48CD-BDE2-0A3E1530502F
    +Thu Apr 10 20:58:54 -0500 2008 -- Processing:+
    /Podcasts/Recordings/458D24C4-DFD0-48CD-BDE2-0A3E1530502F/user_metadata.plist
    +Thu Apr 10 20:58:59 -0500 2008 -- Processing Podcast Producer Job ID: 14+
    +Thu Apr 10 20:58:59 -0500 2008 -- Using wor+
    Using the xGrid admin I can see the agent available but none job is listed. Can anyone help me pls?

    Officially, Podcast Producer only supports Intel-based agents. On a PowerPC based Xserve, the agent ranking will be zero, and podcast producer jobs will not run.
    Some people have modified the workflows to ignore the ranking, but there are no guarantees the workflows will run correctly if that's done.

  • Hp file manager not working

    after updating hp slate 7voice tab from jellybean to kitkat the hp file manager not working.

    Hello, and Welcome to the HP Support Community!
    This is not HP's fault - this change was caused by Google.
    Perhaps this article can help explain how Google changed Android KitKat 4.4:
    KitKat and SD cards — what's fixed, what's broken and what's misunderstood.
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Internet Download manager not working.

    Internet Download manager not working with latest version of Firefox.
    My Firefox keeps crashing regularly as wee. Any suggestions how to fix these two problems.

    Can you confirm the version of Firefox you're using? The information in this post suggests you're using Firefox 19. The latest version is 35.0.1.

  • After upgrade from 10.2.0.1 to 10.2.0.4 enterprise manager not working

    after upgrade from 10.2.0.1 to 10.2.0.4
    on windows enterprise manager is not working
    Edited by: 830525 on Mar 24, 2012 9:44 AM

    F:\Documents and Settings\hakem>emctl start dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://M1C3:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ...The OracleDBConsoleor
    cl service is starting..........................................................
    The OracleDBConsoleorcl service could not be started.
    A service specific error occurred: 1.
    More help is available by typing NET HELPMSG 3547.
    F:\Documents and Settings\hakem>NET HELPMSG 3547
    A service specific error occurred: ***.
    EXPLANATION
    A service-specific error occurred.
    ACTION
    Refer to the Help or documentation for that service to determine the problem.
    that's what happen while trying to start db console

  • OIM 11.1.1.5.0 - Remote Manager not working

    Hi everyone,
    I am working with an AD which I installed on a different machine than my OIM and I would like to install Remote Manager with my AD. I followed all the steps which are described in the documentation but when I launch RemoteManager.bat, I have the following in the console :
    D:\Oracle\Middleware\Oracle_IDM1\remote_manager>"D:\Oracle\Middleware\jdk160_24\jre/bin/java" -cp .;.\lib\xlAPI.jar;.\lib\xlVO.jar;.\lib\xlScheduler.jar;.\lib\xlRemoteManager.jar;.\lib\xerces.jar;.\lib\xlDataObjects.jar;.\lib\log4j-1.2.8.jar;.\lib\xlUtils.jar;.\lib\xlLogger.jar;.\lib\xlCrypto.jar;.\lib\iam-platform-utils.jar;.lib\oimclient.jar;.\ext\spring.jar -Dlog4j.configuration=config\log.properties -DXL.HomeDir=D:/Oracle/Middleware/Oracle_IDM1/remote_manager com.thortech.xl.remotemanager.RemoteManager
    19 mars 2012 14:31:02 com.thortech.util.logging.Logger info
    INFO: Class/Method: RMIClientSocketFactory/static: sslEnabled : trueSSLContextAlgorithm : TLSKeyManagerFactory : SunX509KeyStore : D:\Oracle\Middleware\Oracle_IDM1\remote_manager\config\default-keystore.jksKeyStoreType : JKSTrustStore : default-keystore.jks
    19 mars 2012 14:31:02 com.thortech.util.logging.Logger info
    INFO: Class/Method: RMISSLServerSocketFactory/createServerSocket Remote Managerserver socket port is 12346
    19 mars 2012 14:31:02 com.thortech.util.logging.Logger info
    INFO: Class/Method: RMISSLClientSocketFactory/createSocket Remote Manager client socket Host is (+my ip address+) and port is 12346
    I'm not sure this means Remote Manager is working cause I have a problem when I am creating the IT Ressource on OIM : connection refused to host : (+my ip address+). And when I use nmap, I can notice that port 12346 is not open.
    Thanks for your help !
    Thibault

    Hi Thibault,
    Your problem looks like a firewall problem between these servers, because you should be able to do telnet once it is up into both(SSL and NONSSL) ports, default 12346 and 12345.
    What I normally do is:
    DEBUG,20 Mar 2012 09:17:10,170,[XELLERATE.REMOTEMANAGER],Class/Method: RemoteMan
    ager/RemoteManager: Binding Remote Manager to: rmi://TLEONCIO:12346/RManager
    ...DONE
    Allow unsafe renegotiation: false
    Allow legacy hello messages: true
    Is initial handshake: true
    Is secure renegotiation: false
    RMI TCP Connection(3)-OIM-IP, setSoTimeout(7200000) called
    RMI Scheduler(0), called close()
    RMI Scheduler(0), called closeInternal(true)
    RMI Scheduler(0), SEND TLSv1 ALERT: warning, description = close_notify
    Padded plaintext before ENCRYPTION: len = 18
    0000: 01 00 CF D4 CD 02 55 6E CA 00 E5 08 E8 EC 5C 19 ......Un......\.
    0010: 81 4E .N
    RMI Scheduler(0), WRITE: TLSv1 Alert, length = 18
    [Raw read]: length = 5
    [Raw write]: length = 23
    0000: 00001: 5 1035 01 00 120 3 .....
    [Raw read]: length = 18
    0000: EA 35 E7 8F 7F DB C0 01 000C 1 68 2A 24D EA 35 E 71C 8 F0B 7F 8DB0 C
    0 DF 5 A0C 68 2A .54..D. ...h*M....Z
    0010: F4 29 ......5 .)
    RMI TCP Connection(2)-THIAGO_REMOTEMANAGER_IP, READ: TLSv1 Alert, length = 18
    Padded plaintext after DECRYPTION: len = 18
    ....0..h*M0
    000010: 01 : 10C0 0 BCF D 840 DF CD 02 5 A55 6 EF4 29 C
    ..A 00 E5. 08 E8 EC.Z 5C .)1
    9 ......Un......\.
    0010: 81 4E .N
    RMI TCP Connection(2)-THIAGO_REMOTEMANAGER_IP, RECV TLSv1 ALERT: warning, close_notify
    RMI TCP Connection(2)-THIAGO_REMOTEMANAGER_IP, called closeInternal(false)
    RMI TCP Connection(2)-THIAGO_REMOTEMANAGER_IP, SEND TLSv1 ALERT: warning, description = c
    lose_notify
    Padded plaintext before ENCRYPTION: len = 18
    0000: 01 00 E1 43 9E 6C 4E BF 97 10 03 BA 29 1A 01 EA ...C.lN.....)...
    0010: 08 30 .0
    RMI TCP Connection(2)-THIAGO_REMOTEMANAGER_IP, WRITE: TLSv1 Alert, length = 18
    [Raw write]: length = 23
    0000: 15 03 01 00 12 0A F7 B7 14 70 18 A0 2C 05 E3 21 .........p..,..!
    0010: 4E D0 27 26 FE 6E F3 N.'&.n.
    RMI TCP Connection(2)-THIAGO_REMOTEMANAGER_IP, called close()
    RMI TCP Connection(2)-THIAGO_REMOTEMANAGER_IP, called closeInternal(true)
    RMI TCP Connection(2)-THIAGO_REMOTEMANAGER_IP, called close()
    RMI TCP Connection(2)-THIAGO_REMOTEMANAGER_IP, called closeInternal(true)
    I write into Telnet command and into telnet connection I write one command called +'EHLO something'+ to write and check a message from OIM-Server to RM-Server using SSL_port
    -->telnet THIAGO_REMOTEMANAGER_IP 12345
    [oracle@xxxxx~]$ telnet THIAGO_REMOTEMANAGER_IP 12345
    Trying THIAGO_REMOTEMANAGER_IP...
    Connected to THIAGO_REMOTEMANAGER_IP (192.xxx.xxx.xxx).
    Escape character is '^]'.
    EHLO THIAGO
    then you will see something like this:
    [Raw read]: length = 5
    0000: 45 48 4C 4F 20 EHLO ****
    RMI TCP Connection(3)-OIM-IP, receive SSL message
    RMI TCP Connection(3)-OIM-IP, WRITE: TLSv1 true, length = 2
    [Raw write]: length = 7
    0000: 15 03 01 00 02 02 0A .......
    RMI TCP Connection(3)-OIM-IP, called closeSocket()
    RMI TCP Connection(3)-OIM-IP, called close()
    RMI TCP Connection(3)-OIM-IP, called closeInternal(true)
    but as I said, first the telnet should be ok. If not, take a look into your firewall rules and let us know.
    I hope this helps,
    Thiago Leoncio

Maybe you are looking for