• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

cant load application

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to start a tomcat application and use ajp to connect apache2

application hangs during load.

every thing seemed to be set right.

how can I fix this issue?

I found this http://stackoverflow.com/questions/11041151/amazon-elb-failing-to-serve-the-response

A hard crash of the JVM (use ps to see if the JVM process is still running)
A soft crash of the application (look at Tomcat application logs)
Running out of file descriptors (use lsof | wc -l and compare to ulimit -n of the application user)

I revised ulimit -n... I set it to other values... nothing.

while trying to load the app, if I refresh the browser I get
child pid 10681 exit signal Bus error (7)...

please advise
 
Ranch Hand
Posts: 75
Tomcat Server Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
so you're trying to use ajp with mod_proxy? or AJP with mod_proxy_ajp? or coyote with mod_proxy? or ajp with mod_jk?
 
reply
    Bookmark Topic Watch Topic
  • New Topic