How do I fix the web and wiki server - error reading settings?

Hello,
      I upgraded to OS X Mountain Lion and installed the OS X Server.  The Wiki pane has the error message "Error Reading Settings".  The Websites pane looks fine, but when I click on "View Server Website", I get the webpage that simply says "Server Error".  (I am wondering if these are interrelated, which is why I put them in the same discussion.)  I will note that the admin tools must have changed since trying to follow the discussions for previous versions of the Server leads to paths that are not present.  Any suggestions on what to try would be most appreciated.  Many thanks!

Hello.  Unfortunately, serveradmin is indeed one of those paths/tools that are no longer present in the new version of OS X Server.  Either that, or it is renamed to something new that I am not aware of.  However, doing a ps -A | grep -i postgres, I get the below.  I am not sure if this really means postgres is running or not.  Looking in system.log file, I am noticing a weird error (attached).  Any thoughts on this would be most appreciated.  Many thanks!
--------- ps -A | grep -i postgres -------
3709 ??         0:01.67 /Applications/Server.app/Contents/ServerRoot/usr/bin/postgres_real -D /Library/Server/PostgreSQL/Data -c listen_addresses= -c log_connections=on -c log_directory=/Library/Logs/PostgreSQL -c log_filename=PostgreSQL.log -c log_lock_waits=on -c log_statement=ddl -c log_line_prefix=%t  -c logging_collector=on -c unix_socket_directory=/var/pgsql_socket -c unix_socket_group=_postgres -c unix_socket_permissions=0770
3724 ??         0:00.79 postgres: logger process                          
3726 ??         0:02.08 postgres: writer process                          
3727 ??         0:01.45 postgres: wal writer process                          
3728 ??         0:02.25 postgres: autovacuum launcher process                          
3729 ??         0:05.38 postgres: stats collector process                          
6591 ??         0:00.01 postgres: caldav caldav [local] idle                       
20614 ttys000    0:00.00 grep -i postgres
---------- system.log postgres error? --------------
Jul 25 21:33:32 toshiro-k-ohsumis-macbook-pro.local wikiadmin[20810]: [main.m:81 73290180 +0ms] PID 2655 in /tmp/wikiadmin-is-running.pid is stale, removing
Jul 25 21:33:32 toshiro-k-ohsumis-macbook-pro.local wikiadmin[20810]: [main.m:86 73290180 +0ms] Failed to remove /tmp/wikiadmin-is-running.pid: Permission deniedJul 25 21:33:32 toshiro-k-ohsumis-macbook-pro.local wikiadmin[20810]: [main.m:99 73290180 +0ms] wikiadmin is already running (pid=2655), check /tmp/wikiadmin-is-running.pidJul 25 21:33:32 toshiro-k-ohsumis-macbook-pro.local collabd[8654]: [CSConnectionPool:141 9be8000 +162ms] Schema is STILL out of date (0 < 69) after launching wikiadmin, update failed! collabd will refuse to run until this is fixed.Jul 25 21:33:32 toshiro-k-ohsumis-macbook-pro.local collabd[8654]: [CSConnectionPool:152 9be8000 +0ms] Could not open a connection to Postgres. Please make sure it is running and has the correct access.Jul 25 21:33:32 toshiro-k-ohsumis-macbook-pro.local collabd[8654]: [PGCConnection:148 9be8000 +4ms] Error in TXN: Error executing query [INSERT INTO entity_attrs (entity_uid_fk, attrs_bin) VALUES ($1, $2)]: ERROR:  bind message supplies 0 parameters, but prepared statement "" requires 2        (                0   CoreFoundation                      0x00007fff8d8ca716 __exceptionPreprocess + 198                1   libobjc.A.dylib                     0x00007fff8e824470 objc_exception_throw + 43
                2   PostgreSQLClient                    0x00000001099929ae -[PGC
Connection checkResultOK:forSQL:] + 360
                3   PostgreSQLClient                    0x00000001099935bd -[PGC
Connection executeUpdate:withParams:] + 879
                4   CSService                           0x00000001098e9298 -[CSContentService insertEntityAttributesRow:inTable:withGUID:] + 275
                5   CSService                           0x00000001098ea1fc __57-[CSContentService _internalCreateEntity:asUser:withACL:]_block_invoke_0 + 586
                6   PostgreSQLClient                    0x00000001099925a2 -[PGCConnection transactionInBlock:onError:] + 62
                7   CSService                           0x00000001098e9f3f -[CSContentService _internalCreateEntity:asUser:withACL:] + 771
                8   CSService                           0x000000010990b3e5 __88-[CSContentService createEntitiesFromTemplate:withData:andVariables:andACL:andLanguage:]_block_inv oke_0 + 898
                9   PostgreSQLClient                    0x00000001099925a2 -[PGCConnection transactionInBlock:onError:] + 62
                10  CSService                           0x000000010990b004 -[CSContentService createEntitiesFromTemplate:withData:andVariables:andACL:andLanguage:] + 237
                11  CSService                           0x000000010990b5f1 -[CSContentService createEntitiesFromTemplate:withData:andVariables:andACL:] + 126
                12  CSService                           0x000000010990ba6b -[CSContentService createEntitiesFromTemplate:] + 124
                13  CSService                           0x000000010990cd84 __24-[CSContentService init]_block_invoke_02420 + 225
                14  PostgreSQLClient                    0x00000001099925f7 -[PGCConnection transactionInBlock:onError:] + 147
                15  CSService                           0x000000010990c4f4 -[CSContentService init] + 789
                16  CSService                           0x00000001098bb11b -[CSLocalServiceLocator allocateService:] + 191
                17  CSService                           0x00000001098bb1c7 -[CSLocalServiceLocator locateService:] + 108
                18  CSService                           0x00000001098c1cf7 -[CSServiceBase locateService:] + 70
                19  CSService                           0x00000001098d3f55 __42-[CSSessionService unauthenticatedSession]_block_invoke_0 + 35
                20  CSService                           0x00000001098c26d7 -[CSServiceBase disableRefObjsInBlock:] + 279
                21  CSService                           0x00000001098d3e13 -[CSSessionService unauthenticatedSession] + 200
                22  CSService                           0x00000001098d452f -[CSSessionService currentOrNewSession] + 59
                23  CSService                           0x00000001098d58a5 -[CSSessionService enterMagicalAuthRealm] + 51
                24  CoreFoundation                      0x00007fff8d8bdcac __invoking___ + 140
                25  CoreFoundation                      0x00007fff8d8bdb47 -[NSInvocation invoke] + 263
                26  CSService                           0x00000001098bc50f -[CSServiceDispatcher executeRequest:asPartOfBatch:usingServiceImpl:] + 1507
                27  CSService                           0x00000001098bc9be -[CSServiceDispatcher executeRequest:] + 114
                28  collabd                             0x0000000109851393 +[CSServiceDispatchHTTPRouter routeServiceRequest:response:] + 705
                29  collabd                             0x000000010984fe37 __53-[CSRoutingHTTPConnection httpResponseForMethod:URI:]_block_invoke_0 + 73
                30  collabd                             0x000000010985286c __56-[CSHTTPBackgroundResponse initWithConnection:andBlock:]_block_invoke_0 + 185
                31  libdispatch.dylib                   0x00007fff82b49f3d _dispatch_call_block_and_release + 15
                32  libdispatch.dylib                   0x00007fff82b460fa _dispatch_client_callout + 8
                33  libdispatch.dylib                   0x00007fff82b4723e _dispatch_worker_thread2 + 304
                34  libsystem_c.dylib                   0x00007fff8cc0cceb _pthread_wqthread + 404
                35  libsystem_c.dylib                   0x00007fff8cbf71b1 start_wqthread + 13

Similar Messages

  • How to Publish on the Web a PDF document in Reading mode only

    Hello,
    I'm planning to post on my web site my manuscript in PDF format. I would like to make it available in a reading mode only.. I wonder if ADOBE LIVECYCLE Rights Management would allow me to do so in a safe manner. What would be the cost?
    Thanks.
    PATEGA

    Thank you for your reply.
    De : Test Screen Name 
    Envoyé : 15 septembre 2014 05:51
    À : Gaétan Patenaude
    Objet :  How to Publish on the Web a PDF document in Reading mode only
    How to Publish on the Web a PDF document in Reading mode only
    created by Test Screen Name <https://forums.adobe.com/people/TestScreenName>  in Adobe PDF Pack - View the full discussion <https://forums.adobe.com/message/6730511#6730511>

  • How do i fix the "web form must capture customer name and email address" error?

    Hi all,
    I have a webform that is submitting securely to the bc servers. I get the response:
    {"SystemMessage": { "success": False, "message": "ERROR: An error occurred. Your web form must capture customer name and email address. Please fix this issue and re-insert your web form on your web page." }}
    I have verified that the "FirstName","LastName","EmailAddress" are actually gettting sent with their corresponding values. I can't seem to figure out why i keep getting this error. Can someone please lend a helping hand?!? Thanks guys... here's my code:
    var rAction = 'https://site.worldsecuresystems.com/FormProcessv2.aspx?WebFormID=85886&OID={module_oid}&OTYPE={module_otype}&EID={module_eid}&CID={module_cid}&CC={module_urlcountryc ode}&Referrer={module_siteurl,true,true}&JSON=1';
    var rData = 'FirstName='+escape(fName.val())+'&LastName='+escape(lName.val())+'&EmailAddress='+escape (email.val())+'&Username='+escape(username.val())+'&Password='+escape(passwd.val())+'&Pass wordConfirm='+escape(passwd2.val())+'&BillingAddress='+escape(baddress.val())+'&BillingCit y='+escape(bcity.val())+'&BillingState='+escape(bstate.val())+'&BillingZip='+escape(bzip.v al())+'&PaymentMethodType='+escape(paymentMethodType)+'&CardName='+escape(cName.val())+'&C ardNumber='+escape(cNum.val())+'&CardExpiryMonth='+escape(expMonth)+'&CardExpiryYear='+esc ape(expYear)+'&CardType='+escape(cType)+'&CardCCV='+escape(ccv.val())
    $.ajax({
    type: 'POST',
    url: rAction,
    data: rData,
    success: function(msg){
    console.log('success');
    $('#result').html(msg);
    error: function(msg){
    console.log('error');
    $('#result').html(msg);

    Ok -- after testing this out a little on my own I think it must have to do with not properly serialzing the data you are passing in the ajax function.  In the example I linked to earlier they are just serialzing the form data and it works because it converts the data in the form's input fields to URL encoded notation.
    If you aren't using an actual form on your site to mimick the example I linked to then when building your "rData" string instead of using the "escape" function for each of the parameter values, you should be using the "encodeURIComponent" function instead which instead of escaping characters will convert it to URL encoded notation.  That's probably your issue. Here's more about encodeURIComponent(): http://www.w3schools.com/jsref/jsref_encodeURIComponent.asp
    Try this with the rData variable instead:
    var rData = 'FirstName='+encodeURIComponent(fName.val())+'&LastName='+encodeURIComponent(lName.val()) +'&EmailAddress='+encodeURIComponent(email.val())+'&Username='+encodeURIComponent(username .val())+'&Password='+encodeURIComponent(passwd.val())+'&PasswordConfirm='+encodeURICompone nt(passwd2.val())+'&BillingAddress='+encodeURIComponent(baddress.val())+'&BillingCity='+en codeURIComponent(bcity.val())+'&BillingState='+encodeURIComponent(bstate.val())+'&BillingZ ip='+encodeURIComponent(bzip.val())+'&PaymentMethodType='+encodeURIComponent(paymentMethod Type)+'&CardName='+encodeURIComponent(cName.val())+'&CardNumber='+encodeURIComponent(cNum. val())+'&CardExpiryMonth='+encodeURIComponent(expMonth)+'&CardExpiryYear='+encodeURICompon ent(expYear)+'&CardType='+encodeURIComponent(cType)+'&CardCCV='+encodeURIComponent(ccv.val ())

  • How can I fix the RSS and search feed?

    It puts my site name after the actual URL in the link, but the actual rss.xml file is not there, it's where it's supposed to be! this site name thing seems like just a pain in the *** if your not using a .me account, which I am not, I have my own domain.

    Hi AppleLove78,
    I'm sorry to hear you are having issues with your new iPhone 6. If you continue to have audio or call quality issues, you may find the information and troubleshooting steps outlined in the following article helpful:
    If you can't hear a person on a call or voicemail or if the sound quality is poor on iPhone - Apple Support
    Regards,
    - Brenden

  • How do I fix the back and forward button feature on my Logitech Unifying mice?

    Ever since the latest automatic FFX update to 6.0.2 my fancy new Logitech Unifying Mice, both the M505 and the M510 no longer function properly in FFX. The middle multi-function scroll-wheel, button used to be the back button when pushed sideways to the left and forward when pushed sideways to the right.
    I've updated software in the Logitech unifying software, I've reset the settings for the button controls. nothing seems to work. Please help

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.com/kb/Bookmarks+not+saved#w_places-database-file

  • How do I display the web address within Adobe PDF Reader 10 & IE 9 64-bit?

    Until a week ago, I was using IE 9 32-bit version together with Adobe PDF Reader 10.    When I would try to open a PDF file from within the browser, it would and the Web Address would continue to display at the top of the window while browing the PDF document.  I could then continue using IE 9 and move on to other pages and etc...
    Now, I have swtiched to using the IE 9 64-bit version.  What happens now is that when I enter an address in the web browser and it's a direct link to a PDF file  example:   https://www.technicalindicatorindex.com/newsletter/bpdf/TII_Newsletter_1686a_10.11.11_7055 475115.pdf   ), it opens up with no problems, but I no longer see the IE 9 Web Address shown anywhere.  So in essence, that page becomes a Adobe PDF program window and I loose my IE 9 access.   I guess the PDF files are no longer displayed within the browser (althought I have it check ON). 
    Am I missing something?

    I did write there, but no replies
    I guess that with Adobe Reader 10.1.1 running with IE 9.x in x64 bit mode, you cannot open the PDF within explorer, as it does it outside it as a separate Window?
    Correct?

  • How do I display the web address with Adobe PDF Reader 10.1.1 & IE 9 x64?

    Until a week ago, I was using IE 9 32-bit version together with Adobe PDF Reader 10.1.1.   When I would try to open a PDF file from within the browser, it would and the Web Address would continue to display at the top of the window while browing the PDF document. I could then continue using IE 9 and move on to other pages and etc...
    Now, I have swtiched to using the IE 9 64-bit version. What happens now is that when I enter an address in the web browser and it's a direct link to a PDF file example: https://www.technicalindicatorindex.com/newsletter/bpdf/TII_Newsletter _1686a_10.11.11_7055475115.pdf ), it opens up with no problems, but I no longer see the IE 9 Web Address shown anywhere. So in essence, that page becomes a Adobe PDF program window and I loose my IE 9 access. I guess the PDF files are no longer displayed within the browser (althought I have it check ON).
    Am I missing something?

    I did write there, but no replies
    I guess that with Adobe Reader 10.1.1 running with IE 9.x in x64 bit mode, you cannot open the PDF within explorer, as it does it outside it as a separate Window?
    Correct?

  • Customize the 404 and 500 server error pages

    how can I customize the 404 (http 404 error) and 500
    (internal server error) server error pages?
    Where are the corresponding pages?
    thanks for your help
    Celestino

    Theoretically, quite easily:
    The default error pages can be overriden by any html/jsp/servlet resource. You have
    only to map the error codes with your own error pages within the Deployment Descriptor
    file (web.xml).
    See the documentation for details.
    HTH
    Ales
    "Celestino" <[email protected]> wrote:
    >
    how can I customize the 404 (http 404 error) and 500
    (internal server error) server error pages?
    Where are the corresponding pages?
    thanks for your help
    Celestino

  • How can I fix the buzzing and focus camera problem

    So about 3 days ago I had used the camera to take a picture cause words couldn't do much justice. Later on about 1pm (it was working fine at 9am) I was going to use the camera for Google translate then I saw the camera wasn't working properly, like wavely then  I heard some buzzing sound that I could feel on the back of the phone. I asked it on forums, which all said it's a hardware issue that "is common with that phone" I didn't drop it, at least not this year. only thing I did do is use a cable that let me plug usb devices into the phone which I had done before w/o issues. I contacted Verizon and they told me of a possible fix that didn't work. I keep wanting to use my camera but all I can do is use the front camera. Anything I can do short of going to Verizon or replace/repair the phone?

    jack424,
    I am so sorry to hear of the camera issue. I appreciate all the details you have provided. Let's investigate into this further. Does the camera still look "wavey" or does it just buzz now? Are you using the factoy camera application on the device? Do you receive the same buzzing if you download another camera application and try to use the rear camera? What exactly it tech support have you try when you called in?
    LindseyT_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the �Correct Answer� button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • How can i fix the A2 and 99 debug code of on the X 79-a GD 65 8 dimm

    İ am tryed the very different ways but nothing work i love the msi brand but i am very tired now, i dont wanna see any code or error mesages with my x 79 mobo when starting.

    Quote from: masterten on 30-May-12, 20:24:25
    You were arleady told that these codes are NOT error codes, but just checkpoint codes. MANY motherboards are using this codes to show us what are they doing at PC startup. I have Z77A-G45 and I'm also seeing the codes.
    99 - this is the first code that shows up on the monitor after turning PC on
    A2 - mobo is detecting IDE devices (hard discs, optical drives).
    B4 - mobo is detecting USB devices.
    If your PC is booting and working ok - you have nothing to worry about. But if your PC is hanging during a specific startup code, then you can identify the source of the problem.
    sorry my brother for that sure not error codes strange! ?? but  i am why waiting for seeing boot screen 15 second black screen? later post mobo screen later w7 boot total 34-40 second but i think must be more lower thank you for your help.

  • I keep getting a screen that says firefox exe has encountered and needs to close. If I restore the session I get the same message. These are sites I frequent regularly. How do I fix the problem and more to the point, what is the problem?

    This problem started when I reinstalled my operating system and reloaded my programs. Until this point I was having no problems.

    Looking to find the problem, I tried using safe mode to find a solution and found that in safe mode I did not encounter any error messages. I have no idea what is happening but I now can get to sites with no problem. Does any one know why?

  • How do you fix the I tunes written permission error

    I have tried every thing from unchecking Read only Boxs , making sure my Music folder is On the right settings but nothing has worked Help ! - Kiwibunson

    Connect the iPod to your computer and restore via iTunes
    iTunes: Restoring iOS software
    If problems then:
    Place the iOS device in Recovery Mode if necessary to allow the restore.
    If recovery mode does not work try DFU mode and then restore.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - Try another cable
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • How do I fix, "The iPhone software update server could nto be contacted."

    I have enabled iTunes in the firewall, updated windows, restarted 3x...when I try to get Apple support it says I have an outdated browser on my laptop and iPad.  my iPhone is garbage until this is resolved - just keeps telling me to plug into iTunes.  Trying to update iTunes I get, "the iTunes server could not be contacted.  Please check your internet connection, or try again later."

    Trying to update iTunes I get, "the iTunes server could not be contacted.  Please check your internet connection, or try again later."
    Try updating your iTunes using an iTunesSetup.exe (or iTunes64Setup.exe) installer file downloaded from the Apple Website:
    http://www.apple.com/itunes/download/

  • How do I set the brightness and contrast to their default settings?

    I am attempting to use software and hardware to calibrate my MacBook Pro monitor to use color management software and hardware.

    Hi,
    Try this,
    Open System Preferences>Screen>Color>Calibrate
    Dimaxum

  • Error reading settings in wiki and profile manager

    I have just upgraded from Snow Leopard Server to Lion server.
    I now have the following errors in server app:-
    Wiki : message "Error Reading Settings"
    Profile Manager: message  "Error Reading Settings"
    What do I do to get my wiki back!
    When I visit my default ssl Wiki I get the following:-
    Collaboration::PGCConnectionError in Sources#index
    Showing /usr/share/collabd/coreclient/app/views/layouts/application.html.erb where line #5 raised:
    FATAL:  role "collab" does not exist
    Extracted source (around line #5):
    2:      :user => @user,3:      :entity => @entity,4:      :owner => @owner,5:      :service_client => service_client,6:      :controller => controller7: }) %>8:
    Rails.root: /usr/share/collabd/coreclient
    Application Trace | Framework Trace | Full Traceapp/controllers/application_controller.rb:325:in `service_client'app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1616978790_2215846900_0'app/controllers/application_controller.rb:44:in `render_server_error'app/controllers/application_controller.rb:43:in `render_server_error'
    Request
    Parameters:
    None
    Show session dump
    Show env dump
    Response
    Headers:
    None
    Please help

    I did a clean install of Lion/Lion Server, but I ran ino the same problem too with "Error Reading Settings" for both the profile manager and the wiki.
    INVESTIGATION: I checked to see if the postgres database (which I presumed was were the settings were being read from).
    # sudo serveradmin fullstatus postgres
    postgres:dataDirHasBeenInitialized = yes
    postgres:PG_VERSION = "9.0.4"
    postgres:dataDir = "/var/pgsql"
    postgres:postgresIsResponding = no     # !!! why isn't it responding???
    postgres:dataDirIsDirectory = yes
    postgres:PGserverVersion = 0
    postgres:dataDirExists = yes
    postgres:setStateVersion = 1
    postgres:state = "RUNNING"
    PROBLEM: The postgres service hadn't been started properly; I found this by doing the following:
    # sudo serveradmin stop postgres
    postgres:state = "STOPPED"
    # sudo serveradmin start postgres
    postgres:error = "CANNOT_START_SERVICE_TIMEOUT_ERR"
    FIX: The postgres service couldn't create the log file because it didn't have permission. I did this to fix it, then simply restarted it and all was well:
    # sudo chmod 777 /Library/Logs/
    # sudo serveradmin start postgres
    postgres:state = "RUNNING"
    I hope this helps someone.

Maybe you are looking for

  • Unable to create an entry in SWEC transaction .

    I have added a new Event RaisePRChange to ZBUS2009 and delegated to BUS2009. When I try to configure in SWEC the following entry :  BANF | BUS2009 | My New Event | On Change. I get the error: Key for change doc. object BANF and business object type B

  • Change default purchase order currency

    Hello gurus, in POs when I enter the vendor, the order currency is defaulted for all items and cannot be changed. Is there any way to change the currence in one PO? Or what has to be done in customizing to achieve this? Thanks Alicia

  • Admin server doesnt start...

    I am getting the following exception, please help. I have tried putting the user name and password in boot.properties file but it didnt help me. ####<May 26, 2011 7:56:14 AM CEST> <Critical> <WebLogicServer> <tna-06-7437> <AdminServer> <main> <<WLS K

  • My iMac won't restart or shut down. What can I do?

    I closed all my programs and windows and clicked on "RESTART" but it just hangs after my desktop icons/dock/etc have disappeared. I can still see my wallpaper, and I get the rainbow timer wheel spinning round, but it just sits there. I've left it for

  • I can not update my phone it keeps saying error 3004 what do i do?

    I can not update my phone it keeps saying error 3004 what do i do?