Brian Parkinson wrote:
Hello:

Hoping someone out there can help me, or at least point me in the right
direction.

I have a server built on top of mina - this communicates over HTTP and
HTTPS with a number of home thermostats (wifi enabled). It's all working
well, but I have a problem where the server locks up after about a week
of operation.

The server opens HTTP on port 8088, and HTTPs on port 8089. When the
server locks up, it appears that no messages are accepted on either port
(?) which seems weird. I'm still trying to nail this down further, but
that's about all I know right now.

I am running a somewhat older (pre-release) version of mina - it's
mina-core-2.0.0M1.jar. I recall that I built this from maven, but this
is a long while ago - like a year.

So, a bit of a vague question - does anyone recall that there may be a
deadlock in the mina code?

2.0.0-M1 is a bit old... 2.0.0-M6 is close to be released, and since M1 many huge bugs have been fixed. You would better test your program with the latest version (even better, just check out the 2.0.0-M6 branch, build it and test it).

--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org


Reply via email to