Can not manage UCM Server

when I login in UCM Server by using administrator, clicking manager in the left Navgation, then clicking manage applet
there are web layout compiler, user management, repository manager, archiving application,workflow management, configuration manager in the right page. But when I click them(for example: repository manager), it can not popup a new window. it need a plugin. I can not get this plugin. Who have this plugin or where can download it? Any help, I will be appreciated greatly!

Hi,
Looks like browser setting required while loading the java applet.
Go to Control Panel--> Java--->Advanced-->Default Java for browsers and based on your browser apply your settings.
Thanks,
Ravinder

Similar Messages

  • Node Manager not starting UCM Server automatically

    Hi All,
    I have configured Node Manager to start and stop UCM 11g server.
    But whenever, I am restarting the host OS - Windows server 2003 64 bit, it does not start the UCM managed server, automatically.
    I am running two managed servers on the same host OS, the first UCM manages server, starts automatically on every restart.
    The second managed UCM server, does not start. I need to then manually start the managed server. There are no errors logged, and the manual start of the managed server happens without any issues.
    As a workaround, I tried starting the managed server from Windows scheduler, but it does not start the server as well. I wrote a script like -
    Myscript.cmd
    call E:\..\user_projects\domains\prod_domain\bin\setDomainEnv.cmd
    java weblogic.WLST c:\start....\ServerStart.py
    scheduled the script (myscript.cmd) to run from the Windows Scheduler.
    Any pointers would be very helpful. Are there any known issues, if there are two managed servers, and one starts automatically, which affects the starting of the second managed server?
    I see the following error in the log file -
    <14/10/2011 6:35:22 PM EST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <14/10/2011 6:35:33 PM EST> <Info> <Management> <BEA-141223> <The server name PRD_UCM_Server1 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {PRDAdminServer,PRD_UCM_server1,PRD_IBR_server1}.>
    <14/10/2011 6:35:33 PM EST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: [Management:141223]The server name PRD_UCM_Server1 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {PRDAdminServer,PRD_UCM_server1,PRD_IBR_server1}.
    at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:149)
    at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:41)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
    at weblogic.Server.main(Server.java:71)
    Regards
    Avi

    Hi Avi,
    Give a cross check to your ServerStart.py
    As the error states The server name PRD_UCM_Server1 specified with -Dweblogic.Name does not exist
    In your ServerStart.py you might have specified as follows
    sh start MAnagedWeblogic.sh server=PRD_UCM_Server1
    While these are the list of Server you have in your weblogic
    PRDAdminServer,
    PRD_UCM_server1,(You have Specified in your command PRD_UCM_Server1
    PRD_IBR_server1
    The Command should be as follows
    sh start ManagedWeblogic.sh server=PRD_UCM_server1
    This should help
    Regards
    Fabian

  • Node Manager not starting UCM Server

    Hi All,
    I have configured Node Manager to start and stop UCM 11g server.
    But whenever, I am restarting the host OS - Windows server 2003 64 bit, it does not start the UCM managed server, automatically.
    I am running two managed servers on the same host OS, the first UCM manages server, starts automatically on every restart.
    The second managed UCM server, does not start. I need to then manually start the managed server. There are no errors logged, and the manual start of the managed server happens without any issues.
    As a workaround, I tried starting the managed server from Windows scheduler, but it does not start the server as well. I wrote a script like -
    Myscript.cmd
    call E:\..\user_projects\domains\prod_domain\bin\setDomainEnv.cmd
    java weblogic.WLST c:\start....\ServerStart.py
    scheduled the script (myscript.cmd) to run from the Windows Scheduler.
    Any pointers would be very helpful. Are there any known issues, if there are two managed servers, and one starts automatically, which affects the starting of the second managed server?
    Regards
    Avi

    Hi All,
    Add to my initial post , the error which is getting logged is -
    <14/10/2011 6:35:22 PM EST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <14/10/2011 6:35:33 PM EST> <Info> <Management> <BEA-141223> <The server name PRD_UCM_Server1 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {PRDAdminServer,PRD_UCM_server1,PRD_IBR_server1}.>
    <14/10/2011 6:35:33 PM EST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: [Management:141223]The server name PRD_UCM_Server1 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {PRDAdminServer,PRD_UCM_server1,PRD_IBR_server1}.
         at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:149)
         at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:41)
         at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
         at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
         at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
         at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
         at weblogic.Server.main(Server.java:71)
    Regards,
    Avi

  • Can not add Roles Server 2012 Standard R2

    Every time I try and add the DFS Namespace and replication roles it says the server requires a re-boot.  I check to ensure the version of server is activated and it is.
    I rebooted twice, checked for critical updates which there was none and tried again, same issues, re-boot required, rebooted again.
    Next up I ran DISM /Online /Cleanup-Image /RestoreHealth
    This completed and said it fixed some metadata corruption.  Re-boot, Try role Install, same issue, reboot required.
    Next I check Trusted Installer to see if there was a pending install, nothing, Registry is correct.
    Next I checked the other two entries mentioned in other articles (pending server manager reboot, pending file rename operation) both had correct values.
    I ran DISM /Online /Cleanup-Image /RestoreHealth
    found meta data corruption and fixed, reboot.
    Try role install, same issue, pending reboot.  I have tried to install the rolls from a elevated powershell and through the server manager.
    Last item I tried was to fix and .net corruption, and the tool would not work on Server 2012 R2.
    I am now at a loss as to what to look to get these roles to install.
    What are next steps, what can I do to get these roles installed?  I need to get replication working on this server but it is hard when you can not even add server roles.
    Any help would be appreciated.
    Curt Winter
    Business Technology Services

    Dave,
    I finally got the DFS roles installed, can not remember what I did to get them in besides get lucky.  I am now trying to install domain roles on this same Server, and I keep getting server needs a restart.  Check the registry no entries preventing
    the install, installed critical updated, rebooted countless times.  When the server boots it reports the following:
    It shows red under server mgr and manageability, with the message, "Online - Cannot get role and feature data"
    I ran the DISM.exe /Online /Cleanup-image /ScanHealth
    Here is the link to the CBS log file:
    https://mpillc-my.sharepoint.com/personal/bts_admin_managed-programs_com/_layouts/15/guestaccess.aspx?guestaccesstoken=0XXCwKYbjOL2Y9fXiJcpfoDvJBqVPrCBZ7uvdj%2f5usI%3d&docid=00b8e6c2c0800465eb84afb54c2650715
    Here is a link to the Windows Update File:
    https://mpillc-my.sharepoint.com/personal/bts_admin_managed-programs_com/_layouts/15/guestaccess.aspx?guestaccesstoken=LQ9ldakkbCqwjKDZLIXgEfuvX4Pri1UBCTEAt0NK%2bZw%3d&docid=0ed33ff368f584111b95e180565b02f4b
    Any input would be appreciated, thanks for your response before, sorry I did not respond.
    Curt Winter
    Microsoft Certified Professional
    Business Technology Services

  • Can not shutdown the server 206

    Hello,
    On adf & non-adf servers I am getting following error with opmn command
    /apps/std/1022/opmn/bin/opmnctl stopall
    opmnctl: stopping opmn and all managed processes...
    opmnctl: graceful stop of processes failed, trying forceful shutdown...
    Can not shutdown the server 206
    This happens more often than I like, and wondering what may be the cause?
    This especially happens after I undeploy or deploy application.
    Thanks
    s

    s,
    For OC4J we use the admin.jar:
    http://download.oracle.com/docs/cd/B31017_01/web.1013/b28950/startstop.htm-Michael

  • Opmn 'Can not shutdown the server 206'

    Hello,
    On adf & non-adf servers I am getting following error with opmn command
    /apps/std/1022/opmn/bin/opmnctl stopall
    opmnctl: stopping opmn and all managed processes...
    opmnctl: graceful stop of processes failed, trying forceful shutdown...
    Can not shutdown the server 206
    This happens more often than I like, and wondering what may be the cause?
    This especially happens after I undeploy or deploy application.
    Thanks
    s

    Thanks shail,
    I didn't see any useful error in opmn.log or ipm.log
    didn't see any error in log/states/* either
    Currently my script ignores the shutdown errors and call startall
    However I see following errors (shutdown appears to be ok) in opmn/logs/OC4J~spfstd~default_island~1 log file
    09/04/20 12:01:24 Stop process
    09/04/20 12:01:27 Shutting down...
    09/04/20 12:01:27 JAM Agent: jaminit.destroy()
    09/04/20 12:01:27 JAM Agent: jamagent.destroyJam() called
    JAM Agent: Shutdown signal received, shutting down
    09/04/20 12:01:27 JAM Agent: Shutdown complete
    09/04/20 12:03:37 Start process
    09/04/20 12:03:58 log4j:ERROR setFile(null,true) call failed.
    09/04/20 12:03:58 java.io.FileNotFoundException: /logs/idp/idp.log (No such file or directory)
    09/04/20 12:03:58 at java.io.FileOutputStream.openAppend(Native Method)
    09/04/20 12:03:58 at java.io.FileOutputStream.<init>(FileOutputStream.java:177)
    09/04/20 12:03:58 at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
    09/04/20 12:03:58 at org.apache.log4j.FileAppender.setFile(FileAppender.java:272)
    09/04/20 12:03:58 at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:156)
    09/04/20 12:03:58 at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:151)
    09/04/20 12:03:58 at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:247)
    09/04/20 12:03:58 at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:123)
    09/04/20 12:03:58 at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:87)
    09/04/20 12:03:58 at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:645)
    09/04/20 12:03:58 at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:603)
    09/04/20 12:03:58 at org.apache.log4j.PropertyConfigurator.parseCatsAndRenderers(PropertyConfigurator.java:524)
    09/04/20 12:03:58 at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:408)
    09/04/20 12:03:58 at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:432)
    09/04/20 12:03:58 at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:460)
    09/04/20 12:03:58 at org.apache.log4j.LogManager.<clinit>(LogManager.java:113)

  • Iphone 3 and 4 can not connect to server

    We have been syncing e-mail to IPhone for 2 + years, Last night we stopped getting mail on our Iphones and other smart phones.
    Using Exchange 2003 server.
    Rebooted twice today - not seeing any sync errors in event log
    Deleted my account, hard boot of  IPhone and recreated account - still getting error “ can not connect to server” in mail
    What is strange it is only mail – I can move an appointment and it updates my outlook calendar
    Any suggestions much appreciated!

    This resolve my problems
    With that error noted, a search brought me to a solution:
    http://alan.lamielle.net/2009/09/03/windows-7-nonpaged-pool-srv-error-2017
    Set the following registry key to ’1′:
    HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\LargeSystemCache
    and set the following registry key to ’3′:
    HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters\Size
    Explanation of what the reg keys do: http://www.decuslib.com/decus/vmslt99a/nt/tips.txt (scroll to bottom)
    Thanks to Alan LaMielle and Mark Russinovich.

  • I am trying to turn on iCloud, I get a message "can not connect to server". How do I connect to server?

    I can't get iCloud to turn on. When I try to start it I gat a message "can not connect to server". How do I start the cloud?

    So what model and year is your machine?
    Here are the requirements for ML:
    http://www.apple.com/osx/specs/

  • Can not start Messaging server in Sun Java System Messaging Server 6 2005Q1

    Hi all,
    I installed Sun Java System Messaging Server 6 2005Q1 from Solaris 10 DVD on Solaris 10.
    After the installation, I got directory server, admin server running but messaging server not running. I can not start Messaging server (start smtp, http, pop, imap). I found in directory which I installed messaging server but I could not see script "start-msg" and "stop-msg".
    # pwd
    /opt/SUNWmsgsr/sbin
    # ls
    MoveUser ha_ip_config imquotacheck imsdirmig mkbackupdir
    UpgradeMsg5toMsg6.pl hashdir imsbackup imsexport readership
    configure imexpire imsconnutil imsimport reconstruct
    control-params.txt iminitquota imscripter imsrestore relinker
    deliver immonitor-access imsdaaci mboxutil useconfig
    Any idea what might have gone wrong?
    Thanks.

    Thanks.
    I have a problem when I configure the Messaging Server (by running the /opt/SUNWmsgsr/sbin/configure script):
    Hostname mailtest for this machine is not a fully qualified domain name. Please
    correct this before attempting to configure Messaging Server. Please make sure
    that your DNS is working properly.
    <Press ENTER to continue> {"<" goes back, "!" exits}
    Can you help me fix this problem?
    Thanks.

  • I downloaded Lion OSX and at the end I received a notice that Safari can not connect to Server. All internet connections work including Safari on other user on same computer. I downloaded 13items and installed only 12. What do I do now ?

    I dowloaded Lion OSX and installed. I downloaded 13 iitems and installed only 12. At the end of the insta;;ation I received a notice thst Safart can not connect to Server. Safari does not work on user where installation was made. It work on other user. All internet connections work including google. If I go into Safari the blue line goes up to end of "http" on adress and freezes. Where do I go from here.:::???

    Hi There Linc Davis,
    Wow, you are the best.
    Yip this is what the website looks like. Great job Linc Davis.
    Not surprised that the "Shop" tab is missing. Darn.
    Well can you try to access it's "sister" website: astralmusic.com and astralmusicshop.com?
    Since you are awesome with the "Flash" can you investigate if this website has a issue withis this "Flash" too?
    Please Linc Davis

  • Can anyone explain why my Dell laptop and my iphone can "see" a server in Luton when using a wireless broadband (I get 20 Mbps download speed) but my ipad can not see this server and finds one in Milton Keynes which gives me 0.37 download speed.

    Can anyone explain why my Dell laptop and my iphone can "see" a server in Luton when using a wireless broadband (I get 20 Mbps download speed) but my ipad can not see this server and finds one in Milton Keynes which gives me 0.37 download speed.

    Can anyone explain why my Dell laptop and my iphone can "see" a server in Luton when using a wireless broadband (I get 20 Mbps download speed) but my ipad can not see this server and finds one in Milton Keynes which gives me 0.37 download speed.

  • Slow-Start Up and "can not find the server" dialog box

    hi there -
    2 year old Ibook G4. When I try to open either Safari or Netscape the "can not find the server" box pops up.. I have a solid connection wi-fi for the wireless signal is on full strength. I have cleared my cache. Also I am experiencing start-ups that are taking 2-3 minutes. The color wheel just keeps spinning.Also, I have done repair and I renewed the DHCD. Not sure what else to do?

    as a guess, spinning wheel could be caused by failing hard drive.
    often failing hard drives will pass all tests by the utilities.
    you may want to back up any important files just in case.
    if the iBook boots up from the OS install CD/DVD with no problems, issues could be caused by the corrupted files on the hard drive or failing drive.

  • Safari is not able to open this page because it can not find the server.

    I too need help with this problem with my Ipod touch. Currently, I am in the Ukraine, go to a wifi cafe, access the wifi and get a clear powerful signal. Then I try to load the Google page, any page from my bookmark or write the web address in and I receive the same message; "Safari can not open this page because it can not find the server." Something is wrong with my settings and I tried to reset the options but it does not work. Can anyone help me with this problem? Thanks!!

    Hello and Welcome to Apple Discussions. 
    The 169.254.xxx.xxx address indicates that there is a problem with DHCP server in your BT Digital Hub (Home hub?) because the iPod is taking a default IP rather than been given a suitable one. At the moment the iPod is not even in the same subnet as the router so it's no wonder that Safari can't find the Internet.
    Ensure that the DHCP server is on and that you have an IP-address pool sufficiently large to serve all the devices you have. I'd expect it to be 192.168.1.1 to 192.168.1.253. If you have FON enabled you certainly need that wider range as other people may be using your router too.
    mrtotes

  • I HAVE THE NEW VERSION OF FIREFOX. I LOVE TO PLAY THE POGO GAMES , I CAN NOT CONNECT TO SERVER. A MESSAGE WOULD APPEAR SAYING LOST CONNECTION. WHAT IS THE PROBLEM?

    I CAN GET INTO THE POGO WEB SITE, BUT CAN NOT LOAD THE GAMES. THE GAME WILL CLOSE AND A MESSAGE WILL APPEAR CAN NOT CONNECT TO SERVER. IT GIVE YOU OTHER OPTIONS, COULD BE BEHIND PROXY OR FIREWALL., MAY BE TO BUSY, PLEASE TRY AGAIN. NONE OF THEM SEEM TO BE THE PROBLEM.HELPPPPPPPPPPPPP

    Which "new version"? Websites think you are using Firefox 3.0.19, which is no longer supported. Maybe your User Agent is "stuck" on that old version?
    http://en.wikipedia.org/wiki/User_Agent
    type '''about:config''' in the URL bar and hit Enter <br />
    ''If you see the warning, you can confirm that you want to access that page.'' <br />
    Filter = '''general.useragent.''' <br />
    Right-click the preferences that are '''bold''', one line at a time, and select '''''Reset'''''. <br />
    Then restart Firefox

  • I am trying to update my iphone 4 icloud but I keep getting can not connect to server when I click on the terms and conditions

    I am trying to update my iphone 4 icloud but I keep getting can not connect to server when I click on the terms and conditions

    " iTunes could not contact the iPhone software update server because you are not connected to the internet.  Make sure your internet connention is active and try again."

Maybe you are looking for

  • Photoshop will not work in Yosemite OS 10.10

    Yosemite looks cool but it did not warn me that Photoshop and my wacom tablet would not function.  I actually have Photoshop CS5.  Which as far I am concern worked great in Mac OS X.  I was given warning after downloading and installing I need to to

  • BOM: Finding Children Nodes For a Given Parent Node

    Hi, I am trying to find the longest path for a particular BOM material. I am using the FM CS_BOM_EXPL_MAT_V2 to explode the BOM to get the materials (including children nodes etc.). I think, in this scenario, a recursive function would be the best wa

  • How to share music between different accounts on a single computer

    I am trying to share music on my Mac between two different iTunes accounts.  Can this be done?

  • ASSIGN_TYPE_CONFLICT dump with 2LIS_13_VDITM

    Hi Expert When i execute 2LIS_13_VDITM DTP for the cube 0SD_C03 I gt a dump with this message: ASSIGN_TYPE_CONFLICT I use the SAP transformation and SAP DTP. All the routine are SAP routine. No generic abap exist Can any one help me please? Thanks

  • Create new posting keys

    I want to create new posting keys. Can I add a new field like expected due date in that. Is it possible or can i change the text of the existing field due date