What does "wc_open" do?

I have three systems all set up as copies of each other for redundant backup.
They run Apache and Tomcat.  Two systems work 100%.  One fails to work
when I start apache with the ajp13 connectors enabled.

I put DEBUG on the JkLogLevel directive and ran both the broken and working
system.  By the results of this log, I see that my failing system is
failing at the wc_open function.  If I could understand what this function
does, I may be able to fix the problem.

Working log file:
[jk_uri_worker_map.c (185)]: Into jk_uri_worker_map_t::uri_worker_map_alloc            
                        
[jk_uri_worker_map.c (236)]: Into jk_uri_worker_map_t::uri_worker_map_open             
                        
[jk_uri_worker_map.c (254)]: jk_uri_worker_map_t::uri_worker_map_open, rule map size 
is 2                      
[jk_uri_worker_map.c (323)]: Into jk_uri_worker_map_t::uri_worker_map_open, match rule 
/test/=ajp13 was added 
[jk_uri_worker_map.c (323)]: Into jk_uri_worker_map_t::uri_worker_map_open, match rule 
/test2/=ajp13 was added
[jk_uri_worker_map.c (361)]: Into jk_uri_worker_map_t::uri_worker_map_open, there are 
2 rules                  
[jk_uri_worker_map.c (391)]: jk_uri_worker_map_t::uri_worker_map_open, done            
                        
[jk_worker.c (114)]: Into wc_open                                                      
                        
[jk_worker.c (288)]: Into build_worker_map, creating 1 workers                         
                        
[jk_worker.c (297)]: build_worker_map, creating worker ajp13                           
                        
[jk_worker.c (191)]: Into wc_create_worker                                             
                        
[jk_worker.c (211)]: wc_create_worker, about to create instance ajp13 of ajp13         
                        
[jk_ajp13_worker.c (873)]: Into ajp13_worker_factory                                   
                        
[jk_worker.c (226)]: wc_create_worker, about to validate and init ajp13                
                        
[jk_ajp13_worker.c (478)]: Into jk_worker_t::validate                                  
                        
[jk_ajp13_worker.c (494)]: In jk_worker_t::validate for worker ajp13 contact is 
LOCALHOST:8009                 

Failing Log file:
[jk_uri_worker_map.c (185)]: Into jk_uri_worker_map_t::uri_worker_map_alloc            
                         
[jk_uri_worker_map.c (236)]: Into jk_uri_worker_map_t::uri_worker_map_open             
                         
[jk_uri_worker_map.c (254)]: jk_uri_worker_map_t::uri_worker_map_open, rule map size 
is 2                       
[jk_uri_worker_map.c (323)]: Into jk_uri_worker_map_t::uri_worker_map_open, match rule 
/test/=ajp13 was added  
[jk_uri_worker_map.c (323)]: Into jk_uri_worker_map_t::uri_worker_map_open, match rule 
/test2/=ajp13 was added 
[jk_uri_worker_map.c (361)]: Into jk_uri_worker_map_t::uri_worker_map_open, there are 
2 rules                   
[jk_uri_worker_map.c (391)]: jk_uri_worker_map_t::uri_worker_map_open, done         



---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, and more

Reply via email to