Wiki server problem

hi everyone
I have a problem on my wiki server.
When I search by Chinese, it shows ERROR.
The error message"500: An internal error occurred trying to process your request. Sorry.".
But it works fine when I search by English.
How do I fix it?
THX

wiki's error log
2010-09-20 09:00:09+0800 [HTTPChannel,11,127.0.0.1] Exception rendering:
2010-09-20 09:00:09+0800 [HTTPChannel,11,127.0.0.1] Unhandled Error
Traceback (most recent call last):
File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 184, in addCallbacks
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/caldavd/lib/python/twisted/web2/server.py", line 320, in <lambda>
d.addCallback(lambda res, req: res.renderHTTP(req), self)
File "/usr/share/wikid/lib/python/apple_wlt/SearchServer.py", line 75, in renderHTTP
querystring = u'?%s' % theRequest.querystring
exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 4: ordinal not in range(128)
-------

Similar Messages

  • Can't Host a Wiki Server's calendar using Server 10.8

    I have setup server and attempted to have one of my calendars on iCal sync with the Wiki calendar
    I have a user called bernard
    I have a calendar in ical called bernardtraining
    In the Wiki the user bernard has a calendar but I cant get ical to sync with the Wiki.
    In iCal Accounts
    I set up an account in ical lets call it server.myserver.private (hiding actual name)
    user name = bernard
    password is set to user password
    Refresh 5 minutes
    In Server Settings iCal Accounts
    Server address server.myserver.private
    server path aut populates to /principals/__uids__/7A7D303D-8265-47D5-BAD1-01E3DDD4CC37/  (maybe this is the problem)
    Port = auto
    SSL = No (for now)
    No delgates
    I then went through this process.....
    When you set up iCal Server to provide the calendar service for a wiki, Wiki Server provides access to the calendars, so users who do not have wiki privileges do not have calendar service.
    Use serveradmin via the Terminal app to change the setting.sudo serveradmin set calendar:Authentication:Wiki:Enabled = "<setting>" The default value for <setting> is “no”.
    The other possible value is “yes.”
    Command example:
    sudo serveradmin set calendar:Authentication:Wiki:Enabled = "yes"
    Use serveradmin via the Terminal app to designate the Wiki server.sudo serveradmin set calendar:Authentication:Wiki:Hostname = "<DNSWikiServer>" The default value for <DNSWikiServer> is the Wiki server’s fully qualified domain name.
    Command example:
    sudo serveradmin set calendar:Authentication:Wiki:Hostname = "wikiweb.example.com"
    Use serveradmin via the Terminal app to encrypt the connection.sudo serveradmin set set calendar:Authentication:Wiki:UseSSL = "(yes|no)" The default value is “no”.
    Command example:
    sudo serveradmin set set calendar:Authentication:Wiki:UseSSL = "yes"
    Still no success.
    Can anyone help?

    I did, and had it working last night. It won't now, though.
    I don't understand port triggering, and when I attempted to look up the help files on the linksys site, they told me to register first - then they wouldn't let me fill in the email address section of the registration, so..
    I don't use a firewall, and this computer I'm trying to host the server on is directly connected to the router. The wireless connection is with a laptop upstairs. I just checked, and my IP changed, but fixing that in Port Forwarding still does nothing. I can host the server... It just doesn't show up on gamespy.
    Just about everywhere I read up on this, it mentions having to have a static IP address. I went through the guides that tell how to go about getting one set up, but still doesn't work. I don't have anything even remotely mentioning linksys in Network Connections though - that's on the laptop. Could this be the problem?
    Another problem I ran into when setting up the router, was I'd get an error unpacking languages, or something. Got it every time, but it let me move on after closing the error so didn't think much of it.

  • 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

  • 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

  • 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

  • How to fix wiki server if my domain name is reallocated to a new static IP?

    Our wiki server in Xserve Intel was running smooth in 10.5.7 with a static IP in an intranet environment.
    Until Our office is reallocated and the server is migrated to a MacMini G4.
    We cloned the Mini server by Time Machine.
    We changed a new domain name and a new static IP.
    Problem:
    1 Some of wiki pages points to new domain name and some don't.
    2 All wiki jpg points to old domain name but the blog jpg is correct.
    3 Group Calender can't connect to the iCal server
    Please tell me the correct procedure to amend the parameter.
    (PS I am a newbie in Server Mx and has no knowledge in UNIX/Terminal)

    Snow Leopard did the same if you used the GUI. I responded to you in your other thread. You can also simply use a different Apache. Use Macports to install your own apache, which can be managed via command line or webmin. Thus, the apple one deals with Apple stuff, and, yours deals with everything else.

  • 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).

  • How to POST to wiki server through atompub?

    Hi all,
    I'm trying to use curl to post a new entry to the leopard wiki server
    through the Atom Publishing Protocol, but I'm not sure if I POSt to
    the correct address.
    My server runs Mac OS 10.5 Server.
    Here's the POST command:
    curl "http://server.applelab.org/groups/testcourse/atompub" -X POST -H
    "Content-type: applicaiton/atom+xml" -v -L -k -u user:passwd --data
    @/Users/vestige/work/testpost -o post_response
    the server response HTTP /1.1 200 OK, but nothing happened on the web.
    if I use:
    curl "http://server.applelab.org/groups/testcourse/weblog/index.atom"
    -X POST -H "Content-type: applicaiton/atom+xml" -v -L -k -u
    user:passwd --data @/Users/vestige/work/testpost -o post_response
    the server response: HTTP /1.1 400 Bad Request.
    So I'm wondering where should I post my entry to?
    Thanks in advance!

    Hi Linc,
    sorry, I haven't saved the System-Logfile before restoring my parallels VM.
    But it looks like issues of linking data.
    For testing the Server services I have done a reset for a user password and I have deleted the profiles and configuration from Client-Side. One with Mac OS X 10.9.1, one iPad with iOS 6.1.3. But it was not possible to reconfigure/reinstall the Server Profile. Also a manually configuration was odd, because for some services the new password was necessary and for other services the old password. Very strange.
    To bring back the services I have rolled back the last snapshot of my parallels VM. Afterwards there was no probleme to reconfigure/reinstall the Profile on Client-Side (OS X 10.9.1 and iOS 6.1.3). Also the manually configuration shows the password for all services are matching with the current configuration.
    I'm going to install a further parallels VM with Mac OS X 10.9.1 and Server App 3 from scratch to move the services.
    Greetings

  • How to reset the wiki server (MAC OS X 10.9 with OS X Server App Version 3) with all wiki datas only

    Hi,
    I need to reset my Wiki on MAC OS X 10.9 with OS X Server App Version 3, but without reinstalling the whole server app to configure all services.
    Does anybody knows how to reset the wiki server (MAC OS X 10.9 with OS X Server App Version 3) with all wiki datas only.
    Thanks a lot for your hints

    Hi Linc,
    sorry, I haven't saved the System-Logfile before restoring my parallels VM.
    But it looks like issues of linking data.
    For testing the Server services I have done a reset for a user password and I have deleted the profiles and configuration from Client-Side. One with Mac OS X 10.9.1, one iPad with iOS 6.1.3. But it was not possible to reconfigure/reinstall the Server Profile. Also a manually configuration was odd, because for some services the new password was necessary and for other services the old password. Very strange.
    To bring back the services I have rolled back the last snapshot of my parallels VM. Afterwards there was no probleme to reconfigure/reinstall the Profile on Client-Side (OS X 10.9.1 and iOS 6.1.3). Also the manually configuration shows the password for all services are matching with the current configuration.
    I'm going to install a further parallels VM with Mac OS X 10.9.1 and Server App 3 from scratch to move the services.
    Greetings

  • Translation of Wiki Server (10.8)

    Hi there!
    I need to translate my new wiki server (10.8) to my native language.
    I did it before with Wiki Server Lion.
    But now I have problems with finding all the files in OS X Server 10.8 that I need to translate.
    Files locations in 10.7 were:
    /usr/share/collabd/coreclient/public/locales/
    /usr/share/collabd/notifications/locales/
    /usr/share/collabd/webauthd/locales/
    /usr/share/collabd/coreclient/locales/
    Can somebody help me to find these files in OS X Server 10.8?
    Thanks,
    Alex

    Hi there,
    I found that amount of "locales" folders in Server 10.8 (Wiki) increase a little.
    All the locale folders that correspond to language of Wiki server are here:
    /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/coreclient/locale s/
    /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/coreclientbase/pu blic/locales/
    /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/coreclientmobile/ public/locales/
    /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/notifications/loc ales/
    /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/coreclient/public /locales/
    /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/webauthd/locales/
    Hope that it helps somebody.
    Nordic_user, thanks for your reaction.

  • Guide to Wiki Server 3?

    I've tried to find information on what Wiki Server 3 (WS3) can actually do. It would be the only reason for me to upgrade to Lion Server. I'm trying to make the decision of going with MediaWiki, or WS3, and while I'm quite sure that WS3 will be easier to install and setup, I can't seem to find any information on how it is to use or manage, so I can make sure it fits my needs?
    Can anyone provide me with links?
    I will only use it for private information at first, limited to two users, and then later open it up for more. It should also be capable to run two different seperate instances, so I can have two seperate wikis. I have no experience in either Ruby on rails, or PHP/mySQL, so I'm also looking for the easiest solution to maintain (Although I'm absolutely not afraid of reading up on stuff - I just prefer not to have to learn a new language or two, just for a wiki, if possible).

    If you want to run wikis for a couple users the Lion wiki server is easy to use and you can establish several wiki pages.  We've been using Wikis on our home Mac Mini Server for a couple years and hvae several wikis to assign different permissions - one the kids can write, one the kids are just read-only...  They've been quite helpful.  And maintaining them if carefree - I've had NO problems.  And if by maintaining you meant publishing content, that's fine too (although not completely flexible).
    Having upgraded from 10.6 to 10.7 this fall, I will say that I preferred the 10.6 Snow Leopard Wiki over the new implementation, for example it offered several templates for customizing the Wiki look, editing CSS.., but those are gone now. Oh well, progress???
    Regarding manuals for Lion Server I've only seen the online manauls.  Snow Leopard Server had a much more comprehensive set of manuals so you may learn more about the wiki reading them than anything available for Lion (of course Lion and SL have many differences  http://manuals.info.apple.com/en_US/WikiServerAdmin_v10.6.pdf
    If you haven't run Mac Server before, there will probably be some learning curve pain involved, but we find it useful to run as a File Server (files, music, photos, videos), Time Machine Backup Server, WIki Server Mail Server, Mobile Home Accounts, and we'll even log directly into the server and use it as a desktop (but there are some tricks for using an account both locally and over the network).  If you have some of these broader needs consider implementing Mac Server.  If you just ned the wiki, implementing another wiki product may offer

  • Wiki server sharing permissions aren't working.

    The sharing permissions or my documents in the wiki server don't seem to be working.  All of my documents are set to no access for logged in and unauthenticated  users. However I can still see my documents listed and accessible in the All Activity section of the wiki server when I am logged out.  This is a real problem. Any ideas?

    I spoke with Apple yesterday.  This issue is being elevated to the appropriate team as a definite problem.  The workaround for now is to set the permissions to read or read/write, click OK, then go back in and set it ot "no access" and click OK.  This should set and reset the permission for the document.
    It worked for me.

  • Wiki Server 3: What is API URL for AtomPub/MetaWeblog?

    Previously (OS X Server 10.6), AtomPub/MetaWeblog editors could connect to Wiki Server using the API access point http://example.com/RPC2 (Command Line, Ecto/Marsedit)
    Now (OS X Server 10.7), attempts to hit /RPC2 are resulting in a 404 response. I've so far been unable to track down where the API access point has moved to, and didn't have any luck flailing around at other likely candidates (thanks, ecto list of common XML-RPC endpoints!)
    Does anyone know where Lion Server puts the XML-RPC access point?

    If you want to run wikis for a couple users the Lion wiki server is easy to use and you can establish several wiki pages.  We've been using Wikis on our home Mac Mini Server for a couple years and hvae several wikis to assign different permissions - one the kids can write, one the kids are just read-only...  They've been quite helpful.  And maintaining them if carefree - I've had NO problems.  And if by maintaining you meant publishing content, that's fine too (although not completely flexible).
    Having upgraded from 10.6 to 10.7 this fall, I will say that I preferred the 10.6 Snow Leopard Wiki over the new implementation, for example it offered several templates for customizing the Wiki look, editing CSS.., but those are gone now. Oh well, progress???
    Regarding manuals for Lion Server I've only seen the online manauls.  Snow Leopard Server had a much more comprehensive set of manuals so you may learn more about the wiki reading them than anything available for Lion (of course Lion and SL have many differences  http://manuals.info.apple.com/en_US/WikiServerAdmin_v10.6.pdf
    If you haven't run Mac Server before, there will probably be some learning curve pain involved, but we find it useful to run as a File Server (files, music, photos, videos), Time Machine Backup Server, WIki Server Mail Server, Mobile Home Accounts, and we'll even log directly into the server and use it as a desktop (but there are some tricks for using an account both locally and over the network).  If you have some of these broader needs consider implementing Mac Server.  If you just ned the wiki, implementing another wiki product may offer

  • Can't log in to wiki server

    Everything was working fine with my wiki web site a couple of days ago.  This morning when I tried to log in, I couldn't.
    I can get to the main wiki page: https://tewiki.trilleng.com but when I click on "My Pages" or "Wikis" or "Blogs" and try to log in, it just shakes it's little square head "no."
    I tried to log in at 02:35:32. Here are some log entries at that time:
    tail -f /var/log/apache2/error_log.132390*
    [Sat Dec 17 01:42:19 2011] [warn] RSA server certificate CommonName (CN) `trilleng' does NOT match server name!?
    [Sat Dec 17 01:42:19 2011] [warn] RSA server certificate CommonName (CN) `trilleng' does NOT match server name!?
    [Sat Dec 17 02:27:49 2011] [error] [client 66.249.66.46] File does not exist: /Library/WebServer/Documents/robots.txt
    [Sat Dec 17 02:35:32 2011] [error] (61)Connection refused: proxy: HTTP: attempt to connect to 127.0.0.1:8171 (*) failed
    tail -f /var/log/system.log
    Dec 17 02:32:10 tewiki /System/Library/CoreServices/CCacheServer.app/Contents/MacOS/CCacheServer[7965] : No valid tickets, timing out
    Dec 17 02:33:48 tewiki login[8362]: USER_PROCESS: 8362 ttys003
    Dec 17 02:37:06 tewiki org.clamav.clamd[58]: SelfCheck: Database status OK.
    This isn't much information to go on. Where else can I look to get this sorted?
    Thanks!
    Luis

    Found and fixed the problem.
    In the file /Library/Logs/wikid/error.log was this:
    exceptions.IOError: [Errno 13] Permission denied: '/Library/Application Support/Apple/WikiServer/entityList.plist'
    I checked the WikiServer directory and the files there were owned by user:group root:admin.  They're supposed to be owned by _teamsserver:_teamsserver so I did a chown on that whole directory:
    sudo chown -R _teamsserver:_teamsserver WikiServer
    After that I was able to authenticate with my wiki server.
    I wonder if I can give myself 10 points for providing the correct answer.  :-)

  • Unable to log into wiki - server setup generals

    Hallo!
    I am new to SL Server problems and would like to know how to set up a wiki server and ical server properly.
    Is there a short manual for this? The manuals by apple dont realy tell me anything specific.
    For example i cannot log into my wiki with a given account.
    And the ical server utility does not find an account or so.. but i can use a calender from a user i created...
    Kind regards
    Michael

    Using OS X 10.6.8 you can update to 10.8 mountain lion, if you meet the hardware requirements.
    From there on you can install OS X Server, when you meet het additional requirements.
    OS X Server doesn't have a learning curve compared to Snow Leopard server, it costs a fraction

Maybe you are looking for

  • Problem in changin the username at the Step Level

    Hi All, I had a small problem with background processing in SM37.I was trying to change a job which was running from my Id to some other Id which I needed to run from.I changed it successfully, but the problem is the job is running under new Id now,

  • Source System Creation in BI to load data from ECC 6.0

    Our ECC 6.0 and BI 7.0 is one server. I would like to load data from ECC 6.0 to BI. How to create source system? I have source system for flat file and Data Mart (Myself source system) but don't know how to create source system to laod data from ECC

  • How do remove the page number using java script.

    Thank you.

  • Multicolumn Listbox not more than 32 Symbols?

    I have a Multicolumn Listbox. In the first row, I have a symbol (the diamond). Configuration of the Listbox is done via the frontpanel editor. Data is inserted programmatically, as well as the size, visibility and colors of the symbols are set progra

  • Laptop not showing anything

    my hp pavilion dv 5000 isn't showing anything on the screen once you switch it on. It just produces four beeps and does nothing else after that. What could be the problem?