aconner
02-11-02, 22:08
| Relatively new to PostgreSQL and have encountered a start up problem that I've not yet experienced. Any guidance in pointing me in the right direction to recovering the database and getting it back online would be greatly appreciated. ------ Configuration ------ Windows NT 4.0 Service Pack 6 Cygwin 1.3.9 IPC-Daemon 1.09-2 PostgreSQL 7.1.3 PostgreSQL ODBC driver 7.01.00.09 Perl 5.6.1 Build 631 ------ Database condition prior to shutdown ------ The database seemed to be functioning fine with the exeption that it would not accept any new records. When an attempt was made to insert a new record the ODBC driver would provide the following error: "Error while executing the query; No response from the backend; Error while reading from the socket." I shutdown the server and restarted it as the first action to correct the problem. ------ Current State ------ When I attempt to bring the postmaster service back online it generates the following error: invoking IpcMemoryCreate(size=1245184)FindExec: searching PATH ...ValidateBinary: can't stat "/usr/local/bin/postmaster"FindExec: found "/usr/bin/postmaster" using PATHDEBUG: database system shutdown was interrupted at 2002-02-11 19:55:46 DEBUG: CheckPoint record at (5, 550325976)DEBUG: Redo record at (5, 550325976); Undo record at (0, 0); Shutdown TRUEDEBUG: NextTransactionId: 4278018; NextOid: 8532790DEBUG: database system was not properly shut down; automatic recovery in progress...DEBUG: redo starts at (5, 550326040)DEBUG: ReadRecord: record with zero len at (5, 550981112)DEBUG: redo done at (5, 550981072)FATAL 2: XLogFlush: request is not satisfiedDEBUG: proc_exit(2)DEBUG: shmem_exit(2)DEBUG: exit(2)postmaster: reaping dead processes...postmaster: Startup proc 108 exited with status 512 - abort I've got another log which is that generated with wal_debug = 1 Since the log was quite a bit bigger I've posted it to a URL: http://www.webspawner.com/postgresql-problem/pgsql.log.html Where is my next step in remedying this problem? Regards, Art Conner |