| Emmanuel Lecharny (JIRA) 2006-04-20, 6:56 pm |
| [ http://issues.apache.org/jira/brows...action_12375009 ]
Emmanuel Lecharny commented on DIRSERVER-607:
---------------------------------------------
I'm afraid there is nothing we can do with your problem... It seems to be a JVM bug, in 1.5.
As it has been shown by the tests you did on 1.4 JVM, changing the version solved the problem. And 1.5 JVM (JRockit) works well for me on Linux.
The stack trace is pretty explicit :
Caused by: java.net.SocketException: java.net.SocketException: Connection aborted by peer
at jrockit.net.SocketOpts.setOption(ILjava.lang.Object;Ljava.io.FileDescriptor;Ljrockit.net.SocketNativeIO;)V(Unknown Source)
at jrockit.nio.ch.SocketChannelImpl$SocketAdaptor.setTrafficClass(I)V(Unknown Source)
at org.apache.mina.transport.socket.nio.support. SocketSessionImpl$SocketSessionConfigImp
l.setTrafficClass(SocketSessionImpl.java:342)
... 3 more
the call that produced the error was in a jrockit class.
wdyt ? Any other opinion out there ?
> Geronimo unit test hangs while running Apache DS on BEA VM
> ----------------------------------------------------------
>
> Key: DIRSERVER-607
> URL: http://issues.apache.org/jira/browse/DIRSERVER-607
> Project: Directory ApacheDS
> Type: Bug
> Versions: 1.0-RC1, pre-1.0
> Environment: CPU 3Ghz Pentium 4, 2 GB RAM, Win XP professional SP 2
> Reporter: Alexei Zakharov
> Attachments: MyApacheDS10Test.java, MyApacheDSTest.java, bea142.log, bea142_08.log, bea15.log
>
> This bug is the result of the investigation performed on Geronimo unit test failure on BEA VMs. Geronimo uses Apache DS for its internal needs. And one of the unit tests on Geronimo's "directory" module hangs on BEA VM due the strange behaviour of Apac
heDS on BEA VMs. See the attached testcases. To simplify things all Geronimo stuff was removed from the code.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|