My Management Agent Won't start

Hi Guys
I am installing Enterprise Manager management Agent ( 10.2.0.2.0) on Windows XP Professional (Service Pack2). The installation and configuration is successfull but the agent service does not start.
When I go to the command prompt to manually start the agent I get the following error:
C:\OraOemAgent\agent10g\BIN>emctl start agent
Oracle Enterprise Manager 10g Release 10.2.0.2.0.
Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
The Oracleagent10gAgent service is starting..
The Oracleagent10gAgent service could not be started.
A service specific error occurred: 2.
More help is available by typing NET HELPMSG 3547.
Can anyone help ?

Check log/trace files ( http://download.oracle.com/docs/cd/B16240_01/doc/em.102/e10954/logging.htm#i1023926 )
'A service specific error occurred: 2.' basically means, one or more files couldn't be found. Issue 'net helpmsg 2'.
Werner

Similar Messages

  • Server Intelligence Agent won't start after repair of Business Objects 4.0

    I migrated our company's business objects contents and documents from previous BO 3.1 server to new BI 4.0  server using standard BI tools. (That is, using the export wizard in BO 3.1 to create BIAR file and using upgrade management tool to import this biar file to new BI 4.0 server).
    After that, everything looks fine, I can log in to launch pad and can see all the folders, reports, etc have been moved over.
    But Life Cycle Management stopped working. I guess the reason is, when I created the biar file from source 3.1 server, I basically included everything that may include LCM folder as well, and this folder overwrite the LCM folder in BI 4.0 server. In order to fix this issue, I did "repair" of BI platform. After this, the Server Intelligen Agent won't start.
    Tried to log on to cmc, got error message 
    "Error: Server SERVERTest:6400 not found or server may be down (FWM 01003) null"
    Tried to start the Server Intelligence Agent from "services", got message:"windows could not start the server intelligence agent (servertest) from local computer..." Checked the event log, no much useful information.
    Can anyone please give me some ideas? what might have caused this issue? where should I look to? I hope we don't have to go through uninstall/reinstall.
    thanks.

    Hi,
    check the Task Manager if you have running the processes running "SIA.exe" ans "cms.exe"
    Regards
    -Seb.

  • After Setting Up SSO Managed Server Won't Start

    I am using the Oracle supplied white paper to set up SSO using Active Directory. Following those instructions everything was working and testing correctly until I added the NegotiateIdentityAsserter provider to the list of WLS providers. Now the managed server won't start. The admin server starts without any errors and goes to the RUNNING state. But the Start BI Services command window gets to the wls.alive: prompt and hangs. And hangs. Eventually the window goes away and it may throw an error but I've never seen it. You can login to the WLS console and EM without a problem. Remove the new provider and everything comes up normally. I have looked at the krb5.ini and krb5login.conf files and even rewritten them from scratch without any change in behavior.
    While looking for answers I ran into the SPNEGOCheck webapp that Oracle makes available to diagnose problems. It says everything is OK until it parses the krb5login.conf and then complains that the Username associated with SPN in AD is blank and so doesn't match the SPN specified in the krblogin config. But I can't see anything wrong in the files themselves.
    from the log:
    In section 'libdefaults'
    LSA: Found Ticket
    LSA: Made NewWeakGlobalRef
    LSA: Found PrincipalName
    LSA: Made NewWeakGlobalRef
    LSA: Found DerValue
    LSA: Made NewWeakGlobalRef
    LSA: Found EncryptionKey
    LSA: Made NewWeakGlobalRef
    LSA: Found TicketFlags
    LSA: Made NewWeakGlobalRef
    LSA: Found KerberosTime
    LSA: Made NewWeakGlobalRef
    LSA: Found String
    LSA: Made NewWeakGlobalRef
    LSA: Found DerValue constructor
    LSA: Found Ticket constructor
    LSA: Found PrincipalName constructor
    LSA: Found EncryptionKey constructor
    LSA: Found TicketFlags constructor
    LSA: Found KerberosTime constructor
    LSA: Finished OnLoad processing
    Config name: C:\Windows\krb5.ini
    KdcAccessibility: reset
    KdcAccessibility: reset
    Reachable? true
    Connection seems to have succeeded.
    Parsing section contents 'com.sun.security.jgss.krb5.accept { com.sun.security.auth.module.Krb5LoginModule required principal="[email protected]" keyTab=biwhse1a.keytab useKeyTab=true storeKey=true debug=true;};'
    Section name: 'com.sun.security.jgss.krb5.accept'
    Getting next NV pair beginning at 'principal="[email protected]" keyTab=biwhse1a.keytab useKeyTab=true storeKey=true debug=true'
    NVPair name: 'principal' value: '[email protected]'
    NVPair name: 'keyTab' value: 'biwhse1a.keytab'
    NVPair name: 'useKeyTab' value: 'true'
    NVPair name: 'storeKey' value: 'true'
    Got back 4 name/value pairs.
    section com.sun.security.jgss.krb5.accept should probably contain a setting for debug=true
    Section com.sun.security.jgss.krb5.accept seems OK
    The krb5.ini file:
    [libdefaults]
    default_realm = SRS1.COM
    default_tkt_enctypes = des-cbc-crc
    default_tgs_enctypes = des-cbc-crc
    ticket_lifetime = 600
    [realms]
    SRS1.COM = {
    kdc = 129.58.120.200
    admin_server = adc01.srs1.com
    default_domain = SRS1.COM
    [domain_realm]
    .srs1.com = SRS1.COM
    [appdefaults]
    autologin = true
    forward = true
    forwardable = true
    encrypt = true
    The krb5login.conf file:
    com.sun.security.jgss.krb5.accept {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    [D:\] setspn -L bi_kerb_prin
    Registered ServicePrincipalNames for CN=bi_kerb_prin,OU=Non-Person Users,OU=WRC Users,DC=srs1,DC=com:
    HTTP/biwhse1a.srs1.com
    HTTP/biwhse1a
    [D:\]
    OBIEE 11.1.1.6.2 BP2
    Windows Server 2008 SP1

    Did you try -Djava.security.krb5.conf=<path>/krb5.conf before the %EXTRA_JAVA_PROPERTIES%. in your C:\OBI\user_projects\domains\bifoundation_domain\bin\setDomainEnv.cmd .?
    Also change your JAAS config file and try with
    com.sun.security.jgss.krb5.initiate {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="HTTP/[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    com.sun.security.jgss.krb5.accept {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="HTTP/[email protected]"
    keyTab=biwhse1a.keytab
    useKeyTab=true
    storeKey=true
    debug=true;
    Now restart and see.
    Hope this helps. Pls mark if it does.
    Thanks,
    SVS
    Edited by: SSVS on Mar 17, 2013 11:47 PM

  • Intelligent agent won't start

    We renamed the windows 2000 host on which Oracle lives and now the intelligent agent won't start. I cleared snmp_rw etc and rebooted but still no go any ideas?
    thx in advance.

    Thx Pete but the emca will effect the OEM repository I am looking for reconfig of the intelligent agent to reflect the new hostname.
    Daryl thx for the reminder. My DB is 9.2.0.1 on XP but the same rules apply as Unix. It turns out I missed deletion of one of the .q files which was enough to block auto-create on atleast one .q file and leave me hanging.
    These are the steps I took to fixit:
    1) shutdown the agent
    2) shutdown the listener
    3) delete snmp* files under network/admin
    4) delete .q files and services.ora under network/agent
    5) restart listener
    6) restart agent
    7) re-acquire DB through OEM discovery (success)
    Obviously the change of hostname has to be picked up by the IA's files. If the files do not exist at IA startup the IA creates them using current information from the host.
    thx to all.

  • Firefox won't start; no error message; profile manager also won't start. What can I do?

    Suddenly, firefox won't start. I get no error message--it just won't open. System restore to a month before the problem did not help.
    From the suggestions on this page: http://support.mozilla.com/en-US/kb/Firefox%20will%20not%20start... I did not recently install add-ons or clean the registry, so I think it may be a profile problem. But profile manager will not open--only a tiny window with a white rectangle and no text.
    I would like to not lose all my bookmarks. And I would like to continue using Firefox.
    What can I do?

    dmcritchie, thank you for your reply!
    Before I received your response, I tried something that seems to have worked. I used Chrome to go to the Firefox website and downloaded Firefox (without uninstalling it first) and went through the installation process again. For some reason, this worked, even though I already had the latest version of Firefox, and I can now open Firefox successfully.
    If it stops working again, I will try your suggestion. In the meantime, thank you much!

  • ODBC server & agent won't start - J2EE install

    Hi all,
    I have installed the developer edition of CFMX7. I have
    tomcat running on my windows2000 server, so I downloaded the
    windows installer and chose the J2EE-war option. It runs just fine.
    I also installed the ODBC server, because I want to connect
    to MS Access databases with my developer edition. For that, I tried
    this:
    http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=860.
    First problem was that after tomcat automatically deployed the war
    file, the folder 'SequeLink Setup' did not exist in the web-inf\db
    folder. So I renamed the war to zip, and checked - the file
    is present in the war. So I manually extracted the zip to a
    new directory. I ran the cfm script with the reference to this new
    directory, and the ODBC services were installed - hurray!
    But now the services do not want to start. I first got the
    error that the file was not found. It referenced to a slserver52
    folder, which had only two directories called 'logging' and
    'tracing', but no bin files whatsoever. There is however a
    slserver54 folder, which contains all kind of stuff. So I started
    regedit and changed all the references to 52 in 54, and rebooted
    the server. Still no luck: now I get a 1067 error on the server and
    an unknown error on the agent.
    Any ideas??

    That is just what I did, but that didn't help. The installer
    creates services that point to the slserver52 folder, but that
    should be slserver54. When I change the directory in the registry,
    the services won't start. The ODBC Agent sais:
    "Could not start the ColdFusion MX ODBC Agent service on
    Local Computer. The service did not return an error. This could be
    an internal Windows error or an internal service error. If the
    problem persists, please contact your system administrator."
    The ODBC Service returns the exact same error.

  • SQL Agent won't start

    Hi,
    I tried to start the SQL Agent on my SQL 2008 Server but got this error:
    TITLE: Microsoft SQL Server Management Studio
    Unable to start service SQLSERVERAGENT on server ACHSQL12. (mscorlib)
    ADDITIONAL INFORMATION:
    The SQLSERVERAGENT service on ACHSQL12 started and then stopped. (ObjectExplorer)
    BUTTONS:
    OK
    Is there anything I should check?
    Regards
    Paul

    You see the article for getting update :
    Before you can start to use FILESTREAM, you must enable FILESTREAM on the instance of the SQL Server Database Engine. Enabling/configuring FILESTREAM is a bit different from configuring other SQL features because it involves making machine wide changes
    and not only SQL instance changes. Also, FILESTREAM configuration has been changed for the February CTP to properly separate the Windows Built-in administrator and SQL administrator roles. In the November CTP, enabling/disabling FILESTREAM required Built-in
    Admin privilege. Enabling FILESTREAM is now made up of 2 admin layers:
    1-     
    The Windows configuration layer handles Windows related setup changes required for FILESTREAM. This requires built in administrator privilege. FILESTREAM settings in the SQL Configuration Manager (SQL-CM) represent this admin layer.
    2-     
    The SQL configuration layer handles the setup changes required within the boundaries of the SQL instance. The SQL Admin can now use sp_configure/RECONFIGURE to handle this FILESTREAM configuration.
    http://blogs.msdn.com/b/sqlserverstorageengine/archive/2008/03/03/filestream-configuration-and-setup-changes-in-sql-server-2008-february-ctp.aspx
    Ahsan Kabir Please remember to click Mark as Answer and Vote as Helpful on posts that help you. This can be beneficial to other community members reading the thread. http://www.aktechforum.blogspot.com/

  • Windows Server 2012 Standard - Remote Desktop Management service won't start

    Dear colleges, I'm seeking your help in resolving a weird issue with Remote Desktop.
    The Remote Desktop Management service gives the following error message any  time it is attempted to start:
    "The Remote Management Service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs."
    The Event Viewer error message is as follows:
    "The Remote Desktop Management service failed to start. Error code: 0x88250001"
    Whenever I connect to the server with RD I get error message that the Remote Desktop Licensing Server isn't configured and that the RD trill will expire in N-days. The server is up to date updates wise and has been licensed for 5 RD CALs. The server hosts DNS
    server and has AD DS role installed, is virtualized to have one Hyper-V server.
    I read some blogs about having both DNS and AD DS on one box is a bad sea and a root cause of the issue. Well, that very well may be, but for me that's an option as I'm not going to get a box to just host DNS. There should a solution to this as I shouldn't
    only one suffering from this issue.
    I also read about KB2871777 - Servicing stack update supposedly addressign this issue. Well, it's on my system and the issue is there too. :)
    Will I loose ability to RD when the trial expires or it's just another misleading MS message that can be ignored?
    How do I mend Remote Desktop Management service to start?
    Appreciate your help!
     

    Hi,
    Thank you for posting in Windows Server forum.
    Can administrators perfectly connect to RDS environment?
     In meantime please check that you have properly configured and activated RD License role service and install RDS CAL on it. It might also possible that you have configured RD License server but it server can’t find it and giving you error due to certificate
    also. Please check that you have properly configured certificate on your RDS Server. Try to install and update below hotfix for License related issue.
    No RDS license when you connect to an RDS farm in Windows Server 2012
    http://support.microsoft.com/kb/2916846
    If you have configured both RDS and AD DS on single server then also you may find some error reading this. If so please try to setup both roles on different server and check the result. In addition to this, please check below articles.
    What's New in Remote Desktop Services in Windows Server 2012
    http://technet.microsoft.com/en-in/library/hh831527.aspx
    Install Remote Desktop Services Failed on Windows 2012 Server
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/bbf47aa2-8ae5-4f22-9827-afee5a11417a/install-remote-desktop-services-failed-on-windows-2012-server?forum=winserverTS
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Snmp master agent won't start

    I'm using Web Server 7.0U1 on Solaris 10U4. I'm trying to start the SNMP master subagent. On my Linux test platform, this works fine. But on the Solaris host, 'magt' hangs forever at startup and does nothing. This happens both when using the web console and wadm start-snmp-master-agent command.
    How do I make magt work?

    The SNMP master agent fails to start on Solaris 10U2 (and higher) due to the TCP fusion feature added in Solaris 10U2. (TCP fusion is a protocol-less data path for loopback TCP connections). One of the possible workarounds for this issue is to disable TCP fusion by adding the following line in /etc/system:
    set ip:do_tcp_fusion = 0x0
    The Sun Info Doc 86046 available on sunsolve explains the various TCP fusion related tunables.

  • Sourcefire AD user agent won't start

    I have tried to install the user agent on a server 2008 vm and it won't run. I only get an error that says "SF AD user agent Configuration has stopped working" 
    I have configured the server settings in Policies, User, User Agents on my Defense Center. This is a domain server so the firewall is not on by policy. The event logs are pretty cryptic and don't really say much. The agent never starts so I can't configure it. 
    There is not much documentation out there for it.

    Refer the link : http://www.cisco.com/c/dam/en/us/td/docs/security/firesight/user-agent/FireSIGHT-User-Agent-Configuration-Guide-v2-2.pdf

  • Knowlege Pathways 5.5 Install - Manager app won't start

    After installing UPK 3.51, SP3 and KP 5.5, when starting the KP Manager app, the initial signon screen comes up, but after entering the signon info, the app just disappears. The Title Manager and Designer app both start up fine with the same signon (admin/admin) info, but the Manager app does not. Any ideas?
    I've installed on Windows 2003 Server (x64), using SQL Server 2005; I also tried it on Windows 2008 Server and SQL Server 2008, and get similar results, except that on the newer OS/SQL, the Manager app comes back with a "This app has encountered a error and will be closed . . ." message.

    This issue seems to be related to 64 bit OS vs 32 bit OS. Once the manager was installed on a 32bit XP box, I was able to open it, logon to the server install and add authors, manage, etc.

  • Desktop Manager 6 won't start

    The blackberry splash screen pops up, followed by a second window that just remains completely white. Here is the contents of my Desktop.log file:
    Date|Log Level|Thread ID|Module ID|Log ID|Message [2012-04-05 05:26:43.270]
    05:26:43.282|INFO |1|Rim.Desktop.Shell|1|Application Started
    05:26:43.295|INFO |1|Rim.Desktop.Shell|2|Commandline: "C:\Program Files (x86)\Research In Motion\BlackBerry Desktop\Rim.Desktop.exe"
    05:26:43.295|INFO |1|Rim.Desktop.Shell|2|Rim.Desktop.exe Version: 6.1.0.36
    05:26:43.296|INFO |1|Rim.Desktop.Shell|2|Product Installation Variant: none
    05:26:43.297|INFO |1|Rim.Desktop.Shell|2|OS Version: Windows7 [Microsoft Windows NT 6.1.7601 Service Pack 1] [x64]
    05:26:43.297|INFO |1|Rim.Desktop.Shell|2|CLR Version: 2.0.50727.5448
    05:26:43.327|INFO |1|Rim.Desktop.Shell|2|AppLoader Version: 6.0.1.33
    05:26:43.330|INFO |1|Rim.Desktop.Shell|2|Device Manager Version: 6.0.0.40
    05:26:43.331|INFO |1|Rim.Desktop.Shell|2|BBDevMgr Version: 4.2.0.15
    05:26:43.332|INFO |1|Rim.Desktop.Shell|2|Serial USB Driver Version: 2.3.0.9
    05:26:43.333|INFO |1|Rim.Desktop.Shell|2|USB Driver Version: 4.2.0.14
    05:26:43.344|INFO |1|Rim.Desktop.Shell|2|PlayBook RNDIS Driver Interface: 1.0.0.16
    05:26:43.870|ERROR|1|Rim.Desktop.Services.Configuration|0|Unable to get Registry entry. Path: Software\Research In Motion\BlackBerry\ Key: FirstLaunch
    05:26:44.046|ERROR|1|Rim.Desktop.Services.Configuration|0|Unable to get Registry entry. Path: Software\Research In Motion\DesktopAutoUpdate Key: AutoUpdateEnabled
    05:26:44.047|ERROR|1|Rim.Desktop.Services.Configuration|0|Unable to get Registry entry. Path: Software\Research In Motion\Device Manager\Bluetooth Key: Enabled
    05:26:44.082|INFO |1|Rim.Desktop.Common|0|Setting Rendermode to SoftwareOnly for Window Rim.Desktop.Shell.Views.FirstLaunchOptionsView

    I've got the exact same problem... :'(  I had to flash my phone, and subsequently got an upgrade I'd been longing for... to 6.0. When I upgraded my desktop software to match my new phone upgrade, the software on my laptop JUST WOULDNT start!! The screen stays white. I've tried reinstalling from - the internet, and from -the cd, but it stays the same.    I decided to try a different approach, and connected the phone to my laptop, and now I cannot find my BBMessenger app, or my APPWorld button.    If I could find AppWorld, I'd probably just re-download BBM, but now they're both gone!   ...What do I do? Go back to version 5 on both counts? Does that imply I'd have to flash my phone again?  Just so *frustrated!!

  • Profile Manager backend won't start

    I'm having trouble starting Profile Manager on one of my servers. Near as I can tell, the Profile Manager is trying to reverse proxy through to a webapp called "devicemgr". This starts up four backend daemons running on TCP 3320, 3321, 3322 and 3323, as shown in this log.
    Jul 24 00:38:18 loki com.apple.devicemanager[4234]: DEBUG: Initializing DeviceManagerDaemon with ports 3320,3321,3322,3323 (physmem = 4GB)
    Jul 24 00:38:18 loki com.apple.devicemanager[4234]: DEBUG: Making sure Rails is configured properly
    Jul 24 00:38:18 loki com.apple.devicemanager[4234]: DEBUG: Running rake command: /usr/bin/rake db:migrate
    However the four backend daemons don't actually start. They try to start, but then fail, and try again, ad infinitum.
    bash-3.2# ps ax | grep devicemgr | grep ruby
    4234   ??  Ss     0:00.03 /usr/bin/ruby /usr/share/devicemgr/backend/devicemgrd
    4348   ??  R      0:01.74 /usr/bin/ruby /usr/share/devicemgr/webserver/thin --chdir /usr/share/devicemgr/backend --rackup config.ru --address localhost --port 3321 --debug start
    4350   ??  R      0:01.71 /usr/bin/ruby /usr/share/devicemgr/webserver/thin --chdir /usr/share/devicemgr/backend --rackup config.ru --address localhost --port 3320 --debug start
    4352   ??  R      0:01.56 /usr/bin/ruby /usr/share/devicemgr/webserver/thin --chdir /usr/share/devicemgr/backend --rackup config.ru --address localhost --port 3323 --debug start
    4354   ??  R      0:01.39 /usr/bin/ruby /usr/share/devicemgr/webserver/thin --chdir /usr/share/devicemgr/backend --rackup config.ru --address localhost --port 3322 --debug start
    If I wait a few seconds then in the process listing the PIDs will all have changed; i.e. the backends are bombing out on startup.
    The end result is the Profile Manager doesn't work. I see messages in apache's error_log, trying to connect to the failed backend daemons.
    [Sun Jul 24 00:27:09 2011] [error] ap_proxy_connect_backend disabling worker for (127.0.0.1)
    [Sun Jul 24 00:27:09 2011] [error] (61)Connection refused: proxy: HTTP: attempt to connect to 127.0.0.1:3321 (127.0.0.1) failed
    [Sun Jul 24 00:27:09 2011] [error] ap_proxy_connect_backend disabling worker for (127.0.0.1)
    [Sun Jul 24 00:27:09 2011] [error] (61)Connection refused: proxy: HTTP: attempt to connect to 127.0.0.1:3320 (127.0.0.1) failed
    [Sun Jul 24 00:27:09 2011] [error] ap_proxy_connect_backend disabling worker for (127.0.0.1)
    I've tried all the obvious stuff;
    this is a clean upgrade to Lion, then a clean install of Server
    hostname is correct (loki.local) and network is working
    there is a loki.local Open Directory Intermediate CA certificate
    the apache daemon starts up with SSL using that cert
    under Hardware -> Settings the SSL certificate is correct
    under Hardware -> Network the hostname is correct (loki.local)
    stopped, started, rebooted, etc
    Where else can I look to find out why /usr/share/devicemgr/backend fails to start? Despite having DEBUG turned on, very few messages are being logged, and nothing that helps my pinpoint what's going wrong.
    I'd also be happy to just start from fresh, but I haven't found the "Reset" button for Lion Server, so to speak.

    Also having the exact same problem.
    Also, when trying to manually run the process i get the following:
    sudo -u _devicemgr /usr/bin/ruby /usr/share/devicemgr/webserver/thin --chdir /usr/share/devicemgr/backend --rackup config.ru --address localhost --port 3321 --debug start
    ./config/../vendor/rails/railties/lib/initializer.rb:271:in `require_frameworks': can't activate rack (~> 1.1.0, runtime) for [], already activated rack-1.2.1 for ["thin-1.2.8"] (RuntimeError)
              from ./config/../vendor/rails/railties/lib/initializer.rb:134:in `process'
              from ./config/../vendor/rails/railties/lib/initializer.rb:113:in `send'
              from ./config/../vendor/rails/railties/lib/initializer.rb:113:in `run'
              from ./config/environment.rb:41
              from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygem s/custom_require.rb:31:in `gem_original_require'
              from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygem s/custom_require.rb:31:in `require'
              from config.ru:2
              from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/ge ms/rack-1.2.1/lib/rack/builder.rb:46:in `instance_eval'
              from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/ge ms/rack-1.2.1/lib/rack/builder.rb:46:in `initialize'
              from config.ru:1:in `new'
              from config.ru:1

  • Server 3.1 Breaks Profile Manager (PM won't start)

    Hi All,
    Updated to server 3.1 this am and now Profile manager will not start. When I go to turn it on via the server app, its simple hangs on "starting" for a few minutes then reverts to "Off".
    I tried reverting to my backup of 3.0.3, but of course the service updates that are done by 3.1 prevent this.
    I'm also not seeing any devicemgr logs in the console.
    Any suggestions?

    When starting devicemgr from the terminal I get the following errors:
    2014-03-18 09:30:40.264 serveradmin[3097:4e1f] NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    2014-03-18 09:30:42.294 serveradmin[3097:4e1f] NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    2014-03-18 09:30:44.334 serveradmin[3097:4e1f] NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    2014-03-18 09:30:46.366 serveradmin[3097:4e1f] NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    2014-03-18 09:30:50.800 serveradmin[3097:4e1f] NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    2014-03-18 09:30:52.834 serveradmin[3097:4e1f] NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    2014-03-18 09:30:55.487 serveradmin[3097:4e1f] NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    2014-03-18 09:30:57.514 serveradmin[3097:4e1f] NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    2014-03-18 09:30:59.563 serveradmin[3097:4e1f] NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    2014-03-18 09:31:01.588 serveradmin[3097:4e1f] NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    2014-03-18 09:31:03.600 serveradmin[3097:4e1f] NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    2014-03-18 09:31:05.613 serveradmin[3097:4e1f] NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    2014-03-18 09:31:07.625 serveradmin[3097:4e1f] NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    2014-03-18 09:31:09.642 serveradmin[3097:4e1f] NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    2014-03-18 09:31:14.284 serveradmin[3097:4e1f] NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
    Thanks

  • Daemon manager won't start

    After doing a fresh install of Cisco Prime 4.1 and rebooting the server 'Cisco Prime Daemon Manager' service won't start. Startup type is 'Auto'. Server has been rebooted twice and I have tried 'net start crmdmgtd' without success.
    C:\Users\NetAdmin>net start crmdmgtd
    The Cisco Prime Daemon Manager service is starting.
    The Cisco Prime Daemon Manager service could not be started.
    The service did not report an error.
    More help is available by typing NET HELPMSG 3534.
    C:\Users\NetAdmin>net helpmsg 3534
    The service did not report an error.
    C:\Users\NetAdmin>

    I need to see following output:
    > Output when you enter command : net start crmdmgtd (on command prompt)
    > Last 100 lines of NMSROOT/log/syslog.log
    > event logs, if anything pertainign to Ciscoworks processes.
    Try following things as well:
         # Make casuser a member of adminitrators group.
         #Make sure you have swap properly and manually configured (twice of RMA):
    1. Right click on "Computer" and select "Properties." Click on "Advanced System Settings."
    2. Choose the "Advanced" tab and click "Settings," under "Performance."
    3. Choose the "Advanced" tab and click "Change" under "Virtual Memory."
    4. Uncheck "Automatically Manage Paging File Size" for all drives.
    5. Click "Custom Size" and enter the amount of swap space in MB (megabytes). Click "Set" and then "OK" three times to return to the desktop.
    -Thanks
    Vinod
    **Rating Encourages contributors, and its really free. **

Maybe you are looking for

  • How to print the text in points wise in sap script

    hi friends, how to print the text in points wise in sap script. ex: if suppose paragraph consists of 15 lines. then according to one sentence or one fullstop (.) it should give point 1. like that... 1. hai how ru. 2. what r  u doing. 3.where r u. lik

  • Data Modeler: Editing or creating a view "crashes"

    Hi all, some days ago I've created a view in my relational model using the data modeler (SQL Developer 3.2.20.09). Today I wanted to add some more columns. Unfortunately the property pane doesn't open any more when double clicking the view object (fo

  • Volume too low on 6300, and listening to podcasts

    I believe this question has been asked so many times, but is there ANY way to make the allowable volume any higher on headsets? I'd like to listen to music while riding my bicycle and even the sound of the damn tires on the road is louder than the ma

  • Why cant I do the following...

    I'm trying to set a variable with the value of the error message from the session object. <c:set var="reason" value="<%= ((AuthenticationException) session.getAttribute(AbstractProcessingFilter.ACEGI_SECURITY_LAST_EXCEPTION_KEY)).getMessage() %>"></c

  • How can I save the autocorrect list I created ?

    Hi everyone ! I've searched for an answer to that question through the web without finding one. I'm about to reinstall Mac OS X Mountain Lion, but I want to be able to recover the - very large - autocorrect list I've created over the past few months.