Re: network sockets unusable?
- From: Doug Simon <Doug.Simon@Sun.COM>
- To: users@maxine.kenai.com
- Subject: Re: network sockets unusable?
- Date: Fri, 29 Jan 2010 14:53:58 -0800
Judging by the jvm.c line number in the error message, it appears as though
you are not using the latest version of Maxine. I suggest updating from the
main repository as described here:
http://wikis.sun.com/display/MaxineVM/Download#Download-updating
However, a number of the JVM_* functions (including JVM_Listen) are still not
implemented for Darwin (i.e. Mac OS X). For the most part, these functions
should have identical or similar implementations as for the Linux and Solaris
platforms so if you are indeed on Darwin, try adding 'os_DARWIN' to the '#if'
macros in the socket functions.
-Doug
On Jan 29, 2010, at 10:05 AM, Johannes Eickhold wrote:
> Hi.
>
> I tried to execute a jar that is using sockets and thus calls
>
> [Thread "main" --> JNI: java.net.PlainSocketImpl.initProto()]
>
> at some time. This leads to:
>
> unimplemented (JVM_Listen in ../../../substrate/jvm.c:1811)
>
> Does this mean that sockets are currently unusable from applications
> running on the MaxineVM?
>
> Greets, Johannes.
>
| Johannes Eickhold | 01/29/2010 | |
| Harold Ancell | 01/29/2010 | |
|
Re: network sockets unusable? |
Doug Simon | 01/29/2010 |
| Johannes Eickhold | 01/31/2010 |





