Hi everyone,
With our network installation of CCS 5.1.0.03001 (Linux) we've experienced some weird licensing issues (float licenses). Here's what happens:
User A executes the simulator (loadti.sh) on LinuxPC #1: OK
User B executes the simulator (loadti.sh) on LinuxPC #1: Java Lang Error
User A executes the simulator (loadti.sh) on LinuxPC #1: OK
User B executes the simulator (loadti.sh) on LinuxPC #2: OK
User A executes the simulator (loadti.sh) on LinuxPC #2: Java Lang Error (same as for B before)
User B executes the simulator (loadti.sh) on LinuxPC #2: OK
The error looks like this (java called with -verbose):
[...]
[Loaded java.util.concurrent.ThreadPoolExecutor$Worker from /data/soft/Linux/opt/TI/CCS_5.1.0_testsys/ccsv5/eclipse/jre/lib/rt.jar]
[Loaded java.util.concurrent.SynchronousQueue$Node from /data/soft/Linux/opt/TI/CCS_5.1.0_testsys/ccsv5/eclipse/jre/lib/rt.jar]
[Loaded java.util.concurrent.locks.LockSupport from /data/soft/Linux/opt/TI/CCS_5.1.0_testsys/ccsv5/eclipse/jre/lib/rt.jar]
[Loaded $Proxy72 from java.net.URLClassLoader]
terminate called after throwing an instance of 'boost::interprocess::interprocess_exception'
what(): File exists
Basically, the first user to use the simulator on one machine seems to 'own' the license on the machine, all others cannot use it there anymore.
The issue is independent of
* which user did the installation
* which simulation model is used
Are the licenses somehow locked to a user/machine pair for a time? Or is there a file which I need to delete?
Thanks for your help!
Ciao, Andre