Who got caldav and carddav push running successful on lion server?

Hello everybody,
I am running OS X Server since 10.5 server which I upgraded to 10.6 server in the past without problems, upgrading 10.6 to 10.7 was is a mess and none of my serveral upgrades attempts were leading into a "stable" lion server so I ended up with manual upgrading my data into a clean install of lion server.
After data migration most of my services are working as usual (some profilemanager quirks but that don't bother me for now).
Only when it comes to push for calendar and addressbook services I am getting frustrated!
Push mail is running fine for my iDevices (Push is listed on my iPhone and iPad and Mac) but for caldav and carddav my caldavd error.logs are throwing error messages like this if I access iCal or addressbook via Mac or iDevice (no Push available on iPhone or iPad neither on my Mac).
Those for caldav
2011-09-23 11:29:18+0200 [-] [caldav-0]  [-] [twistedcaldav.notify.Notifier#warn] Could not create node /CalDAV/myserver.fqdn/FEF253F7-9A6C-4242-A990-88960832BF5F/
2011-09-23 11:29:18+0200 [-] [notifications] 2011-09-23 11:29:18+0200 [XmlStream,client] [twistedcaldav.notify.XMPPNotifier#error] PubSub node configuration error: <error code='403' type='auth'><forbidden xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error>
2011-09-23 11:29:18+0200 [-] [notifications] 2011-09-23 11:29:18+0200 [XmlStream,client] [twistedcaldav.notify.XMPPNotifier#error] PubSub node configuration error: <error code='403' type='auth'><forbidden xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error>
and those for carddav
2011-09-23 11:24:35+0200 [-] [caldav-1]  [-] [twistedcaldav.notify.Notifier#warn] Could not create node /CardDAV/myserver.fqdn/FEF253F7-9A6C-4242-A990-88960832BF5F/
2011-09-23 11:24:35+0200 [-] [notifications] 2011-09-23 11:24:35+0200 [XmlStream,client] [twistedcaldav.notify.XMPPNotifier#error] PubSub node configuration error: <error code='403' type='auth'><forbidden xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error>
2011-09-23 11:24:35+0200 [-] [notifications] 2011-09-23 11:24:35+0200 [XmlStream,client] [twistedcaldav.notify.XMPPNotifier#error] PubSub node configuration error: <error code='403' type='auth'><forbidden xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error>
I tried several thing (changing serveradmin settings, plist and other configuration files, checking passwords, renew apple push certificates etc.) but that changed nothing, so if one got those push services running correctly I would appreciate if one could share his configuration so I can compare it with mine.
I think those files and output are interesting for the configuration, if some other files are important please note them.
If one feel afraid to post his configuration for security reasons etc. please ask for my email address
Output of terminal command:
sudo serveradmin settings calendar
sudo serveradmin settings addressbook
sudo serveradmin settings notification
sudo serveradmin jabber
plist and other configuration files of interest
/etc/caldavd/caldavd.plist
/etc/jabberd/*
/etc/jabberd_notification/*
Best regards,
Eldrik

This error...  <error code='403' type='auth'><forbidden xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error> ...looks like the XMPP notification server is not allowing the calendar server's XMPP account (or "JID") to create/configure pubsub nodes.  The XMPP notification server keeps a list of privileged JIDs in /Library/Preferences/com.apple.NotificationServer.plist.
First, check to see that calendar server is configured to use the "com.apple.notificationuser@<your hostname>" account by running this command in terminal:
sudo serveradmin settings calendar:Notifications:Services:XMPPNotifier:JID
You should see something like:
calendar:Notifications:Services:XMPPNotifier:JID = "[email protected]"
Next, see who is in the notification server's "privileged users" list via:
serveradmin settings notification:privilegedUsers
You should see something like:
notification:privilegedUsers:_array_index:0 = "_notification_user"
notification:privilegedUsers:_array_index:1 = "com.apple.notificationuser"
If you don't see "com.apple.notificationuser", you'll need to edit /Library/Preferences/com.apple.NotificationServer.plist and add it to the "privilegedUsers" array like:
  <key>privilegedUsers</key>
          <array>
     <string>_notification_user</string>
     <string>com.apple.notificationuser</string>
          </array>
Then I would recommend rebooting the server so that you are sure the notification server is restarted and re-reads the plist.

Similar Messages

  • How do I setup CalDav and CardDav servers on my Mac to enable local 'cloud' syncing in Mavericks

    I've decided to start off a new thread having initially posted on How to locally sync an iPhone with OS X Mavericks? iCloud is NOT an option.
    It is clear to me that it is possible to establish syncing locally without going outside one's own home, and without internet access. I am bugged by the fact that the previous service has gone without any user focussed warning, but I am keen to find a way of solving the problem. If you are just frustrated, I'd be grateful if you can keep your annoyance off this thread.
    My guess is that a CalDav and CardDav server hosted on my own Mac can be set upt to sync with my iPhone (3GS) either on a Computer-to-Computer (ad hoc) network or via my own home LAN. The trouble is I am not network/Apache savvy enough to use it.
    I am reluctant to fork out an additional amount for the Mavericks server as I don't have any other foreseeable need for it, but Mavericks comes with Apache pre-loaded and there is a very light, simple and free open source CalDav and CardDav server in Baïkal. The trouble is I am not apache/network savvy enough to make use of it, and basically I am stumbling along in the near dark with terminal.
    There are some good resources for setting up Apache and for setting up Virtual Hosts which would host my personal 'cloud', and Baïkal also comes with setup guides as well. The trouble is, I don't quite have enough knowledge to marry the two together. Is there anyone contributing to or watching this thread who has the know-how to do a proper step by step guide for running Baïkal on Apache as installed in the Mavericks OS, and setting up a local 'cloud'.
    AFAICT the problem with the resources I have found is that the Apache stuff I've found doesn't particularly focus on running Baïkal, and the Baïkal documentation is not specific to Apache on Mavericks. Is there anyone out there who can give me some help with this?
    Can anyone help - please?

    I've now downloaded ownCloud 4.5.13 and followed the installation instructions in the Administrators Manual. I am slightly concerned to read under MacOS: "This section of the manual needs to be revised."
    However, I have followed the instructions there, and step 5 has taken me to the web setup page where I have created an account with user name and password.
    Then I went to Calendar, and from the Calendar menu chose Add Account… In the dialog that followed I chose Add CalDAV Account. I chose Account Type Manual and put in the username and password I used when setting up the ownCloud account. For the URL I followed the manual and put: http://ADDRESS/remote.php/caldav/principals/username/ substituing 'localhost:8888/ownCloud' for the address, and my ownCloud username for the username. (If I just used 'localhost:8888' for the address it produced the message: "The URL http://localhost:8888/remote.php/caldav/principals/[myusername]/ encountered HTTP error 404. Make sure the URL is correct.".)
    So far I am semi-sucessful. It has created a Http://Localhost:8888/Owncloud account on Calendar in which I have been able to creat a test calendar and an event. I have also deleted the event, but Calendar will not let me delete the calendar. Once I inserted a second calendar the Delete command became available, but failed with this notice: "http://localhost:8888/ownCloud/remote.php/caldav/principals/[myusername]/ is not a location that supports this request." A retry deleted the name of the calendar, but left it otherwise intact. The account now has a grey triangle next to it which when clicked produces the following: "The request (CalDAVCalendarSplitDualTypeCalendarQueueableOperation) for account “Http://Localhost:8888/Owncloud/Remote” failed."
    I think this may be resolved by an ownCloud setting. I will see if I can track this down. Has anyone here got any thoughts?
    [I'm sorry I seem to be unable to prevent the editor from creating clickable links from the URLs I am posting]
    Message was edited by: James Richards

  • I have an Apple MacBook on which Lion 10.7, plus all updates, are successfully installed.  Can you tell me if TechTool Deluxe, normally supplied with Apple here has been now tested and found to run successfully?  I have run the program to check a problem

    I have an Apple MacBook on which Lion 10.7, plus all updates, are successfully installed.
    Can you tell me if TechTool Deluxe, normally supplied with Apple here has been now tested and found to run successfully?
    I have run the program to check a problem that I'm having. The particularly with video, and also volume structure. TEchTool Delux reports a failure for both of these components.
    I am wondering if this is realistic or not, given the start-up screen for TechTool Delux mentions on start-up that it has yet to be tested fully with Lion?
    With thanks, Ron.

    Yes, I understand, however, he Macbook is out of its Applecare, but the TechTool it still on the machine. Does that entitle me to an upgrade in TechTool?
    I suspect not, hoever, seeing I am running Lion, I am not sure at all? If you can answer this question it will help as then Imight be able to solve the problem I'm having.
    Best regards, Ron

  • TS3212 I get the file download window and I push "run", but after it starts to install, I get a window that says that they was a problem with the installation and I need to check with the manufacturer of my software. WHat does that mean?

    I get to the file download window to install itunes and push run, but after it starts to install, it stops and I get an error message that installation can no continue and everything is uninstalled. It tells me to check with my software company to resolve. What does that mean?

    Repair your Apple software update.
    Go to START/ALL PROGRAMS/Apple Software Update. If it offers you a newer version of Apple Software Update, do it but Deselect any other software offered at the same time. Once done, try another iTunes install
    If you don't find ASU, go to Control Panel:
    START > CONTROL PANEL > Add n Remove Programs / highlight ASU and click CHANGE then REPAIR,

  • I have an IMac purchased in 5/2009 and am currently running OS X Lion 10.7.5.  Can I /Should I upgrade to OS X Mountain Lion?

    I have an IMac purchased in 5/2009 and am currently running OS x Lion10.7.5.  Can I  / should I upgrade to OS X Mountian Lion ?

    As some function of iCloud are only available in Mountain Lion, why not?
    You can purchase Mountain Lion from the App Store - if you can run that:
    http://www.apple.com/osx/specs/

  • Apple iMac (colorfull old ones) w. OS X 10.4.11 and OS X 10.7.2 Lion Server

    Dear all,
    our Apple Network consists of one Apple Lion 10.7.2 Server based on an Xserve Xeon Server, some very New iMacs running Lion, some eMacs running MacOS 10.5.8 and 10.4.11 and some old iMacs running 10.4.11. We're using OpenDirectory, Filesharing, AFP, DHCP, DNS as Network Services.
    Now since we've upgraded from Leopard Server to Lion server we've got the Problem that our old iMacs running 10.4.11 somehow aren't abled to authenticated against OpenDirectory any more... So if a user tries to Login at the Login screen against the server and he can't login (at the old iMac running 10.4.11). At the eMac side also 10.4.11 everything works fine. Regarding the system.log of the old iMac it says at some point "Input / Output Error".
    Even a fresh 10.4.11 Installation on the old iMac didn't solve the problem.
    Any suggestions what to do and how to fix that problem ?
    Thanks,
    Markus

    First, see if your Mac is compatible with Mountain Lion > http://www.apple.com/osx/specs
    If it's compatible, first you have to upgrade to Snow Leopard, so buy Snow Leopard > http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard That's because OS X Mountain Lion requires Mac OS X Snow Leopard or Lion.
    Then, make a backup of your files, insert the Snow Leopard DVD and upgrade to Snow Leopard. After upgrading, go to  > Software Update to update to Mac OS X 10.6.8.
    This update will install the App Store on your Mac, so open it and purchase OS X Mountain Lion. While Mountain Lion is downloading, check if your applications are supported > http://www.roaringapps.com
    When the download finishes, the Mountain Lion installer will show up, so follow the steps to upgrade OS X

  • Push Notification Problem with Lion Server

    Hello,
    i just upgraded my SL Server to Lion without any problems...... so far
    After enabling Push Notification i get this message every 10 seconds in the console:
    Jul 22 14:12:13 server jabberd_notification/router[185]: [127.0.0.1, port=52968] connect
    Jul 22 14:12:13 server com.apple.APNBridge[3287]: Unable to find identity com.apple.APNBridge.https
    Jul 22 14:12:13 server com.apple.APNBridge[3287]: Unable to configure SSL.  Not starting HTTP Server
    Jul 22 14:12:13 server jabberd_notification/router[185]: [127.0.0.1, port=52968] disconnect
    Jul 22 14:12:13 server com.apple.launchd[1] (com.apple.APNBridge[3287]): Exited with code: 1
    Jul 22 14:12:13 server com.apple.launchd[1] (com.apple.APNBridge): Throttling respawn: Will start in 10 seconds
    And of course... Push Notification does not work.
    Does anybody know how to get rid of this message and get Push Notification working?
    Thank you very much!

    Here is the full log after re-entering my credentials for push notifications:
    I noticed a couple of the lines that says Oct 13 09:54:04 ericpelletier jabberd_notification/c2s[1831]: [eric-pelletiers-imac.local] configured; realm=eric-pelletiers-imac.local, registration disabled
    this is my old hostname, I changed it recently, everything else is working except the push notifications, when could I change that host name for push notifications??
    t 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'session' added to chain 'in-router' (order 0 index 14 seq 0)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'validate' added to chain 'in-router' (order 1 index 1 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'presence' added to chain 'in-router' (order 2 index 12 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'privacy' added to chain 'in-router' (order 3 index 2 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'privacy' added to chain 'out-router' (order 0 index 2 seq 2)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'iq-last' added to chain 'pkt-sm' (order 0 index 0 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'iq-ping' added to chain 'pkt-sm' (order 1 index 6 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'iq-time' added to chain 'pkt-sm' (order 2 index 15 seq 0)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'iq-version' added to chain 'pkt-sm' (order 3 index 16 seq 0)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'amp' added to chain 'pkt-sm' (order 4 index 9 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'disco' added to chain 'pkt-sm' (order 5 index 8 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'announce' added to chain 'pkt-sm' (order 6 index 11 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'help' added to chain 'pkt-sm' (order 7 index 17 seq 0)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'echo' added to chain 'pkt-sm' (order 8 index 18 seq 0)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'presence' added to chain 'pkt-sm' (order 9 index 12 seq 2)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'roster' added to chain 'pkt-user' (order 0 index 3 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'presence' added to chain 'pkt-user' (order 1 index 12 seq 3)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'iq-vcard' added to chain 'pkt-user' (order 2 index 5 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'amp' added to chain 'pkt-user' (order 3 index 9 seq 2)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'deliver' added to chain 'pkt-user' (order 4 index 13 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'vacation' added to chain 'pkt-user' (order 5 index 4 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'offline' added to chain 'pkt-user' (order 6 index 10 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'iq-last' added to chain 'pkt-user' (order 7 index 0 seq 2)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'session' added to chain 'pkt-router' (order 0 index 14 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'disco' added to chain 'pkt-router' (order 1 index 8 seq 2)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'active' added to chain 'user-load' (order 0 index 19 seq 0)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'roster' added to chain 'user-load' (order 1 index 3 seq 2)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'roster-publish' added to chain 'user-load' (order 2 index 20 seq 0)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'privacy' added to chain 'user-load' (order 3 index 2 seq 3)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'vacation' added to chain 'user-load' (order 4 index 4 seq 2)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'active' added to chain 'user-create' (order 0 index 19 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'template-roster' added to chain 'user-create' (order 1 index 21 seq 0)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'active' added to chain 'user-delete' (order 0 index 19 seq 2)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'announce' added to chain 'user-delete' (order 1 index 11 seq 2)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'offline' added to chain 'user-delete' (order 2 index 10 seq 2)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'privacy' added to chain 'user-delete' (order 3 index 2 seq 4)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'roster' added to chain 'user-delete' (order 4 index 3 seq 3)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'vacation' added to chain 'user-delete' (order 5 index 4 seq 3)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'iq-last' added to chain 'user-delete' (order 6 index 0 seq 3)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'iq-private' added to chain 'user-delete' (order 7 index 7 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'iq-vcard' added to chain 'user-delete' (order 8 index 5 seq 2)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'iq-version' added to chain 'disco-extend' (order 0 index 16 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: module 'help' added to chain 'disco-extend' (order 1 index 17 seq 1)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: version: jabberd sm 2.2.14-373.2
    Oct 13 09:54:04 ericpelletier jabberd_notification/c2s[1831]: [eric-pelletiers-imac.local] configured; realm=eric-pelletiers-imac.local, registration disabled
    Oct 13 09:54:04 ericpelletier jabberd_notification/c2s[1831]: attempting connection to router at 127.0.0.1, port=5348
    Oct 13 09:54:04 ericpelletier jabberd_notification/c2s[1831]: [5] [router] write error: Broken pipe (32)
    Oct 13 09:54:04 ericpelletier jabberd_notification/c2s[1831]: connection to router closed
    Oct 13 09:54:04 ericpelletier jabberd_notification/c2s[1831]: attempting reconnect (3 left)
    Oct 13 09:54:04 ericpelletier jabberd_notification/s2s[1832]: attempting connection to router at 127.0.0.1, port=5348
    Oct 13 09:54:04 ericpelletier jabberd_notification/s2s[1832]: [6] [router] write error: Broken pipe (32)
    Oct 13 09:54:04 ericpelletier jabberd_notification/s2s[1832]: connection to router closed
    Oct 13 09:54:04 ericpelletier jabberd_notification/s2s[1832]: attempting reconnect (3 left)
    Oct 13 09:54:04 ericpelletier jabberd_notification/router[1830]: [127.0.0.1, port=5348] listening for incoming connections
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: [eric-pelletiers-imac.local] configured
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: attempting connection to router at 127.0.0.1, port=5348
    Oct 13 09:54:04 ericpelletier jabberd_notification/router[1830]: [127.0.0.1, port=51646] connect
    Oct 13 09:54:04 ericpelletier jabberd_notification/router[1830]: [127.0.0.1, port=51646] authenticated as jabberd
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: connection to router established
    Oct 13 09:54:04 ericpelletier jabberd_notification/router[1830]: [sm] online (bound to 127.0.0.1, port 51646)
    Oct 13 09:54:04 ericpelletier jabberd_notification/sm[1829]: sm ready for sessions
    Oct 13 09:54:04 ericpelletier jabberd_notification/router[1830]: [eric-pelletiers-imac.local] online (bound to 127.0.0.1, port 51646)
    Oct 13 09:54:05 ericpelletier servermgrd[97]: servermgr_notification[N]: jabberd service startup completed.
    Oct 13 09:54:05 ericpelletier jabberd_notification/router[1830]: [127.0.0.1, port=51654] connect
    Oct 13 09:54:05 ericpelletier com.apple.APNBridge[1838]: Unable to find identity com.apple.APNBridge.https
    Oct 13 09:54:05 ericpelletier com.apple.APNBridge[1838]: Unable to configure SSL.  Not starting HTTP Server
    Oct 13 09:54:05 ericpelletier jabberd_notification/router[1830]: [127.0.0.1, port=51654] disconnect
    Oct 13 09:54:05 ericpelletier com.apple.launchd[1] (com.apple.APNBridge[1838]): Exited with code: 1
    Oct 13 09:54:05 ericpelletier com.apple.launchd[1] (com.apple.APNBridge): Throttling respawn: Will start in 10 seconds
    Oct 13 09:54:05 ericpelletier jabberd_notification/router[1830]: [127.0.0.1, port=51658] connect
    Oct 13 09:54:05 ericpelletier jabberd_notification/router[1830]: [127.0.0.1, port=51658] authenticated as pubsub.ericpelletier.com
    Oct 13 09:54:05 ericpelletier jabberd_notification/router[1830]: [pubsub.ericpelletier.com] online (bound to 127.0.0.1, port 51658)
    Oct 13 09:54:06 ericpelletier jabberd_notification/s2s[1832]: attempting connection to router at 127.0.0.1, port=5348
    Oct 13 09:54:06 ericpelletier jabberd_notification/c2s[1831]: attempting connection to router at 127.0.0.1, port=5348
    Oct 13 09:54:06 ericpelletier jabberd_notification/router[1830]: [127.0.0.1, port=51660] connect
    Oct 13 09:54:06 ericpelletier jabberd_notification/router[1830]: [127.0.0.1, port=51661] connect
    Oct 13 09:54:06 ericpelletier jabberd_notification/router[1830]: [127.0.0.1, port=51660] authenticated as jabberd
    Oct 13 09:54:06 ericpelletier jabberd_notification/router[1830]: [127.0.0.1, port=51661] authenticated as jabberd
    Oct 13 09:54:06 ericpelletier jabberd_notification/c2s[1831]: connection to router established
    Oct 13 09:54:06 ericpelletier jabberd_notification/router[1830]: [c2s] online (bound to 127.0.0.1, port 51661)
    Oct 13 09:54:06 ericpelletier jabberd_notification/c2s[1831]: [::, port=5218] listening for connections
    Oct 13 09:54:06 ericpelletier jabberd_notification/c2s[1831]: ready for connections
    Oct 13 09:54:06 ericpelletier jabberd_notification/s2s[1832]: connection to router established
    Oct 13 09:54:06 ericpelletier jabberd_notification/router[1830]: [s2s] set as default route
    Oct 13 09:54:06 ericpelletier jabberd_notification/router[1830]: [s2s] online (bound to 127.0.0.1, port 51660)
    Oct 13 09:54:06 ericpelletier jabberd_notification/s2s[1832]: [::, port=5268] listening for connections
    Oct 13 09:54:06 ericpelletier jabberd_notification/s2s[1832]: ready for connections
    Oct 13 09:54:07 ericpelletier com.apple.usbmuxd[90]: _SendAttachNotification (thread 0x7fff7973b960): sending attach for device a4:67:06:10:80:5b@fe80::a667:6ff:fe10:805b._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    Oct 13 09:54:08 ericpelletier usbmuxd[90]: _AMDeviceConnectByAddressAndPort (thread 0x101f81000): IPv4
    Oct 13 09:54:12 ericpelletier postfix/postmap[1862]: warning: /var/amavis/local_domains.db: duplicate entry: "com"
    Oct 13 09:54:15 ericpelletier jabberd_notification/router[1830]: [127.0.0.1, port=51680] connect
    Oct 13 09:54:15 ericpelletier com.apple.APNBridge[1865]: Unable to find identity com.apple.APNBridge.https
    Oct 13 09:54:15 ericpelletier com.apple.APNBridge[1865]: Unable to configure SSL.  Not starting HTTP Server
    Oct 13 09:54:15 ericpelletier jabberd_notification/router[1830]: [127.0.0.1, port=51680] disconnect
    Oct 13 09:54:15 ericpelletier com.apple.launchd[1] (com.apple.APNBridge[1865]): Exited with code: 1
    Oct 13 09:54:15 ericpelletier com.apple.launchd[1] (com.apple.APNBridge): Throttling respawn: Will start in 10 seconds

  • Can you setup both VPN server and Back to My Mac on Lion Server?

    I have been trying to figure out if this is possible for some time. Can you use both Back to My Mac and VPN server services at once on a OS X Server?
    So far here is what I have found:
    - According to http://support.apple.com/kb/TS1629  Back to My Mac and VPN use the same UDP ports(500,4500)
    - I have been able to get my VPN service working by removing all access for Back to My Mac(in System Preferences->iCloud) as well as removing all "Mobile Me" access on our AirPort Extreme.
    The moment I try to add an account to access the network via Mobile Me(ie Back to My Mac) on the Airport Extreme, I am no longer able to make a VPN connection.
    Checking the Service VPN Logs, no log entry is shown for the failed connection.
    So, my questions are:
    1. Has anyone been able to get these two working on the same server/network?
    2. Is there any way to change the default ports used by the VPN server service on Lion Server?
    Thank you to anyone that can provide any suggestions.

    Just as FYI....I just started using iCloud and tried the "back to my mac" on a mac server that is my VPN server.
    Enabling "back to my Mac" prevents the VPN from being useable.
    Disable "back to my mac" and the VPN works again, as verified from both another MAC and an iPhone.

  • CalDAV and CardDAV issues

    Hi,
    I just got my new Z10 ... it looks and works great.
    However, when I try to get the CalDAV configured against a Zimbra or OwnCloud backend it keeps asking for an e-mail address to use as the login. 
    These two services use the username.  Why can't the client be configured to use the specific username instead of being forced to use the e-mail address as the username. 
    I know there are issues with the Google Calendars but these other ones are not working at all either. 
    Is there something I can do to workaround this issue since I am not the administrator of the CalDAV services I am connecting to I can't change my username to be the same as the e-mail address?
    Thanks!

    I spend some nights with my new Z10 and ownCloud (4.5.7 and 5.0.0).
    I checked out what's going on (wireshark is very, very useful) :
    Here's a short summary:
    email adress is not necessary (to connect to ownCloud), username and password are used
    Server name ist really just the server (a port number may be added); no protocol, no path/filename
    https is alwas used, thus default port is 443
    ownCloud sends http redirects to phone's requests,  but BB doesn't seem to handle them properly.
    The last item mentions the problem(s)
    For some reason ownCloud only responds to
    <servername>/<path>/remote.php/<application, eg. carddav>
    BB requests two paths: "/" and ".well-known" -> ownCloud sends redirects (per default HTTP 302 "Found", other 30x codes don't work either)
    BB ignores the redirect respones; instead it just retries
    I modified ownCloud's internal checks in order to make it respone to ".well-known" requests.
    It wasn't actuall stable, but at least I was able to load my old phone's contacts...
    CalDAV appeared to work to, but then the Z10 killed the calendar application whenever I attempted to enter a date.

  • IOS7 iphone 4S hides CalDav and CardDav outside LAN

    Dear Apple Community,
    I couldn't find a solution with Google & Co. So here is my Problem:
    Since I updated our business iphone 4S (luckily only two at the moment) to iOS7, the CardDav contacts and CalDav calendars disappear on the phone once it is approximately one or two days outside the office Wifi LAN and without contact to the CardDav/CalDav OSX (10.8.5) Server.
    The CardDav and CalDav accounts are still visible in the settings menu on the iphone, but disappear in the corespondent App (Calendar/Addressbook).
    Once I re-enter the Wifi LAN the calendars and contacts re-appear.
    I did never experience this behavior with iOS 6 nor 5.
    At the moment our server is not set to be reachable from WAN for security reasons.
    We recently performed an update to 10.8 on our server, however the
    'disappearing' happened also under 10.6. So I strongly believe it is an iOS7 issue.
    Is this behavior a feature or a fault?
    If it is a feature, please tell me, where I can disable it, or which settings are wrong.
    Thank you very much,
    Stefan

    Hi wjosten,
    thanks for the quick reply. I have seen that thread, but it does not quite catch my problem.
    The Sync with the iPhones and the Server work perfect.
    But the iPhone somehow decides after a while, when it can't reach the server anymore, to hide the contacts from the carddav and also the calendars from the caldav accounts.
    e.g. When you go into the Adressbook - Groups -> you usually see the CardDav Groups ... but they magically disappear after a few days without being in the office LAN. Of course also the corespondent Adressbook entries disappear. The same applies to the Calendar Accounts.
    However, they are still visible in the main configuration.
    I hope, my problem is clearer now.
    Stefan

  • IOS 8 Google Setup Using Caldav and Carddav

    Does the built-in Google account under Mail, Contacts, and Calendar use cardav and caldav when I setup my google account?  Currently I’m using Google for email only and then I have separate carddav and caldav accounts for my Contacts and Calendar to be sure I’m using the proper setup.  I’m looking to simplify my setup on my IOS devices.

    I recall a couple years ago when I set it up there were limitations, I forget what they were now, to using active sync and people recommended using cardav and caldav.  I have a Google Apps for Domains account that I’m using.  At this point I see no reason to investigate further.
    Thanks again!

  • XI and R/3 Running on the same Server.

    Hello Friends!
    One year ago I've installed XI on a machine that already had a R/3 instance. Although there were different instances, one for SAP R/3 and one instance for the ABAP part of XI, I couldn't get to connect XI to the R/3, appartently XI searched for the instance through the IP address, ignoring the instance ID parameter.
    Now I have again the same challenge, I have only one machine to run R/3 and XI.
    Does anyone know if it is possible to do?

    Hi Tadeo,
    from ERP 2004 you can install XI on the same server.
    Regards,
    Udo

  • Is it against terms and services to run a private file server to access files at school?

    Hi guys. I'm looking to set up a server in my home for accessing my files at school. Would this be against terms and services if I were to set up port fowarding to my server and used a DNS server to have a url like
    http://www.example.com/
    as long as I wasn't bringing in ridiculous amounts of traffic (which I won't)
    Also, Verizon assigns static IPs, right?

    for personal use, it would be fine. but if it is publicly accessible. meaning that it can be found by searching the internet. then it would be against the TOS for residential accts
    Static IP's are only available for business accts. not residential. And it is expensive. Last I heard a static IP starts somewhere around $150 per month.
    ====================================================================================
    Error exists between keyboard and chair.

  • Push keeps breaking on Lion Server

    iCal Server push notiy keeps breaking. It will show (push) on client desktop iCal account setups and then suddenly days later it will dissapear from the drop down list and only show manual or a time interval.
    Can anyone answer this one? Sorry that my questions are mostly advanded but that is because I do search these forums well before posting. Thanks in advance.

    This error...  <error code='403' type='auth'><forbidden xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error> ...looks like the XMPP notification server is not allowing the calendar server's XMPP account (or "JID") to create/configure pubsub nodes.  The XMPP notification server keeps a list of privileged JIDs in /Library/Preferences/com.apple.NotificationServer.plist.
    First, check to see that calendar server is configured to use the "com.apple.notificationuser@<your hostname>" account by running this command in terminal:
    sudo serveradmin settings calendar:Notifications:Services:XMPPNotifier:JID
    You should see something like:
    calendar:Notifications:Services:XMPPNotifier:JID = "[email protected]"
    Next, see who is in the notification server's "privileged users" list via:
    serveradmin settings notification:privilegedUsers
    You should see something like:
    notification:privilegedUsers:_array_index:0 = "_notification_user"
    notification:privilegedUsers:_array_index:1 = "com.apple.notificationuser"
    If you don't see "com.apple.notificationuser", you'll need to edit /Library/Preferences/com.apple.NotificationServer.plist and add it to the "privilegedUsers" array like:
      <key>privilegedUsers</key>
              <array>
         <string>_notification_user</string>
         <string>com.apple.notificationuser</string>
              </array>
    Then I would recommend rebooting the server so that you are sure the notification server is restarted and re-reads the plist.

  • How do I set up a push iCal using the Lion Server on a Mac Mini?

    I have the server set up to work as a remote server. I have added users. Now I want to set up iCal to push, what are the steps to do this?

    Create a separate iTunes library for each device. Note: It is important that you make a new iTunes Library file. Do not just make a copy of your existing iTunes Library file. it will work. I am using it through this

Maybe you are looking for