Please check these potential error sources before reading though the rest of this document:
Please execute the command "netstat -an" from a "C:\ Command Prompt" ("Start" button -> "Run" and run "cmd") after your installation. You should get a screen similar to the one below (please click on the image to enlarge).
Watch out for the two lines in red:
Everything should be fine if both lines are there. Please check your browser proxy settings and your local computer's security setting if you still have any trouble.
]project-open[ requires four components to work together in order to provide its service:
In the following sections we are going to check if each of these services are running in order to determine the source of the error.
However, you can skip all of these steps and go directly to "Diagnosing ]project-open[ issues" if ]project-open[ is already running (if your are working with it via a Web browser).
There is a discussion forum available for help. However, please go through the following sections before contacting the help forum in order to be able to ask the right question.
The diagram shows the layout of the main subdirectories of ]project-open[ after the installation.

CygWin is a "Unix emulator" and environment for Windows.
Please start a "DOS shell" (Start -> Run -> "cmd") and enter the following line:
As a result you should see something similar to the contents of the following table (text output only):
| Filesystem | 1k-blocks | Used | Avail. | Use% | Mounted on |
| C:\ProjectOpen\cygwin\bin | 39070048 | 38260428 | 809620 | 98% | /usr/bin |
| C:\ProjectOpen\cygwin\lib | 39070048 | 38260428 | 809620 | 98% | /usr/lib |
| C:\ProjectOpen\cygwin | 39070048 | 38260428 | 809620 | 98% | / |
| c: | 39070048 | 38260428 | 809620 | 98% | /cygdrive/c |
Here are some error messages and conclusions:
Please launch the "Services" panel (Start -> Settings -> Control Panel -> Administrative Tools -> "Services"). Please check that the following entries are present:
Please try to start these services manually if the status is different from "started". To do this, please right-click the service and choose "All Tasks" -> Start or use the "Start Service" button in the menu bar.
If you should encounter problems, please check the CygWin server log files. These files contain possible error messages:
To diagnose whether PostgreSQL is running correctly please start the "pgAdmin3.exe" program in C:\ProjectOpen\pgAdmin\. Use Files -> Add Server to reach the following screen:

As a result you should get a windows similar to this one:

Now further open the tree with PostgreSQL -> Databases -> projop -> Schemes -> public -> Tables. There should be 171 elements in this section (V3.0.0alpha2) after a complete and successful installation. The number appears to the right of "Tables".
Please launch the "Services" panel again (Start -> Settings -> Control Panel -> Administrative Tools -> "Services") and check that the following entry is present:
Please try to start the services manually if the status is different from "started". To do this, please right-click the service and choose "All Tasks" -> Start or use the "Start Service" button in the menu bar. The startup should take some 5-30 seconds.
If you get an error message during the startup please execute AOLServer please check the AOLServer log file:
.. and check for the first line containing "Error:". The error messages of AOLServer tend to be very explicit. Please quote this error message when you are posting to our help forum.
Also, you can execute AOLServer manually in the DOS shell to see the error messages:
This commands starts the service in the "-f" = "foreground" mode. You should see a large number of lines. You can stop the program by pressing "Ctrl-C".
Frequent cases include:
Now open a browser and type in the URL: "http://localhost/" and you should see the OpenACS configuration window. Please type in the information for your application administrator.
The main location for diagnosing issues of a running ]project-open[ system (if your have connected successfully via a Web browser) is the "error log". The error log contains a trail of debugging and error information. It is located at:
Please use Notepad to open the log file and scroll towards the end of it. Here you should see one or more lines with the "Error:" prefix. Please inspect these lines and quote them if you post to the discussion forum.
Please post your question in the ]project-open[ discussion forums.