Wiki postgres Socket disappears and appears

Can anybody confirm what I have to experience every time I ....
I am trying to connect to the postgres-database from Wiki via CLI:
bash-3.2# ls -la PostgresSocket/            
total 8
drwxrwxr-x  3 _teamsserver  _teamsserver  102 Jan 21 19:59 .
drwxr-xr-x  8 _teamsserver  _teamsserver  272 Jan  9 14:21 ..
lrwxr-xr-x  1 _teamsserver  _teamsserver    5 Jan 21 19:59 .xpg_ctl.pid -> 75527
bash-3.2#
bash-3.2#
bash-3.2#
bash-3.2# psql -h "/Library/Server/Wiki/PostgresSocket" -p 5432 -d collab -U collab
psql: could not connect to server: No such file or directory
  Is the server running locally and accepting
  connections on Unix domain socket "/Library/Server/Wiki/PostgresSocket/.s.PGSQL.5432"?
bash-3.2#
Then I did this:
bash-3.2# psql -h "/Library/Server/Wiki/PostgresSocket" -p 5432 -d collab -U collab
psql (9.3.5)
Type "help" for help.
collab=#
Boom - connected!!??
Then I disconnected and "lsed" again - wow!!
collab=# \q
bash-3.2# ls -la PostgresSocket/
total 24
drwxrwxr-x  7 _teamsserver  _teamsserver  238 Jan 21 20:03 .
drwxr-xr-x  8 _teamsserver  _teamsserver  272 Jan  9 14:21 ..
srwxrwx---  1 _teamsserver  _teamsserver    0 Jan 21 20:03 .s.PGSQL.5432
-rw-------  1 _teamsserver  _teamsserver  103 Jan 21 20:03 .s.PGSQL.5432.lock
srw-rw----  1 _teamsserver  _teamsserver    0 Jan 21 20:03 .xpg.skt
lrwx------  1 _teamsserver  _teamsserver    5 Jan 21 20:03 .xpg.skt.lock -> 75696
lrwxr-xr-x  1 _teamsserver  _teamsserver    5 Jan 21 20:03 .xpg_ctl.pid -> 75731
bash-3.2#
bash-3.2#
bash-3.2# psql -h "/Library/Server/Wiki/PostgresSocket" -p 5432 -d collab -U collab
psql (9.3.5)
Type "help" for help.
collab=# \q
Everything seems to work, right - suddenly?!
A couple minutes later
bash-3.2# psql -h "/Library/Server/Wiki/PostgresSocket" -p 5432 -d collab -U collab
psql: could not connect to server: No such file or directory
  Is the server running locally and accepting
  connections on Unix domain socket "/Library/Server/Wiki/PostgresSocket/.s.PGSQL.5432"?
bash-3.2#
bash-3.2# psql -h "/Library/Server/Wiki/PostgresSocket" -p 5432 -d collab -U collab
psql: could not connect to server: No such file or directory
  Is the server running locally and accepting
  connections on Unix domain socket "/Library/Server/Wiki/PostgresSocket/.s.PGSQL.5432"?
bash-3.2#
bash-3.2# psql -h "/Library/Server/Wiki/PostgresSocket" -p 5432 -d collab -U collab
psql: could not connect to server: No such file or directory
  Is the server running locally and accepting
  connections on Unix domain socket "/Library/Server/Wiki/PostgresSocket/.s.PGSQL.5432"?
bash-3.2#
bash-3.2# psql -h "/Library/Server/Wiki/PostgresSocket" -p 5432 -d collab -U collab
psql: could not connect to server: No such file or directory
  Is the server running locally and accepting
  connections on Unix domain socket "/Library/Server/Wiki/PostgresSocket/.s.PGSQL.5432"?
bash-3.2#
bash-3.2# ls -la PostgresSocket/
total 8
drwxrwxr-x  3 _teamsserver  _teamsserver  102 Jan 21 20:09 .
drwxr-xr-x  8 _teamsserver  _teamsserver  272 Jan  9 14:21 ..
lrwxr-xr-x  1 _teamsserver  _teamsserver    5 Jan 21 20:09 .xpg_ctl.pid -> 76124
bash-3.2#
bash-3.2# psql -h "/Library/Server/Wiki/PostgresSocket" -p 5432 -d collab -U collab
psql: could not connect to server: No such file or directory
  Is the server running locally and accepting
  connections on Unix domain socket "/Library/Server/Wiki/PostgresSocket/.s.PGSQL.5432"?
bash-3.2#
bash-3.2# psql -h "/Library/Server/Wiki/PostgresSocket" -p 5432 -d collab -U collab
psql: could not connect to server: No such file or directory
  Is the server running locally and accepting
  connections on Unix domain socket "/Library/Server/Wiki/PostgresSocket/.s.PGSQL.5432"?
bash-3.2#
bash-3.2# psql -h "/Library/Server/Wiki/PostgresSocket" -p 5432 -d collab -U collab
psql: could not connect to server: No such file or directory
  Is the server running locally and accepting
  connections on Unix domain socket "/Library/Server/Wiki/PostgresSocket/.s.PGSQL.5432"?
bash-3.2#
bash-3.2# psql -h "/Library/Server/Wiki/PostgresSocket" -p 5432 -d collab -U collab
psql: could not connect to server: No such file or directory
  Is the server running locally and accepting
  connections on Unix domain socket "/Library/Server/Wiki/PostgresSocket/.s.PGSQL.5432"?
bash-3.2#
bash-3.2# psql -h "/Library/Server/Wiki/PostgresSocket" -p 5432 -d collab -U collab
psql: could not connect to server: No such file or directory
  Is the server running locally and accepting
  connections on Unix domain socket "/Library/Server/Wiki/PostgresSocket/.s.PGSQL.5432"?
bash-3.2#
WHAT?! Socket is gone?!
A couple minutes later - guess what - yes! Back again!? I swear I didn't do anything - except waiting!
bash-3.2#
bash-3.2# psql -h "/Library/Server/Wiki/PostgresSocket" -p 5432 -d collab -U collab
psql (9.3.5)
Type "help" for help.
collab=#
collab=#
collab=#
collab=#
collab=#
collab=# \l
server closed the connection unexpectedly
  This probably means the server terminated abnormally
  before or while processing the request.
The connection to the server was lost. Attempting reset: Succeeded.
collab=#
collab=# \l
                                   List of databases
   Name    |    Owner     | Encoding | Collate | Ctype |       Access privileges      
-----------+--------------+----------+---------+-------+------------------------ -------
collab    | collab       | UTF8     | C       | C     |
postgres  | _teamsserver | UTF8     | C       | C     |
template0 | _teamsserver | UTF8     | C       | C     | =c/_teamsserver              +
           |              |          |         |       | _teamsserver=CTc/_teamsserver
template1 | _teamsserver | UTF8     | C       | C     | =c/_teamsserver              +
           |              |          |         |       | _teamsserver=CTc/_teamsserver
(4 rows)
collab=#
Can anyone explain what is going on here, please?

I use attached files a lot in my wikis. I have the same sort of problem with the question mark graphic. When I refresh the browser, that always fixes the graphic. The problem makes no difference to functionality, but it does make the wiki appear buggy and unprofessional. I will also try to see if file type makes a difference . . .

Similar Messages

  • Make a Panel disappear and appear again

    Hi Team
    I have a frame with Grid Layout where I have 3 Panels - P1, P2 and P3. I want that on the click on a button "+" P2 should disappear and P1 and P2 should align together. Again when the user click "-" button, P2 panel should appear again in its place between P1 and P3.
    The problem with the visible(false) method is that it makes P2 Panel disappear but the space between P1 and P3 panels is still there.
    Could anybody help me with this trivial issue
    Thanks,
    Mo

    user13019661 wrote:
    Hi Team
    I have a frame with Grid Layout where I have 3 Panels - P1, P2 and P3. I want that on the click on a button "+" P2 should disappear and P1 and P2 should align together. Again when the user click "-" button, P2 panel should appear again in its place between P1 and P3.
    The problem with the visible(false) method is that it makes P2 Panel disappear but the space between P1 and P3 panels is still there.
    Could anybody help me with this trivial issue
    Thanks,
    MoIn stead of making the panel invisible, remove it from the frame and trigger the frame to layout again (for example by calling pack() or revalidate()).

  • Since I upgraded to the latest os my spotlight doesn't seem to work anymore and the headings across the to keep disappearing and appearing

    Since I upgraded to the latest os my spotlight doesn't seem to work anymore and the headings across the to keep disappearing and appearing

    I think I figured out Firefox, I went under Help > Troubleshooting Information > Reset Firefox.
    I only have one account on my computer. Honestly I don't even really know how multiple accounts work. I've never played around with it. I already allowed Java - should I disable it?

  • Menu tabs disappear completely after login and appears if only i press on item node at hire level

    I'm using a Menu Model to Create a Page Hierarchy in my adf application on Jdeveloper 11.1.2.3.0
    it is in three levels level 1 have 2 item nods (home - Help) displayed as buttons
                                level 2   contains 5 item nods about the managements displayed as tabs
                                level 3   is about reports displayed as list
    the point I have apply security in the application using Adf security wizard and i assign roles and users and grants
    all works fine but level 2 tabs disappear completely after login and appears if only i press on Home item node at run time
    I create 2 users (admin) has all roles  and can view all  tabs in level 2 of my navigation and another user (emp)  which can view one Tab page in level 2
    Point 1 --the item nod are rendered according the #{securityContext.regionViewable['oracle.view.pageDefs.RentManagPageDef']}     (EL ) expression language 
    and other item nod render property are set as the same but in the page name definition
    it works fine
    _ Point 2 in my page template I set #{menuInfo.rendered} for renderd property of the command navigation item
    it works fine
    - point 3 I add a  go link in my template to explicit perform log in log out from the app  and redirect the user to the required page
    Destination is
    #{securityContext.authenticated ? "/adfAuthentication?logout=true&end_url=/faces/wearhouse.jsf"  : "/adfAuthentication?success_url=/faces/company.jsf"}
    and its also works fine
    the problem is in the level 2 navigation tabs which is diaper after explicit log in the app directs the user to the correct page successfully
    But the tabs are not rendered till I press on home button on Level 1 navigation it appears and it appears  correctly cording the logged in user validation
    in another words i log in as user (admin) i get directed to the successful log in page  in the link go but  level 2 tabs are invisible or not rendered at all    I click on Home button in level1 navigation the tabs
    become rendered or viewable and i navigate normally
    I log out as admin the level 2 tabs becomes invisible again
    then I log in as (emp)  i get directed to the successful log in page and  level 2 tabs are still  invisible or not rendered
    I click on Home button in level1 navigation the only one tab the user emp authorized to it  gets rendered (appears)
    and its semi correct behavior because this is what I want him to see only
    my tries to find solution
    I tride to use
    #{securityContext.userInRole['division']}
    on the menu node item   I found same behavior level 2 tabs gets hidden till i click on home link at run time
    I tride to use #{securityContext.authenticated} to control item nods rending
    all tabs remains visible and i dont want that ain adition if user clicks on a tab of page he has no authority on it i recive server error
    I read 30.7 Creating a Login Page in the  Fusion Developer's Guide for Oracle Application Development Framework to finde about redirecting user
    and it is using the same as i did from adf tutorials
    I tried to make new navigation app on fast
    maybe i made incorrect change in any stage of my original app
    but I found same behavior
    I tried to set disabled property instead of rendered property the tabs are always rendered   but I got server error when I click on a tab which a user does not authorized
    So I doubt maybe problem in the El or the way I use to control rendering item node
    or there additional step to stop all  the tabs disappear after login
    I hope please some one Help or tell me what i have to read about in the developer guide  or interface developer guide or article on the web
    I'll be gratfule
    I know maybe it is small issue but help me please

    Hi,
    have a look at the sample that comes with this article: Oracle ADF: Security for Everyone It uses resource remissions to authorize panel tabs.
    One test to run is to print the outcome of the security evaluation (e.g. output text) to see what it returns.
    Frank

  • Hi I have been having a problem with Bridge in CS4 recently. So uninstalled CS4 and Lightroom 4.4 and reinstalled them on my Desktop PC. When I turned on Bridge through CS4, My thumb nail images disappeared and a thumb nail icon with CR2 appeared. Now som

    Hi I have been having a problem with Bridge in CS4 recently. So uninstalled CS4 and Lightroom 4.4 and reinstalled them on my Desktop PC. When I turned on Bridge through CS4, My thumb nail images disappeared and a thumb nail icon with CR2 appeared. Now some of my images have disappeared from Light room 4.4, but I can find them in CS4 and Bridge now shows some thumb nails as images and some as an icon with CR2. I have spent two weeks going through preferences etc. to find how to resolve my problem. Please can you Help? Meany thanks in advance
      Derek Randall

    I don't use LR and rarely use the bridge so I can not answers about thumbnails in them,  However thumbnails in windows file explorer and windows dialog for CS2 files will only show if you have installed codec into windows that will produce them. Windows does not do CR2 thumbnails on its own. I use FastPictureViewer Codec package for RAW File and PSD files thunbmail support.

  • When I open Iphoto, I see all my photos for a second and then they disappear and only a white dotted box appears.  Then I click on it and for photos is a triangle with an exclamation point.  It doesn't happen to all but quite a lot. how to I get them back

    When I open Iphoto, I see all my photos for a second and then they disappear and only a white dotted box appears.  Then I click on it and for photos is a triangle with an exclamation point.  It doesn't happen to all but quite a lot. how to I get them back

    Have you recently deleted photos using the finder or run clean up software?  Is so restore your backup
    If not the backup your iPhoto Library and launch iPhoto while depressing the option and command keys. Rebuild your database
    LN

  • I created a book in iBooks Author using the Photo Book template. When I rotate to portrait orientation, the photo or widget disappears and a table of contents appears with only the interactive media showing.

    I created a book in iBooks Author using the Photo Book template. When I rotate to portrait orientation, the photo or widget disappears and a table of contents appears with only the interactive media showing.

    Thanx for the prompt response, KT. I have indeed seen that thread, only just after I posted the question.
    I have spent hours on the phone with what I now know is a call center in Texas on this question.
    I think Apple could be a little more "hands on" with iBooks Author users, and it should also be pointed out that landscape photos will not display in portrait mode.
    In my case, I used gallery widgets to display vertical photos, since they look better in portrait mode.
    But instead of simply rotating, the page disappears and a TOC of interactive media appears. The gallery behaves as expected when tapped. This is not what I expected, but since the gallery works, I can live with it.
    Right now I have "tickets" telling me to "fix" this "problem or to disable portrait mode.
    I don't want to disable portrait mode.
    Will Apple accept the books if I tell them this is not an "error?"

  • Mail account doesn't work properly, deleted messages keep re-appearing, others seem to disappear and reappear at random.

    deleted messages keep re-appearing, others seem to disappear and reappear at random

    I have the same problem. Thankfully one which was missing came back. I printed it out and made a PDF of it since it was an important one I'd been looking for.
    I have three icloud email accounts which folders for each one. Now they mostly come up in my inbox instead of the correct folder and they won't move to the correct one.
    Come on Apple, fix this.

  • 4 questions: at login black rectangular box, appears and speaks- 2 annoying black box over text- 3 bluetooth doesnt always pick up keyboard/mouse at login- 4 dock disappears and reappears at will

    Here we go,
    1) at login a black rectangular box with white text appears and voice over seems to be on (even though its switched off)
    2) after login an annoying black square surrounds the cursor
    3) upon waking computer from sleep the bluetooth doesn't pair with the keyboard or mouse (I usually just power them both off and then back on and this seems to work)
    4) the dock disappears and reappears on its own even though "hide the dock" is not checked
    iMac running Lion
    Thanks for any help!
    Dennis

    In the login screen, press the key combination command-F5 to deactivate VoiceOver.

  • Why do my recent phone contacts keep disappearing and re-appearing?

    I recently bought an iPhone 4S and synced my contacts from my previous smart phone.
    Now, the contacts I add get saved, but they keep disappearing and re-appearing automatically. This has been happening for almost a month now.
    It is very embarassing when my new Manager calls up and I ask who he is.
    Please help.

    So after the subscriptions disappeared yesterday, I resubscribed to Democracy Now! and Bill Moyers Journal.
    This morning, I went to check iTunes... and two of the subscriptions were gone -- AGAIN! And the episode of Democracy Now! that remained behind was now listed under real Tim with Bill Maher.
    I'm getting so frustrated with this... why am I having to re-subscribe to podcasts every day now?

  • My forwart text feature on IOS 8 keeps disappearing and the only way I know how to make it re-appear is by powering off and on my phone, is there another way to fix this feature?

    my forward text message feature on IOS8 keeps disappearing and the only way I know to make it re-appear is by powering off and on my phone. Is there any other way to fix this?

    I should also point out that when I connect my iPhone, it DOESN'T appear as a connected drive on the desktop. Not sure how this can be so, since the iPhone also has a drive and also functions as an iPod if I want it to. I must have changed some setting to achieve this non-appearance, but don't remember what I must have done.
    What's the secret?

  • While I was starting "word search" a question appeared asking for my Apple password so I gave it.  It disappeared, and I was in the program.  Is this common?  I didn't feel comfortable after that. Could someone have hacked my password?

    I was starting my "search word" game tonight as I always do, when a question asking for my Apple password appeared in order to play. So I entered my password.  The question disappeared and I could continue the game.  After that I felt very uncomfortable.  Is this a common thing to happen? Has it happened to anyone else.  Can't get a hold of anyone at Apple because it's after hours....

    Change your Apple ID password.
    http://support.apple.com/kb/ht5624

  • Disappearing and Re-Appearing Dock

    I have a Macbook Pro that runs 10.4.11.
    I just installed several updates last night including some sort of security patch and new version of iTunes and ever since then, my Mac has been randomly freezing with the hourglass icon (rainbow disk keeps spinning indefinitely) and the dock disappearing and re-appearing at variable intervals.
    I have already restarted the computer a few times, but the problem persists.
    I don't have the OS disks with me at the moment, since I am out of town.
    Are there any other known workarounds?
    Thanks, in advance.

    Hi,
    I attempted the Disk Utility Repair but it did not work.
    So I disabled the application 'StickyWindows' and this resolved the problem.
    Hope this helps.

  • I have connected an AirPlay enabled device to iphone4s. I started palying songs. I was able to access internet through 3G from iphone.After few seconds 3G symbol disappears and WiFi symbol appears. After that I'm not able to access internet. Why is it so?

    I have connected an AirPlay enabled device to iphone4s. I started palying songs. I was able to access internet through 3G from iphone.After few seconds 3G symbol disappears and WiFi symbol appears. After that I'm not able to access internet. Why is it so?

    SMS. Deggie, had them check that.  After a lengthy discussion with Senior Tech advisor, it appears it is iMessage/Face Time server (they are the same) issue, which will strong arm those into purchasing Data if they use iMessage over multiple devices, as the server registers the phone number associated with apple ID.  Not impressed. I put what I've learned here in a simliar thread
    https://discussions.apple.com/message/17416082#17416082
    and this is what I've put in apple.com/feedback
    "iMessage requires internet.  SMS does not.  iMessage/FaceTime auto logs phone numbers to the iMessage/Facetime  server (it's the same server as I've come to learn), this means that when iMessage/Face Time is turned on anyone sending a message through the server to me will only be sent as an iMessage- not when I'm not connected to internet, meaning I will not receive the message as an SMS by default, when I have another device using iMessage (such as MacBook) logged in.
    This feature is a problem for me, bottom line, in that iMessage strong arms the consumer (me) into having to buy a data plan that they either do not want, or do not need."

  • My computer turned on and showed a loading bar at the bottom, then that bar disappeared and the loading wheel appeared under the apple icon, what do I do?

    My computer turned on and showed a loading bar at the bottom, then that bar disappeared and the loading wheel appeared under the apple icon, what do I do?

    It is a Mac OS X.
    We still don't know your model--OSX is the operating system, not the hardware model. Please do "About this Mac" from your Apple menu to see a window like this:
    Please tell us what your computer shows for the contents of the two lines I've indicated with red arrows. The processor type will at least tell us to which of the four basic iMac families yours belongs. That's a start and can help you avoid getting advice that is not appropriate to your Mac model.

Maybe you are looking for

  • Can I charge by USB and play at same time?

    I take my ipod classic to work and charge through the USB on my PC at work. Can I play this at the same time it is charging? I can't seem to figure out how to do this but I hope I can because my battery doesn't stay charged very long anymore and woul

  • Re-start producer while loop

    Hi, I'm trying to figure out the best way to implement a producer/consumer architecture. I'm hoping there is something simple that I don't understand. I have a state machine executing in it's while loop, doing things like saving and processing data.

  • Unwanted Database Lock when using CAF BO method 'update'

    Hi all We are using the Composite Application Framework (CAF), and Business Objects (BOs) to save data on the database. A service call is using a BO 'Update' method as follows: _location.debugT("Test debug line 4"); getBOSalesDataService().update(sal

  • Unable to query Internet Explorer 9 - 11

    Hello, I'm hoping to get some help with locating Internet Explorer 9,10, and 11 installations on workstations in SCCM 2007. I have tried searching on Add/Remove, iexplore.exe file version. When using the canned SQL queries it can find for example 1 s

  • ICloud.exe - Entry Point Not Found

    The iCloud 2.1 was working well until I deleted it in error. When I tried to re-install a message appeared that says "The procedure entry point_objc_init_image could not be located in the dynamic link library objc.dll". Please help me to fix this mes