WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  WAS7 to WAS9 Migration -Classpath issue

    Posted Tue November 29, 2022 09:40 AM
    Error 404: javax.servlet.UnavailableException: SRVE0203E: Servlet [people]: com.peopleServlet was found, but is missing another required class. SRVE0206E: This error typically implies that the servlet was originally compiled with classes which cannot be located by the server. SRVE0187E: Check your class path to ensure that all classes required by the servlet are present.SRVE0210I: This problem can be debugged by recompiling the servlet using only the classes in the application's runtime class path SRVE0234I: Application class path=

    ------------------------------
    Jamesha Fazil Mohamed Rafi
    ------------------------------


  • 2.  RE: WAS7 to WAS9 Migration -Classpath issue

    Posted Wed November 30, 2022 02:19 AM
    You need to find the class(es) that are missing and understand why they are missing.  It could be as simple as changing the class loader (parent first/parent last).  If you do a classloader trace, which should pinpoint the missing class.

    Brian

    ------------------------------
    Brian S Paskin
    Sr. Technology Engineer
    IBM Cloud Engineering
    ------------------------------



  • 3.  RE: WAS7 to WAS9 Migration -Classpath issue

    Posted Wed November 30, 2022 02:41 AM
    Check the log on logs/ffdc directory to find which are the missing required classes.

    ------------------------------
    LI MIN YU
    ------------------------------