I'll get one together for you - it's very early in initialization of my server so it shouldn't be too difficult to assemble. Right now I need to make some progress but I'll get you something over the weekend.
Thanks for the prompt replies, Dan. On Wed, Jul 30, 2008 at 1:28 PM, Julien Vermillard <[EMAIL PROTECTED]>wrote: > weird, > > You got a simple test case you can attach at a JIRA issue so we can try > to reproduce it ? > > Julien > > On Wed, 30 Jul 2008 13:10:32 +0100 > "Dan Creswell" <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > Thanks Julien - alas no, the port is 41952. > > > > Best, > > > > Dan. > > > > On Wed, Jul 30, 2008 at 1:05 PM, Julien Vermillard > > <[EMAIL PROTECTED]>wrote: > > > > > Hi, I think you try to bind port with a too low ID (<1024) > > > > > > For changelog you can look at JIRA : > > > > > > > https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=10670&fixfor=12312861 > > > > > > Julien > > > > > > On Wed, 30 Jul 2008 13:01:54 +0100 > > > "Dan Creswell" <[EMAIL PROTECTED]> wrote: > > > > > > > Hi all, > > > > > > > > Firstly, I'd like to say thanks for Mina, it's good stuff. > > > > > > > > I've been developing some code against Mina-2.0.0-M1 and this > > > > morning downloaded M2, which amongst other things seems to have a > > > > substantial package renaming. Having re-jigged my code to fit > > > > with the new package naming structure I'm now encountering a > > > > permissioning problem (which I don't get with M1): > > > > > > > > Caused by: java.net.SocketException: Permission denied > > > > at sun.nio.ch.Net.connect(Native Method) > > > > at > > > > sun.nio.ch.DatagramChannelImpl.connect(DatagramChannelImpl.java:548) > > > > at > > > > > > > > org.apache.mina.transport.socket.nio.NioDatagramConnector.connect(NioDatagramConnector.java:102) > > > > at > > > > > > > > org.apache.mina.transport.socket.nio.NioDatagramConnector.connect(NioDatagramConnector.java:42) > > > > at > > > > > > > > org.apache.mina.core.polling.AbstractPollingIoConnector.connect0(AbstractPollingIoConnector.java:321) > > > > at > > > > > > > > org.apache.mina.core.service.AbstractIoConnector.connect(AbstractIoConnector.java:256) > > > > at > > > > > > > > org.apache.mina.core.service.AbstractIoConnector.connect(AbstractIoConnector.java:173) > > > > at org.dancres.paxos.impl.PaxosPeer.main(PaxosPeer.java:75) > > > > > > > > Where might I find out about the changes you've made in M2? This > > > > information is useful both in identifying possible sources of > > > > issues (like the above exception) and figuring out whether I want > > > > to upgrade to a release (and take the impact of fixing up all my > > > > imports). > > > > > > > > Thank you, > > > > > > > > Dan. > > > >
