Am 16.06.2015 13:42, schrieb André Warnier:
Hi.

Can I too ?
Why not?


mod_jk log (debug) :
...
[Tue Jun 16 13:26:21.928 2015] [16334:140682714515200] [debug]
map_uri_to_worker_ext::jk_uri_worker_map.c (1134): Attempting to map
URI '/hudson' from 5 maps
[Tue Jun 16 13:26:21.928 2015] [16334:140682714515200] [debug]
find_match::jk_uri_worker_map.c (941): Attempting to map context URI
'/hudson/*=hudsonWorker' source 'JkMount'
[Tue Jun 16 13:26:21.928 2015] [16334:140682714515200] [debug]
find_match::jk_uri_worker_map.c (941): Attempting to map context URI
'/sonar/*=ajp13_worker' source 'JkMount'
[Tue Jun 16 13:26:21.928 2015] [16334:140682714515200] [debug]
find_match::jk_uri_worker_map.c (941): Attempting to map context URI
'/jk-manager=jk-manager' source 'JkMount'
[Tue Jun 16 13:26:21.929 2015] [16334:140682714515200] [debug]
find_match::jk_uri_worker_map.c (941): Attempting to map context URI
'/jk-status=jk-status' source 'JkMount'
[Tue Jun 16 13:26:21.929 2015] [16334:140682714515200] [debug]
find_match::jk_uri_worker_map.c (941): Attempting to map context URI
'/hudson=hudsonWorker' source 'JkMount'
[Tue Jun 16 13:26:21.929 2015] [16334:140682714515200] [debug]
find_match::jk_uri_worker_map.c (964): Found an exact match
'/hudson=hudsonWorker'
[Tue Jun 16 13:26:21.929 2015] [16334:140682714515200] [debug]
jk_handler::mod_jk.c (2635): Into handler jakarta-servlet
worker=hudsonWorker r->proxyreq=0
[Tue Jun 16 13:26:21.929 2015] [16334:140682714515200] [debug]
wc_get_worker_for_name::jk_worker.c (115): found a worker hudsonWorker
[Tue Jun 16 13:26:21.929 2015] [16334:140682714515200] [debug]
wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13'
[Tue Jun 16 13:26:21.929 2015] [16334:140682714515200] [error]
jk_handler::mod_jk.c (2747): Could not init service for
worker=hudsonWorker

* What does the above error mean ? * (browser gets 500 Server error page)

[Tue Jun 16 13:27:11.630 2015] [16334:140682739693312] [debug]
jk_watchdog_func::mod_jk.c (3213): Watchdog thread running
[Tue Jun 16 13:27:11.631 2015] [16334:140682739693312] [debug]
wc_maintain::jk_worker.c (338): Maintaining worker hudsonWorker
[Tue Jun 16 13:27:11.631 2015] [16334:140682739693312] [debug]
wc_maintain::jk_worker.c (338): Maintaining worker ajp13_worker
[Tue Jun 16 13:27:11.631 2015] [16335:140682739693312] [debug]
jk_watchdog_func::mod_jk.c (3213): Watchdog thread running
[Tue Jun 16 13:27:11.631 2015] [16335:140682739693312] [debug]
wc_maintain::jk_worker.c (338): Maintaining worker hudsonWorker
[Tue Jun 16 13:27:11.631 2015] [16335:140682739693312] [debug]
wc_maintain::jk_worker.c (338): Maintaining worker ajp13_worker


System data :

Linux : 3.10.23-xxxx-grs-ipv6-64
Tomcat 8
Java 8
Apache httpd + mod_jk : Apache/2.2.22 (Debian) mod_jk/1.2.37
configured -- resuming normal operations

mod_jk worker defined as :

I think the worker.list is missing:

worker.list=hudsonWorker


worker.hudsonWorker.port=9010
worker.hudsonWorker.host=localhost
worker.hudsonWorker.type=ajp13

Regards,
 Felix


Tomcat Connector :

        <!-- Note AW : this is the "hudson" mod_jk worker port -->
    <Connector port="9010" protocol="AJP/1.3" redirectPort="8443"
                                maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" disableUploadTimeout="true"
               acceptCount="100" SSLEnabled="false" clientAuth="false"
               server="Apache-Coyote-Cloud/0.0"
               URIEncoding="UTF-8" />

(Not sure all the attributes are relevant, config copied hastily from
HTTP connector)



Tomcat startup log (Catalina log) :
...
16-Jun-2015 13:25:41.275 INFO [main]
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
["http-nio-8080"]
16-Jun-2015 13:25:41.280 INFO [main]
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
["ajp-nio-8009"]
16-Jun-2015 13:25:41.281 INFO [main]
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
["ajp-nio-9010"]
16-Jun-2015 13:25:41.281 INFO [main]
org.apache.catalina.startup.Catalina.start Server startup in 21196 ms

(No errors visible)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to