Pedro Belmino wrote: > 4. Tried to attach the id of the process to the debugger and gave the error: > "Unable to open socket file: target process not responding or HotSpot VM not > loaded"
You're trying to use a Java debugger to attach to a non-Java program (Postgres). That's not going to work. Use a tool like gdb or ddd instead. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org