• 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

Application works with JBoss 5.0 but not working with JBoss 5.1

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,


I am working in my application in which I use JBoss 5.0 it works fine.

Then I tried to deploy my application in JBoss 5.1 it gives internal exception occurs.

But my aaplication works fine with Tomcat.


I attached the image of the occured exception.


Please help me.
JBoss5.1.JPG
[Thumbnail for JBoss5.1.JPG]
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you packaging any jar file(s) containing javax.servlet.* or org.apache.jasper.* classes, in your application? If yes, then remove those jar files from the application packaging.

Also, please do not attach images of exception stacktraces. Instead post those logs inline within your message. You can wrap them in a code block (use the Code button in the message editor window) to format them correctly. See this.

 
Aashish Shivhare
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jaikiran,
Its solve my issue. Thanks.
But I am unable to find the reason, why this was happen?
Could you please tell me the reason.
Once again thanks a lot.
reply
    Bookmark Topic Watch Topic
  • New Topic