12.5 Error Message List of the Client Library
This section describes the error codes and the error message list displayed by FLEXlm client library in the application.
Cannot find license file
- Error code
- -1
- Meaning
- A license file cannot be opened.
- Action
- Create a license file. If a license file has already been created, place it in a specified place.
Invalid license file syntax
- Error code
- -2
- Meaning
- The license file contains an invalid record.
- Action
- Check the contents in the license file. Determine whether:
- The server name is longer than 32 characters.
- A FEATURE line contains no hostid or 0 as the number of licenses.
- A node locked product has not been set 0 as the number of licenses.
Cannot connect to a license server
- Error code
- -3
- Meaning
- The DAEMON line contains an invalid specification.
- Action
- Correct the DAEMON line.
License number of users already reached
- Error code
- -4
- Meaning
- The number of users has already reached the maximum permitted number of licensees.
- Action
- End any unnecessary application processes to keep the number of users below the maximum allowable number of licensees. Or, issue the lmremove command to override the license limit.
No such feature exists
- Error code
- -5
- Meaning
- A specified feature is not found in the license file.
- Action
- Before starting an application, set up the necessary license.
No TCP "license" server exists
- Error code
- -6
- Meaning
- The SERVER line contains no TCP/IP port number, and the TCP license server is not found in /etc/services.
- Action
- Check the license file and the /etc/services file.
Cannot find license file
- Error code
- -7
- Meaning
- lm_disconn() comes after the process has been disconnected from the socket.
- Action
- Call a Fujitsu customer engineer.
Encryption code in license file is inconsistent
- Error code
- -8
- Meaning
- The code of the license file does not match the other data in the file.
- Action
- Check the contents in the license file. Determine whether:
- Each parameter is not same the contents of the password.
- When the password of the demo license is registered input DEMO as the node lock hostid.
- When the node locked product password is registered, input the hostid of the node locked machine.
- When the network locked product password is registered, is not the node lock hostid input?
Invalid host
- Error code
- -9
- Meaning
- The hostid specified in a license file does not match the hostid of the machine on which the software is running.
- Action
- Run the application on a machine with the corresponding hostid, or create a valid license.
Feature has expired
- Error code
- -10
- Meaning
- The term of the license has expired.
- Action
- Acquire a new license.
Invalid date format in license file
- Error code
- -11
- Meaning
- In a license file, the start date of the license is inconsistent with the ending date.
- Action
- Check the contents of the license file. Determine whether:
- Check that the correct password is input.
- Reacquire a license.
Invalid returnrd data from license server
- Error code
- -12
- Meaning
- A port number is invalid, or the vendor daemon is not responding.
- Action
- Check the port number of /etc/services. If it is correct, reinstall the package.
No SERVER lines in license file
- Error code
- -13
- Meaning
- The license file does not contain a SERVER line definition.
- Action
- Include a SERVER line in the license file.
Cannot find SERVER hostname in network database
- Error code
- -14
- Meaning
- /etc/hosts does not describe the license server defined in the SERVER line.
- Action
- Define the license server correctly.
Cannot connect to license server
- Error code
- -15
- Meaning
- It is impossible to communicate with the license server.
- Action
- Check the following. If no solution is found, call a Fujitsu customer engineer.
- Are the license daemon and the vendor daemon running?
- Is the license server connected to the network?
- Is there any abnormality in the license file?
Cannot read data from license server
- Error code
- -16
- Meaning
- It is impossible to read data from the license server.
- Action
- Reboot the license server.
Cannot write data to license server
- Error code
- -17
- Meaning
- It is impossible to write data after a process has been connected.
- Action
- Reboot the license server.
License server does not support this feature
- Error code
- -18
- Meaning
- The specified feature is not supported.
- Action
- Check the following:
- It is likely that the valid term of the license has expired.
- The daemon is executed to reflect all changes in the license daemon after a license is registered / changed.
Error in select system call
- Error code
- -19
- Meaning
- Fail to system call select().
- Action
- Call a Fujitsu customer engineer.
License server busy(no majority)
- Error code
- -20
- Meaning
- The license server is being activated.
- Action
- After the license server has booted, start the application program.
License file does not support this version
- Error code
- -21
- Meaning
- The version in a request is later than the specified version.
- Action
- Call a Fujitsu customer engineer.
Feature checkin failure detected at license server
- Error code
- -22
- Meaning
- The license cannot be freed.
- Action
- Check there are not be application problems.
License server temporarily busy(new server connecting)
- Error code
- -23
- Meaning
- The license daemon is being set up.
- Action
- After the license daemon has been set up, start the application program.
Users are queued for this feature
- Error code
- -24
- Meaning
- Users wishing to use this feature are currently queued.
- Action
- Start the application program again.
License server does not support this version of this feature
- Error code
- -25
- Meaning
- The version of feature specified in a checkout request is later than the supported version of the license daemon.
- Action
- Install the latest license server version in the system.
Request from more license than this feature supports
- Error code
- -26
- Meaning
- An attempt to make more checkout requests than is licensed was made.
- Action
- Restart the application program after other application program end.
Cannot find ethernet device
- Error code
- -29
- Meaning
- The Ethernet device cannot be found.
- Action
- Call a Fujitsu customer engineer.
Cannot read license file
- Error code
- -30
- Meaning
- It is impossible to read the license file.
- Action
- This failure occurred with errno=EPERM,EACCES. Check the license file.
No such attribute
- Error code
- -32
- Meaning
- The unknown attribute code is specified by lm_get_addr() or lm_set_attr().
- Action
- Call a Fujitsu customer engineer.
Bad encryption handshake with daemon
- Error code
- -33
- Meaning
- The encryption handshake failed.
- Action
- Call a Fujitsu customer engineer.
Clock difference too large between client and server
- Error code
- -34
- Meaning
- There is too large a system time difference between the license server and the client system in which the application is being executed.
- Action
- Correct the system clock of each system.
In the queue for this feature
- Error code
- -35
- Meaning
- An application process is queued.
- Action
- Call a Fujitsu customer engineer.
Feature database corrupted in daemon
- Error code
- -36
- Meaning
- There is an internal error in the daemon.
- Action
- Call a Fujitsu customer engineer.
Duplicate selection mismatch for this feature
- Error code
- -37
- Meaning
- A mismatch application with the grouped mask is executed.
- Action
- Call a Fujitsu customer engineer.
Cannot allocate dynamic memory
- Error code
- -40
- Meaning
- Sufficient memory can not be secured by malloc().
- Action
- Restart the application.
Feature was never checked out
- Error code
- -41
- Meaning
- A requested feature has not been checked out.
- Action
- Check the license file.
Invalid parameter
- Error code
- -42
- Meaning
- An incorrect parameter has been set by lm_set_attr().
- Action
- Call a Fujitsu customer engineer.
Clock setting check not available in daemon
- Error code
- -47
- Meaning
- A time difference between the client and server is not supported in the daemon.
- Action
- Call a Fujitsu customer engineer.
All Rights Reserved, Copyright(C) FUJITSU LIMITED 2005