On May 28, 2007, at 11:24 PM, Kai Virkki wrote: > Hi! > > We're getting following messages to the jvm.log with Resin 3.0.15: > > [08:01:20.953] JniSelect: add-native failed 7036 -> -1 for > TcpConnection[id=resin-tcp-connection-*:80-149,socket=JniSocketImpl > $18322855[1238601824],port=Port[null:80]] > > Is there any reason to be worried about them? Has anyone else > witnessed these kind of messages? We haven't been able to connect > these to the problems we're having with Resin, but it would be nice to > know more what's going on.
Yes, it's something to be concerned about. For some reason, the select/poll keepalive is failing. Resin will recover, so it wouldn't be visible, but it is an internal assertion failure. There have been fixes to the select/poll since 3.0.15, so you may want to disable the select as a workaround. -- Scott > > regards, > > Kai > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
