From dev-return-41380-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Tue Sep 25 14:48:08 2012 Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE8C4D5B4 for ; Tue, 25 Sep 2012 14:48:08 +0000 (UTC) Received: (qmail 86855 invoked by uid 500); 25 Sep 2012 14:48:08 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 86810 invoked by uid 500); 25 Sep 2012 14:48:08 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 86802 invoked by uid 99); 25 Sep 2012 14:48:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2012 14:48:08 +0000 Date: Wed, 26 Sep 2012 01:48:08 +1100 (NCT) From: "Kiran Ayyagari (JIRA)" To: dev@directory.apache.org Message-ID: <609804521.122349.1348584488509.JavaMail.jiratomcat@arcas> In-Reply-To: <123038518.33922.1326362320552.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (DIRSERVER-1684) When enabling the ntp server on M3 it generates errors in the log MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DIRSERVER-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran Ayyagari closed DIRSERVER-1684. ------------------------------------- Resolution: Won't Fix NTP is not supported anymore. > When enabling the ntp server on M3 it generates errors in the log > ----------------------------------------------------------------- > > Key: DIRSERVER-1684 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1684 > Project: Directory ApacheDS > Issue Type: Bug > Components: ntp > Affects Versions: 2.0.0-M3 > Reporter: Pierre Smits > > Following error is logged: > [10:15:38] ERROR [org.apache.directory.server.ntp.protocol.NtpProtocolHandler] - /127.0.0.1:53270 EXCEPTION > org.apache.mina.filter.codec.ProtocolDecoderException: java.nio.BufferUnderflowException (Hexdump: 16 01 00 01 00 00 00 00 00 00 0$ > at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecFilter.java:251) > at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434) > at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilterChain.java:46) > at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceived(DefaultIoFilterChain.java:796) > at org.apache.mina.core.filterchain.IoFilterAdapter.messageReceived(IoFilterAdapter.java:119) > at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434) > at org.apache.mina.core.filterchain.DefaultIoFilterChain.fireMessageReceived(DefaultIoFilterChain.java:426) > at org.apache.mina.core.polling.AbstractPollingConnectionlessIoAcceptor.readHandle(AbstractPollingConnectionlessIoAcceptor$ > at org.apache.mina.core.polling.AbstractPollingConnectionlessIoAcceptor.processReadySessions(AbstractPollingConnectionless$ > at org.apache.mina.core.polling.AbstractPollingConnectionlessIoAcceptor.access$1000(AbstractPollingConnectionlessIoAccepto$ > at org.apache.mina.core.polling.AbstractPollingConnectionlessIoAcceptor$Acceptor.run(AbstractPollingConnectionlessIoAccept$ > at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > Caused by: java.nio.BufferUnderflowException > at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:127) > at java.nio.ByteBuffer.get(ByteBuffer.java:675) > at org.apache.directory.server.ntp.io.NtpMessageDecoder.parseReferenceIdentifier(NtpMessageDecoder.java:112) > at org.apache.directory.server.ntp.io.NtpMessageDecoder.decode(NtpMessageDecoder.java:59) > at org.apache.directory.server.ntp.protocol.NtpDecoder.decode(NtpDecoder.java:39) > at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecFilter.java:241) > ... 14 more -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira