Wiki - "Server starting up"

I have a mac mini server, early 2010. I have had it running for a few weeks, and I restarted it today and it wouldn't reboot. I had to start in single user mode and change root permissions, somehow the DNShost had got changed which caused havoc. I fixed the DNS so it is working, and I have my websites back up and running, (also the changeip -checkhostname looks good) but now the Wiki Server does not seam to run.
When I try to connect to any of the wikis I have, I just get a screen that shows the progress wheel and text "Server starting up..."
I have no idea what could have changed or what could be wrong. I can see the group folder for the wiki and all the files are still there. I have tried to stop and start teams from command prompt and that seems to have no effect.
Also as a side note in case it matters, I cant seem to disable php. When I uncheck it in Server Admin, when I click save, it just re enables with a check... not sure why.
I could only find one post about the Wiki Server stating up problem
(http://discussions.apple.com/thread.jspa?threadID=2365263&tstart=1") but there was no solution?
Anyone have any ideas where to even begin looking. I tried the manual, but I cant seem to find it referencing this issue.

There are two ways to assign the owner and group to the Collaboration folder and its contents:
1. Run the command "sudo chown -R teamserver:teamserver /path/to/Collaboration" on the server.
2. In Server Admin -> server name in the sidebar -> File Sharing -> navigate to the Collaboration folder -> Permissions tab under the browser, you can double-click on the owner and group listed in the POSIX section and it'll let you type in new User and Group names. Then Save, then select Propagate Permissions from the action (gear icon) menu under the permissions, and choose to propagate the owner and group names (but none of the other options).

Similar Messages

  • Wiki Server Will Not Start After Installing Safari 4.0.5

    *PLEASE HELP*
    We have a production server running MacOS X Server 10.5.8 with all software updates installed.
    Wiki server refuses to launch, though launchd tries to open it every 10 seconds.
    When visiting www.domain.com/groups/community we see an error 503 in the web browser
    *Steps Taken to Correct*
    % sudo chown -R 94:94 /Library/Collaboration
    % serveradmin stop teams && serveradmin start teams
    Restarted the machine itself
    % cd /Library/Collaboration && find . -name '*.plist' -exec xmlwf {} \;
    *Those steps proving ineffective, we're now just trying to start over. We've removed all user generated content from the wiki directories and we just want the wiki server to launch successfully.*
    Removed "groups" and "users" directories from /Library/Collaboration
    Replaced /etc/wikid/wikid.conf with /etc/wikid/wikid.conf.default
    Deleted /Library/Application Support/Apple/WikiServer/directoryIndex.db
    Deleted /Library/Application Support/Apple/WikiServer/User Preferences/* (all user preferences)
    WHAT AM I DO WRONG? HOW CAN I GET A FRESH WIKI INSTALL WITHOUT REINSTALLING THE OS? This is a production server. We'll have to go without wikis rather than introduce downtime. Thank you.
    */Library/Logs/wikid/error.log is repeating the following every 10 second interval:*
    2010-03-21 13:50:27-0700 [-] Log opened.
    2010-03-21 13:50:27-0700 [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2010-03-21 13:50:27-0700 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2010-03-21 13:50:27-0700 [-] twisted.web.server.Site starting on 8086
    2010-03-21 13:50:27-0700 [-] Starting factory <twisted.web.server.Site instance at 0x2eb3918>
    2010-03-21 13:50:27-0700 [-] twisted.web2.channel.http.HTTPFactory starting on 8087
    2010-03-21 13:50:27-0700 [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x2eb3cd8>
    2010-03-21 13:50:27-0700 [-] set uid/gid 94/94
    2010-03-21 13:50:27-0700 [-] "Failed trying to build an index for a non-directory path: '/usr/share/wikid/help/fr.lproj'"
    2010-03-21 13:50:27-0700 [-] Traceback (most recent call last):
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/bin/twistd", line 21, in <module>
    2010-03-21 13:50:27-0700 [-] run()
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 27, in run
    2010-03-21 13:50:27-0700 [-] app.run(runApp, ServerOptions)
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 379, in run
    2010-03-21 13:50:27-0700 [-] runApp(config)
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 23, in runApp
    2010-03-21 13:50:27-0700 [-] _SomeApplicationRunner(config).run()
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 158, in run
    2010-03-21 13:50:27-0700 [-] self.postApplication()
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistdunix.py", line 213, in postApplication
    2010-03-21 13:50:27-0700 [-] startApplication(self.config, self.application)
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistdunix.py", line 183, in startApplication
    2010-03-21 13:50:27-0700 [-] app.startApplication(application, not config['no_save'])
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 400, in startApplication
    2010-03-21 13:50:27-0700 [-] service.IService(application).startService()
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/lib/python/twisted/application/service.py", line 233, in startService
    2010-03-21 13:50:27-0700 [-] service.startService()
    2010-03-21 13:50:27-0700 [-] File "/usr/share/wikid/lib/python/apple_utilities/service.py", line 60, in startService
    2010-03-21 13:50:27-0700 [-] RepositoryManager.ensureRepository()
    2010-03-21 13:50:27-0700 [-] File "/usr/share/wikid/lib/python/apple_utilities/RepositoryManager.py", line 63, in ensureRepository
    2010-03-21 13:50:27-0700 [-] SearchManager.buildSearchIndex(aPath, forceRebuild = False)
    2010-03-21 13:50:27-0700 [-] File "/usr/share/wikid/lib/python/apple_utilities/SearchManager.py", line 406, in buildSearchIndex
    2010-03-21 13:50:27-0700 [-] GroupSqliteIndex.buildSearchIndex(whichPath, forceRebuild)
    2010-03-21 13:50:27-0700 [-] File "/usr/share/wikid/lib/python/apple_utilities/GroupSqliteIndex.py", line 622, in buildSearchIndex
    2010-03-21 13:50:27-0700 [-] metaData = GroupSettings.GroupSettings(pathName)
    2010-03-21 13:50:27-0700 [-] File "/usr/share/wikid/lib/python/apple_wlt/GroupSettings.py", line 37, in GroupSettings
    2010-03-21 13:50:27-0700 [-] settings = GroupSettingsObject(path, saveData, refreshCache)
    2010-03-21 13:50:27-0700 [-] File "/usr/share/wikid/lib/python/apple_wlt/GroupSettings.py", line 51, in _init_
    2010-03-21 13:50:27-0700 [-] self.data = plistlib.readPlist(self.prefsPath)
    2010-03-21 13:50:27-0700 [-] File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-ma c/plistlib.py", line 77, in readPlist
    2010-03-21 13:50:27-0700 [-] rootObject = p.parse(pathOrFile)
    2010-03-21 13:50:27-0700 [-] File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-ma c/plistlib.py", line 402, in parse
    2010-03-21 13:50:27-0700 [-] parser.ParseFile(fileobj)
    2010-03-21 13:50:27-0700 [-] xml.parsers.expat.ExpatError: no element found: line 1, column 0

    Hi,
    might not help you, but on MacOSX 10.6.3 Server, we have exactly the same problem - on solution (beside switching the wiki).
    Peter

  • Error starting wiki server in Mac Mini server with Mountain Lion 10.8.3

    Hi, i've got a problem with my wiki server.
    The service doesn't start!
    It does an error while i try to start the wiki!
    The service can't read the service impostation!
    How can i solve it??
    Anyone with the same problem??
    Thanks!

    here the /var/log/apache2/error_log
    [Fri Jun 28 10:35:46 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:35:46 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 10:35:46 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:35:51 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 10:35:51 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:35:51 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8091 (localhost) failed
    [Fri Jun 28 10:35:51 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:35:51 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8092 (localhost) failed
    [Fri Jun 28 10:35:51 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:35:51 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8093 (localhost) failed
    [Fri Jun 28 10:35:51 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:35:56 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8093 (localhost) failed
    [Fri Jun 28 10:35:56 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:35:56 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8092 (localhost) failed
    [Fri Jun 28 10:35:56 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:35:56 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8091 (localhost) failed
    [Fri Jun 28 10:35:56 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:35:56 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 10:35:56 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:01 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 10:36:01 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:01 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8091 (localhost) failed
    [Fri Jun 28 10:36:01 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:01 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8092 (localhost) failed
    [Fri Jun 28 10:36:01 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:01 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8093 (localhost) failed
    [Fri Jun 28 10:36:01 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:06 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8093 (localhost) failed
    [Fri Jun 28 10:36:06 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:06 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8092 (localhost) failed
    [Fri Jun 28 10:36:06 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:06 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8091 (localhost) failed
    [Fri Jun 28 10:36:06 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:06 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 10:36:06 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:11 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 10:36:11 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:11 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8091 (localhost) failed
    [Fri Jun 28 10:36:11 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:11 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8092 (localhost) failed
    [Fri Jun 28 10:36:11 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:11 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8093 (localhost) failed
    [Fri Jun 28 10:36:11 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:16 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8093 (localhost) failed
    [Fri Jun 28 10:36:16 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:16 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8092 (localhost) failed
    [Fri Jun 28 10:36:16 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:16 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8091 (localhost) failed
    [Fri Jun 28 10:36:16 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:16 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 10:36:16 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:21 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 10:36:21 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:21 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8091 (localhost) failed
    [Fri Jun 28 10:36:21 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:21 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8092 (localhost) failed
    [Fri Jun 28 10:36:21 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:21 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8093 (localhost) failed
    [Fri Jun 28 10:36:21 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:26 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8093 (localhost) failed
    [Fri Jun 28 10:36:26 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:26 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8092 (localhost) failed
    [Fri Jun 28 10:36:26 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:26 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8091 (localhost) failed
    [Fri Jun 28 10:36:26 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:26 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 10:36:26 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:28 2013] [notice] caught SIGTERM, shutting down
    httpd: Could not reliably determine the server's fully qualified domain name, using server.local for ServerName
    [Fri Jun 28 10:36:31 2013] [notice] FastCGI: process manager initialized (pid 145)
    [Fri Jun 28 10:36:31 2013] [notice] Apache/2.2.22 (Unix) DAV/2 mod_fastcgi/2.4.6 mod_ssl/2.2.22 OpenSSL/0.9.8r configured -- resuming normal operations
    [Fri Jun 28 10:36:32 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 10:36:32 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:32 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8091 (localhost) failed
    [Fri Jun 28 10:36:32 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:32 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8092 (localhost) failed
    [Fri Jun 28 10:36:32 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:32 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8093 (localhost) failed
    [Fri Jun 28 10:36:32 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:32 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8093 (localhost) failed
    [Fri Jun 28 10:36:32 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:32 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8092 (localhost) failed
    [Fri Jun 28 10:36:32 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:32 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8091 (localhost) failed
    [Fri Jun 28 10:36:32 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:32 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 10:36:32 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:33 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 10:36:33 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:33 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8091 (localhost) failed
    [Fri Jun 28 10:36:33 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:33 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8092 (localhost) failed
    [Fri Jun 28 10:36:33 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:33 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8093 (localhost) failed
    [Fri Jun 28 10:36:33 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 10:36:36 2013] [notice] caught SIGTERM, shutting down
    httpd: Could not reliably determine the server's fully qualified domain name, using server.local for ServerName
    [Fri Jun 28 10:36:39 2013] [notice] FastCGI: process manager initialized (pid 196)
    [Fri Jun 28 10:36:39 2013] [notice] Apache/2.2.22 (Unix) DAV/2 mod_fastcgi/2.4.6 mod_ssl/2.2.22 OpenSSL/0.9.8r configured -- resuming normal operations
    [Fri Jun 28 10:37:25 2013] [notice] caught SIGTERM, shutting down
    [Fri Jun 28 10:37:38 2013] [crit] (17)File exists: mod_rewrite: Parent could not create RewriteLock file /var/log/apache2/rewrite.lock
    Configuration Failed
    httpd: Could not reliably determine the server's fully qualified domain name, using server.local for ServerName
    [Fri Jun 28 10:37:48 2013] [notice] FastCGI: process manager initialized (pid 432)
    [Fri Jun 28 10:37:48 2013] [notice] Apache/2.2.22 (Unix) DAV/2 mod_fastcgi/2.4.6 mod_ssl/2.2.22 OpenSSL/0.9.8r configured -- resuming normal operations
    [Fri Jun 28 16:28:22 2013] [notice] caught SIGTERM, shutting down
    httpd: Could not reliably determine the server's fully qualified domain name, using server.local for ServerName
    [Fri Jun 28 16:28:26 2013] [notice] FastCGI: process manager initialized (pid 31415)
    [Fri Jun 28 16:28:26 2013] [notice] Apache/2.2.22 (Unix) DAV/2 mod_fastcgi/2.4.6 mod_ssl/2.2.22 OpenSSL/0.9.8r configured -- resuming normal operations
    [Fri Jun 28 16:28:26 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 16:28:26 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:28:26 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8091 (localhost) failed
    [Fri Jun 28 16:28:26 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:28:26 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8092 (localhost) failed
    [Fri Jun 28 16:28:26 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:28:26 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8093 (localhost) failed
    [Fri Jun 28 16:28:26 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:28:26 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8093 (localhost) failed
    [Fri Jun 28 16:28:26 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:28:26 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8092 (localhost) failed
    [Fri Jun 28 16:28:26 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:28:26 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8091 (localhost) failed
    [Fri Jun 28 16:28:26 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:28:26 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 16:28:26 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:28:27 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 16:28:27 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:28:27 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8091 (localhost) failed
    [Fri Jun 28 16:28:27 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:28:27 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8092 (localhost) failed
    [Fri Jun 28 16:28:27 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:28:27 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8093 (localhost) failed
    [Fri Jun 28 16:28:27 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:28:30 2013] [notice] caught SIGTERM, shutting down
    httpd: Could not reliably determine the server's fully qualified domain name, using server.local for ServerName
    [Fri Jun 28 16:28:33 2013] [notice] FastCGI: process manager initialized (pid 31466)
    [Fri Jun 28 16:28:33 2013] [notice] Apache/2.2.22 (Unix) DAV/2 mod_fastcgi/2.4.6 mod_ssl/2.2.22 OpenSSL/0.9.8r configured -- resuming normal operations
    [Fri Jun 28 16:43:46 2013] [notice] caught SIGTERM, shutting down
    httpd: Could not reliably determine the server's fully qualified domain name, using server.local for ServerName
    [Fri Jun 28 16:43:49 2013] [notice] FastCGI: process manager initialized (pid 33283)
    [Fri Jun 28 16:43:49 2013] [notice] Apache/2.2.22 (Unix) DAV/2 mod_fastcgi/2.4.6 mod_ssl/2.2.22 OpenSSL/0.9.8r configured -- resuming normal operations
    [Fri Jun 28 16:43:51 2013] [notice] caught SIGTERM, shutting down
    httpd: Could not reliably determine the server's fully qualified domain name, using server.local for ServerName
    [Fri Jun 28 16:43:55 2013] [notice] FastCGI: process manager initialized (pid 33322)
    [Fri Jun 28 16:43:55 2013] [notice] Apache/2.2.22 (Unix) DAV/2 mod_fastcgi/2.4.6 mod_ssl/2.2.22 OpenSSL/0.9.8r configured -- resuming normal operations
    [Fri Jun 28 16:44:41 2013] [notice] caught SIGTERM, shutting down
    httpd: Could not reliably determine the server's fully qualified domain name, using server.local for ServerName
    [Fri Jun 28 16:44:44 2013] [notice] FastCGI: process manager initialized (pid 33499)
    [Fri Jun 28 16:44:44 2013] [notice] Apache/2.2.22 (Unix) DAV/2 mod_fastcgi/2.4.6 mod_ssl/2.2.22 OpenSSL/0.9.8r configured -- resuming normal operations
    [Fri Jun 28 16:44:45 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 16:44:45 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:44:45 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8091 (localhost) failed
    [Fri Jun 28 16:44:45 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:44:45 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8092 (localhost) failed
    [Fri Jun 28 16:44:45 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:44:45 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8093 (localhost) failed
    [Fri Jun 28 16:44:45 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:44:45 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8093 (localhost) failed
    [Fri Jun 28 16:44:45 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:44:45 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8092 (localhost) failed
    [Fri Jun 28 16:44:45 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:44:45 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8091 (localhost) failed
    [Fri Jun 28 16:44:45 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:44:45 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 16:44:45 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:44:46 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8090 (localhost) failed
    [Fri Jun 28 16:44:46 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:44:46 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8091 (localhost) failed
    [Fri Jun 28 16:44:46 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:44:46 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8092 (localhost) failed
    [Fri Jun 28 16:44:46 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:44:46 2013] [error] (61)Connection refused: proxy: HTTP: attempt to connect to [fe80::1]:8093 (localhost) failed
    [Fri Jun 28 16:44:46 2013] [error] ap_proxy_connect_backend disabling worker for (localhost)
    [Fri Jun 28 16:44:49 2013] [notice] caught SIGTERM, shutting down
    httpd: Could not reliably determine the server's fully qualified domain name, using server.local for ServerName
    [Fri Jun 28 16:44:52 2013] [notice] FastCGI: process manager initialized (pid 33579)
    [Fri Jun 28 16:44:52 2013] [notice] Apache/2.2.22 (Unix) DAV/2 mod_fastcgi/2.4.6 mod_ssl/2.2.22 OpenSSL/0.9.8r configured -- resuming normal operations

  • My Wikis and Ical on the WEB  give a Server starting up.. message

    Wikis (and Ical on the WEB) give a Server starting up... message with the turning wheel. They were working perfect, and yesterday started the problem. I have not changed any of the server settings neither permissions. From Mozilla Firefox on windows throes an Mac OS X server message
    500: An internal error occurred trying to process your request. Sorry. Safari gives a Server starting up..
    I checked permissions and look ok, root and admin group have read & write access. to
    /Volumes/DATA HD/ServiceData/Web/Documents/Collaboration folder and up in the path.
    Does anybody know how to solve this?
    I tried updating to OS X 10.6.5 but the problem continues.

    I am having a similar issue as you marktech, with colaboration folder on a different drive.
    My temporary solution is to stop and start web services on the server, and the message goes away and users can log in.  Problem comes back on a server restart.
    Swamped here so have not been able to apply troubleshooting techniques.
    What I have checked is verifying permissions on collaboration folder.  Seems like I had to re-apply permissions after any significant update.
    My final resolution will be to migrate from the ssd hard drive (the extra speed is not any significant impact for us) to a 1TB hard drive and migrate data back over to a single drive in original directory locations.  appologies have not had ample time to research the issues....

  • Wiki loading "Server starting up"

    Hello,
    something strange happened to me on Mac OS X Server 10.6.2, I've started the Web service on port 8000 (it works, i got the homepage of mac os x server) but when I want to access to a service like Wiki, blog or calendar i got this message loading for ever, ever and ever....
    Screenshot: http://img202.imageshack.us/img202/7121/loadweb.png
    Thanks for your help,
    Nicolas
    Message was edited by: Xalio

    Hello,
    I just saw this on a server I was working on. In our case we moved the /Library/Collaboration folder to another drive and while we pointed Server Admin to look in the new directory we got this error until we restarted the wiki server. We used "sudo serveradmin stop teams" followed by "sudo serveradmin start teams", but rebooting the whole server probably would have done the trick too.
    If this doesn't help you, it may still be related to the folder that holds the wiki server stuff (usually /Library/Collaboration). Could be permissions, missing files, etc.
    Good luck!

  • Wiki Server :500: An internal error occurred trying to process your request

    Greetings,
    10.6.6 server
    Out of the blue our wiki server decided not to work anymore.
    This issue is limited to the wiki server. (all other services work fine)
    Users can log in authenticate and edit personal preferences, blogs etc.
    I have removed Globalindex.db and sessions.db and allowed the index to rebuild with appropriate starts stops of teams. I have cleared out old users who's plist preferences could not be loaded.
    All data is in place.
    AFP permissions are solid.
    User gets "500: An internal error occurred trying to process your request. Sorry." selecting a wiki or blogs, very polite but repeatedly unhelpful.
    As soon as a user clicks on an group the following error shows in the log:
    2011-02-09 13:45:34-0600 [-] Exception rendering:
    2011-02-09 13:45:34-0600 [-] Unhandled Error
    Traceback (most recent call last):
    File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 283, in unpause
    self._runCallbacks()
    File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 326, in _runCallbacks
    self.result = callback(self.result, *args, **kw)
    File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 287, in _continue
    self.unpause()
    File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 283, in unpause
    self._runCallbacks()
    --- <exception caught here> ---
    File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 326, in _runCallbacks
    self.result = callback(self.result, *args, **kw)
    File "/usr/share/wikid/lib/python/apple_wlt/HTMLTemplate.py", line 269, in callback
    return templateObj.generatePage(self.context, pageDoc.xmlDoc)
    File "/usr/share/wikid/lib/python/apple_utilities/PageGenerationTemplate.py", line 47, in _func
    result = f(self, *args, **kwargs)
    File "/usr/share/wikid/lib/python/apple_utilities/PageGenerationTemplate.py", line 79, in generatePage
    resultStr = applexslt.applyTemplate(self.templateObj, d.xmlDoc)
    exceptions.AttributeError: PageGenerationTemplate instance has no attribute 'templateObj'
    I run many different kinds of systems here and I'm kind of stumped as I am not a developer.
    any help at all would be great! thanks.

    Hi,
    Although this forum is for 10.5 server, after looking through the log errors my guess is that you have a corrupted PageGenerationTemplate.py file. I would replace the file with one from a backup file dated before the problem started.
    Once you replace the file restart the web service.
    HTH,
    Harry

  • Can't delete a blog comment from Lion Wiki Server 3

    Started the Wiki Server on my Lion Server today and as a test I added a test comment to a blog.  After I saved it I wanted to see if I could edit, change the content or just delete the comment outright.  The answer to all three is that I can't.  I am logged in as the owner the wiki and the administrator for the server.  I looked at the documentation and it appears that I should be able to do all three, but no luck.  Any help would be apprciated.
    M

    You'll get a lot more help if you go to the Lion Server forum. The folks here mainly know about the client OS.

  • Wiki service - client only sees wiki is starting up

    My wiki service used to work without problems. This morning clients are seeing only a web page that says "wiki is starting up". That page refreshes every few seconds in Safari.
    On the server, the service is tyrned to on and everyting seems OK. I restarted the service a few times, as well as the computer itself, but I am getting the same results.
    Not sure what to do to restore the service.
    Thanks for any tips.

    Not resolved, as I keep gerring errors.
    I had 2 clones from this drive, one from last night, and one from about 10 days ago.
    I tried to moved the Wiki folder from each clone to the current server drive. I essentially get the same results after restarting server. Client see the message wiki is starting up.
    I quit server and trashed the contents of the folder Wiki. After restarting the computer and server, I have a clean wiki service runnning.
    Is there any way to get the wiki pages back from the wiki folder on my clones. Looking inside those folders, it did not seem obvious I could identify my pages.
    Thanks for your help.

  • "server starting up" message after update

    Hi All,
    I've just updated my server from 10.6.5 to 10.6.7 and upon restart I can't connect to my wikis or blogs. I just get a grey screen and a spinning wheel saying "server starting up". I have tried the Apple solution listed here, as I do host my Collaboration folder on a sperate volume:
    http://support.apple.com/kb/TS3757
    and the post from Tarnyinc
    https://www.tarnyinc.com/groups/trainingcenter/weblog/03f55/Wiki__Blog_Surprise_ for_1064_Update.html
    but to no avail.
    Here is the last output from the wikid error log
    2011-05-26 14:15:19+0100 [-] Main loop terminated.
    2011-05-26 14:15:19+0100 [-] Server Shut Down.
    2011-05-26 14:15:55+0100 [-] Log opened.
    2011-05-26 14:15:55+0100 [-] twistd 8.2.0 (/usr/bin/python 2.6.1) starting up.
    2011-05-26 14:15:55+0100 [-] reactor class: twisted.internet.selectreactor.SelectReactor.
    2011-05-26 14:15:55+0100 [-] Current log level is warn
    2011-05-26 14:15:55+0100 [-] twisted.web.server.Site starting on 8086
    2011-05-26 14:15:55+0100 [-] twisted.web2.channel.http.HTTPFactory starting on 8087
    2011-05-26 14:15:55+0100 [-] Starting
    2011-05-26 14:15:56+0100 [-] Unhandled error in Deferred:
    2011-05-26 14:15:56+0100 [-] Unhandled Error
        Traceback (most recent call last):
          File "/usr/share/caldavd/lib/python/twisted/application/service.py", line 278, in startService
            service.startService()
          File "/usr/share/wikid/lib/python/apple_utilities/service.py", line 153, in startService
            mailLooper = self._mailingListFlushLooper.start(mailFlushInterval)
          File "/usr/share/caldavd/lib/python/twisted/internet/task.py", line 83, in start
            self()
          File "/usr/share/caldavd/lib/python/twisted/internet/task.py", line 114, in __call__
            d = defer.maybeDeferred(self.f, *self.a, **self.kw)
        --- <exception caught here> ---
          File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 104, in maybeDeferred
            result = f(*args, **kw)
          File "/usr/share/wikid/lib/python/apple_utilities/MailUtilities.py", line 312, in flushMailingLists
            sharedMailingListManager().rebuildList()
          File "/usr/share/wikid/lib/python/apple_utilities/MailUtilities.py", line 247, in rebuildList
            self.updateListWithEntity(aGroup, rebuilding = True)
          File "/usr/share/wikid/lib/python/apple_utilities/MailUtilities.py", line 265, in updateListWithEntity
            users = groupExpander(entity.getAssociatedEntities())
          File "/usr/share/wikid/lib/python/apple_utilities/MailUtilities.py", line 604, in groupExpander
            return expandNames(shortNames)
          File "/usr/share/wikid/lib/python/apple_utilities/MailUtilities.py", line 602, in expandNames
            members.extend(expandNames([record.recordName() for record in aGroup.members()]))
        exceptions.ValueError: NSInvalidArgumentException - -[WPMultiValue lastObject]: unrecognized selector sent to instance 0x106f06630
    2011-05-26 14:15:56+0100 [-] in migration. repo version is: 23
    Any help would be appreciated.
    Mark

    I am having a similar issue as you marktech, with colaboration folder on a different drive.
    My temporary solution is to stop and start web services on the server, and the message goes away and users can log in.  Problem comes back on a server restart.
    Swamped here so have not been able to apply troubleshooting techniques.
    What I have checked is verifying permissions on collaboration folder.  Seems like I had to re-apply permissions after any significant update.
    My final resolution will be to migrate from the ssd hard drive (the extra speed is not any significant impact for us) to a 1TB hard drive and migrate data back over to a single drive in original directory locations.  appologies have not had ample time to research the issues....

  • Wiki Server 2: "Access Forbidden!"

    Hi all,
    Suddenly today (after a reboot) our wiki pages started responding with the Error 403 "Access Forbidden" page... As seen here: http://www.celadonsound.com/groups
    I can't seem to figure out why this has happened. I'm sure I could do with supplying a lot more information but I guess I'm going to need you guys (and gals) to shout at me before I realise what information I should be including...
    Up until today the wiki pages performed perfectly now I get that 403 error when trying to access them on the web..
    Also my calendars have stopped syncing displaying:
    "The server responded with
    “HTTP/1.1 500 Internal Server Error”
    to operation CalDAVAccountRefreshQueueableOperation."
    Both the calendars and wikis worked just fine yesterday and nothing has been changed on the server aside from a reboot because I had to move the unit.
    I have tried many things, including ensuring that the Collaborations folder and its contents have the correct _teamsserver r&w permisions. Which they do.
    Below is the error log for the wiki server since a couple of service restarts ago:
    2011-07-20 18:35:17+0100 [-] Log opened.
    2011-07-20 18:35:17+0100 [-] twistd 8.2.0 (/usr/bin/python 2.6.1) starting up.
    2011-07-20 18:35:17+0100 [-] reactor class: twisted.internet.selectreactor.SelectReactor.
    2011-07-20 18:35:17+0100 [-] Current log level is warn
    2011-07-20 18:35:17+0100 [-] twisted.web.server.Site starting on 8086
    2011-07-20 18:35:17+0100 [-] twisted.web2.channel.http.HTTPFactory starting on 8087
    2011-07-20 18:35:17+0100 [-] Starting
    2011-07-20 18:35:18+0100 [-] in migration. repo version is: 23
    2011-07-20 18:35:18+0100 [-] Running
    2011-07-20 18:49:25+0100 [-] Received SIGTERM, shutting down.
    2011-07-20 18:49:25+0100 [-] Stopping
    2011-07-20 18:49:25+0100 [-] userPrefsFlushLooper stopped looping, doing final flush
    2011-07-20 18:49:25+0100 [-] mailingListFlushLooper stopped looping, doing final flush
    2011-07-20 18:49:25+0100 [-] Main loop terminated.
    2011-07-20 18:49:25+0100 [-] Server Shut Down.
    2011-07-20 18:49:28+0100 [-] Log opened.
    2011-07-20 18:49:28+0100 [-] twistd 8.2.0 (/usr/bin/python 2.6.1) starting up.
    2011-07-20 18:49:28+0100 [-] reactor class: twisted.internet.selectreactor.SelectReactor.
    2011-07-20 18:49:28+0100 [-] Current log level is warn
    2011-07-20 18:49:28+0100 [-] twisted.web.server.Site starting on 8086
    2011-07-20 18:49:28+0100 [-] twisted.web2.channel.http.HTTPFactory starting on 8087
    2011-07-20 18:49:28+0100 [-] Starting
    2011-07-20 18:49:28+0100 [-] in migration. repo version is: 23
    2011-07-20 18:49:28+0100 [-] Running
    Hopefully someone will be able to help as this is terrorizing me at the moment
    Many Thanks,
    Elliott

    We have the same need: Opening a Link in an wiki article in a blank window - how to?

  • Wiki Server Closed on iPad

    I start Wiki Server as normal. However iPad has no access to the Wiki Server. It says "Wiki Server Closed".
    But other devices (Windows/Mac/Linux/iPhone) works quite good.
    This is the information I got in ngrok. Maybe this will help find a solution.
    GET /wiki/ipad/                403 Forbidden
    I would appreciate if anyone could help me.

    solved by adding /wiki/ /wiki/ipad/ to the index

  • Wiki dont start, wiki dont start

    After upgrade MaOS x Server 10.6 to 10.7 Wiki dont start .
    Any Help ?

    Sep  3 10:16:41 brandscape servermgrd[10891]: servermgr_wiki: waiting for wiki to respond
    Sep  3 10:16:43 brandscape servermgrd[10891]: servermgr_wiki: Timed out trying to confirm wiki is responding.

  • Unable to login to wiki server

    I've set up 10.6 (updated to 10.6.1) Server on my old Mini, made it an OD Master, and am trying to get the Wiki to work.
    I can login to the /changepassword URL without issue, but when I try the "Log into my page" link at /groups it fails to authenticate.
    I found my first problem was that I had WEBDAV-DIGEST disabled in my OD configuration (really? this has to be enabled?), but it still fails to authenticate to the wiki and the ApplePasswordServices.Server.log claims that an invalid password was given (though the same U&P work for /changepassword, AFP, and other services).
    Anyone have ideas what the problem might be?
    Thanks,
    -dave

    hi here the log file.....
    when i am trying to open today.. the same error....
    2009-08-07 08:01:57
    [36007] Loading repository C:\OracleBI\server\Repository\kishore.rpd.
    2009-08-07 08:01:57
    [14055] Loading subject area: SH ...
    2009-08-07 08:01:57
    [14056] Finished loading subject area: SH.
    2009-08-07 08:01:57
    [58002] Query Cache loaded with 0 entries from saved cache files.
    2009-08-07 08:01:57
    [43030] :     Oracle BI Server started. Version: 10.1.3.3.2.071217.1900.
    2009-08-07 08:54:27
    [16020] Metadata Database Type: Oracle8.1
    Data Source Name: SH
    Data Source Type: Oracle 10.02.0030
    2009-08-07 08:54:27
    Data Source Name: SH
    Client Driver Version 10.02.0003
    could you help me to fix this sooon.....

  • Short Names and Long Names on Wiki Server

    I have my Snow Leopard server bound to an Active Directory server and it all works great with not problems. One thing I did notice however, is that when users login to the Wiki server using their AD account and reply to a post (leave a comment) or edit a page, then their short name will appear instead of their long name.
    This problem does not affect all my users, only some. About half of my users long names appear and the rest only display their short name. I checked the directory settings in AD and WGM; both have the name attribute filled correctly for all users but only some are displaying on the Wiki.
    Any ideas?
    I created augmented user records for my staff but not for my non-staff users. This problem only affects my non-staff users. I don't really want to create augmented user records to get around this; and anyway, it is working halfway with out them, so it shouldn't be an issue with augmented records, right?
    Thanks for your brain power in advance

    I apologize. I was unclear in my description of my new problem. I have some users using Mail.app and others using Entourage. I've encountered the "file too large" problem with Entourage users. For the record, I'm using the backup program iBackup. In the log file it creates, it states that the Entourage database file is too large.
    For example, one person has a 2.6GB Entourage database file. iBackup will start copying and get to around 2GB, maybe 2.1 or 2.2. It will then appear to quickly finish. Looking in the backup folder on the server, it shows the entirety of the Office 2004 Identities folder to be 96KB....
    Is this some sort of weird limitation on the part of Windows Server 2003 and how it deals with communication from Macs, or is it just an issue with iBackup? I have copied much larger files using iBackup to back up to a locally-attached Firewire hard drive successfully, so I am leaning towards a strange Windows Server issue.
    Thanks for any input!

  • Ical "Server Starting up..."

    Ical server is working when you use it from a Mac computer, but when the user tries to enter
    on the WEB /ical a message Server starting up.. shows up with the wheel spinning. Also my Wikis have the same problem.Everything was working perfect, I have not made any changes to the server settings, and yesterday this problem showed up.
    Does anyone know how to solve this problem?

    Ical server is working when you use it from a Mac computer, but when the user tries to enter
    on the WEB /ical a message Server starting up.. shows up with the wheel spinning. Also my Wikis have the same problem.Everything was working perfect, I have not made any changes to the server settings, and yesterday this problem showed up.
    Does anyone know how to solve this problem?

Maybe you are looking for

  • I've moved from windows to iMac,

    I downloaded quicktime pro7 on windows. I'm now using imac, can I upgrade the preinstalled quicktime on iMac to pro as I've already paid for the download?

  • Tranfering from pc to iPad 2

    iTunes works correctly on my pc, but as soon as I transfer movies to my iPad, some of the videos show up with no cover, and unable to play. Any ideas

  • So does anyone from Apple read the posts on here

    With the battery drain issues being experienced by so many, especially those with iPhone 5, I'm wondering if anyone from Apple may have actually read these posts.With all due respect to the experts, it is clear to me that the iOS 7.1 update is causin

  • Role in Portal6.1/Identity Server 6.0

    I created a role in Identity Server, and assigned myself to the role. When I browse my entry in the LDAP, I do not see any nsRole attribues , nor do I see the role definition. This also applies to the roles that came installed with IS such as People

  • Poor graphics on export.

    I am creating a project in FCP and I have imported a psd. file to fade in and out at the beginning and end. My sequence settings have a frame size of 320x240 and my graphic file is created in the same resolution in Photoshop before I import it. The g