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 2006/08/31 08:57:23 UTC

[jira] Updated: (HARMONY-1357) [drlvm] hynio lib is not loaded

     [ http://issues.apache.org/jira/browse/HARMONY-1357?page=all ]

Alexey Varlamov updated HARMONY-1357:
-------------------------------------

    Attachment: load-nio.patch

> [drlvm] hynio lib is not loaded
> -------------------------------
>
>                 Key: HARMONY-1357
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1357
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Alexey Varlamov
>         Attachments: load-nio.patch
>
>
> The list of pre-loaded shared libraries misses "hynio" but refers to non-existing "hypool". 
> There are unexpected failures in NIO tests due to this:
>   <testcase classname="org.apache.harmony.tests.nio.AddressUtilTest" name="test_getSocketChannelAddress" time="0.002">
>     <error message="org/apache/harmony/nio/AddressUtil.getFDAddress(Ljava/io/FileDescriptor;)J" type="java.lang.UnsatisfiedLinkError">java.lang.UnsatisfiedLinkError: org/apache/harmony/nio/AddressUtil.getFDAddress(Ljava/io/FileDescriptor;)J
> 	at org.apache.harmony.nio.AddressUtil.getChannelAddress(AddressUtil.java:70)
> 	at org.apache.harmony.tests.nio.AddressUtilTest.test_getSocketChannelAddress(AddressUtilTest.java:52)
> 	at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> </error>
>   </testcase>
>   <testcase classname="org.apache.harmony.tests.nio.AddressUtilTest" name="test_getDatagramChannelAddress" time="0.002">
>     <error message="org/apache/harmony/nio/AddressUtil.getFDAddress(Ljava/io/FileDescriptor;)J" type="java.lang.UnsatisfiedLinkError">java.lang.UnsatisfiedLinkError: org/apache/harmony/nio/AddressUtil.getFDAddress(Ljava/io/FileDescriptor;)J
> 	at org.apache.harmony.nio.AddressUtil.getChannelAddress(AddressUtil.java:70)
> 	at org.apache.harmony.tests.nio.AddressUtilTest.test_getDatagramChannelAddress(AddressUtilTest.java:60)
> 	at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> </error>
>   </testcase>
>   <testcase classname="org.apache.harmony.tests.nio.AddressUtilTest" name="test_getServerSocketChannelAddress" time="0.001">
>     <error message="org/apache/harmony/nio/AddressUtil.getFDAddress(Ljava/io/FileDescriptor;)J" type="java.lang.UnsatisfiedLinkError">java.lang.UnsatisfiedLinkError: org/apache/harmony/nio/AddressUtil.getFDAddress(Ljava/io/FileDescriptor;)J
> 	at org.apache.harmony.nio.AddressUtil.getChannelAddress(AddressUtil.java:70)
> 	at org.apache.harmony.tests.nio.AddressUtilTest.test_getServerSocketChannelAddress(AddressUtilTest.java:68)
> 	at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> </error>
>   </testcase>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira