Cannot connect to calendar or addressbook server HTTPChannel unhandled error

Experiencing the dread OS X server 3.2.1 upgrade death.  I reinitialized the postgres DB and it finally started, but Calendar and Addressbook appear corrupted.  I've given up on trying to recover data, I just want the two services reinitialized.
I tried moving /Library/Server/Calendar and Contacts/ out of the way and restarting.  That seemed to help, but I still can't connect to it, including on the web port directly.
The error I see in /var/log/caldavd/error.log is:  (And no, I don't know Python well enough to trace through the program from this error):
2014-09-19 18:21:14-0700 [-] [caldav-1]  [HTTPChannel,3,192.168.1.250] Unhandled Error
2014-09-19 18:21:14-0700 [-] [caldav-1] Traceback (most recent call last):
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
2014-09-19 18:21:14-0700 [-] [caldav-1]    return func(*args,**kw)
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/fswatch.py", line 69, in _doWriteOrReadOrVNodeEvent
2014-09-19 18:21:14-0700 [-] [caldav-1]    origDoWriteOrRead(selectable, fd, event)
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/kqreactor.py", line 291, in _doWriteOrRead
2014-09-19 18:21:14-0700 [-] [caldav-1]    self._disconnectSelectable(selectable, why, inRead)
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/posixbase.py", line 258, in _disconnectSelectable
2014-09-19 18:21:14-0700 [-] [caldav-1]    selectable.readConnectionLost(f)
2014-09-19 18:21:14-0700 [-] [caldav-1] --- <exception caught here> ---
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/tcp.py", line 262, in readConnectionLost
2014-09-19 18:21:14-0700 [-] [caldav-1]    p.readConnectionLost()
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 919, in readConnectionLost
2014-09-19 18:21:14-0700 [-] [caldav-1]    self.transport.loseConnection()
2014-09-19 18:21:14-0700 [-] [caldav-1] exceptions.AttributeError: 'NoneType' object has no attribute 'loseConnection'
2014-09-19 18:21:14-0700 [-] [caldav-1]
2014-09-19 18:21:14-0700 [-] [caldav-1]  [HTTPChannel,3,192.168.1.250] Unhandled Error
2014-09-19 18:21:14-0700 [-] [caldav-1] Traceback (most recent call last):
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/application/app.py", line 323, in runReactorWithLogging
2014-09-19 18:21:14-0700 [-] [caldav-1]    reactor.run()
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/base.py", line 1169, in run
2014-09-19 18:21:14-0700 [-] [caldav-1]    self.mainLoop()
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/base.py", line 1181, in mainLoop
2014-09-19 18:21:14-0700 [-] [caldav-1]    self.doIteration(t)
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/kqreactor.py", line 256, in doKEvent
2014-09-19 18:21:14-0700 [-] [caldav-1]    log.callWithLogger(selectable, _drdw, selectable, fd, event)
2014-09-19 18:21:14-0700 [-] [caldav-1] --- <exception caught here> ---
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 84, in callWithLogger
2014-09-19 18:21:14-0700 [-] [caldav-1]    return callWithContext({"system": lp}, func, *args, **kw)
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/log.py", line 69, in callWithContext
2014-09-19 18:21:14-0700 [-] [caldav-1]    return context.call({ILogContext: newCtx}, func, *args, **kw)
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 118, in callWithContext
2014-09-19 18:21:14-0700 [-] [caldav-1]    return self.currentContext().callWithContext(ctx, func, *args, **kw)
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/python/context.py", line 81, in callWithContext
2014-09-19 18:21:14-0700 [-] [caldav-1]    return func(*args,**kw)
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/internet/fswatch.py", line 69, in _doWriteOrReadOrVNodeEvent
2014-09-19 18:21:14-0700 [-] [caldav-1]    origDoWriteOrRead(selectable, fd, event)
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/kqreactor.py", line 291, in _doWriteOrRead
2014-09-19 18:21:14-0700 [-] [caldav-1]    self._disconnectSelectable(selectable, why, inRead)
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/posixbase.py", line 258, in _disconnectSelectable
2014-09-19 18:21:14-0700 [-] [caldav-1]    selectable.readConnectionLost(f)
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/tcp.py", line 265, in readConnectionLost
2014-09-19 18:21:14-0700 [-] [caldav-1]    self.connectionLost(failure.Failure())
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/tcp.py", line 287, in connectionLost
2014-09-19 18:21:14-0700 [-] [caldav-1]    protocol.connectionLost(reason)
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 927, in connectionLost
2014-09-19 18:21:14-0700 [-] [caldav-1]    self.factory.removeConnectedChannel(self)
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/metafd.py", line 161, in removeConnectedChannel
2014-09-19 18:21:14-0700 [-] [caldav-1]    HTTPFactory.removeConnectedChannel(self, channel)
2014-09-19 18:21:14-0700 [-] [caldav-1]  File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twex t/web2/channel/http.py", line 1004, in removeConnectedChannel
2014-09-19 18:21:14-0700 [-] [caldav-1]    self.connectedChannels.remove(channel)
2014-09-19 18:21:14-0700 [-] [caldav-1] exceptions.KeyError: <twext.web2.channel.http.HTTPChannel object at 0x107b2cb10>
2014-09-19 18:21:14-0700 [-] [caldav-1]

Hi,
same here. After updating, calendar and contacts didn't work (which is by the way the sole reason why I have this server. Thanks to the attempts to force users into iCloud a few months ago)
I got a "CalDAVAccountRefreshQueueableOperation" error. I tried this
How to fix iCAL-Server Error: CalDAVAccountRefreshQueueableOperation
...but it didn't work, because the calendar was stuck on "Starting..."
So today I also rolled the server-app back with the TimeMachine. Starting server afterwards took forever - it looked like the upgrading-window ("server on this mac is updating") and the progress-bar didn't move for an hour or something. But then it moved, I got a weired error message, that something went wrong ("while updating service data an error occured"), but at least now it's running again.
Hope they fix this soon... For the future, I think I will go back to my old habit when I was a windows user and wait with upgrading running systems.

Similar Messages

  • Fatal error 78: Cannot connect to User Group LDAP Server

    After configuring Calendar server when trying to start:
    give following error:
    # ./start-cal
    Restarting calendar services
    Stopping all calendar services
    Starting all calendar services
    # enpd is started
    csnotifyd is started
    csadmind is started
    Fatal error 78: Cannot connect to User Group LDAP Server
    cshttpd is not started
    Calendar service(s) not started
    cshttpd is not started
    Calendar service(s) not started
    Following logs are from http logs of calendar server
    [13/Sep/2004:22:02:47 +0100] Vigor11 cshttpd[17916]: General Information: Log created (1095109367)
    [13/Sep/2004:22:02:47 +0100] Vigor11 cshttpd[17916]: General Notice: Sun Java System Calendar Server 6 2004Q2 (built Apr 28 2004) cshttpd starting up
    [13/Sep/2004:22:02:47 +0100] Vigor11 cshttpd[17916]: General Notice: cshttpd attempting to open Counters Database
    [13/Sep/2004:22:02:47 +0100] Vigor11 cshttpd[17916]: General Notice: cshttpd successfully opened the Counters Database
    [13/Sep/2004:22:02:48 +0100] Vigor11 cshttpd[17916]: General Notice: HTTP Module is refreshing
    [13/Sep/2004:22:02:48 +0100] Vigor11 cshttpd[17916]: General Notice: cshttpd is refreshing
    [13/Sep/2004:22:02:48 +0100] Vigor11 cshttpd[17916]: General Notice: cshttpd is refreshed
    [13/Sep/2004:22:02:48 +0100] Vigor11 cshttpd[17916]: General Notice: HTTP Module has refreshed
    [13/Sep/2004:22:02:48 +0100] Vigor11 cshttpd[17916]: General Notice: cshttpd: argc=3 argv[0]=/opt/SUNWics5/cal/lib/cshttpd
    [13/Sep/2004:22:02:48 +0100] Vigor11 cshttpd[17916]: General Notice: session_init: attempting to open session database for cshttpd
    [13/Sep/2004:22:02:49 +0100] Vigor11 cshttpd[17916]: General Notice: session_init: session database open completed for cshttpd
    [13/Sep/2004:22:02:49 +0100] Vigor11 cshttpd[17916]: Store Critical: Error checking session database: DB->set_alloc: method not permitted in shared environment
    [13/Sep/2004:22:02:49 +0100] Vigor11 cshttpd[17916]: General Notice: LdapCacheInit: Ldap Cache not enabled.
    [13/Sep/2004:22:02:49 +0100] Vigor11 cshttpd[17916]: General Notice: cshttpd_parse_commandline: successfully bind process 17916 to processor 0
    [13/Sep/2004:22:02:49 +0100] Vigor11 cshttpd[17916]: General Critical: Fatal error 78: Cannot connect to User Group LDAP Server
    Have any body seen this before.
    Regards

    The server was running fine for few months until i restarted the calendar server. i started to see the same error and the problem was the machine name got changed at some point.
    I added the old hostname to the /etc/hosts file and restarted the calender server and it started to work fine.

  • I cannot update my ipad2 to ios5.  Updating through iTunes on pc Windows Vista, Error message reads "cannot connect to iPad Software Update Server.  Tried resetting network settings, still not connecting.  Tried updating iTunes, still not connecting.

    I cannot update my ipad2 to ios5.  Updating through iTunes on pc Windows Vista, Error message reads "cannot connect to iPad Software Update Server.  Tried resetting network settings, still not connecting.  Tried updating iTunes, still not connecting.

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
     Cheers, Tom

  • TS3276 I cannot connect to my outgoing email server on my macBook pro, yet I can, for the same email account on my iPad. Also I can send emails from the other email account I have on my MacBook...really confused can anyone help?

    I cannot connect to my outgoing email server on my macBook pro, yet I can, for the same email account on my iPad. Also I can send emails from the other email account I have on my MacBook...really confused can anyone help?

    Sometimes deleting the account and then re-creating it can solve this issue
    Write down all the information in accounts before doing this
    Highlight the account on the left and click the minus button
    Then click the plus button to add the new account and follow the prompts

  • My phone wont back up or sync to itunes 10.6. i have a windows 7 32 bit laptop. i have tried updating the ios and receive the message saying it cannot connect to the iphone update server please check network connection. any help

    have a iphone 4. i have downloaded the latest version of itunes to update the ios. I am having problems with the back up and sync and also the update. the update error message is coming up saying it cannot connect to the iphone update server. I am useing a windows 7 32 bit laptop. I have also reset my phone to factory settings. Would taking it to one of the stores and they would do it for me??
    any help will be great thank you

    All I can tell you is that I am having the exact same problem with an iPod Touch and that I was running iTunes 9.2.1.5 at the time it happened. Upgraded to 10.0.0.68 hoping that it might help, but no joy.
    I don't want to do a restore just now since the Touch seems to be working fine. Restore will have to wait until I have plenty of free time in case something goes wrong.

  • Please Help!!! 'iTunes cannot connect to iphone update software server'

    I cannot 'Restore' iPhone 3G to pass on to my fiance, after she kindly allowed me to get a new iPhone4 because iTunes 'cannot connect to iphone update software server'. I have tried both our laptop and desktop - both connecting to the internet fine - but neither will connect to the iTunes store nor update servers!!
    Not sure what to try next, have tried setting up new user to no avail.
    I have followed the support guidance and I am not connected through proxy.
    Diagnostics reported as follows:
    Microsoft Windows XP Home Edition Service Pack 3 (Build 2600)
    Dell Inc. Dell DV051
    iTunes 9.2.1.5
    QuickTime 7.6.6
    FairPlay 1.8.20
    Apple Application Support 1.3
    iPod Updater Library 9.2d4
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 3.1.0.62
    Apple Mobile Device Driver 1.49.0.0
    Bonjour 2.0.2.0 (214.3)
    iTunes Serial Number 098625257EFAC14A
    Current user is an administrator.
    The current local date and time is 2010-07-25 12:16:28.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Video Display Information
    Intel(R) 82915G/GV/910GL Express Chipset Family
    ** External Plug-ins Information **
    No external plug-ins installed.
    ** Network Connectivity Tests **
    Network Adapter Information
    Adapter Name: {F45A9B15-8BE6-4964-8534-71947B51A91B}
    Description: Intel(R) PRO/100 VE Network Connection - Packet Scheduler Miniport
    IP Address: 192.168.1.77
    Subnet Mask: 255.255.255.0
    Default Gateway: 192.168.1.1
    DHCP Enabled: No
    DHCP Server: 255.255.255.255
    Lease Obtained: Thu Jan 01 00:00:00 1970
    Lease Expires: Thu Jan 01 00:00:00 1970
    DNS Servers: 192.168.1.1
    192.168.1.1
    Active Connection: LAN Connection
    Connected: Yes
    Online: Yes
    Using Modem: No
    Using LAN: Yes
    Using Proxy: No
    SSL 3.0 Support: Enabled
    TLS 1.0 Support: Enabled
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to iTunes Store was successful.
    Secure connection attempt to iTunes Store was successful.
    Secure connection attempt to iPhone activation server was successful.
    Last successful store access was 2010-07-25 10:25:45.
    ** Device Connectivity Tests **
    iPodService 9.2.1.5 is currently running.

    Right, I'm going to try something, if this works, then this'll probably fix a lot of iTunes problems.
    1: Make sure your whole iTunes database is backed up.
    2: Uninstall iTunes, then run "Revo Uninstaller", this will remove ALL traces of iTunes from you computer, not your library.
    I've found out that when un-installing or re-installing over a previous version of iTunes will carry over some problems from previous versions, or even create problems. Registry leftovers can be a problem also. Completely removing iTunes using "Revo Uninstaller" then re-installing will have the same effect as installing iTunes from a fresh OS install. Typically iTunes should be problem free when installed totally fresh.
    3: Re-install the correct version of iTunes fresh and try again.

  • Cannot connect to the specified SQL Server instance

    I am trying to install Microsoft System Center 2012 R2 Virtual Machine Management.
    I am getting the following error:
    Setup cannot connect to the specified SQL Server instance.
    Ensure that the server name, isntance name, and, if speceified, port number are correct. If you are installing VMM remotely, ensure that remote connections are set up correctly, and then try Setup again.
    I have installed the 
    Microsoft® SQL Server® 2008 R2 Command Line Utilities
    but have not set up any SQL Server instances. 
    how should i proceed?
    Edit:
    The followign fields are configured:
    Server Name: The name of the machine i am using
    Port: <empty>
    Use the following credentials <NOT ticked>
    Instance name <empty> (the drop down is empty)
    New Database <Ticked> :  VirtualManagerDB

    Is SQL server is properly installed on the system?
    Are you able to connect with SQL server instance?
    As per the given details looks, only client utilities installed and trying to create the database which needs SQL server.
    Make sure you are able to connect with the "ServerName\InstanceName,PortNumber" and hope installing the system as per below article:
    http://technet.microsoft.com/en-us/library/gg610656.aspx
    Hope it help!
    Please click the Mark as answer button and vote as helpful if this reply solves your problem

  • Setup cannot connect to the specified SQL Server instance

    On a clean install domain member (Windows 2012), I am trying to setup System center 2012 VMM:
    1. I installed the prerequisites as instructed during the pre-setup phase of the installation then rebooted the server (SQL Server 2012 was installed and services seem to be all started properly and SQL Configuration Manager starts as well).
    2. After reboot, logged again with domain admin account and Windows update installed right away SP1 for SQL server 2012. Then I rebooted again.
    3. Restarted the installation process and left default values. At the "Database configuration" step, I am leaving everything by default as well and I am getting error: "Setup cannot connect to the specified SQL Server instance. Ensure that
    the server name..."
    4. Tried different credentials, tried using port 1433 with no effect.
    Am I missing something????
    Thanks.
    Benjilafouine

    Definitely be sure to connect with the "ServerName\InstanceName,PortNumber". If you don't reference a port number it will try 1433 and then will connect via a dynamic port number. It is best in my opinion to always specify a specific port for each instance
    to listen on in the SQL Server Configuration Manager so that you can open the fewest number of ports in the Windows firewall.

  • DUPLICATE DB : ORA-17629: Cannot connect to the remote database server

    [oracle@ora11g1 ~]$ export ORACLE_SID=sales
    [oracle@ora11g1 ~]$ rman target sys/sales@sales
    Recovery Manager: Release 11.2.0.1.0 - Production on Wed Jun 5 13:00:15 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database: SALES (DBID=690066655)
    RMAN> connect auxiliary sys/salestby2@salestby2
    connected to auxiliary database: SALES (not mounted)
    RMAN> DUPLICATE TARGET DATABASE FOR STANDBY FROM ACTIVE DATABASE SPFILE
    2> SET DB_NAME= 'sales'
    3> SET DB_UNIQUE_NAME= 'salestby2'
    4> SET control_files='/u02/oradata/salestby2/control01.ctl','/u02/oradata/salestby2/control02.ctl'
    5> SET DB_FILE_NAME_CONVERT='/u02/oradata/sales/','/u02/oradata/salestby2/'
    6> SET LOG_FILE_NAME_CONVERT='/u02/oradata/sales/','/u02/oradata/salestby2/';
    Starting Duplicate Db at 05-JUN-13
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=20 device type=DISK
    contents of Memory Script:
    backup as copy reuse
    targetfile '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/orapwsales' auxiliary format
    '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/orapwsalestby2' targetfile
    '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/spfilesales.ora' auxiliary format
    '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/spfilesalestby2.ora' ;
    sql clone "alter system set spfile= ''/u01/app/oracle/product/11.2.0/dbhome_1/dbs/spfilesalestby2.ora''";
    executing Memory Script
    Starting backup at 05-JUN-13
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=58 device type=DISK
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/05/2013 13:05:26
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-01017: invalid username/password; logon denied
    ORA-17629: Cannot connect to the remote database server
    continuing other job steps, job failed will not be re-run
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 06/05/2013 13:05:27
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/05/2013 13:05:27
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-01017: invalid username/password; logon denied
    ORA-17629: Cannot connect to the remote database server

    Welcome to the oracle forums!
    Please take some time to go through [url https://forums.oracle.com/forums/ann.jspa?annID=1535]FAQ PAGE
    Always post 4 digit oracle version and OS details.
    Post any query out put between \  \ tags
    Mark your questions as answered if you get the answer
    Password of SYS user on primary and standby must be same.Copy the password file from primary to standby server
    scp $ORACLE_HOME/dbs/orapwv112 <oracle_user@auxiliary_host>:/u01/app/oracle/product/11.2/dbs/orapwdupv112

  • Can't start server -- Fatal error: Cannot connect to user group ldap server

    After installing iCS 2.1, iCS 2.1p1, and iCS 2.1p3, a user will receive the
    following error message when trying to start the server:
    <P>
    Fatal error: Cannot connect to user group ldap server.
    <P>
    In addition, the Directory Server access logs will contain the following
    entry:
    <P>
    -0400] conn=125 op=1 SRCH base="dc=ldgw-llc,dc=com" scope=2
    filter="(objectclass=People)"
    In the server.conf file,
    check the local.enduseradmindn
    parameter. The parameter
    should appear as follows:
    <P>
    uid=admin,ou=Administrators,ou=TopologyManagement,o=NetscapeRoot
    <P>
    If the parameter contains
    "calmaster" or any user
    other than "admin,"
    change it to match the line above.

    Hi,
    I am getting the same error, kindly let me know how did you solved this problem
    Thanks
    Ahmad

  • Cannot connect to the phone system. An unidentified error has occurred, Please try again.

    Issue:  Lync 2013 users with remote call control enabled cannot connect to the phone system.  When the user logs into Lync, they see an exclamation in the bottom right corner
    with this error.
    Error:  Cannot connect to the phone system.  An unidentified error has occurred, Please try again.  If the problem continues, please contact your support team.
    Environment: 
    1 site:  Site1
    2 Pools:
    1. Lync 2010
    Trusted application is added here for the site.
    2. Lync 2013
    Avaya phone system:  AES r6-1-2-32-0
    I have not moved the trusted application to the Lync 2013 pool yet, but my understanding is that it should still work since it’s in the site.  Is my understanding on this correct?  (All of my other trusted applications do work for Lync 2013
    users & none of them have been moved yet. Remote Call Control is the only one that does not work.)
    This is from the uccapi log.  This is just from the user logging in, not actually making a call.  Below are the items that I think are important, however, I don’t know how to interpret it to determine if the problem is on the Lync side or
    the Avaya side.  Here’s a summary:
    SIP/2.0 100 Trying
    Authentication-Info: TLS-DSK qop="auth", opaque="5FD217E1", srand="E05700E2", snum="9", rspauth="f308eae87c0bbe64a1ab213574776cbdf9823ab6", targetname="lync03.domain.com",
    realm="SIP Communications Service", version=4
    From: <sip:[email protected]>;tag=bbb282ebbd;epid=a86d5b0a29
    To: <sip:[email protected]>
    Call-ID: 9eb0d23a3b8f4e0eafc6c6da622fbecf
    CSeq: 1 INVITE
    Via: SIP/2.0/TLS 10.155.48.96:61472;ms-received-port=61472;ms-received-cid=1FA400
    Server: http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent
    Content-Length: 0
    SIP/2.0 200 OK
    Authentication-Info: TLS-DSK qop="auth", opaque="5FD217E1", srand="15C0F9A2", snum="13", rspauth="4fd891e39a33e902fb1cec5d980e5bf0ccb172a0", targetname="lync03.domain.com",
    realm="SIP Communications Service", version=4
    From: <sip:[email protected]
    >;tag=bbb282ebbd;epid=a86d5b0a29
    To: <sip:[email protected]
    >;tag=A7A45C856ECD79121A1827265ABBD7F6
    Call-ID: 9eb0d23a3b8f4e0eafc6c6da622fbecf
    CSeq: 1 CANCEL
    Via: SIP/2.0/TLS 10.155.48.96:61472;ms-received-port=61472;ms-received-cid=1FA400
    Server: http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent
    Content-Length: 0
    SIP/2.0 487 Request terminated
    Authentication-Info: TLS-DSK qop="auth", opaque="5FD217E1", srand="F46EC133", snum="14", rspauth="1d92718caa4f61d967faa46a5c256aafa8b4e740", targetname="lync03.domain.com",
    realm="SIP Communications Service", version=4
    From: <sip:[email protected]
    >;tag=bbb282ebbd;epid=a86d5b0a29
    To: <sip:[email protected]
    >;tag=A7A45C856ECD79121A1827265ABBD7F6
    Call-ID: 9eb0d23a3b8f4e0eafc6c6da622fbecf
    CSeq: 1 INVITE
    Via: SIP/2.0/TLS 10.155.48.96:61472;ms-received-port=61472;ms-received-cid=1FA400
    ms-diagnostics: 5002;reason="Request was cancelled";AppUri="http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent";source="lync03.
    domain.com"
    Server: http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent
    Content-Length: 0

    Hi Suelizy,
    To better understand the issue, I would like to collect the following information for troubleshooting:
    1. Do you mean the Lync 2010 user can connect to the Phone System?
    2. What’s next hop pool of the application?  
    In a mixed environment, you must set the next hop pool to be the Lync Server 2013 pool.
    Best regards,
    Eric

  • I Tunes cannot connect to i Tunes store. An unknow error have occurred 0x80090318

    Hi I am having this problem for weeks:
    iTunes cannot connect to i Tunes store. An unknow error have occurred 0x80090318
    Microsoft Windows 7 x64 Home Premium Edition Service Pack 1 (Build 7601)
    iTunes 11.4.0.18
    QuickTime 7.7.5
    FairPlay 2.6.16
    Apple Application Support 3.0.6
    iPod Updater Library 11.1f5
    Apple Mobile Device 8.0.0.23
    Apple Mobile Device Driver 1.65.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    The current local date and time is 2014-10-13 22:33:41.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is supported.        
    No external plug-ins installed.
    iPodService 11.4.0.18 (x64) is currently running.
    iTunesHelper 11.4.0.18 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    DHCP Enabled: Yes
    Lease Obtained: Mon Oct 13 22:25:56 2014
    Lease Expires: Tue Oct 14 02:25:56 2014
    Active Connection: LAN Connection
    Connected: Yes
    Online: Yes
    Using Modem: No
    Using LAN: Yes
    Using Proxy: No
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was unsuccessful.
    The network connection timed out.
    Basic connection to the store failed.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    The network connection timed out.
    Last successful iTunes Store access was 2014-07-01 22:20:33.

    Have you tried the troubleshooting for that error code on this page : Apple software on Windows: May see performance issues and blank iTunes Store ?
    This also appears to have worked for a number of people : error iTunes Store : 0x80090318 (the solution).

  • I cannot connect to the iTunes Store.  I receive Error Code -1202.  This problem began yesterday.  I have been successfully connecting to the store for months on this PC.  I am running Windows 7 and the Windows Security Center.  Thanks for any help

    TS1368 I cannot connect to the iTunes Store.  I receive Error Code -1202.  This problem began yesterday.  I have been successfully connecting to the store for months on this PC.  I am running Windows 7 and the Windows Security Center.  Thanks for any help.

    Hello alankilner,
    And welcome to Apple Discussions!
    Using Proxy: Yes
    Try temporarily disabling this setting by following the steps outlined in this Apple support document.
    http://support.apple.com/kb/TS1490
    B-rock

  • How do I fix error cannot connect to Itunes store, How do I fix error cannot connect to Itunes store

    How do I fix error cannot connect to Itunes store, How do I fix error cannot

    Refer to this article:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368

  • My time capsule cannot connect to my system and I get an error msg -6753. I also get a clicking noise when I start up. I've tried every thing from re setting, un plugging and re setting but nothing works. Anybody have the same problem ?

    my time capsule cannot connect to my system and I get an error msg -6753. I also get a clicking noise when I start up. I've tried every thing from re setting, un plugging and re setting but nothing works. Anybody have the same problem ?

    A "clicking noise" is often a sign that a hard drive is malfunctioning. Suggest that you power down the device and take it to an Apple store to have them take a look, or contact Customer Service at Apple for instructions.

Maybe you are looking for

  • Can I use Organizer to change the .jpg size of all photos in a folder in one batch process?

    We're using wa-a-ay too much disk space for a growing photo collection.   My daughter is a camera freak with four kids -- need I say more?  In my current test folder the sizes of the original photos range from 2.3 MB to 4.2 MB.  I picked one photo at

  • Navigate through Portal

    Hi, I can navigate from web dynpro view to a portal iView but when I click on the history entry I created in the portal I get a PortalComponentException. I am on Portal 6.0 SP 16. Here is the Exception I get: com.sapportals.portal.prt.component.Porta

  • MacBook Pro OS 10.9.4-Slow

    Firefox 31 also slow, or hangs up EtreCheck version: 1.9.12 (48) Report generated August 4, 2014 at 6:27:48 PM EDT Hardware Information:     MacBook Pro (13-inch, Mid 2012) (Verified)     MacBook Pro - model: MacBookPro9,2     1 2.5 GHz Intel Core i5

  • Cannot run any java Programs

    I cannot get any java applications to run whenever I try I get Exception in thread "main" java.lang.NoClassDefFoundError: jedit40install/jar for any application that I try to run. I was able to compile a application but not run it. I tried launching

  • Setting variables during component initialization

    I am loading a component which makes a HTTPService call to get data that will then be used to set certain variables in the component.  I make the HTTPService call in an init() function (for the initialization event) and then set the variables accordi