-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

After spending all day trying to solve it, i finally have the solution to
the ajpv11 error. I searched usenet, and the web and found over 20 posts
about it, none of them with responses. Finally someone informed me via
email what was responsible for the bug.

"After countless hours, yes. I hadn't specified log.file in
jserv.properties. org.apache.jserv.JServ was failing silently, rather
than throwing an exception for not being able to open the log file. I
changed the log.file line to an absolute path & everything got better.
Okay, there were other remaining problems, but those were easy in
comparison.
hint - 'telnet localhost 8007' should open a valid session once the
apache server has restarted. If it hasn't you don't have a good ajpv11
config."

I had /logs/jserv.log set as the log file without knowing it. and
it did not have permission to edit it. As soon as i changed it to a hard
coded path the problem went away. Don't you wish those error messages were
less confusing.
 
 >> [12/08/1999 14:55:41:482] (INFO) Apache Module was cleaned-up
>> [13/08/1999 09:36:33:291] (EMERGENCY) ajp11: can not connect to host
127.0.0.1:8007
>> [13/08/1999 09:36:33:303] (EMERGENCY) ajp11: connection fail
>> [13/08/1999 09:36:33:303] (ERROR) an error returned handling request
via
protocol "ajpv11"
>> [13/08/1999 09:36:33:303] (ERROR) an error returned handling request
via
protocol "status"

A big thanks to everyone who has helped me, and to Mike Abato for telling
me what the problem was.



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to