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.

Reply via email to