[
https://issues.apache.org/jira/browse/DIRMINA-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578596#action_12578596
]
Trustin Lee commented on DIRMINA-514:
-------------------------------------
Mark Webb says:
"From the tests that I have run, I believe that the problem goes away
with the version of java that I am running.
java -version
java version "1.6.0_04-dp"
Java(TM) SE Runtime Environment (build 1.6.0_04-dp-b06-110)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_04-b12-45-optimized, mixed mode)
Its a developer release from Apple."
So... it seems like it was a bug of Mac OS X JVM. Can someone confirm it
again? Then we could close this issue.
> Session closing problem on Mac OS X
> -----------------------------------
>
> Key: DIRMINA-514
> URL: https://issues.apache.org/jira/browse/DIRMINA-514
> Project: MINA
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.0.0-M1
> Environment: Mac OS X 10.4 with Java 1.5.0_07 -87
> Reporter: Matteo Merli
> Fix For: 2.0.0-M2
>
> Attachments: Echo1_1.java, Echo2_0.java
>
>
> A call to session.close() does not send a FIN packet althought MINA will
> considers the session as closed.
> I've attached two test cases, one that works with MINA 1.1 (and works fine)
> and other with MINA 2.0 that doesn't close connections.
> This is a simple echo server that receives a message, writes it back to the
> client and (should) close the connection.
> This problem is *NOT* ocurring on Linux where the same test case works fine.
> It only shows up on Mac OS X.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.