You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/04/04 13:02:32 UTC

[jira] Closed: (HARMONY-3283) [drlvm] Incomplete library search path

     [ https://issues.apache.org/jira/browse/HARMONY-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov closed HARMONY-3283.
------------------------------------

    Resolution: Fixed

Integrated at r525490, thanks!

> [drlvm] Incomplete library search path
> --------------------------------------
>
>                 Key: HARMONY-3283
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3283
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Alexey Varlamov
>         Assigned To: Alexey Varlamov
>         Attachments: H3283-Fix-v2.patch, H3283-Fix-v2.patch, H3283-Fix.patch, H3283-Regression-test.patch
>
>
> The DRLVM fails to start in server mode if custom java.library.path is specified:
> > ./java -Djava.library.path=mypath -Xem:server Hello 
> Internal error: java.lang.VMStart.initialize() method completed with an exception. 
> java/lang/UnsatisfiedLinkError : Can not find the library: libgc_cc.so
>  at java.lang.Runtime.loadLibrary0 (Runtime.java: 806)
>  at java.lang.System.loadLibrary (System.java: -1)
>  at org.apache.harmony.drlvm.gc_cc.GCHelper.<clinit> (GCHelper.java: 29)
>  at java.lang.VMClassRegistry.initializeClass (VMClassRegistry.java: -2)
>  at java.lang.Class.forName (Class.java: 160)
>  at java.lang.Class.forName (Class.java: 128)
>  at java.lang.VMStart.parseSystemProperties (VMStart.java: 65)
>  at java.lang.VMStart.initialize (VMStart.java: 45)
> HMYEXEL062E Internal VM error: Failed to create Java VM
> FAILED to invoke JVM.
> Seems that "vm.boot.library.path" has incomplete value; it includes bin directory only but should also include bin/default (or whatever %VMDIR% is).

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