If you have any problems running EAServer:
Check the server log file (<server_name>.log) in the logs subdirectory for error messages.
Verify the server’s HTTP and IIOP port settings. Default listeners are defined for each protocol, but you may have changed them. See “Configuring listeners” for more information.
The HTTP port is used by EAServer to listen for HTTP requests. The default is 8000.
IIOP is the port used by EAServer to accept IIOP requests. The default is 2000.
Verify the values for variables that are set in bin\djc-setenv.bat or djc-setenv.sh.
WARNING! Do not edit the djc-setenv script. If changes are required, create a local-setenv.bat or local-setenv.sh file in the bin directory, and set the correct values. djc-setenv calls local-setenv when you start the server.
Verify that the THREADS_FLAG environment variable is either not set or is set to a value that matches the setting in the djc-setenv.sh script.
Your environment is set up automatically by the installation program. However, your environment may have been changed, for example, if you installed additional software. Use the information here to troubleshoot your installation.
Verify that the EAServer installation was performed as user “Administrator.”
Verify the LIB environment variable.
If you use the Microsoft Visual C++ compiler, the following string should be listed in your LIB variable for compiling your C/C++ application (assuming the C compiler has been installed in C:\MSDEV):
C:\Sybase\EAServer\lib;c:\MSDEV\lib
Verify the INCLUDE environment variable.
If you use the Microsoft Visual C++ compiler, the following string should be listed in your INCLUDE variable for compiling your C/C++ application (assuming the C compiler has been installed in C:\MSDEV):
C:\Sybase\EAServer\include;c:\MSDEV\include
For more information, see the EAServer Troubleshooting Guide. In the left pane, select EAServer 5.2 Core Documentation, then select the EAServer Troubleshooting Guide.