Server control panel

i have a server application that i want to attach a Control panel
to start and stop listening
the problem is that when i call the beginServer() method
     public void beginServer() throws IOException {
          try {
               serverSocket = new ServerSocket(serverPort);
          } catch (IOException e) {
               System.out.println("Couldn't listen on port: " + serverPort + ".");
               System.exit(-1);
          System.out.println("Server :: " + serverPort + " :: Running...");
          while (listening) {
               new ServerThread(serverSocket.accept()).start();
          serverSocket.close();
          System.out.println("Server :: " + serverPort + " :: Stoped...");
     }is that it keeps looping on the while() part so the GUI wont
respond which means i can't set the listening to false
is there a way to do this

Hi,
You will receive this error message when you attempt to manage Lync users who are members of protected admin groups in Active Directory (such as Enterprise Administrators etc.).
Typically I use Lync Management Shell, so don't get this error often as it only occurs in the Control Panel.
Editing the properties of the user object you are attempting to enable / disable in AD, and enabling inheritance on under the security tabs advanced options will also work around the problem, but you may not wish to do this. The inheritance change will revert
itself in 15 minutes or so I believe.
Perhaps someone can advise of an alternate solution through group membership / permissions, but as I don't have the issue often I've not looked into it at any great depth.
Kind regards
Ben
Blog:www.gecko-studio.co.uk/ 
Twitter:
  LinkedIn:
  Facebook:
Note: If you find a post informative, please mark it so using the arrow to the left. If it answers a question you've asked, please mark the thread as answered to aid others when they're looking for solutions to similar problems
or queries.

Similar Messages

  • Cannot start Lync Server Control Panel

    Hello All,
    my lab is as follow:
    1 virtual machine W2K8 x86 acting as domani controller
    1 virtual machine W2K8 X64 acting as Front End and SQL server (co-located)
    Installation runs smoothly I get to the end no red marks no problem.
    It's an Enterprise pool with all the relevant A host created for admin sip meet dialin (poolname and hostname of the collocated machine)
    _tlsinternal created. The user I tried to gain access to Lync Control Panel with is a member of all CS* security group and RTC*security group.
    https://FQDN are in the trusted site of IE and I'm not using proxy in my IE.
    I even enabled a couple of accounts via Power Shell and they are able to connect to the lab system (a good sign that everything is up and running)
    BUT
    I CANNOT ACCESS THE LYNC CONTROL PANEL
    Unauthorized: Authorization failed.
    The application cannot verify your credentials.
    Verify your logon credentials and contact your support team
    HEEEEEEEEEEEEEEEEEEELP
    Thanks in advance
    PS
    Same story if I try to access https://admin.FQDN
    giuseppe

    Hi,
    As you stated that you have done with the permissions of CSAdministrator group than I will suggest you that kindly check the event viewer and work on error or even post the event error here because I dont think so that you should not connect with Lync after
    successful installation.
    For assistance check the steps for installation here please.
    Lync Server 2010 Installation step
    by step
    Regards.
    Shafaquat Ali.
    M.C.I.T.P Exchange 2007/2010, M.C.I.T.P Windows Server 2008, M.C.T.S OCS Server 2007 R2, URL: http://blog.WhatDoUC.net Phone: +923008210320

  • Lync Server Control Panel : Insufficient access rights to perform the operation;

    Hi team,
    I have a strange problem in managing Lync users through control panel. But I can enable/disable and Manage users through power shell. Am getting an error " Insufficient Rights to perform the operations" when i try through control panel
    Please can someone help me urgently on tihs. I have all the users in a separate OU from where the RTC and CS groups are available. Is there any issue with the delegation?

    Hi,
    You will receive this error message when you attempt to manage Lync users who are members of protected admin groups in Active Directory (such as Enterprise Administrators etc.).
    Typically I use Lync Management Shell, so don't get this error often as it only occurs in the Control Panel.
    Editing the properties of the user object you are attempting to enable / disable in AD, and enabling inheritance on under the security tabs advanced options will also work around the problem, but you may not wish to do this. The inheritance change will revert
    itself in 15 minutes or so I believe.
    Perhaps someone can advise of an alternate solution through group membership / permissions, but as I don't have the issue often I've not looked into it at any great depth.
    Kind regards
    Ben
    Blog:www.gecko-studio.co.uk/ 
    Twitter:
      LinkedIn:
      Facebook:
    Note: If you find a post informative, please mark it so using the arrow to the left. If it answers a question you've asked, please mark the thread as answered to aid others when they're looking for solutions to similar problems
    or queries.

  • Application Server Control Panel page will not load

    I am new to Oracle Application Server and need some assistance to determine why the Application Server Control Page will not load after entering the username/password for ias_admin. I have just installed Oracle Application Server 10g (10.1.2) on Redhat Linux.
    The Listener and the Repository Database are up. I have successfully started the processes for the OracleAS Infrastructure instance with:
    $ORACLE_HOME/opmn/bin/opmnctl startall
    I have successfully started the OracleAS Console with:
    $ORACLE_HOME/bin/emctl start iasconsole
    I ran "emctl status iasconsole" and received:
    http://localhost.localdomain:1810/emd/console/aboutApplication
    Oracle Enterprise Manager 10g Application Server Control is running
    Logs are generated in Directory ...../sysman/log
    I ran "opmnctl status" and received:
    Process in Instance: oraappserv1.localhost.localdomain
    ias component process type pid status
    LogLoader logloader N/A Down
    DSA DSA N/A Down
    dcm-daemon dcm-daemon 0 None
    HTTP_Server HTTP_Server 6180 Alive
    OC4J OC4J_SECURITY N/A Down
    OID OID 6199 Alive
    I can bring up the "Welcome to Oracle Application Server 10g Release 2 (10.1.2)" web page successfully with "http//<host>:7777".
    My problem arises after I click on the link for " log on to Oracle Enterprise Manager 10g Application Server Control". I enter the username/pwd for ias_admin and then progress bar on the status bar of the browser goes so far and stops. The Application Server Page will not render.
    Can someone point me into the direction of what to check, whether its an enviromental setting for linux or a configuration issue with the Application Server?
    note: that the status bar for the browser shows "shortcut to localhost.local domain" when highlighting the link " log on to Oracle Enterprise Manager 10g Application Server Control". This is different than <host> specified in the URL to render the welcome page. I would't think this to be an issue because the login screen came up and it also appears in the results of the emctl status iasconsole and opmnctl status commands.
    Thanks in advance for your assistance.

    Emilio, note implies emagent core dumps. If that is the case emctl would (hopefully) not return status "ok".
    Here is my output with sysman oc4j running but emagent gone (AS 9.0.4):
    $ emctl status iasconsole
    Oracle Enterprise Manager 10g Application Server Control 9.0.4.1.0
    Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
    EM Daemon is not running.
    Also, if you login to AS Control does it redirect browser to http://localhost.localdomain/... ?

  • Cant access lync control panel

    i have troubles opening the lync server control panel, when i login using my administrator i get "navigation to the webpage was canceled".
    to get the obvious out of the way:
    - DNS record for admin already added, pointing at lync FE server
    - The user, used for loggin in is member of CSAdministrator
    - I am able to ping between the Lync FE and and AD
    - IIS https setup, ip:all unassigned port 443,is set to use the lync FE certificate
    if any further information is needed please tell me 

    Hi,
    Did you change the simple URL to access Lync server Control Panel? If yes, please make sure you also change for DNS record and certificate. You can run the Enable-CsComputer on each Front End server to register the change.
    Please also make sure W3SVC work normally.
    You can refer to the link below of “Troubleshooting Lync Server 2013 Control Panel”:
    http://technet.microsoft.com/en-us/library/gg195689.aspx
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support
    you mean the one i set in the lync topology manager? called admin.domain.local ? if so, then no it isnt changed

  • Data access disrupters  (DAD's)are not being displayed on control panel

    Hi,
    Data access disrupters are not being displayed on Application server control panel (sid.host.domine > HTTP Server > mod_plsql Services >DAD's ) But users are able to access their applications.
    Not able to see database access details through Application server control panel. Can you please tell me where could be the problem exists..
    Thanks,
    DJ

    I am assuming you mean Discriptors (instead of Disrupters) and I am not sure which release of Application Server you are running. But assuming it is 9i (say 9.0.3 on Windows), if you select the OC4J instance or container the applicatlion was deployed to. You will see a link to Data Sources displayed below Application Defaults.
    The files equivalent will be found in your <ORACLE_APPSHOME>\j2ee\<INSTANCE_NAME>\config\data-sources.xml

  • Lync Control Panel Issue

    On all my front end servers (3) lync control panel will not open also  I cannot access https://lync.example.xyz/cscp on any of the front end servers.  https://localhost/cscp opens fine on the servers though.   But on any other machine on
    that domain I can go to https://lync.example.xyz/cscp and it opens up no problem.  Its just on those front end servers I cannot open the webpage or control panel.  Any idea?
    Rich

    Hi,Rich
    Here are some suggestions:
    1)Please make sure you didn't type wrong FQDN for the pool name on FE server by mistake
    2)Please try to add https://lync.example.xyz/cscp to your Trust sites zone on your FE server.
    3)Please verify that if your IE proxy is set or "Automatically detected settings" is set in the internet options,if so please set exclusions to bypass reverse proxy server for
    https://lync.example.xyz or turn off it.
    4)Please disable IPv6 on FE server and try again to see if it works
    5)Here are some other information related,hope these can give you some tips.
    http://blogs.technet.com/b/ucedsg/archive/2010/11/15/new-f5-load-balancer-deployment-guide-available-for-lync-server-2010.aspx
    http://www.lync-blog.nl/?p=588&lang=en 
    http://jamesosw.wordpress.com/2012/05/08/lync-server-control-panel-navigation-to-the-webpage-was-cancelled/ 
    http://terenceluk.blogspot.com/2011/01/navigation-to-webpage-was-canceled.html  
    B/R
    Sharon
    Sharon Shen
    TechNet Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.

  • Solution to iCloud control panel 4 sign-in server error under windows 8.1x64

    Potential solution for icloud 3.1 and 4.0 installation and iTune store sign-in, all showing errors or sign-in errors due to server error.
    My setup is Iphone 4S upgraded to ios8, ipad Air still on 7.1.2, windows PC on Win8.1x64 and with icloud 3.1 working fine till I tried to
    upgrade/install/re-install 4.0 icloud control panel after upgrade to ios8. See end of message for other alternatives I had tried.
    This worked for me.
    There seem to be some programmes that is conflicting with Apple's, so download this free program autoruns suggested by Apple software on Windows: May see performance issues and blank iTunes Store
    Run the program and choose the the "Winsock Providers", any other programme that shows up here except Bonjour (which is used by Apple) may be conflicting with the sign-in.
    Uninstall those potentially conflicting programs
    Inside autoruns->Winsock Provider, right click on the conflicting programs and choose delete. This would stop the conflicting program to start up
    again. Reboot the computer
    Install icloud control panel, sign in
    If works, reinstall those conflicting programs again and all back to normal, with iCloud control panel working
    If doesn't work, my mojo not strong enough and you need to google for more help.
    Other activities I googled, tried and failed
    a) Adding Apple icloud program and services into the windows firewall
    b) Uninstall version 4.0, re-install 3.1 (about 10 times)
    c) create a new Apple ID to sign in
    d) Sign out of icloud from my devices (iphone and ipad)
    e) switch to Android devices

    You need to edit the MSI installer and change the Launch Condition to allow iCloud Control Panel 3.1 to be installed on Windows Server 2008 R2.
    First, download Orca, an MSI editor. You can get it from the Windows SDK. (Download and only check the box for "Development Tools" under Native components during installation, then go to C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin and install Orca.msi)
    Launch Orca and then find the iCloud(64).msi to edit.
    If using Apple Software Update, browse to C:\Users\<username>\AppData\Local\Apple\Apple Software Update and open iCloud(64).msi in Orca.
    Or download iCloudSetup.exe and use a zip program (7-zip) to extract the MSI from the exe and open it in Orca.
    In Orca, select the LaunchCondition table and look for the condition "(VersionNT >= 601) AND (MsiNTProductType = 1)". Change the number 1 to a number 3 so the condition should read "(VersionNT >= 601) AND (MsiNTProductType = 3)". Save and exit Orca.
    Then double click on the msi and it should install successfully now.

  • When I try to set up Icloud control panel in Windows Vista, I get "your setup couldn't be started because the Icloud server stopped responding. I've tried loads of fixes suggested on the net but none worked. Can anyone help me please?

    When I try to set up Icloud control panel in Windows Vista, I get "your setup couldn't be started because the Icloud server stopped responding. I've tried loads of fixes suggested on the net but none worked. Can anyone help me please?

    Hello, ksb2. 
    Thank you for visiting Apple Support Communities.
    We are investigating this issue. This article will be updated as more information becomes available.
    iCloud: iCloud Control Panel setup cannot be started
    http://support.apple.com/kb/TS5178
    Cheers,
    Jason H.

  • I can not install the Icloud control panel on a new windows 7 pc wtih outlook 2010. I get "you can't sign in because of a server error" .

    I can not install the icloud control panel on a neww windows 7 pc with outlook 2010. When i try I get "you can't inssign in because of a server error"
    I have :
    turned of the windows fire wall and antivirus protection
    stop and started the bonjour service
    done the "netsh winsock reset"
    updated all the drivers
    I can login to icloud.com with no problem and view my calendar.
    Apple chat also provide me with a test id and password to try to install the icloud panel, I got the same error message???
    Anyone have a fix?
    Thanks,

    To solve this problem you can:
    Windows 7
    1) Click on Start
    2) Type cmd and press enter
    you will see a new window
    3) type "netsh winsock reset"
    4) restart the machine
    should work.
    If still does not work you must disable the firewall and antivirus
    Para solucionar este problema debes hacer lo siguiente:
    en Windows 7
    1) click en Inicio
    2) escribe CMD y pulsa enter
    te va a aparecer una nueva ventana
    3) escribe "netsh winsock reset"
    4) reinicia la maquina
    deberia de funcionar.
    Si aun no funciona debes de deshabilitar el firewall y el antivirus

  • Icloud control panel will not open.  " You can't sign in because of a server error".

    iCloud control panel will not open.  I keep getting an error message;  "You can't sign in because of a server error".  How do I sign in?

    Here we are in 2014 and they still havent resolved the issue .. not impressing at all ... **** poor deisgn ... think these geeks wouild have figured it out by now

  • HT203796 Get server error when trying to sign on to icloud control panel in pc

    Get server error when trying to sign on to icloud control panel in pc

    HI,
    Please try the following document.
    http://helpx.adobe.com/creative-cloud/kb/unknown-server-error-launching-cc.html
    Thanks
    Kapil

  • TS4403 what does "you can not sign in because of server error" mean? I cannot sign in to icloud control panel. how do I fix this?

    Why do I keep getting a "you can not sign in because of server error" when I try to turn on my icloud control panel from my Windows 7 PC?
    I'm able to log in from my browser, why not from control panel?

    Hello, Sameh.tolba. 
    Thank you for visiting Apple Support Communities. 
    I would recommend going through the troubleshooting steps in the two articles below when experiencing this issue. 
    Apple software on Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/ts4123
    iCloud: Making sure that iCloud works with security software in Windows
    http://support.apple.com/kb/TS4175
    Cheers,
    Jason H. 

  • Lync Server 2010 control panel - Server Error in '/cscp' Application

    Hi everyone,
    Recently i have installed Lync 2010 with no problem at all. But when i try to open de control panel it sends me this error:
    Server Error in '/cscp' Application.
    Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.TypeLoadException: Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  
    Stack Trace:
    [TypeLoadException: Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.]
       System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type) +0
       System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName) +153
       System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +63
       System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +124
       System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +76
    [ConfigurationErrorsException: Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.]
       System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +12406256
       System.Web.Configuration.Common.ModulesEntry.SecureGetType(String typeName, String propertyName, ConfigurationElement configElement) +69
       System.Web.Configuration.Common.ModulesEntry..ctor(String name, String typeName, String propertyName, ConfigurationElement configElement) +62
       System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList) +299
       System.Web.HttpApplication.GetModuleCollection(IntPtr appContext) +1262
       System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +133
       System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +304
       System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +404
       System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +475
    [HttpException (0x80004005): Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.]
       System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +12599232
       System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159
       System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +12438981
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.33440
    Anyone has any idea what is going on?

    To fix your issue, you can refer below link
    http://social.technet.microsoft.com/Forums/lync/en-US/14948578-dfaa-4d32-b29d-42ecf576afeb/lync-control-panel-errors
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"

  • Lion Server Java Control Panel and Java applications empty?

    I have installed FileMaker Server 12 on a Lion Server (10.7.5). The server is pretty clean, only a few users have been set up for CalDAV and CardDAV use in a small company. While installing the FileMaker software shouted for Java, which I installed from Oracle, version 7 update 10 (used the link).
    But Java is not running fine as it seems. When I open System Preferences - Java to open the Java Control Panel, the panel shows up but is completely empty. And so for any Java program I run, all windows will show up empty.
    Any ideas anyone?

    Try clearing the java cache manually.
    /Users/username/Library/Caches/Java/cache/
    if that doesn't work follow this process.
    Uninstall the JRE7
    Restart
    Install Java for OS X 2012-006
    Restart
    Install JRE7
    Restart
    Lastly, if this is a hackintosh you may be fighting a uphill battle. I saw a known issue posted by oracle with some graphics cards that produced this issue on windows.  

Maybe you are looking for