Welcome to Vestris Inc.
Internet Interactive Solutions Company



Software Documentation

Troubleshooting

Segmentation Fault (core dumped).

If you are unable to run Alkaline and this is the only message that you are getting, then you have downloaded a binary of a wrong architecture.

Check what operating system you are running and download the appropriate binary. If you are able to run Alkaline and can reproduce when the segmentation fault occurs more than once, please file a bug report on http://www.vestris.com/.

./asearch.1.9.OS: can't load library 'xxx.ld.so'.

Your library xxx is missing or is incorrect.

If you're a superuser, find a library distribution and install it. If you are not a superuser (and thus cannot install the library in the /lib or /usr/lib path) you can still try to set the environment variable LD_LIBRARY_PATH to the path of xxx.ld.so - that should fix the problem on some platforms. Refer to your closest unix guru for more details.

asearch.exe has provoked an unexpected error in ???.dll

Please try to reproduce this error and file a bug report at http://www.vestris.com/ and provide as much information about your configuration as possible as well as the exact steps that lead to this error.

Internal Server Error or binary code in browser

http://www.mysite.com/cgi-bin/asearch.exe shows an Internal Server Error or dumps some binary code. Alkaline is not a CGI and you cannot run it with a web request.

You will have to obtain a real access to the server, at least a telnet access or a terminal server access. Under Windows NT you must be able to open a command prompt window and execute programs such as Alkaline. This usually implies that you must be "sitting" on the server or you must use software such as PCAnywhere. Under UNIX, an ftp access is not enough, you must have a telnet access (a root access is absolutely not required).

Browsing to http://server:port/ does not work

Make sure that Alkaline is running. If you are presented with a login dialog when you connect to http://server:port/, this means that Alkaline is running. When you supply the username root and the password from the global.cnf file, the dialog should not appear again. If it does, check the password in the global.cnf file again.

If you get an error such as 404 File not Found or the Admin directory does not exist , this means that Alkaline was unable to find the admin directory. It must be in the same path from where you launch Alkaline and must be readable by the asearch process.