| Author |
Message |
Firas
Joined: 18 Oct 2007 Posts: 215 Helped: 13
|
18 Mar 2008 9:18 failed to get the mps handle |
|
|
|
|
Hello Friends,
I use Cadence Virtuoso 5.410 under Open SUSE 10.3. When I start a simulation, the curve does not appear and I find this error:
*Error* Failed to get the MPS handle.
*WARNING* aaTriggerEvent2: error calling (lambda((_simID status) _sevAfterSimulationWrapper('sevSession2 status)) t (stdobj(at)0xbb5ad08 nil nil)) ("funcall" 0 t nil ("*Error* funcall: argument #1 should be a function object or name (type template = \"ug\")" nil))
please can any one help me,
Thanks
|
|
| Back to top |
|
 |
edacw1
Joined: 07 Mar 2004 Posts: 241 Helped: 4
|
21 Mar 2008 9:48 cadence mps handle |
|
|
|
|
| please use RHEL 3 or 4 but not Open SUSE
|
|
| Back to top |
|
 |
chgentso
Joined: 20 Jan 2009 Posts: 2
|
20 Jan 2009 19:24 failed to get mps handle |
|
|
|
|
I posted this in another topic of the same board, but you seem to have
the same problem so I post this here, too.
For me it was a java related error, and it took me a while to find it out.
In the file ic610/tools/dfII/bin/viva
there is a line:
MAXHEAP=-Xmx${CDS_WAVESCAN_MAXHEAP:=1024M}
So when ViVa starts, it tries to allocate 1024MB memory space.
If that amount is not available, the java VM is not created and the
error you describe pops up.
To solve the problem I just changed the requested amount to 256MB
and it just worked.
I don't know if you have the same problem I had, but if the above solved
it, let me know.
Good luck
|
|
| Back to top |
|
 |
Google AdSense

|
20 Jan 2009 19:24 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
arduino
Joined: 03 Jul 2009 Posts: 5
|
24 Sep 2009 14:57 Re: Cadence error under Open SUSE |
|
|
|
|
hi, i have this same problem...but i try to solve it...but i don't have the file VIVA.... ( help me!!!! please.. ((((
|
|
| Back to top |
|
 |
trurle
Joined: 29 Sep 2009 Posts: 1 Location: japan
|
29 Sep 2009 8:05 Re: Cadence error under Open SUSE |
|
|
|
|
in wavescan such line exist.
but in my case (CentOS 4.5 and IC5141)
changing MAXHEAP variable did not solve the problem.
Any comments?
|
|
| Back to top |
|
 |
R00KIE
Joined: 19 Jan 2003 Posts: 139 Helped: 20 Location: Portugal
|
07 Oct 2009 21:47 Re: Cadence error under Open SUSE |
|
|
|
|
@Firas
That most probably is a java problem, the thing is that ic5 comes with and tries to use its own java, the problem is that it is a very old version and it "explodes" with newer OSes.
In this case the solution I've found is to install the latest jre from sun (with your package manager preferably) and then go to the ic5 directory and change the jre link to point to the system java. However like edacw1 says it is preferable to use RHEL 3 or 4 (or centos) because it can save you from lots of problems.
@trurle
It should work fine with centos 4, I'm now using centos 4 and ic5 as well as many other programs and all work just fine without any changes (except the help of ic5, but thats a whole other story).
If you don't have enough ram in your system and you still have free slots then do buy more ram, very soon you will be glad you did that.
|
|
| Back to top |
|
 |