• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

SEVERE: BAD packet signature: SEVERE: Error, processing connection

 
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Ranchers,

My web application in the server was working just fine. Recently I made few changes in the code and restarted the tomcat. since then my application is not working. I tried reverting my changes in the code and restarting the tomcat. The application runs fine but any query given which should return results from the oracle database.But instead gives me the following error in the stack trace.



Doing google and looking on the posts which had similar problems, really didnot help me understand. I would really appreciate if someone could point me out in the right direction on what I should be doing in order to rectify this error and make my application work again.

Thanks
 
Saloon Keeper
Posts: 28401
210
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It looks like you have an Apache-Tomcat AJP connection and that there are problems with it. The solution MIGHT be as simple as restarting Apache.

However, it's also possible that you have configuration problems. Don't forget that AJP talks to Tomcat's port 8009 by default, not 8080. The AJP protocol is different than HTTP, and if you send data to the wrong port or in the wrong protocol you can see problems like the one you've got.
 
Romeo Ranjan
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Tim. Restarting the server solved the problem.
 
moose poop looks like football shaped elk poop. About the size of this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic