• 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

Tomcat Error: SEVERE: BAD packet signature 18245

 
Ranch Hand
Posts: 603
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi TOMCAT EXPERTS AND GURU's,
I have configured jdk1.5,Tomcat V5.5in eclipse IDE 3.4,When i start the tomcat server i get the below exception. Please need your help to resolve the below error.




Help provided will be highly appreciated

--
Deepak Lal
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
this happens when a non-AJP message is sent to the AJP port. See my other comment: if you're not using AJP, remove it.
 
Deepak Lal
Ranch Hand
Posts: 603
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the input,But im facing another issue which i have now posted in the Tomcat Port Problem..

Thanks a lot David Buddy.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I keep receiving the following error in tomcat 6 "SEVERE: BAD packet signature "32847" and "SEVERE: BAD packet signature 5635"

I was trying to configure tomcat and Apache2 to use AJP and SSL.

After reading every post on the internet regarding this error I finally decided to start my installation of tomcat 6 and Apache2 over from scratch. When I installed Apache2 I noticed I was missing my mod_jk.so file... so I moved it over from my first installation.... that helped me realize that my mod_jk.so file was out of date with the version of Apache2 I was using.

The solution I found was to matching the correct version of mod_jk.so with the version of Appache2 I was using.

Good luck to anyone else that may be having this same issue.

-Mike Hagberg
reply
    Bookmark Topic Watch Topic
  • New Topic