Fabric Manager does not start

Hello,
I get the message:
"Error Login - Fabric Manager
Unable to login to server!
FMS is still starting up.
Please wait and try again."
I restarted the Cico service, I rebooted the server...
... same result.
What can I do?
Rgds,
Ivy

Hello,
On or "good working" sa005265 Fabric Manager Server:
C:\Documents and Settings\jd04841.DOM001>netstat -a -n -o | findstr 0.0:80
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 5304
TCP 0.0.0.0:8009 0.0.0.0:0 LISTENING 5304
This server works OK wih FM Web Client using localhost, IP or sa005265, local on server or remote Internet Explorer.
On our "bad working" sa005266
C:\Documents and Settings\jd04841>netstat -a -n -o | findstr 0.0:80
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4
We found a system service "4" taking port :80!
For some reason there were two web servers contending for the port MS IIS and Apache.
When MS IIS is de-installed everything works again for FM WEb Client on port :80 ;-))
Can it be that FM comes with MS IIS for version 4 and uses Apache for version 5?
We reinstalled from scratch FM version 5.
All is working now!
Ivy

Similar Messages

  • Xfce4-power-manager does not start, but after relogin - works

    Hi all.
    When I login after system start, xfce4-power-manager does not start and systemtray icon doesn't appear. But after relogin (not restart), the systemtray icon of xfce4-power-manager appears and power manager itself works correctly (if I don't relogin, notebook will shutdown after 10 minutes of downtime - that rule doesn't exist in xfce4-power-manager settings).
    Diff between two logs (before relogin and after, xfce4-power-manager --debug command)
    diff log_1 log_2
    35c35,36
    < TRACE[xfpm-battery.c:286] xfpm_battery_refresh_icon(): Battery state 0
    > TRACE[xfpm-battery.c:150] xfpm_battery_refresh_visible(): visible=TRUE: ((XfpmShowIcon) SHOW_ICON_WHEN_BATTERY_PRESENT)
    > TRACE[xfpm-battery.c:286] xfpm_battery_refresh_icon(): Battery state 4
    51d51
    < TRACE[xfpm-polkit.c:238] xfpm_polkit_free_data(): Destroying Polkit data
    System
    Linux gready 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 20:40:47 CEST 2014 x86_64 GNU/Linux
    systemd 212-3
    xfce4-power-manager 1.2.0-6
    That bug start happening after one of last week updates. I don't have a package cache.
    Can anyone help me?
    p.s. sorry for a bad English.

    Yes, i'm actually running xfce4 (all other things from xfce4 group are installed).
    It starts from a login manager named LightDM.
    AcpiD installed as a dependency.
    logind.conf
    # This file is part of systemd.
    # systemd is free software; you can redistribute it and/or modify it
    # under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2.1 of the License, or
    # (at your option) any later version.
    # See logind.conf(5) for details
    [Login]
    #NAutoVTs=6
    #ReserveVT=6
    #KillUserProcesses=no
    #KillOnlyUsers=
    #KillExcludeUsers=root
    #InhibitDelayMaxSec=5
    HandlePowerKey=ignore
    HandleSuspendKey=ignore
    HandleHibernateKey=ignore
    HandleLidSwitch=ignore
    #PowerKeyIgnoreInhibited=no
    #SuspendKeyIgnoreInhibited=no
    #HibernateKeyIgnoreInhibited=no
    #LidSwitchIgnoreInhibited=yes
    #IdleAction=ignore
    #IdleActionSec=30min
    I turned off key handlers because I truly HATE when I press power button and a notebook doing shutdown after that.
    Last edited by theperfectblance (2014-04-17 06:57:32)

  • GoldenGate Manager Does not start  - Windows 7 64-bit, 11gR1 database

    Hi Experts,
    I ran into very tricky situation and seeking for clarification and if possible solution for the same, here how it goes: (This is a practice setup for my knowledge and not production)
    My environement:
    GGSCI (msheth-work) 18> versions
    Operating System:
    Version 6.1 (Build 7601: Service Pack 1)
    Database:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    I have two database installed called gg1, gg2 on the same local system.
    I have two goldengate installation at following location: C:\gg1 , C:\gg2
    I was successfully able to start Manager, Extract and Replicate process with out creating windows services for manager.
    I read in discussion forum that it is recommneded to have different manager name and create services for them if you have multiple Goldengate installation in the same system. (Oracle Golden Gate installation
    Now when I create services using INSTALL ADDSERVICE ADDEVENTS, manager process does not start and manager report log and event viewer from windows shows following error despite of providing correct login details in manager parameter file:
    2012-08-23 10:42:31 ERROR OGG-00664 Oracle GoldenGate Manager for Oracle, mgr.prm: OCI Error beginning session (status = 1017-ORA-01017: invalid username/password; logon denied).
    GGSCI (hostname) 19> DBLOGIN USERID ggs_owner, PASSWORD ggs_owner
    Successfully logged into database.
    Manager Parameter File:
    PORT 7810
    USERID ggs_owner, PASSWORD ggs_owner
    PURGEOLDEXTRACTS C:\gg2\dirdat\ex, USECHECKPOINTS
    Your explaination and help will be highly appreciated.
    Regards,
    Mitul Sheth
    Edited by: 954634 on Aug 23, 2012 11:46 AM

    Thanks all of you to responding to my post, although I have bad news that I tried everything but it did not work. let me show you what all I have done:
    1) Adding windows services for manager
    GGSCI (msheth-work) 4> edit params ./globals
    MGRSERVNAME MGR1
    GGSCI (msheth-work) 5> exit
    c:\gg1>install addservice addevents
    Oracle GoldenGate messages installed successfully.
    Service 'MGR1' created.
    Install program terminated normally.
    When I try to start manager service either from GGSCI or from services.msc it gives same login error as mentioned earlier in the post.
    2) Using tnsnames while login into database:
    GGSCI (msheth-work) 1> edit params mgr
    PORT 7809
    USERID ggs_owner@gg1, PASSWORD ggs_owner
    PURGEOLDEXTRACTS C:\gg1\dirdat\ex, USECHECKPOINTS
    Just to make sure username and password is fine I login into database using GGSCI command prompt as follows:
    GGSCI (msheth-work) 4> dblogin userid ggs_owner@gg1, password ggs_owner
    Successfully logged into database.
    Hence, after making sure on all your suggestion I could not get it started and still situation is the same. I would need manager login into database becuase I have implemented DDL replication.
    Also, just by removing manager service from windows, same configuration without any change works like a charm. It just that for evey goldengate process a new window is create and it can't be closed. (If closed process dies).

  • CiscoWorksLMS 4.0 - Service Ciscoworks Daemon Manager does not start

    Dear,
    After migrating a virtual machine that hosts the CiscoworksLms 4.0, Daemon Manager service does not start.
    From what we see this error seems to be a problem in the license.
    Following is the error:
    ERROR! The license file is invalid. Please click this link for information about Obtaining a valid license or purchase click here for current licensing information Otherwise, please contact your Cisco representative for purchasing information.
    I have already entered in the User casuse group of administrators and reset the password but no use Daemon Manager service not up
    Thanks for help!

    Hi,
    From the attached screen shots, I can see the startup type are Incorrect for Many services ,kindly correct their status...
    please see below the correct startup type
    configuration for LMS Services. As you notice you see that only the
    "CiscoWorks Daemon Manager" (except the RSH/Syslog/TFTP services) is set to
    start automatically, the Daemon Manager is responsible for starting all the
    other CiscoWorks LMS services in a specific order.
    So by having the below configuration, LMS will start correctly by itself
    after Windows successfully reboots. In fact having any other start up
    configuration will cause LMS to not start, because if one of the LMS
    services starts before it dependent services, it will not come up and all
    subsequent services will fail to start as well.
    CiscoWorks ANI database engine - Manual (if Campus Manager installed)
    CiscoWorks Daemon Manager - Automatic
    CiscoWorks RME NG database engine - Manual (if RME installed)
    CiscoWorks Tomcat Servlet Engine - Manual
    CiscoWorks VisiBroker Smart Agent - Manual
    CiscoWorks Web Server - Manual
    CWCS Cmf database engine - Manual
    CWCS rsh/rcp service - Automatic
    CWCS syslog service - Automatic
    CWCS tftp server - Automatic
    If DFM installed:
    DFM dfmEpm database engine - Manual
    DFM dfmFh database engine - Manual
    DFM dfmInv database engine - Manual
    If IPM installed:
    IPM Aging Server - Automatic
    IPM DB Server - Automatic
    IPM Naming Server - Automatic
    IPM PM Server - Automatic
    IPM Stopper - Automatic
    --Change the statup type Accordingly and then REBOOT the Sever and check the issue again..
    Thanks
    Afroj

  • Akamai Download Manager does not start...Help!

    I purchased the downloadable versions of Adobe Photoshop Elements 10 & Adobe Premiere Elements 10.  The Akami download manager appears to either not start or gets hung up when initializing.  I let the computer sit for 45 minutes to see if it would eventually start making progress.  No luck. 
    Can anyone provide any hints on how to get it to work?
    Thanks!
    C

    This might help :-
    http://helpx.adobe.com/creative-suite/kb/cant-download-store-purchase.html

  • Concurrent manager does not start

    Sinds today I cannot start concurrent manager, get Windows error 1065, database connection error. The vis database and listeners are running.

    After stopping services using c:\oracle\viscomn\admin\scripts\VIS_pc007\adstpall.cmd APPS/APPS command, running C:\oracle\viscomn\admin\scripts\VIS_pc007\adautocfg.cmd, C:\oracle\visdb\9.2.0\appsutil\scripts\VIS_pc007\adautocfg.cmd and starting services by c:\oracle\viscomn\admin\scripts\VIS_pc007\adstrtal.cmd APPS/APPS the concurrent manager has been started. However when I try to log in to E-business suite as sysadmin I get following errors:
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SQL_PLSQL_ERROR. Tokens: ROUTINE = createSession(int)(userId=6,sessionMode='null','50A433AC43BB44D19FEE33615DA0CC0122667116423664681147113645494831'); REASON = java.sql.SQLException: ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "APPS.MO_UTILS" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 1811
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 302
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 455
    ORA-06512: at line 1
    ; ERRNO = 4068; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:974)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866)
         at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4572)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:687)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "APPS.MO_UTILS" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 1811
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 302
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 455
    ORA-06512: at line 1
    ; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
         at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866)
         at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4572)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:687)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.sql.SQLException: ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "APPS.MO_UTILS" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 1811
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 302
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 455
    ORA-06512: at line 1
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:589)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1972)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1119)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2185)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2059)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2976)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:656)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:734)
         at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2120)
         at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2224)
         at oracle.apps.fnd.common.WebAppsContext.createAnonymousSession(WebAppsContext.java:4347)
         at oracle.apps.fnd.common.WebRequestUtil.setGuestSession(WebRequestUtil.java:1077)
         at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4570)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:687)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "APPS.MO_UTILS" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 1811
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 302
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 455
    ORA-06512: at line 1
    ; (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
         at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866)
         at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4572)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:687)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.sql.SQLException: ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "APPS.MO_UTILS" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 1811
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 302
    ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 455
    ORA-06512: at line 1
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:589)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1972)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1119)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2185)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2059)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2976)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:656)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:734)
         at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2120)
         at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2224)
         at oracle.apps.fnd.common.WebAppsContext.createAnonymousSession(WebAppsContext.java:4347)
         at oracle.apps.fnd.common.WebRequestUtil.setGuestSession(WebRequestUtil.java:1077)
         at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4570)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:687)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)

  • NI License manager does not start; says it's querying for current license status

    I currently have the evaluation version of Labview. I tried to use a volume license from my university by typing in the server name in NI License Manager, but after that, whenever I try to open the license manager, it looks like it's stuck saying "querying for the current license status" and never actually opens. Also, when I try to open Labview, it freezes during the setup finalization. I realized afterward that students don't have access to the university license for their own PC's, so I can't use that volume license anyway. 
    I uninstalled everything having to do with NI on my PC and reinstalled the evaluation version of Labview, but the same problem still exists. Is there anything I could do besides erasing my hard drive? 
    Solved!
    Go to Solution.

    Hi amize,
    When you say the same problem still exists, is it both the NI License Manager and LabVIEW that are still having the issues? When you open the License Manager and it is not actually opening does that mean you cannot interact with it or the licenses never finish loading in the tree view on the left hand side. If you do have access to the Options menu, open preferences and make sure you have deselected "Use Volume License Servers". At some point, if the windows is not interactive, it should timeout with attempting to make its server connection, especially if you are disconnected from any network connection.
    Also, how long do you wait when you open LabVIEW and see the setup screen? Does it just become unresponsive?
    If you could follow up with that information it would be much appreciated
    Regards,
    James W.
    Applications Engineer
    National Instruments

  • Solution Manager Does not start

    Dear All,
    I am not able to connect to Solution Mnager through SAP GUI, So I have stop the Server from SAP Management Console.
    After that when I tried to start, it didn't start. Oracle Database is started and running.
    So I have restart the Machine. After that I am not able to my SYSTEM ID on SAP Management Console.
    Manualy also I am not able to start. Oracle Database is started.
    Thanking in Advance.
    Nirav

    Dear Uday,
    Thanks for your reply.
    1. Logon pad information is correct.
    2. listener is also running. I h ave checked status
    3. no log is generated.
    In event view, when I tried to start service, it shows following error :
    "The SAPSM2_01 service failed to start due to the following error:
    The system cannot find the file specified.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp."
    Thanks
    Nirav

  • SAP Download Manager does not start after installation

    Hi,
    i justed tried to install sap download manager as described here:
    https://websmp102.sap-ag.de/~sapidb/002006825000000233132001D
    using java http://java.sun.com/products/archive/j2se/1.4.2_12/index.html
    installation itself was no problem but if I start the download manager only the color setings from windows
    change in blue and back to my own nothing else.
    Hope you can help me.
    Thanks in advance.
    Sebastian
    System is Win7 32bit

    > i justed tried to install sap download manager as described here:
    >
    > https://websmp102.sap-ag.de/~sapidb/002006825000000233132001D
    >
    > using java http://java.sun.com/products/archive/j2se/1.4.2_12/index.html
    >
    > installation itself was no problem but if I start the download manager only the color setings from windows
    > change in blue and back to my own nothing else.
    Are you intentionally using such an old JDK?
    Markus

  • Dbconsole service does not start after renaming Hostname

    Hi,
    I installed 10g Rel 2 successfully on a Windows XP machine, and then renamed the Computer name (Host name) of the server machine, and now the dbconsole service (for Enterprise manager) does not start up and hence I cannot access the EM through the web browser.
    Is there a fixed list of files/directories to rename, if I want to access the Enterprise Manager Console, in such circumstances?
    I have already made changes in Tnsnames.ora and listener.ora files. But the service still won't start successfully. It gives a "Service-specific error 2".
    Thanks

    Hi,
    you also check .
    etc/hosts -----> file in windos platform.
    and edit above file and try to connect and for agent.
    start agent manully
    cmd>set oracle_sid=<sid>
    cmd>emctl start agent
    regards
    Taj                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Em does not start after servername has changed

    Is there a possibility to get the datanbase running in an ordinary way after the servername has changed after the installation of the database?
    System:
    Windows Server 2003R2
    Oracle 10g R2
    I have changed tnsnames.ora and listener.ora, so the client connection runs well.
    But enterprise manager does not start:
    If I want to start "Database control" there is the old servername in the http-Link:
    http://oldservername:1158/em
    If I replace the old name with "localhost" or the new name I get also an errormessage that the site cant be found.
    In services the OracleDBConsole cant be started.
    with ">emctl start dbconsole" I get the error message ORACLE_SID is not defined.
    Defining it does not change the behaviour.
    Do I have to reinstall the database?
    Thanks
    Roswitha

    Subject: How To Drop, Create And Recreate DB Control In A 10g Database
    Doc ID: Note:278100.1 Type: BULLETIN
    Last Revision Date: 05-JUN-2007 Status: PUBLISHED
    In this Document
    Purpose
    Scope and Application
    How To Drop, Create And Recreate DB Control In A 10g Database
    DB Control options:
    A. Delete DB Control Objects:
    B. Create DB Control Objects
    C. Recreate/ReConfig DB Control
    Applies to:
    Enterprise Manager Grid Control - Version: 10.1 to 10.2
    Information in this document applies to any platform.
    DBConsole
    Purpose
    This article provides detailed instructions on how to 1) create, 2) drop and 3)recreate the repository and configuration files for the DB Control application used to manage a single 10g Database.
    Scope and Application
    The steps in this article are written for a DBA or System Administrator who needs to create, drop or reconfigure the DB Control Application.
    The format of the document will include steps for both 10.1 and 10.2 EMCA because the commands changed between the two releases.
    How To Drop, Create And Recreate DB Control In A 10g Database
    DB Control options:
    A. Delete DB Control Objects:
    Option 1. Delete DB Control Configuration Files using EMCA scripts
    Option 2. Delete DB Control Configuration Files Manually:
    Option 3. Delete DB Control Repository Objects using RepManager
    Option 4. Delete DB Control Repository Objects Manually
    Option 5. Delete DB Control Configuration Files and Repository Objects using EMCA
    Option 1. Delete DB Control Configuration Files using EMCA scripts:
    For DB Control 10.1.x, run the command: <ORACLE_HOME>/bin/emca -x <sid>For DB Control 10.2.x, run the command: <ORACLE_HOME>bin/emca -deconfig dbcontrol db
    Option 2. Delete DB Control Configuration Files Manually:
    Remove the following directories from your filesystem:
    <ORACLE_HOME>/<hostname_sid>
    <ORACLE_HOME>/oc4j/j2ee/OC4J_DBConsole_<hostname>_<sid>
    NOTE:
    On Windows you also need to delete the DB Console service:
    - run regedit
    - navigate to HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services
    - locate the OracleDBConsole<sid> entry and delete it
    Alternatively on Windows XP and Windows Server 2003 you can run the following from the command line:
    'sc delete <service_name>'
    - where <service_name> is the DB Control service name (typically: OracleDBConsole<sid>)
    Also available from Microsoft is the delsrv.exe command. (Free download from Microsoft)
    Option 3. Delete DB Control Repository using RepManager:
    This option is not as complete as the other options. You may find that dropping the repository using the commandline options is a better solution. Also note, RepManager is not used to create a DB Control Repository.
    In both 10g R1 and R2 run: <ORACLE_HOME>/sysman/admin/emdrep/bin/RepManager <hostname> <listener_port> <sid> -action drop
    Option 4. Delete DB Control Repository Objects Manually
    Logon SQLPLUS as user SYS or SYSTEM, and drop the sysman account and management objects:SQL> SHUTDOWN
    IMMEDIATE;SQL> STARTUP RESTRICT;SQL> EXEC sysman.emd_maintenance.remove_em_dbms_jobs;SQL> EXEC sysman.setEMUserContext('',5);SQL>
    REVOKE dba FROM sysman;SQL> DECLARECURSOR c1 ISSELECT owner, synonym_name nameFROM dba_synonymsWHERE table_owner
    = 'SYSMAN';BEGINFOR r1 IN c1 LOOPIF r1.owner = 'PUBLIC' THENEXECUTE IMMEDIATE 'DROP PUBLIC SYNONYM '||r1.name;ELSEEXECUTE
    IMMEDIATE 'DROP SYNONYM '||r1.owner||'.'||r1.name;END IF;END LOOP;END;/SQL> DROP USER mgmt_view CASCADE;SQL> DROP ROLE mgmt_user;SQL> DROP USER sysman CASCADE;SQL> ALTER SYSTEM DISABLE RESTRICTED SESSION;
    Note: The above will completely delete the DB Control repository from the database; under certain circumstances (e.g. you want to recreate the repository later on) the following statements may be sufficient to remove the repository:
    Logon SQLPLUS as user SYS or SYSTEM, and drop the sysman account and management objects:SQL> drop user
    sysman cascade;SQL> drop role MGMT_USER;SQL> drop user MGMT_VIEW cascade;SQL> drop public synonym MGMT_TARGET_BLACKOUTS;SQL> drop public synonym SETEMVIEWUSERCONTEXT;
    Option 5. Delete DB Control Configuration Files and Repository Objects using EMCA
    For DB Control 10.1.x, dropping both the configuration files and the repository objects is a two step process. Run the following two commands:
    <ORACLE_HOME>/bin/emca -x <sid><ORACLE_HOME>/sysman/admin/emdrep/bin/RepManager <hostname> <listener_port> <sid> -action drop
    For DB Control 10.2.x, both configuration files and repository objects can be deleted with a single command. Run the command:
    <ORACLE_HOME>/bin/emca -deconfig dbcontrol db -repos drop
    B. Create DB Control Objects
    Option 1. Create the DB Control Configuration Files
    Option 2. Create the DB Control Repository Objects and Configuration Files
    Option 1. Create the DB Control Configuration Files
    To create only the DB Control configuration files, skipping the repository creation (this would be done for instance if you dropped only the files and left the repository in place):
    For DB Control 10.1.x, run the command: <ORACLE_HOME>/bin/emca -rFor DB Control 10.2.x, run the command: <ORACLE_HOME>/bin/emca -config dbcontrol db
    Option 2. Create the DB Control Repository Objects and Configuration Files
    For DB Control 10.1.x, run the command: <ORACLE_HOME>/bin/emcaFor DB Control 10.2.x, run the command: <ORACLE_HOME>bin/emca -config dbcontrol db -repos create
    C. Recreate/ReConfig DB Control
    Option 1. Recreate the DB Control Configuration Files only (leave Repository intact)
    Option 2. Recreate the DB Control Configuration Files and Repository
    In 10.2, the EMCA commands can be used to reconfigure the existing installs without removing them first.
    Option 1. Recreate the DB Control Configuration Files only (leave Repository intact):
    For DB Control 10.2.x, run the command:
    <ORACLE_HOME>/bin/emca -config dbcontrol db
    Option 2. Recreate the DB Control Configuration Files and Repository
    For DB Control 10.2.x, run the command:
    <ORACLE_HOME>/bin/emca -config dbcontrol db -repos recreate
    For additional information on EMCA commandline options, please see the Oracle Enterprise Manager 10g Advanced Configuration Guide or see Note 330130.1 Overview Of The EMCA Commands Available for DB Control 10.2

  • Just installed Firefox 3.6. Firefox will not start and Firefox safemode does not start either. Using Task manager I do not see if started either. If I create a new profile and start from that window, Firefox starts up. I see no error windows/messages. I d

    Just installed Firefox 3.6. Firefox will not start and Firefox safemode does not start either. Using Task manager I do not see if started either. If I create a new profile and start from that window, Firefox starts up. I see no error windows/messages. I do have it listed in my Firewall as an exception program with Permit All. What is happening?
    == This happened ==
    Every time Firefox opened
    == After removing Firefox and Reinstalling it. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.4; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; MS-RTC LM 8)

    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    See also [[Basic Troubleshooting|#Make_a_new_profile|Basic Troubleshooting: Make a new profile]]

  • Enterprise Manager Console does not start

    Hi,
    I'm running a Windows 2000 PC with Oracle 9i Server on it.
    When I want to start the Enterprise Management Console
    (Start => Program...) there is only a short reaction on
    the Taskbar end when absolute nothing.
    I know this problem was already mentioned once here (OEM Console does not start but
    the answer there wasn't the right one for my problem.
    I could not change the oracle home directory with the ORACLE-HOME-Selector, because I have only one home directory (D:\Programme\oracle\ora92)
    My Path variable:
    D:\Programme\oracle\ora92\bin;C:\Programme\Oracle\jre\1.3.1\bin;C:\Programme\Oracle\jre\1.1.8\bin;C:\WINNT\MS\SMS\CORE\BIN;D:\Programme\Clementine7.2\BIN;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;D:\PROGRA~1\IBM\SQLLIB\BIN;D:\PROGRA~1\IBM\SQLLIB\FUNCTION;D:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;D:\Programme\IBM\DB2Extenders\bin;C:\Programme\Java\j2re1.4.2_02\bin
    And here is my oemapp.bat(It is located in D:\Programme\oracle\ora92\bin. I have already startet it manually with "oemapp.bat console" but there was only the reply ""The input line is too long.
    The syntax of the command is incorrect."
    @echo off
    REM #
    REM # Copyright (c) 1998,1999,2000,2001, 2002 Oracle Corporation. All rights reserved.
    REM #
    REM # PRODUCT
    REM #     Oracle Enterprise Manager, Version 9.2.0.0.0 Production
    REM #
    REM # FILENAME
    REM #     oemapp.bat
    REM #
    REM # DESCRIPTION
    REM #     This script is used to launch Applications of Oracle
    REM #     Enterprise Manager, Version 9
    REM #
    REM #
    if "%1%" == "recursive" goto startScript
    if Windows_NT == %OS% goto :ntSetup
    command.com /p /e:8196 /c oemapp recursive %1 %2 %3 %4 %5 %6 %7 %8 %9
    goto :end
    :ntSetup
    setlocal
    :startScript
    IF "%1%" == "trace" GOTO trace
    IF "%1%" == "TRACE" GOTO trace
    IF "%1%" == "debug" GOTO trace
    IF "%1%" == "DEBUG" GOTO trace
    GOTO start2
    :trace
    SHIFT
    SET ORACLE_OEM_CLIENTTRACE=TRUE
    SET TRACE= -DTRACING.LEVEL=2 -DTRACING.ENABLED=true
    :start2
    REM Make sure that our JRE is used for this invocation.
    if Windows_NT == %OS% SET PATH=C:\Programme\Oracle\jre\1.1.8\bin;%PATH%
    if not Windows_NT == %OS% SET PATH="C:\Programme\Oracle\jre\1.1.8\bin;%PATH%"
    SET CLASSROOT=D:\Programme\oracle\ora92/classes
    SET JLIBROOT=D:\Programme\oracle\ora92/jlib
    SET NETJLIBROOT=D:\Programme\oracle\ora92/network/jlib
    SET OEMCLASSES=%JLIBROOT%/oembase-9_2_0.jar;%JLIBROOT%/oemtools-9_2_0.jar
    SET BALICLASSES=%JLIBROOT%/swingall-1_1_1.jar;%JLIBROOT%/ewtcompat-3_3_15.jar;%JLIBROOT%/ewt3.jar;%JLIBROOT%/ewt3-nls.jar;%JLIBROOT%/share.jar;D:\Programme\oracle\ora92\sysman\jlib\master.jar;D:\Programme\oracle\ora92\sysman\jlib\master_de.jar
    SET AURORACLASSES=D:\Programme\oracle\ora92/lib/aurora_client.jar
    SET HELPCLASSES=%JLIBROOT%/help3.jar;%JLIBROOT%/help3-nls.jar;%JLIBROOT%/oracle_ice5.jar
    SET DBUICLASSES=%JLIBROOT%/dbui2.jar;%JLIBROOT%/dbui2-nls.jar
    SET KODIAKCLASSES=%JLIBROOT%/kodiak.jar
    SET JDBCCLASSES=D:\Programme\oracle\ora92/jdbc/lib/classes111.zip;D:\Programme\oracle\ora92/jdbc/lib/nls_charset11.zip
    SET NETCHARTSCLASS=D:\Programme\oracle\ora92/sysman/jlib/netchart360.jar
    SET ORBCLASSES=D:\Programme\oracle\ora92/lib/vbjorb.jar;D:\Programme\oracle\ora92/lib/vbjapp.jar
    SET SECURITYCLASSES=%JLIBROOT%/javax-ssl-1_1.jar;%JLIBROOT%/jssl-1_1.jar
    SET OSDNETCLASSES=%JLIBROOT%/netcfg.jar;%JLIBROOT%/o3logon.jar;%JLIBROOT%/verifier.jar
    SET OSDPKICLASSES=%JLIBROOT%/ewm-1_1.jar;%JLIBROOT%/ojpse_2_1_5.jar
    SET NETMGRCLASSES=%NETJLIBROOT%/netmgrm.jar;%NETJLIBROOT%/netmgr.jar;D:\Programme\oracle\ora92/network/tools
    SET XMLCLASSES=D:\Programme\oracle\ora92/lib/xmlparserv2.jar
    SET OLAPCLASSES=%JLIBROOT%/cvd.zip;%JLIBROOT%/jndi.jar;%JLIBROOT%/jewt4.jar;%JLIBROOT%/jewt4-nls.jar
    SET MISCCLASSES=D:\Programme\oracle\ora92/assistants/jlib/assistantsCommon.jar;D:\Programme\oracle\ora92/jlib/jle2.jar;D:\Programme\oracle\ora92/jle2-nls.jar
    SET QSMACLASSES=D:\Programme\oracle\ora92/rdbms/jlib/qsma.jar
    SET CLASSPATHADD=%CLASSROOT%;%OEMCLASSES%;%ORBCLASSES%;%BALICLASSES%;%HELPCLASSES%;%DBUICLASSES%;%JDBCCLASSES%;%KODIAKCLASSES%;%NETCHARTSCLASS%;%SECURITYCLASSES%;%OSDNETCLASSES%;%OSDPKICLASSES%;%NETMGRCLASSES%;%XMLCLASSES%;%AURORACLASSES%;%OLAPCLASSES%;%MISCCLASSES%;%QSMACLASSES%
    REM hook for classpath additions
    if not "%ORACLE_OEM_CLASSPATH%" == "" SET CLASSPATHADD=%ORACLE_OEM_CLASSPATH%;%CLASSPATHADD%
    REM # Oracle change manager requires the following for ocmtclsh.exe
    set GBP=
    if not exist %CLASSROOT%\oracle\sysman\vtt\vttz\VttzCmDragDropObject.class set GBP=true
    if "%ORACLE_OEM_JAVAMX%" == "" set ORACLE_OEM_JAVAMX=-mx128m
    REM if "%ORACLE_OEM_JAVAMS%" == "" set ORACLE_OEM_JAVAMS=-ms16m
    SET JRE=jrew -nojit %ORACLE_OEM_JAVAMX%
    SET NT_START=START
    if "%ORACLE_OEM_CLIENTTRACE%x" == "x" goto setup_cp
    SET JRE=jre -nojit %ORACLE_OEM_JAVAMX% %TRACE%
    SET NT_START=
    :setup_cp
    SET CLASSPATH_QUAL=cp
    if "%ORACLE_OEM_JAVARUNTIME%x" == "x" goto jreSetup
    SET JRE=%ORACLE_OEM_JAVARUNTIME%\bin\java %ORACLE_OEM_JAVAMX% %TRACE%
    SET CLASSPATH_QUAL=classpath
    SET CLASSPATHADD=%CLASSPATHADD%;%ORACLE_OEM_JAVARUNTIME%\lib\classes.zip
    :jreSetup
    SET ME=oemapp
    SET USAGE="Usage: %ME% <application_name>"
    if Windows_NT == %OS% goto ntCheckAppName
    if not "%2%" == "" goto start95
    @echo %USAGE%
    goto end
    :start95
    if "%GBP%" == "true" goto gbp
    %JRE% -DORACLE_HOME=D:\Programme\oracle\ora92 -DORBdisableLocator=true -Djdbc.backward_compatible_to_816=true %JREOPTIONS_STRING% -%CLASSPATH_QUAL% "%CLASSPATHADD%" oracle.sysman.vtx.vtxOemApp.OemApp %2 %3 %4 %5 %6 %7 %8 %9
    goto end
    :gbp
    %JRE% -DORACLE_HOME=D:\Programme\oracle\ora92 -DGENERAL_BUS_PACK="" -DORBdisableLocator=true -Djdbc.backward_compatible_to_816=true %JREOPTIONS_STRING% -%CLASSPATH_QUAL% "%CLASSPATHADD%" oracle.sysman.vtx.vtxOemApp.OemApp %2 %3 %4 %5 %6 %7 %8 %9
    goto end
    :ntCheckAppName
    if not "%1%" == "" goto startNT
    @echo %USAGE%
    goto end
    :startNT
    set ADMIN_WRL=D:\Programme\oracle\ora92\sysman\admin
    set GBP_PROP=
    if "%GBP%" == "true" set GBP_PROP=-DGENERAL_BUS_PACK=""
    %NT_START% %JRE% -DADMIN_WRL=%ADMIN_WRL% -DORACLE_HOME=D:\Programme\oracle\ora92 %GBP_PROP% -DORBdisableLocator=true -Djdbc.backward_compatible_to_816=true %JREOPTIONS_STRING% -%CLASSPATH_QUAL% "%CLASSPATHADD%" oracle.sysman.vtx.vtxOemApp.OemApp %1 %2 %3 %4 %5 %6 %7 %8 %9
    endLocal
    :end
    Thnaks for any help.
    Nice day

    Marcus,
    Is your machine connected to a Novell network? If so, edit the oemapp.bat file and change every reference of Windows_NT to WINNT. The issue is Novell does not set the Windows_NT variable, and uses the WINNT variable instead.
    Jim

  • Enterprise Manager Console does not start on Win 2000 Pro

    I have installed Oracle 9i Release 2 Enterprise Manager on Win 2000 Professional. But the Enterprise Manager console does not start. Also the EM Configuration Assistant does not start.
    I have installed many times, but it is never successfull.
    I was installing Enterprise Edition -> General Purpose database.
    Tried the following from command prompt:
    oemapp.bat I get this message : "Usage: oemapp <application_name>"
    oemapp consoleI get : "bad command or file name"
    oemapp console oem.loginmode=standaloneI get : "bad command or file name"
    Is there any post installation configurations that need to be done?
    When I read thru the oemapp.bat, "Usage: oemapp <application_name>" was under the jreSetup module.
    Under C:\Program Files\Oracle\jre I have the folders with following Names(versions) 1.1.8 and 1.3.1.
    In the environment variable also I have C:\Program Files\Oracle\jre\1.1.8\bin and C:\Program Files\Oracle\jre\1.3.1\bin
    Could some one help me with this.
    Thanks,
    Aruna

    Marcus,
    Is your machine connected to a Novell network? If so, edit the oemapp.bat file and change every reference of Windows_NT to WINNT. The issue is Novell does not set the Windows_NT variable, and uses the WINNT variable instead.
    Jim

  • Node Manager installed as service does not start managed servers. WLS 10.3

    Hi All,
    I have installed the node manager as a windows service. When the service starts up it does start the managed servers.
    In the nodemanager.log file it shows that the node manager is reading the startup.properties file for all of the managed servers.
    <Jul 24, 2009 6:38:13 AM> <INFO> <Loading domains file: C:\bea\WLSERV~1.3\common\NODEMA~1\nodemanager.domains>
    <Jul 24, 2009 6:38:13 AM> <INFO> <Loaded node manager configuration properties from 'C:\bea\WLSERV~1.3\common\nodemanager\nodemanager.properties'>
    <Jul 24, 2009 6:38:13 AM> <Info> <SalesIllustrationDomain> <IntegrationServer> <Startup configuration properties loaded from "C:\bea\user_projects\domains\SalesIllustrationDomain\servers\IntegrationServer\data\nodemanager\startup.properties">
    <Jul 24, 2009 6:38:13 AM> <Info> <SalesIllustrationDomain> <ProdBackupServer> <Startup configuration properties loaded from "C:\bea\user_projects\domains\SalesIllustrationDomain\servers\ProdBackupServer\data\nodemanager\startup.properties">
    <Jul 24, 2009 6:38:13 AM> <Info> <SalesIllustrationDomain> <QAServer> <Startup configuration properties loaded from "C:\bea\user_projects\domains\SalesIllustrationDomain\servers\QAServer\data\nodemanager\startup.properties">
    <Jul 24, 2009 6:38:13 AM> <INFO> <Plain socket listener started on port 5556, host localhost>
    The node manager properties file contains the following
    #Mon Apr 20 10:54:45 PDT 2009
    DomainsFile=C\:\\bea\\WLSERV~1.3\\common\\NODEMA~1\\nodemanager.domains
    LogLimit=0
    PropertiesVersion=10.3
    JavaHome=C\:\\bea\\JROCKI~1
    AuthenticationEnabled=false
    NodeManagerHome=C\:\\bea\\WLSERV~1.3\\common\\NODEMA~1
    LogLevel=INFO
    DomainsFileEnabled=true
    StartScriptEnabled=false
    StartScriptName=startWebLogic.cmd
    ListenAddress=localhost
    NativeVersionEnabled=true
    ListenPort=5556
    LogToStderr=true
    SecureListener=false
    LogCount=1
    StopScriptEnabled=false
    QuitEnabled=false
    LogAppend=true
    StateCheckInterval=500
    CrashRecoveryEnabled=true
    LogFile=C\:\\bea\\WLSERV~1.3\\common\\NODEMA~1\\nodemanager.log
    LogFormatter=weblogic.nodemanager.server.LogFormatter
    ListenBacklog=50
    The managed servers' boot.properties file and startup file are below
    boot.properties:
    #Thu Jul 23 13:48:26 PDT 2009
    CustomTrustKeyStoreFileName=C\:\\bea\\wlserver_10.3\\common\\ssl\\supportTrust2008.jks
    TrustKeyStore=CustomTrust
    password={3DES}mvtUK8oB8JEiQoVES4AQIQ\=\=
    CustomTrustKeyStorePassPhrase={3DES}34+15HRlP6qqpZX3bTPp+Q\=\=
    CustomTrustKeyStoreType=JKS
    username={3DES}P5mMHiWLnf2UtssZbQtezkDtIS0COiHW
    startup.properties:
    #Server startup properties
    #Thu Jul 23 13:48:27 PDT 2009
    Arguments=-Xms1024m -Xmx1024m -Xnohup
    JavaHome=C\:\\bea\\jrockit_160_05
    SSLArguments=-Dweblogic.security.SSL.ignoreHostnameVerification\=false -Dweblogic.ReverseDNSAllowed\=false
    RestartMax=2
    RestartDelaySeconds=0
    RestartInterval=3600
    BeaHome=C\:\\bea
    ClassPath=C\:\\bea\\user_projects\\domains\\SalesIllustrationDomain\\servers\\lib\\itext\\WEB-INF\\lib\\itext.jar;C\:\\bea\\wlserver_10.3\\server\\lib\\weblogic_sp.jar;C\:\\bea\\wlserver_10.3\\server\\lib\\weblogic.jar;C\:\\bea\\user_projects\\domains\\SalesIllustrationDomain\\servers\\ProdBackupServer\\applications\\massmutual\\WEB-INF\\classes\\;C\:\\bea\\user_projects\\domains\\SalesIllustrationDomain\\servers\\ProdBackupServer\\applications\\assuritylife\\WEB-INF\\classes\\;C\:\\bea\\user_projects\\domains\\SalesIllustrationDomain\\servers\\ProdBackupServer\\applications\\minnesotalife\\WEB-INF\\classes\\;C\:\\bea\\user_projects\\domains\\SalesIllustrationDomain\\servers\\ProdBackupServer\\lib\\ltclibrary\\WEB-INF\\classes\\
    AdminURL=http\://localhost\:7001
    JavaVendor=BEA
    AutoRestart=true
    AutoKillIfFailed=false
    I am wondering if I left out a parameter some where.
    Any help would be greatly appreciated.
    Thanks,
    Greg

    First of all, I assume you mean "... up it does NOT start ..."?
    It might be helpful to point out that the purpose of the NodeManager is not to start the servers, but to "control" the servers through remote commands. When the NodeManager starts back up, it tries to reset the servers to the last known state it set them to, based on remote commands.
    For instance, if your system was running and you stopped the servers through the admin console and then restarted the machine, the NodeManager would not start the servers on machine startup, because the last controlled state of the servers was down. If all of your WebLogic servers were running as a result of NodeManager commands, and you pulled the plug on the box, when you restarted the machine, the NodeManager probably would restart the servers.

Maybe you are looking for

  • How can I re-show hidden iCloud playback items?

    My family shares an iTunes account accross three computers. Recently I learned the hard way that when you hide an item from iCloud playback in the new iTunes 11 it gets hidden from the other computers and the "Purchased" link in the store. I accident

  • What do i do with a very slow Photoshop Elements and Premiere Elements on a PC?

    I seem to be getting mixed opinions as to why my Adobe software gets so slow, despite efforts to avoid that, but my computer seems to be working just fine, it is only when in Adobe that the problems arise, like freezing, taking longer and longer peri

  • Error creating a new VM on OVM Server using 'xm create'

    Hi, I'm trying to create VM using an existing config file bundled with the OVM distribution, like "xmexample1". I've also ensured that all the entries in it, such as, reference to the kernel image, etc. are correct. However, when I run the command xm

  • Windows destabilized after installing ipod

    I'm having a strange problem since I installed my IPOD video 60GB. Within a couple minutes of installing the IPOD software (ITunes was installed a couple months ago), I got the blue screen of death, repeatedly. Even with my IPOD disconnected my compu

  • Report for counting transactions (entries) on accounts

    Does anyone know of a specific report that will give you the number of transactions or entries posted against a GL account (or types of acounts such as revenues) during a period of time.