Anyone tried to install this sucessfuly? I've looked at the handbook but the following error. Any idea from anyone? # ./LinuxInstaller.bin Preparing to install... WARNING: /tmp does not have enough disk space! Attempting to use /usr/home/yann for install base and tmp dir. Extracting the JRE from the installer archive... Unpacking the JRE... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... Launching installer... # # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.4.2_02-b03 interpreted mode) # # Error ID: 4F533F4C494E55580E43505001C9 # Heap at VM Abort: Heap -- yann@kierun.org -=*=- www.kierun.org PGP: 009D 7287 C4A7 FD4F 1680 06E4 F751 7006 9DE2 6318
Am Mo, den 04.10.2004 schrieb Yann Golanski um 17:52:> Anyone tried to install this sucessfuly? > > I've looked at the handbook but the following error. > > Any idea from anyone? > > > > # ./LinuxInstaller.bin > Preparing to install... > WARNING: /tmp does not have enough disk space! > Attempting to use /usr/home/yann for install base and tmp dir. > Extracting the JRE from the installer archive... > Unpacking the JRE... > Extracting the installation resources from the installer archive... > Configuring the installer for this system's environment... > > Launching installer... > > # > # HotSpot Virtual Machine Error, Internal Error > # Please report this error at > # http://java.sun.com/cgi-bin/bugreport.cgi > # > # Java VM: Java HotSpot(TM) Client VM (1.4.2_02-b03 interpreted mode) > # > # Error ID: 4F533F4C494E55580E43505001C9 > #Just a guess, but did you have linprocfs mounted? The SUN Linux JRE requires it, otherwise it throws a VM error. -- Regards, Georg.
Thanks to Georg-W. Koltermann <gwk@rahn-koltermann.de> who told me how to fix this. All you need to do is to enable linprocfs in the following way: $ kldload linprocfs $ mount -t linprocfs linprocfs /compat/linux/proc Just for the archives in case someone else has the misfortune to need Maple... Quoth Yann Golanski on Mon, Oct 04, 2004 at 16:52:05 +0100> Anyone tried to install this sucessfuly? > > I've looked at the handbook but the following error. > > Any idea from anyone? > > > > # ./LinuxInstaller.bin > Preparing to install... > WARNING: /tmp does not have enough disk space! > Attempting to use /usr/home/yann for install base and tmp dir. > Extracting the JRE from the installer archive... > Unpacking the JRE... > Extracting the installation resources from the installer archive... > Configuring the installer for this system's environment... > > Launching installer... > > # > # HotSpot Virtual Machine Error, Internal Error > # Please report this error at > # http://java.sun.com/cgi-bin/bugreport.cgi > # > # Java VM: Java HotSpot(TM) Client VM (1.4.2_02-b03 interpreted mode) > # > # Error ID: 4F533F4C494E55580E43505001C9 > # > > Heap at VM Abort: > Heap > > -- > yann@kierun.org -=*=- www.kierun.org > PGP: 009D 7287 C4A7 FD4F 1680 06E4 F751 7006 9DE2 6318 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >-- yann@kierun.org -=*=- www.kierun.org PGP: 009D 7287 C4A7 FD4F 1680 06E4 F751 7006 9DE2 6318
On Mon, Oct 04, 2004 at 04:52:05PM +0100, Yann Golanski wrote:> Anyone tried to install this sucessfuly? > > I've looked at the handbook but the following error. > > Any idea from anyone? > > > > # ./LinuxInstaller.bin > Preparing to install... > WARNING: /tmp does not have enough disk space! > Attempting to use /usr/home/yann for install base and tmp dir. > Extracting the JRE from the installer archive... > Unpacking the JRE... > Extracting the installation resources from the installer archive... > Configuring the installer for this system's environment... > > Launching installer... > > # > # HotSpot Virtual Machine Error, Internal Error > # Please report this error at > # http://java.sun.com/cgi-bin/bugreport.cgi > # > # Java VM: Java HotSpot(TM) Client VM (1.4.2_02-b03 interpreted mode) > # > # Error ID: 4F533F4C494E55580E43505001C9 > # > > Heap at VM Abort: > HeapI have patched the Maple startup scripts so that it uses FreeBSD's native JRE (installed throught ports/java/jdk14) instead of the one included with Maple (which appears to be very unstable on FreeBSD). I'm planning to write documentation on this and submit it to the FreeBSD Doc-project, as the current documentation (section 10.4) only describes installation of older versions of Maple (which didn't use a Java GUI). You can still use the CLI version (starting maple instead of xmaple), or the older GUI version (with maple -cw). They don't use any Java either. GH -- :wq