Documentation Center

Error messages with solutions in Legacy Content Delivery

The following table lists various error messages you might encounter during Legacy Content Delivery tasks along with explanations and solutions.

Issue/Error messageSolution
Error: "too many files open"

This can occur on Linux or Solaris operating systems that may have configured limits to the number open file descriptors that a shell process can have at any given time.

Increase the maximum limit of open file descriptors. Refer to the manual for ulimit.

You can increase the limit for the current shell session by entering the following command into your shell: ulimit -n 2048

You can also increase the limit permanently by editing /etc/security/limits.conf. Add the following line to the file and restart your system. * hard nofile 2048

Error: database must be loaded

Unable to reach the database; it needs to be loaded by an administrator. Provide your system administrator this error message for troubleshooting.

Run loaddb.bat (Windows) or loaddb.sh (UNIX) to load the database.

See Loaddb Reference

BUILD FAILED

C:\Program Files (x86)\XyEnterprise\SDL LiveContent\build.xml:363: Failed to copy C:\Program Files (x86)\XyEnterprise\SDL LiveContent\version.conf to C:\Program Files (x86)\XyEnterprise\SDL LiveContent\version.tmp due to java.io.FileNotFoundException C:\Program Files (x86)\XyEnterprise\SDL LiveContent\version.tmp (Access is denied)

This error may occur in Windows 7, if you are logged in as a user without administrator permissions and try to run loaddb. To open a command prompt to run loaddb, right-click cmd.exe, then click Run as Administrator.