• 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

Handler processing failed; nested exception is java.lang.AbstractMethodError:

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

I am getting following error when i am trying to deploy an application on Websphere Application Server Liberty.



Can any one please help me with this error and how it can be resolved.
Same application was running fine on Tomcat and then i decided to use Websphere Application Server Liberty. For this i created a new workspace in eclipse and then imported same folder structure of application from my old workspace to new workspace. In my old workspace the application was running on Tomcat. In new workspace i configured new target runtime to get  Websphere Application Server Liberty. I added few external jars like jsp-api.jar and servlet-api.jar and slf4j-log4j12-1.7.21.jar. Then i started the WAS Liberty server ran the application and was able to get application login page. But as soon as i entered login and password, i got the above error.  Please help

 
Bartender
Posts: 3903
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wonder if it may relate to classloader order conflict.
Try to play "parent first" v.s. "parent last" setting for classloaders.
reply
    Bookmark Topic Watch Topic
  • New Topic