• 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

Getting Internal error when invoking http remoting using HttpRequestHandlerServlet

 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am exposing a service using httpInvoker and is working fine when working with DispatcherServlet. When I switch from RequestDispatcher to HttpRequestHandlerServlet I am getting an error Did not receive successful HTTP response: status code = 500, status message = [Internal Server Error]. Below are the configuration files. I have already spend 2 days debugging and have no clue. Please let me know where I am going wrong. The code is checked in Git repo. Link is - https://github.com/prashdeep/spring-remoting.git

Inside my web.xml file:



Inside my client-config.xml file:


In the index.jsp



In the process.jsp


Finally in my ClientInvoker.java


Error log on the browser:


 
reply
    Bookmark Topic Watch Topic
  • New Topic