The code in 3.3.2 was :
Nov 17, 2004 8:42:25 AM org.apache.jk.common.HandlerRequest invoke
INFO: Unknown message 0
in org.apache.jk.common.HandlerRequest :
public int invoke(Msg msg, MsgContext ep )
throws IOException
{
int type=msg.getByte();
....
default:
log.info("Unknown message " + type);
}
return OK;
}
It seems we grab a byte from AJP link which is zero (0x00) but it's
not a valid AJP command so there is something weird there. Any idea ?
Mladen, JF, Bill ?
On Wed, 17 Nov 2004 08:46:11 +0100, Henri Gomez <[EMAIL PROTECTED]> wrote:
> On Tue, 16 Nov 2004 10:09:44 -0800, Bill Barker <[EMAIL PROTECTED]> wrote:
>
>
> >
> >
> >
> > ----- Original Message -----
> > From: "Henri Gomez" <[EMAIL PROTECTED]>
> > To: "Discussion about Tomcat dev" <[EMAIL PROTECTED]>
> > Sent: Tuesday, November 16, 2004 4:42 AM
> > Subject: jk 1.2.6 and Tomcat 3.3.2
> >
> > > Hi to all,
> > >
> > > I wonder if some of you still get this message in Tomcat 4.1.x and
> > 5.0.x/5.5.x :
> > >
> > > XXX unknowon type 0
> > >
> > > I'm using Apache 2.0.50 and Tomcat 3.3.2 with jk 1.2.6 and got this
> > > message sometimes.
> > >
> > > As result Tomcat close the AJP connection and jk should recreate a new
> > socket.
> > >
> >
> > Actually, the message is when Tomcat is going to otherwise close the AJP
> > connection anyway, and is attempting to unregister the Request with JMX
> > (which has to be explicitly enabled in 3.3.2). Of course, you can make it
> > go away by grabbing the Jk jars from a more recent release of 4.1.x or 5.x,
> > but the message is pretty harmless itself.
>
> Strange I didn't set JMX support in my tomcat 3.3.2 settings. no
> modules, nothing in server.xml or modules.xml.
>
> Also I wonder why Tomcat close the AJP connection from its own
> initiative since Apache 2 didn't ask for (it seems).
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]