Symptom
- When installing EZproxy as a service under Windows, you receive error 1067 when you try to start the service. The error message indicates that EZproxy failed to start successfully.
Applies to
- EZproxy 6.3.5 GA for Windows
Resolution
When installing EZproxy as a service under Windows, you may receive error 1067 when you try to start the service. This is a general error message that indicates that EZproxy failed to start successfully.
When this occurs, try the following steps.
- Check the messages.txt file to see if any errors were recorded during startup. If so, try correcting the error then restarting the service. One particularly common error is for EZproxy to no longer be able to detect its name correctly, which is reported with an error like this:
Host name "ezproxy" does not include domain, please manually specify name in config.txt
If you see the name error, you need to manually specify the complete name of the EZproxy server. See Name for information on how to do this.
If EZproxy still will not start, continue on to step 2.
- Open a command prompt window, change your current directory to the EZproxy directory, and then issue the command:
ezproxy -sd
EZproxy will either start, or it will display an error message. If it displays an error message, this problem must be corrected before it will be possible to run EZproxy. Once this command can start EZproxy, try restarting the EZproxy service. If it starts, you are done. If not, proceed to step 3.
- If EZproxy starts successfully in step 2, then the service probably does not have access to the EZproxy directory. If you are running EZproxy as a service, you must give the System group full control over the directory where EZproxy is installed (or if you use the Services control panel to change the username EZproxy runs under, you must give that username full control over the directory where EZproxy is installed).
Cause
Name error or the service does not have access to the EZproxy directory.
Additional information
- Name in the directives for the config.txt file