NetBeans Under OpenJDK 7 On OS X - Dual Display

Michael Franz mvfranz at gmail.com
Wed Jan 7 19:23:53 PST 2009


Brad,

There is a separate thread about the socket error here:
http://mail.openjdk.java.net/pipermail/bsd-port-dev/2008-December/000229.html

Michael

On Wed, Jan 7, 2009 at 10:16 PM, Brad Wetmore <Bradford.Wetmore at sun.com>wrote:

> >> I am running NetBeans on OS X using OpenJDK 7.
>
> >> 3. The log file has many of these exceptions:
> >> java.net.SocketException: Invalid argument
> >>         at java.net.PlainSocketImpl.socketAccept(Native Method)
>
> No idea on the network question, sorry.  I only have access to our
> Unix/Windows native code, don't have access to the Apple native Socket code
> to know what they're doing or why it's dying.
>
> Accept is a somewhat complicated bit of code.
>
> brad
>
>
> Xiaobin Lu wrote:
>
>> We noticed some similar exceptions when we ran some testings here. I
>> believe the relevant code is in the java networking code. I am ccing Brad
>> here and he might have more information on how to get around this.
>>
>> -Xiaobin
>>
>>
>> On 12/19/08 16:26, Michael Franz wrote:
>>
>>> Hi,
>>>
>>> I am running NetBeans on OS X using OpenJDK 7.  This uses the X11
>>> implementation as there is no native Cocoa/Carbon Swing implementation.
>>>  There are a few quirks that I would like to mention, maybe someone can
>>> indicate what part of the code these issue are in.
>>>
>>> 1.  Menus - the cursor is sometimes 1 line item below what is highlighted
>>> 2.  Dual display - opening  new dialogs are centered between the displays
>>> (not the current display netbeans is in).
>>> 3. The log file has many of these exceptions:
>>> java.net.SocketException: Invalid argument
>>>        at java.net.PlainSocketImpl.socketAccept(Native Method)
>>>        at
>>> java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:364)
>>>        at java.net.ServerSocket.implAccept(ServerSocket.java:513)
>>>        at java.net.ServerSocket.accept(ServerSocket.java:481)
>>>        at org.netbeans.CLIHandler$Server.run(CLIHandler.java:1010)
>>>
>>>
>>> Michael
>>> ------------------------------------------------------------------------
>>>
>>>
>>>
>>>
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/bsd-port-dev/attachments/20090107/6f3ea66e/attachment.html 


More information about the bsd-port-dev mailing list