FMSMaster -console fails on assert

I am trying to use FMSMaster -console -initialize to install the windows ssl certificate store on FMS 3.0 Development version but I get an error when trying to run FMSMaster -console.
The error that I receive is as follows:
TimeResolutionImpl::set<00.001000000>
  returning 00.001003200
Assert failed in ..\util\TCProcess.cpp line 58
Failed to create process mutex.
Does anyone know if this is an issue that has been resolved or of another way to bring in the windows ssl certificate store?
I am ultimately trying to get the FMS server to talk to a secured webservice on another server. I am starting to wonder if it really is possible....
Yours in hopeful frustration,
-John

Hi,
Can you tell which OS are you running FMS on? Also check the master.00.log and edge.00.log if you see something different there.
Thanks,
Abhishek

Similar Messages

  • System/webconsole:console failed fatally

    Getting a failed service every time I boot that I can't seem to fix. Here is the error message:
    Jun 3 12:24:14 rhea svc.startd[7]: system/webconsole:console failed fatally: transitioned to maintenance (see 'svcs -xv' for details)
    I've tried looking at a few things, but I'm not sure what to try next. Any advice would be greatly appreciated. Here are the pertinent log files and svcs information:
    bash-3.00# svcs -xv
    svc:/application/print/server:default (LP print server)
    State: disabled since Tue Jun 03 12:23:13 2008
    Reason: Disabled by an administrator.
    See: http://sun.com/msg/SMF-8000-05
    See: man -M /usr/share/man -s 1M lpsched
    Impact: 2 dependent services are not running:
    svc:/application/print/rfc1179:default
    svc:/application/print/ipp-listener:default
    svc:/system/webconsole:console (java web console)
    State: maintenance since Tue Jun 03 12:24:14 2008
    Reason: Start method exited with $SMF_EXIT_ERR_FATAL.
    See: http://sun.com/msg/SMF-8000-KS
    See: man -M /usr/share/man -s 1M smcwebserver
    See: /var/svc/log/system-webconsole:console.log
    Impact: This service is not running.
    bash-3.00# vi /var/svc/log/system-webconsole:console.log
    [ May 30 17:01:09 Disabled. ]
    [ May 30 17:01:09 Rereading configuration. ]
    [ May 30 17:01:56 Enabled. ]
    [ May 30 17:03:11 Executing start method ("/lib/svc/method/svc-webconsole start") ]
    Starting Sun Java(TM) Web Console Version 3.0.2 ...
    The console is running.
    [ Jun  3 07:56:57 Executing start method ("/lib/svc/method/svc-webconsole start") ]
    Starting Sun Java(TM) Web Console Version 3.0.2 ...
    org.xml.sax.SAXParseException: Content is not allowed in prolog.
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAX
    ParseException(ErrorHandlerWrapper.java:236)
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:215)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:386)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
    at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1438)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDispatcher.dispatch(XMLDocumentScannerImpl.java:899)
    "system-webconsole:console.log" 260 lines, 24468 characters (56 null)

    what about:
    mkdir -p /usr/java/bin
    cd /usr/java/bin
    ln -s `which java`.
    .7/M.

  • Weblogic admin console fails to start when commons logging is used.

    I have an application that requires commons logging.
    I followed the instructions as per the documentation and other forum entries such as How to use log4j into weblogic 10.3 to add the commons logging jar from apache and the weblogic jar specified. Plus I set the system property for the LogFactory.
    When I start up the application server I see messages as expected from my application. But when I start up the weblogic Admin console I get and exception and the console fails to start. I even tried to put the jars in my applicaiton instead of the domain/lib directory to try to iscolate the issue but still got issues with starting the Console.
    Any ideas on why this is occuring?
    See the error below:
    ####<May 19, 2010 4:16:04 PM EDT> <Notice> <Stdout> <TE001XU-CATOR1> <AdminServer> <Check Retention Schedule Setting> <<WLS Kernel>> <> <> <1274300164672> <BEA-000000> <----------------------------------------Retention Init()---------------------------------------->
    ####<May 19, 2010 4:16:04 PM EDT> <Notice> <Stdout> <TE001XU-CATOR1> <AdminServer> <Check Retention Schedule Setting> <<WLS Kernel>> <> <> <1274300164672> <BEA-000000> <Thu May 20 05:00:00 EDT 2010>
    ####<May 19, 2010 4:16:06 PM EDT> <Info> <Health> <TE001XU-CATOR1> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <> <1274300166060> <BEA-310002> <81% of the total memory in the server is free>
    ####<May 19, 2010 4:35:03 PM EDT> <Info> <WorkManager> <TE001XU-CATOR1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1274301303146> <BEA-002901> <Creating WorkManager "consoleWorkManager" for module "null" and application "consoleapp">
    ####<May 19, 2010 4:35:17 PM EDT> <Error> <HTTP> <TE001XU-CATOR1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1274301317582> <BEA-101216> <Servlet: "AppManagerServlet" failed to preload on startup in Web application: "console".
    java.lang.ExceptionInInitializerError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at weblogic.servlet.AsyncInitServlet.createDelegate(AsyncInitServlet.java:44)
    at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:98)
    at weblogic.servlet.AsyncInitServlet.init(AsyncInitServlet.java:78)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:531)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1915)
    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1889)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1807)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3045)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1397)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:54)
    at weblogic.application.internal.BackgroundDeploymentService$2.next(BackgroundDeploymentService.java:373)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.BackgroundDeploymentService$BackgroundDeployAction.run(BackgroundDeploymentService.java:277)
    at weblogic.application.internal.BackgroundDeploymentService$OnDemandBackgroundDeployAction.run(BackgroundDeploymentService.java:336)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: org.apache.commons.logging.LogConfigurationException: The chosen LogFactory implementation does not extend LogFactory. Please check your configuration. (Caused by java.lang.ClassCastException: weblogic.logging.commons.LogFactoryImpl cannot be cast to org.apache.commons.logging.LogFactory)
    at org.apache.commons.logging.LogFactory$2.run(LogFactory.java:574)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:517)
    at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:254)
    at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
    at com.bea.console.utils.MBeanUtilsInitSingleFileServlet.<clinit>(MBeanUtilsInitSingleFileServlet.java:23)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at weblogic.servlet.AsyncInitServlet.createDelegate(AsyncInitServlet.java:44)
    at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:98)
    at weblogic.servlet.AsyncInitServlet.init(AsyncInitServlet.java:78)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:531)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1915)
    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1889)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1807)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3045)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1397)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:54)
    at weblogic.application.internal.BackgroundDeploymentService$2.next(BackgroundDeploymentService.java:373)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.BackgroundDeploymentService$BackgroundDeployAction.run(BackgroundDeploymentService.java:277)
    at weblogic.application.internal.BackgroundDeploymentService$OnDemandBackgroundDeployAction.run(BackgroundDeploymentService.java:336)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Thank you for replying. Yes that is the first place we looked and tried. Actually to be more specific we followed the instrcutions under: "How to Use the Commons API with WebLogic Logging Services" of the same link.
    Are you thinking that maybe we are we missing a step somewhere else within the site?
    Not sure if I was clear before but we are using Weblogic 10.3 and also tried up to version 10.3.3. And we get the same results.
    We prefer to use the method with commons logging for our application.
    One more specific here what we did on our last attempt.
    1. added this to the startWeblogic script JAVAOPTIONS -Dorg.apache.commons.logging.LogFactory=weblogic.logging.commons.LogFactoryImpl
    2. we put the WebLogic-specific Commons classes, $BEA_HOME/modules/com.bea.core.weblogic.commons.logging_1.3.0.0.jar, together with the commons-logging.jar file in one of the following locations: APP-INF/LIB or WEB-INF/LIB directory or DOMAIN_NAME/LIB directory server CLASSPATH
    We are still not able to get the Weblogic admin console to start
    Any other ideas?
    Edited by: user13094648 on May 21, 2010 10:29 AM
    Edited by: user13094648 on May 21, 2010 10:37 AM

  • System/webconsole:console fail fatally

    Hi everyone,
    please could you help me resolve this challenging issue encountered on SunOS Release 5.10 Version Generic_125100-09 64-bi at the client site,
    the error is stated below
    svc.startd[7]: system/webconsole:console fail
    ed fatally: transitioned to maintenance (see 'svcs -xv' for details)

    FYI.
    # svcs -l svc:/system/webconsole:console
    fmri svc:/system/webconsole:console
    name java web console
    enabled true
    state maintenance
    next_state none
    state_time Thu Jul 24 08:14:17 2008
    logfile /var/svc/log/system-webconsole:console.log
    restarter svc:/system/svc/restarter:default
    contract_id
    dependency require_all/none svc:/milestone/multi-user (online)
    # tail /var/svc/log/system-webconsole:console.log
    Shutting down Sun Java(TM) Web Console Version 3.0.2 ...
    [ Jul 24 07:50:21 Enabled. ]
    [ Jul 24 08:06:33 Executing start method ("/lib/svc/method/svc-webconsole start") ]
    Starting Sun Java(TM) Web Console Version 3.0.3 ...
    [ Jul 24 08:11:34 Method or service exit timed out.  Killing contract 233 ]
    [ Jul 24 08:11:34 Method "start" failed due to signal KILL ]
    [ Jul 24 08:11:34 Executing start method ("/lib/svc/method/svc-webconsole start") ]
    Starting Sun Java(TM) Web Console Version 3.0.3 ...
    The console failed to start.
    [ Jul 24 08:14:13 Method "start" exited with status 95 ]
    # /usr/sbin/smcwebserver status
    Sun Java(TM) Web Console is running
    # /usr/sbin/smcwebserver stop
    Shutting down Sun Java(TM) Web Console Version 3.0.3 ...
    The console is stopped
    # ps -efZ | grep java
    PUBLIC root 800 26592 1 09:07:19 console 0:00 grep java
    PUBLICnoaccess 14403 1737 0 08:36:28 ? 2:02 /usr/java/bin/java -server -Xmx128m -XX:+BackgroundCompilation -XX:PermSize=32m
    # kill -15 14403
    # ps -efZ | grep java
    PUBLIC root 806 26592 1 09:08:17 console 0:00 grep java
    # /usr/sbin/smcwebserver status
    Sun Java(TM) Web Console is stopped
    # /usr/sbin/smcwebserver start
    Starting Sun Java(TM) Web Console Version 3.0.3 ...
    The console is running
    # /usr/sbin/smcwebserver status
    Sun Java(TM) Web Console is running
    # ps -efZ | grep java
    PUBLIC root 1176 26592 1 09:12:22 console 0:00 grep java
    PUBLICnoaccess 983 1737 6 09:10:47 ? 1:00 /usr/java/bin/java -server -Xmx128m -XX:+BackgroundCompilation -XX:PermSize=32m
    # svcs -l svc:/system/webconsole:console
    fmri svc:/system/webconsole:console
    name java web console
    enabled true
    state online
    next_state none
    state_time Thu Jul 24 09:11:38 2008
    logfile /var/svc/log/system-webconsole:console.log
    restarter svc:/system/svc/restarter:default
    contract_id 242
    dependency require_all/none svc:/milestone/multi-user (online)
    #

  • Exchange 2010 SP1 management console fail

    Exchange 2010 SP1 management console fail on local exchange servers.
    The following error occurred while attempting to connect to the specified Exchange server CAS123.domain.co.za
    The attempt to connect to
    http://cas123.domain.co.za/PowerShell using “kerberos” authentication failed: Connecting to remote server failed with following error message: The WS-Management service cannot process the request because IP address cas123.domain.co.za is invalid. For more
    information, see the about_Remote_Troubleshooting Help topic.
    However do note that the Exchange Management Shell also fails with the exact same error on both my CAS and Mailbox servers.
    Though I am still able to open both tools via my backup server.
    All ells works fine.
    nslookup resolves the exchange servers as they should be. Frankly I am stumped as to the invalid IP address.
    My exchange environment have been running problem free for years and this problem only occurred last week Thursday after some .NET updates.

    Hi,
    As per the information and details provided by you, the only thing that I can figure out is that: -
    You receive an error: Exchange 2010 SP1 management console fail.
    There are two methods to resolve this problem: -
    Method 1: -
    Close all MMC/EMC instances before proceeding.
    Open the Registry editor (regedit) as the user you run the EMC under.
    Go to
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\ExchangeServer\v14\AdminTools
    Look for value, Node structure setting.
    If it is there, back it up and then remove it.
    Method 2: -
    Close all MMC/EMC instance before proceeding.
    Open powershell or powershell IDE as the user you run the EMC under and execute the following command:
    Remove-Item Property- Path
    HKCU:\Software\Microsoft\ExchangeServer\v14\AdminTools\ -Name NodeStructureSettings
    Close Powershell
    I hope this information will be helpful for you. Correct me if the information that I am having is wrong.
    Thanks and regards
    Ashish@V

  • Oracle AS - DB Console fails to start after AS install

    Hi,
    I got an error message at the time of Oracle AS Infra install that setup failed to start the DB Console during DB Configuration assistant run. Also, Oracle AS - DB Console fails to start after the AS install? Any suggestion / remedies would be of help.

    hi,
    follow this metalink note you will find out the answer
         Troubleshooting Database Control Startup Issues
         Doc ID:      Note:549079.1
    Thanks,

  • Adding Company Knowledge with OpsMgr 2012 Console - "Failed to launch Microsoft Word"

    Hi everyone!
    I'm trying to add company knowledge using the OpsMgr 2012 console (32-bit) on Windows 7 Ultimate (32-bit) using the guidelines provided at the following link...
    http://technet.microsoft.com/en-us/library/hh212900.aspx
    I'm using Office 2010 Pro Plus SP1 (32-bit) with the .NET Programmability feature and the Microsoft Visual Studio 2005 Tools for Office Second Edition Runtime installed, but I get the dreaded "failed to launch Microsoft Word" error...
    ...any help or guidance would be greatly apprecaited!
    Regards,
    JJ

    Thanks Andres!
    I have confirmed that the following instructions does allow you to use Word 2010 32-bit running on Windows 7 64-bit or Windows Server 2008 R2 to edit company
    knowledge...
    1. Go to the directory where the OpsMgr console is installed (example: C:\Program Files\System Center\Operations Manager 2012\Console )
    2. Make a copy of Microsoft.EnterpriseManagement.Monitoring.Console.exe.config
    3. Edit Microsoft.EnterpriseManagement.Monitoring.Console.exe.config using Administrator rights
    4. Search for “</dependentAssembly>” and remove the “<publisherPolicy apply="no" />” line immediately following the “</dependentAssembly>” line
    Hope this helps!
    Regards,
    JJ
    Well, firstly I have to agree with other people's comments along the lines of "It shouldn't be this hard!", but I can happily say that the solution above (by IM5FOOTNOTHIN)
    worked for me...once I noticed this crucial footnote: "Do this for
    ALL instances of the
    <publisherPolicy apply="no" /> line that immediately follow the </dependentAssembly> line"

  • Install of ovm-console fails

    I wonder if I'm missing something. I have installed Oracle VM Server release 2.1.
    Whenever trying to do a 'virt-install' via command line, I get errors...so I thought I would install the ovm-console rpm. When attempting to install, I get the following errors:
    rpm -Uvh ovm-console-1.0.0-2.x86_64.rpm
    error: Failed dependencies:
    libX11.so6()(64bit) is needed by ovm-console-1.0.0-2.x86_64.rpm
    libc.so.6()(64bit) is needed by ovm-console-1.0.0-2.x86_64.rpm
    libc.so.6(GLIBC_2.2.5)(64bit) is needed by ovm-console-1.0.0-2.x86_64.rpm
    libc.so.6(GLIBC_2.3)(64bit) is needed by ovm-console-1.0.0-2.x86_64.rpm
    m4 is needed by ovm-console-1.0.0-2.x86_64.rpm
    Are these packages available anywhere other than 'paid support'? (I have OEL 4 last release and OEL 5 release 1 media available to me...)
    Am I installing this in the right place (on the vm server) ? What functionality does this rpm add or fix ? (I understand the tight-vnc on a browser provides connectivity to the running vm, but am unsure as to the purpose of this rpm.)
    Should I be installing the 64bit? (Logon screen states Hypervisor running in 64bit mode with Hardware Virtualization Support.)
    Thanks

    (1)You need not install ovm-console to Oracle VM Server.
    ovm-console includes some plugin for Mozilla/Firefox, and it is useful to enable the console button in Oracle VM manager.
    http://oss.oracle.com/oraclevm/manager/RPMS/README-console.
    (2)please let us know what errors when you issue 'virt-install'.

  • Management console fails connecting to Management server.

    I have installed Oracle 9.2 on Red Hat Advanced Server V2.1.
    Also installed Management server and client software on the system.
    Started everything up: oemctl start oms, agentctl start agent, apachectl start...
    Run Manager Console on Linux machine (i.e. locally)
    Runs successfully - connecting stand-alone
    Runs successfully - connecting to management sever
    Installed client software on a Windows NT PC.
    Runs successfully - connecting stand-alone
    FAILS - connecting to Management server
    On another NT PC, try running web interface to Management server
    FAILS - Same error as when using thick client.
    Failure is the same in both cases: The exception (java.lang.NullPointerException) occured.
    Failure of both of these suggested a server issue...
    Don't know where to find management server logs?
    Looking at $ORACLE_HOME/Apache/Apache/logs/error_log seems unable to find files, e.g.:
    [Mon Nov 25 10:01:46 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/readme/emreadme.htm
    [Mon Nov 25 10:01:57 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/java/awt/KeyboardFocusManager.class
    [Mon Nov 25 10:02:11 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/oracle/ewt/alert/resource/AlertBundle_en
    _GB.class
    [Mon Nov 25 10:02:11 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/oracle/ewt/alert/resource/AlertBundle_en
    _GB.properties
    [Mon Nov 25 10:02:15 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/oracle/sysman/vt/console/app/ConsoleBean
    Info.class
    [Mon Nov 25 10:02:15 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/sun/beans/infos/ConsoleBeanInfo.class
    [Mon Nov 25 10:02:15 2002] [error] [client 192.0.0.120] File does not exist: /u0
    1/app/oracle/product/9.2.0/oem_webstage/oracle/sysman/emSDK/client/appContainer/
    WebApplicationBeanInfo.class
    I have tried reinstalling Oracle website, however this made no difference.

    Can you ping the server which is running OEM from the client NT machine?
    Are you trying to connect using DNS or IP?
    Verify that this works first.

  • OIM Design console fails to logon.

    Hi, I am unable to log into the OIM Design console with xelsysadm. I got the below error. Please help me.
    Additional Info: I'm working with Oracle Identity Manager running on Centos 4.4 with Oracle 10.2.0.1.0 DB and BeaWeblogic 10.3.
    Error gathered from Oracle Identity Manager Client:
    java.lang.NullPointerException
    at com.thortech.xl.dataaccess.tcDataBaseClient.bindToInstance(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataBaseClient.<init>(Unknown Source)
    at com.thortech.xl.server.tcDataBaseClient.<init>(Unknown Source)
    at com.thortech.xl.client.dataobj.tcDataBaseClient.<init>(Unknown Source
    at com.thortech.xl.client.base.tcAppWindow.internalLogin(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.login(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.<init>(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.main(Unknown Source)

    Additional logs from weblogic domain: Please tell me how can I isolate this problem. Thanks in advance.
    ERROR,25 May 2009 19:50:00,025,[XELLERATE.ACCOUNTMANAGEMENT],Class/Method: tcUtilityFactory/tcUtilityFactory(Hashtable env, tcSignatureMessage poUserIDMessage) encounter some problems: javax.security.auth.login.LoginException: java.lang.SecurityException: [Security:090304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User xelsysadm denied
    javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: java.lang.SecurityException: [Security:090304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User xelsysadm denied
    at weblogic.security.auth.login.UsernamePasswordLoginModule.login(UsernamePasswordLoginModule.java:199)
    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:597)
    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
    at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
    at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
    at Thor.API.Security.LoginHandler.weblogicLoginHandler.login(Unknown Source)
    at Thor.API.tcUtilityFactory.<init>(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:477)
    ERROR,25 May 2009 19:50:00,026,[XELLERATE.SERVER],Class/Method: QuartzWrapper/execute encounter some problems: javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: java.lang.SecurityException: [Security:090304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User xelsysadm denied
    Thor.API.Exceptions.tcAPIException: javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: java.lang.SecurityException: [Security:090304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User xelsysadm denied
    at Thor.API.tcUtilityFactory.<init>(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:477)
    Edited by: user11120117 on May 28, 2009 1:26 AM

  • VMM 2012 SP1 Console Fail Installation With Error 1603

    Dear Sir,
    I am trying to install VMM 2012 SP1 console on my management Windows 8 Enterprise machine, but it's failing:
    [Installing C:\Users\XXXXX\Desktop\VMM 2012 SP1\amd64\setup\msi\Client\AdminConsole.msi failed with Windows Installer error 1603.
    See C:\ProgramData\VMMLogs\AdminConsole.log for more information. After resolving the problem, retry setup.]
    I am admin with full permission, and the machine is joined to the domain.
    Please find below VMMlogs for more information:
    Property(S): CountComponentClients = DAFEE2F2-CF16-47f5-94A7-725D0795BCB9
    Property(S): RegisterCmdlets = "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\installUtil.exe" /LogFile= /LogToConsole=false "C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\Microsoft.SystemCenter.VirtualMachineManager.dll"
    Property(S): RollbackCmdlets = "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\installUtil.exe" /u /LogFile= /LogToConsole=false "C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\Microsoft.SystemCenter.VirtualMachineManager.dll"
    Property(S): TRANSLATE_SID = S-1-5-11
    Property(S): TRANSLATE_SID_PROPERTYNAME = AUTHENTICATEDUSERS
    Property(S): AUTHENTICATEDUSERS = Authenticated Users
    Property(S): DeleteAddInsOldFolder = "C:\Windows\SysWOW64\cmd.exe" /C rmdir "C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\AddInPipeline\AddIns.old" /S /Q
    Property(S): RenameAddInsFolder = "C:\Windows\SysWOW64\cmd.exe" /Q /C ren "C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\AddInPipeline\AddIns" "AddIns.old"
    Property(S): ProgramFiles64Folder = C:\Program Files\
    Property(S): TARGETDIR = F:\
    Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
    Property(S): SourceDir = C:\Users\supercharo\Desktop\VMM 2012 SP1\amd64\setup\msi\Client\
    Property(S): HelpDir = C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\help\
    Property(S): psModulesDir = C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\psModules\
    Property(S): INDIGOPORT = 8100
    Property(S): Manufacturer = Microsoft Corporation
    Property(S): ProductCode = {CDFB453F-5FA4-4884-B282-F46BDFC06051}
    Property(S): ProductLanguage = 1033
    Property(S): ProductName = Microsoft System Center Virtual Machine Manager Administrator Console (x64)
    Property(S): ProductVersion = 3.1.6011.0
    Property(S): INSTALLLEVEL = 100
    Property(S): ARPSYSTEMCOMPONENT = 1
    Property(S): ALLUSERS = 1
    Property(S): BOOTSTRAPPED = 0
    Property(S): REREGBINDIR = C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\wwwroot\bin\
    Property(S): SecureCustomProperties = ANYVERSION
    Property(S): Trace.3812768D_658A_4BB6_9A68_F288BE3E9CF5 = C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\Trace\
    Property(S): RegisterEventManifest = "wevtutil.exe" im "C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\Trace\VmmEtwEvents.Man"
    Property(S): RollbackRegisterEventManifest = "wevtutil.exe" um "C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\Trace\VmmEtwEvents.Man"
    Property(S): ExecXmlFile = 2€0€C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\Trace\VmmEtwEvents.Man€7€1€/*/*/*/*[@messageFileName]€messageFileName€C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\Trace\Microsoft.VirtualManager.EtwResources.dll€2€0€C:\Program
    Files\Microsoft System Center 2012\Virtual Machine Manager\bin\Trace\VmmEtwEvents.Man€7€1€/*/*/*/*[@resourceFileName]€resourceFileName€C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\Trace\Microsoft.VirtualManager.EtwResources.dll
    Property(S): MsiLogFileLocation = C:\ProgramData\VMMLogs\AdminConsole.log
    Property(S): PackageCode = {A96E8FEC-A027-4FF8-A395-1ECC0C460677}
    Property(S): ProductState = -1
    Property(S): PackagecodeChanging = 1
    Property(S): INSTALLINGLANGUAGE = 1033
    Property(S): REBOOT = ReallySuppress
    Property(S): CURRENTDIRECTORY = C:\Users\supercharo\AppData\Local\Temp\VMB790.tmp\Setup
    Property(S): CLIENTUILEVEL = 3
    Property(S): MSICLIENTUSESEXTERNALUI = 1
    Property(S): CLIENTPROCESSID = 968
    Property(S): VersionDatabase = 301
    Property(S): VersionMsi = 5.00
    Property(S): VersionNT = 602
    Property(S): VersionNT64 = 602
    Property(S): WindowsBuild = 9200
    Property(S): ServicePackLevel = 0
    Property(S): ServicePackLevelMinor = 0
    Property(S): MsiNTProductType = 1
    Property(S): WindowsFolder = C:\Windows\
    Property(S): WindowsVolume = C:\
    Property(S): System64Folder = C:\Windows\system32\
    Property(S): SystemFolder = C:\Windows\SysWOW64\
    Property(S): RemoteAdminTS = 1
    Property(S): TempFolder = C:\Users\SUPERC~1\AppData\Local\Temp\
    Property(S): ProgramFilesFolder = C:\Program Files (x86)\
    Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\
    Property(S): CommonFiles64Folder = C:\Program Files\Common Files\
    Property(S): AppDataFolder = C:\Users\supercharo\AppData\Roaming\
    Property(S): FavoritesFolder = C:\Users\supercharo\Favorites\
    Property(S): NetHoodFolder = C:\Users\supercharo\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
    Property(S): PersonalFolder = C:\Users\supercharo\Documents\
    Property(S): PrintHoodFolder = C:\Users\supercharo\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
    Property(S): RecentFolder = C:\Users\supercharo\AppData\Roaming\Microsoft\Windows\Recent\
    Property(S): SendToFolder = C:\Users\supercharo\AppData\Roaming\Microsoft\Windows\SendTo\
    Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
    Property(S): CommonAppDataFolder = C:\ProgramData\
    Property(S): LocalAppDataFolder = C:\Users\supercharo\AppData\Local\
    Property(S): MyPicturesFolder = C:\Users\supercharo\Pictures\
    Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
    Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
    Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
    Property(S): DesktopFolder = C:\Users\Public\Desktop\
    Property(S): FontsFolder = C:\Windows\Fonts\
    Property(S): GPTSupport = 1
    Property(S): OLEAdvtSupport = 1
    Property(S): ShellAdvtSupport = 1
    Property(S): MsiAMD64 = 6
    Property(S): Msix64 = 6
    Property(S): Intel = 6
    Property(S): PhysicalMemory = 32695
    Property(S): VirtualMemory = 58675
    Property(S): AdminUser = 1
    Property(S): MsiTrueAdminUser = 1
    Property(S): LogonUser = supercharo
    Property(S): UserSID = S-1-5-21-3202008507-3906799607-3053210984-500
    Property(S): UserLanguageID = 1033
    Property(S): ComputerName = CHARO-Z1
    Property(S): SystemLanguageID = 1033
    Property(S): ScreenX = 1024
    Property(S): ScreenY = 768
    Property(S): CaptionHeight = 23
    Property(S): BorderTop = 1
    Property(S): BorderSide = 1
    Property(S): TextHeight = 16
    Property(S): TextInternalLeading = 3
    Property(S): ColorBits = 32
    Property(S): TTCSupport = 1
    Property(S): Time = 23:20:44
    Property(S): Date = 2/17/2013
    Property(S): MsiNetAssemblySupport = 4.0.30319.17929
    Property(S): MsiWin32AssemblySupport = 6.2.9200.16384
    Property(S): RedirectedDllSupport = 2
    Property(S): MsiRunningElevated = 1
    Property(S): Privileged = 1
    Property(S): USERNAME = CHARO
    Property(S): DATABASE = C:\Windows\Installer\113cc0a.msi
    Property(S): OriginalDatabase = C:\Users\supercharo\Desktop\VMM 2012 SP1\amd64\setup\msi\Client\AdminConsole.msi
    Property(S): UILevel = 2
    Property(S): ACTION = INSTALL
    Property(S): ComponentCount = 0
    Property(S): ROOTDRIVE = F:\
    Property(S): CostingComplete = 1
    Property(S): OutOfDiskSpace = 0
    Property(S): OutOfNoRbDiskSpace = 0
    Property(S): PrimaryVolumeSpaceAvailable = 0
    Property(S): PrimaryVolumeSpaceRequired = 0
    Property(S): PrimaryVolumeSpaceRemaining = 0
    Property(S): SOURCEDIR = C:\Users\supercharo\Desktop\VMM 2012 SP1\amd64\setup\msi\Client\
    Property(S): SourcedirProduct = {CDFB453F-5FA4-4884-B282-F46BDFC06051}
    Property(S): ProductToBeRegistered = 1
    MSI (s) (DC:2C) [23:20:44:051]: Note: 1: 1708 
    MSI (s) (DC:2C) [23:20:44:051]: Product: Microsoft System Center Virtual Machine Manager Administrator Console (x64) -- Installation failed.
    MSI (s) (DC:2C) [23:20:44:052]: Windows Installer installed the product. Product Name: Microsoft System Center Virtual Machine Manager Administrator Console (x64). Product Version: 3.1.6011.0. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation
    success or error status: 1603.
    MSI (s) (DC:2C) [23:20:44:067]: Deferring clean up of packages/files, if any exist
    MSI (s) (DC:2C) [23:20:44:068]: MainEngineThread is returning 1603
    MSI (s) (DC:A4) [23:20:44:072]: RESTART MANAGER: Session closed.
    MSI (s) (DC:A4) [23:20:44:072]: No System Restore sequence number for this installation.
    === Logging stopped: 02/17/2013  23:20:44 ===
    MSI (s) (DC:A4) [23:20:44:076]: User policy value 'DisableRollback' is 0
    MSI (s) (DC:A4) [23:20:44:076]: Machine policy value 'DisableRollback' is 0
    MSI (s) (DC:A4) [23:20:44:076]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (DC:A4) [23:20:44:076]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
    MSI (s) (DC:A4) [23:20:44:077]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
    MSI (s) (DC:A4) [23:20:44:078]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (DC:A4) [23:20:44:084]: Destroying RemoteAPI object.
    MSI (s) (DC:A4) [23:20:44:084]: Custom Action Manager thread ending.
    MSI (c) (C8:18) [23:20:44:086]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (C8:18) [23:20:44:086]: MainEngineThread is returning 1603
    === Verbose logging stopped: 02/17/2013  23:20:44 ===
    Your help is highly appreciated.
    Thank you.
    Regards,

    Mine is solved.
    Was because I removed VMM 2012 R2 on the same host (again, because R2 doesn't do P2V conversions) but the uninstall failed to remove "Microsoft Web Deploy 3.5". When VMM 2012 SP1 installs uses Web Deploy 3.0 and was blocked by the newer version. uninstalled
    3.5 and then the console install worked.
    hopes this helps someone out there.
    Jae

  • System/webconsole:console failed fatally: transitioned to maintenance

    Please suggest how can i enable svc:/system/webconsole:console in
    bos56164:/> svcs -xv
    svc:/application/print/server:default (LP print server)
    State: disabled since Sun Dec 12 23:08:07 2010
    Reason: Disabled by an administrator.
    See: http://sun.com/msg/SMF-8000-05
    See: man -M /usr/share/man -s 1M lpsched
    Impact: 2 dependent services are not running:
    svc:/application/print/rfc1179:default
    svc:/application/print/ipp-listener:default
    svc:/system/webconsole:console (java web console)
    State: maintenance since Fri Dec 24 01:39:53 2010
    Reason: Start method exited with $SMF_EXIT_ERR_FATAL.
    See: http://sun.com/msg/SMF-8000-KS
    See: man -M /usr/share/man -s 1M smcwebserver
    See: /var/svc/log/system-webconsole:console.log
    Impact: This service is not running.
    svc:/application/cde-printinfo:default (CDE Print Viewer)
    State: maintenance since Sun Dec 12 23:11:20 2010
    Reason: Start method failed repeatedly, last exited with status 1.
    See: http://sun.com/msg/SMF-8000-KS
    See: man -M /usr/dt/share/man -s 1M dtprintinfo
    See: /var/svc/log/application-cde-printinfo:default.log
    Impact: This service is not running.
    bos56164:/>tail -f /var/svc/log/system-webconsole:console.log
    Java command "/usr/java/bin/java" does not exist.
    Java command "/usr/java/bin/java" does not exist.
    [ Dec 23 21:28:45 Method "start" exited with status 95 ]
    [ Dec 23 21:40:22 Rereading configuration. ]
    [ Dec 24 01:39:52 Leaving maintenance because clear requested. ]
    [ Dec 24 01:39:52 Enabled. ]
    [ Dec 24 01:39:52 Executing start method ("/lib/svc/method/svc-webconsole start") ]
    Java command "/usr/java/bin/java" does not exist.
    Java command "/usr/java/bin/java" does not exist.
    [ Dec 24 01:39:53 Method "start" exited with status 95 ]
    bos56164:/>ls -ltr /usr/java/bin/java
    /usr/java/bin/java: No such file or directory
    bos56164:/>java -version
    java version "1.4.0"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
    Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)
    bos56164:/>

    what about:
    mkdir -p /usr/java/bin
    cd /usr/java/bin
    ln -s `which java`.
    .7/M.

  • Error in Console: "Failed to check-in!" when trying to copy files.

    Whenever I try to copy files, I get the "Preparing to copy..." dialog, which never gets beyond the striped bar. At the same time I try to copy a file, in the Console, I get an error of "Failed to check-in!" Also I get a similar reaction when I try to empty the trash, it just hangs at the "Preparing..." dialog with the striped bar.
    I have tried restarting, running repair/verify on the permission and disk. Have also tried Disk Warrior with no success. Does anyone have an idea of what's going on?

    I reinstalled Snow Leopard and it fixed the problem.

  • Not aable to inititate BPEL process from Console - Failed to read WSDL

    Hi all,
    i am using Oracle SOA Suite 10.1.3.4 on top of Weblogic Server 9.2.3.0 (we are not using oc4j)
    i am using Jdev 10.1.3.4 at design time
    i am able to deploya hellio world process but am not able to initiate the process.
    When i click on the initiate button then i get an error -
    Failed to read the wsdl file at "http://<machine_name>:<port>/orabpel/default/HelloWorld/1.0/HelloWorld?wsdl", caused by java.net.ConnectException : Connection timed out
    i am able to hit the url and see the wsdl file. In the wsdl file we found the soap address towards the end of the wsdl file; when we hit that url then we are not able to see anything - Just an empty internet explorer window opens.
    Any help?

    Please let me know these results :
    (1) Are you able to invoke the SOAP endpoint in a broswer directly instead of the BPEL Console ?
    (2) Have you tried invoking the endpoint using SOAP UI(a thrid party SOA provider) ?
    (3) Is this the same for all other webservices on your WLS ?

  • Why execute commands in console failed?

    Hello Sir:
    I want to run some commnads in console from Java Application, but I can only run simple one such as notepad etc, I cannot execute java and other commands such as dir or path etc,
    see code below,
    can somebody here help what is wrong here??
    public class RuntimeGetRuntime {
           public static void main(String args[]) {
                Runtime r = Runtime.getRuntime();
                Process p = null;
                String cmd1[] = { "notepad", "src/aaa/ReadFile.java" };
                String cmd2[] = { "java", "-version" };
                String cmd3[] = { "cmd /c  java", "bin.aaa.ReadFile" };
                String cmd[] = { "path" };
                try {
                    p = r.exec(cmd);
                    System.out.println("Test aaaaa");
                } catch (Exception e) {
                    System.out.println("error executing " + cmd[0]);
              }here only cmd1 ok, all others failed.
    Why??
    Thanks in advance

    probably because only the one is something within the path?
    maybe put the full path to java.exe?

Maybe you are looking for