Connector error

2004-06-21 Thread Andre Prasetya
I got this message on httpd's error_log

ajp13.service() ajpGetReply recoverable error 3
ajp13.service() ajpGetReply recoverable error
ajp13.service() Error  forwarding ajp13:/usr/share/tomcat5/work/jk2.socket 1
0
mod_jk2.handler() Error connecting to tomcat 3, status 200

My workers :

# Shared memory handling. Needs to be set.
[shm]
info=Scoreboard. Required for reconfiguration and status with multiprocess
serv$
file=/usr/share/tomcat5/logs/jk2.shm
size=10485760
debug=0
disabled=0

# UNIX domain socket
[channel.un:/usr/share/tomcat5/work/jk2.socket]
tomcatId=localhost:8009
debug=0

# define the worker
[ajp13:/usr/share/tomcat5/work/jk2.socket]
channel=channel.un:/usr/share/tomcat5/work/jk2.socket

# Announce a status worker
[status:status]
info=Status worker. Displays runtime information.

[uri:/jkstatus/*]
group=status:status

# Uri mapping
[uri:/jsp-examples/*]

Where have I gone Wrong ?

-Andre-


CONFIDENTIALITY STATEMENT:

This email and any attachment herein contains strictly confidential information. The 
same are intended only for the named Recipient(s) as above mentioned . In the event 
you are not named as a Recipient, we ask that you inform us of this immediately. Do 
not disseminate anything herein and please delete this message and any attachment in 
its entirety from any system you may have control over.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Connector Error

2003-12-17 Thread Steven Garrett
Hi there,

I know there is a link/page that will tell me what this error is:

[error] mod_jk child init 1 -2
[error] jk2_init() Can't find child 2529 in scoreboard

I just can't find it.  Could someone please point me to it.

Thanks in advance,

Steve

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR ERROR

2003-01-08 Thread Krishna_R . _Nagaraj





Was anyone able to crack this problem with TOMCAT 4.18  +  APACHE 2.0.43 +
JK2 CONNECTOR?

I am thinking of using JK instead JK2 since we have to implement this in
production soon. The only thing concerning me is - I have read that JK is
deprecated and may not/won't support future Tomcat and Apache releases. Is
that true?

Your help on this will be greatly appreciated.

TOMCAT 4.18  +  APACHE 2.0.43 + JK2 CONNECTOR ERROR DESCRIPTION (The
previous attachment's content)

If I try to browse a jpg file of size greater than 34KB then I get an image
which has a dark pattern from the middle of the image. This only happens if
the image is greater than 34KB.  I have also noticed that this is not
consistent. But this seems to happen when the file size is greater than
34KB. This is happening to another colleague of mine.

I also noticed that if I try to browse the same image ( 34KB) under the
subfolder of examples (i.e. jsp folder) I get the following errors (logged
in apache error.log file). This however happens to any file (No size
constraint)

[Fri Jan 03 17:40:28 2003] [error] Error ajp_process_callback - write
failed
[Fri Jan 03 17:40:28 2003] [error] ajp13.service() ajpGetReply recoverable
error 3
[Fri Jan 03 17:40:28 2003] [error] Error ajp_process_callback - write
failed
[Fri Jan 03 17:40:28 2003] [error] ajp13.service() ajpGetReply recoverable
error 3
[Fri Jan 03 17:40:28 2003] [error] ajp13.service() Error  forwarding
ajp13:localhost:8019 1 0
[Fri Jan 03 17:40:28 2003] [error] mod_jk.handler() Error connecting to
tomcat 3

Can someone please help me in solving this problem

I have the following settings in my config files.

Server.xml

 Connector className=org.apache.coyote.tomcat4.CoyoteConnector
   port=8019 minProcessors=5 maxProcessors=75
   enableLookups=true redirectPort=8443
   acceptCount=10 debug=0 connectionTimeout=2
   useURIValidationHack=false

protocolHandlerClassName=org.apache.jk.server.JkCoyoteHandler

worker2.properties

[shm]
file=c:/apache/Apache2/logs/shm.file
size=1048576

# Example socket channel, override port and host.
[channel.socket:localhost:8019]
port=8019
host=127.0.0.1

# define the worker
[ajp13:localhost:8019]
channel=channel.socket:localhost:8019

# Uri mapping
[uri:/test/*]
worker=ajp13:localhost:8019

jk2.properties

# list of needed handlers.
handler.list=apr,channelSocket,request

# Override the default port for the channelSocket
channelSocket.port=8019

Thanks

Krishna Nagaraj