Hi,
I am trying to set up OS X Server 5 for continuous integration on El Capitan. I need to modify my bot. If I click "Edit Bot..." to change its configuration, I am unable to save my changes. Even if I do not change anything in the resulting sheet, clicking "Done" results in this error message:
Internal Error Updating Bot
Please try configuring the bot again.
I see these messages in the Console, although I do not think they are relevant:
7/15/15 7:54:31.735 PM servermgr_certs[364]: validating connection from 0 : 100000
7/15/15 7:54:31.853 PM com.apple.xpc.launchd[1]: (com.apple.serviceproxy[15749]) Service exited with abnormal code: 1
7/15/15 7:54:31.853 PM com.apple.xpc.launchd[1]: (com.apple.serviceproxy) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
7/15/15 7:54:41.939 PM certadmin[15763]: Connected to the Notify Service
7/15/15 7:54:41.940 PM servermgr_certs[364]: validating connection from 0 : 100000
7/15/15 7:54:42.046 PM com.apple.xpc.launchd[1]: (com.apple.serviceproxy[15760]) Service exited with abnormal code: 1
7/15/15 7:54:42.047 PM com.apple.xpc.launchd[1]: (com.apple.serviceproxy) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
7/15/15 7:54:48.942 PM secd[440]: securityd_xpc_dictionary_handler Xcode[1105] copy_matching The operation couldn’t be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements)
7/15/15 7:54:48.942 PM Xcode[1105]: SecOSStatusWith error:[-34018] The operation couldn’t be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements)
7/15/15 7:54:52.125 PM certadmin[15783]: Connected to the Notify Service
7/15/15 7:54:52.126 PM servermgr_certs[364]: validating connection from 0 : 100000
7/15/15 7:54:52.247 PM com.apple.xpc.launchd[1]: (com.apple.serviceproxy[15781]) Service exited with abnormal code: 1
7/15/15 7:54:52.247 PM com.apple.xpc.launchd[1]: (com.apple.serviceproxy) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
7/15/15 7:54:57.868 PM WindowServer[242]: disable_update_timeout: UI updates were forcibly disabled by application "Server" for over 1.00 seconds. Server has re-enabled them.
7/15/15 7:55:01.175 PM WindowServer[242]: common_reenable_update: UI updates were finally reenabled by application "Server" after 4.31 seconds [0.23fps] (server forcibly re-enabled them after 1.00 seconds [1.00fps])
How can I go about further troubleshooting this?
John