You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "James B. Muir" <Ja...@Hitchcock.ORG> on 2003/04/21 19:59:28 UTC

No Data returned by GETs

Hi all,

I'm new to Tomcat, and have successfully set up a connection between Apache and Tomcat using mod_jk on Linux 7.3.

Now I am trying to duplicate this success on Solaris and have run into a problem in which the SessionExample servlet will not work when arguments are passed. For example, the following works:

http://www.mydomain.org/examples/servlet/SessionExample

but the following returns no data:

http://www.mydomain.org/examples/servlet/SessionExample?dataname=foo&datavalue=bar

Coincidentally, the following message is written to the Apache log whenever I issue a GET with parameters:

[Mon Apr 21 13:41:56 2003] [notice] child pid 5153 exit signal Bus Error (10)  

I've put in place a CoreDumpDirectory directive as follows:

CoreDumpDirectory /usr/apache/dump 

but alas, no core dumps being created.

Any ideas as to what might be wrong?

Possibly pertinent info:

SunOS dh10 5.8 Generic_108528-19 sun4u sparc SUNW,Sun-Fire-880 

Tomcat 4.1.18
mod_jk 1.2.2
Apache 1.3.26

Server version: Apache/1.3.26 (Unix)                     
Server built:   Aug  5 2002 17:04:57                     
Server's Module Magic Number: 19990320:13                
Server compiled with....                                 
 -D EAPI                                                 
 -D HAVE_MMAP                                            
 -D USE_MMAP_SCOREBOARD                                  
 -D USE_MMAP_FILES                                       
 -D HAVE_FCNTL_SERIALIZED_ACCEPT                         
 -D HAVE_SYSVSEM_SERIALIZED_ACCEPT                       
 -D HAVE_PTHREAD_SERIALIZED_ACCEPT                       
 -D HTTPD_ROOT="/usr/local"                              
 -D SUEXEC_BIN="/usr/local/sbin/suexec"                  
 -D DEFAULT_PIDLOG="var/httpd/run/httpd.pid"             
 -D DEFAULT_SCOREBOARD="var/httpd/run/httpd.scoreboard"  
 -D DEFAULT_LOCKFILE="var/httpd/run/httpd.lock"          
 -D DEFAULT_ERRORLOG="var/httpd/log/error_log"           
 -D TYPES_CONFIG_FILE="etc/httpd/mime.types"             
 -D SERVER_CONFIG_FILE="etc/httpd/httpd.conf"            
 -D ACCESS_CONFIG_FILE="etc/httpd/access.conf"           
 -D RESOURCE_CONFIG_FILE="etc/httpd/srm.conf"   

         

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org