You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Gregory Shimansky (JIRA)" <ji...@apache.org> on 2009/07/21 16:45:14 UTC

[jira] Commented: (HARMONY-6281) [VM] JVM fails to start on Windows 2000 Server unable to find harmonyvm/hyluni

    [ https://issues.apache.org/jira/browse/HARMONY-6281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733647#action_12733647 ] 

Gregory Shimansky commented on HARMONY-6281:
--------------------------------------------

Windows 2000 doesn't have function AddVectoredExceptionHandler which appeared only in XP. This is most likely the cause of the problem. Launcher cannot load VM DLL since it fails to find some symbols in it and therefore cannot link it properly.

This problem was discussed on the mail list and it was decided that too much has to be changed in VM to switch from modern XP vectored exceptions to older structured exceptions, so most likely this won't be fixed especially since windows 2000 is quite old and isn't supported any more.

> [VM] JVM fails to start on Windows 2000 Server unable to find harmonyvm/hyluni
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-6281
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6281
>             Project: Harmony
>          Issue Type: Bug
>          Components: VM
>         Environment: Windows 2000 Server
>            Reporter: Catherine Hope
>
> Both the Harmony snapshot build (http://people.apache.org/builds/harmony/java6/snapshots/latest-harmony-jre-windows-x86.zip) and Harmony Select builds fail to run on Windows 2000 Server.  Doing a java -version gives the following output:
> Harmony snapshot build:
> >java -version
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> Failed to open JVM DLL: C:\harmony\harmony-jre-r533000\bin\default\harmonyvm (The specified procedure could not be found. )
> Harmony select:
> >java -version
> <error: unable to load hyluni (The specified procedure could not be found. )>
> JVMJ9VM015W Initialization error for library jclclear_26(14): JVMJ9VM009E J9VMDllMain failed
> HMYEXEL062E Internal VM error: Failed to create Java VM
> FAILED to invoke JVM.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.