Thread: [Sablevm-user] sablevm: cannot create vm
Brought to you by:
egagnon
From: Alexandre D. <ale...@ad...> - 2003-01-21 02:44:51
|
Hi, I'm trying to install SableVM on my local server at home (Redhat 8.0). The build work without any problems (GCC 3.2). However, when I try to run sable vm, I get a "cannot create vm" error. I'm tried using Jikes 1.18 and Javac 1.4.1 to make the class file. Here is a more detailed output: [adenau@Mageta 308-250]$ sablevm -v first SableVM version 1.0.5 Copyright (C) 2000-2002 Etienne M. Gagnon <eti...@uq...> and others. All rights reserved. This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. To get the name of all copyright holders and detailed license information, type "sablevm --license" or look in the directory "/usr/local/share/sablevm". The SableVM web site is located at http://www.sablevm.org/ . [verbose jni: JNI_CreateJavaVM] [verbose gc: allocating initial heap (16777216 bytes)] [verbose class: loading "java/lang/Object"] sablevm: cannot create vm Thanks for any help, Alexandre |
From: David P. B. <db...@CS...> - 2003-01-21 03:07:11
|
Hello, You need to use Jikes 1.15. It does not work with newer version of Jikes yet. David On Mon, Jan 20, 2003 at 09:43:52PM -0500, Alexandre Denault wrote: > Hi, >=20 > I'm trying to install SableVM on my local server at home (Redhat 8.0).= The > build work without any problems (GCC 3.2). However, when I try to run s= able > vm, I get a "cannot create vm" error. I'm tried using Jikes 1.18 and Ja= vac > 1.4.1 to make the class file. Here is a more detailed output: >=20 > [adenau@Mageta 308-250]$ sablevm -v first >=20 > SableVM version 1.0.5 > Copyright (C) 2000-2002 Etienne M. Gagnon <eti...@uq...> and > others. All rights reserved. >=20 > This software comes with ABSOLUTELY NO WARRANTY. This is free > software, and you are welcome to redistribute it under certain > conditions. >=20 > To get the name of all copyright holders and detailed license > information, type "sablevm --license" or look in the directory > "/usr/local/share/sablevm". >=20 > The SableVM web site is located at http://www.sablevm.org/ . >=20 > [verbose jni: JNI_CreateJavaVM] > [verbose gc: allocating initial heap (16777216 bytes)] > [verbose class: loading "java/lang/Object"] > sablevm: cannot create vm >=20 > Thanks for any help, >=20 > Alexandre >=20 >=20 >=20 > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld =3D Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Sablevm-user mailing list > Sab...@li... > https://lists.sourceforge.net/lists/listinfo/sablevm-user --=20 --- David B=E9langer Graduate Student School of Computer Science McGill University Office: MC226 Web page: http://www.cs.mcgill.ca/~dbelan2/ Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt |
From: Alexandre D. <ale...@ad...> - 2003-01-21 04:22:25
|
Hi, Thanks for the fast answer. I was curious to see how SableVM handle code generated by AspectJ. However, if I have to compile my code with Jikes 1.5, then I'll wait for the AspectJ test. Alex -----Original Message----- From: David Paul BELANGER [mailto:db...@CS...] Sent: 20 janvier, 2003 22:07 To: Alexandre Denault Cc: sab...@li... Subject: Re: [Sablevm-user] sablevm: cannot create vm Hello, You need to use Jikes 1.15. It does not work with newer version of Jikes yet. David On Mon, Jan 20, 2003 at 09:43:52PM -0500, Alexandre Denault wrote: > Hi, > > I'm trying to install SableVM on my local server at home (Redhat 8.0). The > build work without any problems (GCC 3.2). However, when I try to run sable > vm, I get a "cannot create vm" error. I'm tried using Jikes 1.18 and Javac > 1.4.1 to make the class file. Here is a more detailed output: > > [adenau@Mageta 308-250]$ sablevm -v first > > SableVM version 1.0.5 > Copyright (C) 2000-2002 Etienne M. Gagnon <eti...@uq...> and > others. All rights reserved. > > This software comes with ABSOLUTELY NO WARRANTY. This is free > software, and you are welcome to redistribute it under certain > conditions. > > To get the name of all copyright holders and detailed license > information, type "sablevm --license" or look in the directory > "/usr/local/share/sablevm". > > The SableVM web site is located at http://www.sablevm.org/ . > > [verbose jni: JNI_CreateJavaVM] > [verbose gc: allocating initial heap (16777216 bytes)] > [verbose class: loading "java/lang/Object"] > sablevm: cannot create vm > > Thanks for any help, > > Alexandre > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Sablevm-user mailing list > Sab...@li... > https://lists.sourceforge.net/lists/listinfo/sablevm-user -- --- David Bélanger Graduate Student School of Computer Science McGill University Office: MC226 Web page: http://www.cs.mcgill.ca/~dbelan2/ Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt |