Software Archive
Read-only legacy content
17061 Discussions

License error (-15,570,115)

s_caron
Beginner
1,507 Views

Hi all,

I just installed the Intel C++ compiler on a Ubuntu 10.04 system we've got here. I just ran ./install.sh, typed in the license number when prompted, then let the installer run to completion.

When it finished, I sourced the proper file /opt/intel/bin/compilervars.csh intel64

When I tried to run any of the products (icc, icpc), it gives me the following error:



Error: A license for CCompL is not available now (-15,570,115).

A connection to the license server could not be made. You should
make sure that your license daemon process is running: both an
lmgrd.intel process and an INTEL process should be running
if your license limits you to a specified number of licenses in use
at a time. Also, check to see if the wrong port@host or the wrong
license file is being used, or if the port or hostname in the license
file has changed.

License file(s) used were (in this order):
1. Trusted Storage
** 2. /opt/intel/composerxe-2011.4.191/licenses
** 3. /opt/intel/licenses/l_VMR6KW97.lic
** 4. /root/intel/licenses
** 5. /opt/intel/composerxe-2011.4.191/Licenses
** 6. /Users/Shared/Library/Application Support/Intel/Licenses
** 7. /opt/intel/composerxe-2011.4.191/bin/intel64/*.lic

Please visit http://software.intel.com/sites/support/ if you require technical assistance.

icc: error #10052: could not checkout FLEXlm license



I looked in /opt/intel/licenses and the l_VMR6KW97.lic file is in there and appears to be correct; it is identical to the license file that I received.

I tried running /opt/intel/ActivationTool/Activation/Activate and entering the serial number again, but that didn't fix it.

What's wrong with my installation? I don't think we need to use a license server for a single installation where the serial number was typed in? I don't see a lmgrd binary anywhere in /opt/intel. Do I need to get this from somewhere and install it?

Thanks!

0 Kudos
5 Replies
Guy_Tel-Zur
Beginner
1,507 Views

I have the same errors:

Error: A license for CCompL is not available now (-15,570,115).

A connection to the license server could not be made.  You should
make sure that your license daemon process is running: both an
lmgrd process and an INTEL process should be running
if your license limits you to a specified number of licenses in use
at a time.  Also, check to see if the wrong port@host or the wrong
license file is being used, or if the port or hostname in the license
file has changed.

License file(s) used were (in this order):
    1.  Trusted Storage
**  2.  /opt/intel/licenses/l_XXXXXXX.lic
**  3.  /opt/intel/composer_xe_2013_sp1.0.080/Licenses
**  4.  /home/telzur/intel/licenses/l_XXXXXXX.lic
**  5.  /Users/Shared/Library/Application Support/Intel/Licenses
**  6.  /opt/intel/composer_xe_2013_sp1.0.080/bin/intel64/*.lic

Please visit http://software.intel.com/sites/support/ if you require technical assistance.

icc: error #10052: could not checkout FLEXlm license
make[2]: *** [HPL_dlacpy.o] Error 1
make[2]: Leaving directory `/home/telzur/hpl/src/auxil/intel64'
make[1]: *** [build_src] Error 2
make[1]: Leaving directory `/home/telzur/hpl'
gmake: *** [build] Error 2

Any ideas how to resolve this issue?

P.S.   For publication, the license file name was renameded by me to XXXXXXX

0 Kudos
TimP
Honored Contributor III
1,507 Views

In normal operation, a shared license token is reserved to the user who checked it out for something like half an hour after their last use.  If the license server is responding properly, it should then become available. These shared licenses require renewal after a 1 year term.  If you need more expert help with this, you should get faster response on the companion forum about licensing.

0 Kudos
JenniferJ
Moderator
1,507 Views

let me transfer you to the right forum for this license issue.

Jennifer

0 Kudos
James_T_Intel
Moderator
1,507 Views

This was determined in a separate thread (http://software.intel.com/en-us/forums/topic/506730) to be due to no license server being installed.

James.

0 Kudos
kiran_s_
Beginner
1,506 Views

same problem 

 

[root@nits-hpc ~]# icc

Error: A license for CCompL is not available now (-15,570,115).

A connection to the license server could not be made.  You should
make sure that your license daemon process is running: both an
lmgrd process and an INTEL process should be running
if your license limits you to a specified number of licenses in use
at a time.  Also, check to see if the wrong port@host or the wrong
license file is being used, or if the port or hostname in the license
file has changed.

License file(s) used were (in this order):
    1.  Trusted Storage
**  2.  /opt/intel/composer_xe_2013_sp1.2.144/licenses
**  3.  /opt/intel/licenses/lic1.lic
**  4.  /root/intel/licenses
**  5.  /opt/intel/composer_xe_2013_sp1.2.144/Licenses
**  6.  /Users/Shared/Library/Application Support/Intel/Licenses
**  7.  /opt/intel/composer_xe_2013_sp1.2.144/bin/intel64/*.lic

Please visit http://software.intel.com/sites/support/ if you require technical assistance.

icc: error #10052: could not checkout FLEXlm license

0 Kudos
Reply