IBM Support

PM37323: DEPLOYING EMBEDED WAS CONSOLE FROM EWAS TOOLKIT FAILS WITH JAVA.LANG.NOCLASSDEFFOUNDERROR

Fixes are available

7.0.0.19: WebSphere Application Server V7.0 Fix Pack 19
7.0.0.21: WebSphere Application Server V7.0 Fix Pack 21
7.0.0.23: WebSphere Application Server V7.0 Fix Pack 23
7.0.0.25: WebSphere Application Server V7.0 Fix Pack 25
7.0.0.27: WebSphere Application Server V7.0 Fix Pack 27
7.0.0.29: WebSphere Application Server V7.0 Fix Pack 29
7.0.0.31: WebSphere Application Server V7.0 Fix Pack 31
7.0.0.27: Java SDK 1.6 SR13 FP2 Cumulative Fix for WebSphere Application Server
7.0.0.33: WebSphere Application Server V7.0 Fix Pack 33
7.0.0.35: WebSphere Application Server V7.0 Fix Pack 35
7.0.0.37: WebSphere Application Server V7.0 Fix Pack 37
7.0.0.39: WebSphere Application Server V7.0 Fix Pack 39
7.0.0.41: WebSphere Application Server V7.0 Fix Pack 41
7.0.0.43: WebSphere Application Server V7.0 Fix Pack 43
7.0.0.45: WebSphere Application Server V7.0 Fix Pack 45
7.0.0.19: Java SDK 1.6 SR9 FP2 Cumulative Fix for WebSphere Application Server
7.0.0.21: Java SDK 1.6 SR9 FP2 Cumulative Fix for WebSphere
7.0.0.23: Java SDK 1.6 SR10 FP1 Cumulative Fix for WebSphere
7.0.0.25: Java SDK 1.6 SR11 Cumulative Fix for WebSphere Application Server
7.0.0.27: Java SDK 1.6 SR12 Cumulative Fix for WebSphere Application Server
7.0.0.29: Java SDK 1.6 SR13 FP2 Cumulative Fix for WebSphere Application Server
7.0.0.45: Java SDK 1.6 SR16 FP60 Cumulative Fix for WebSphere Application Server
7.0.0.31: Java SDK 1.6 SR15 Cumulative Fix for WebSphere Application Server
7.0.0.35: Java SDK 1.6 SR16 FP1 Cumulative Fix for WebSphere Application Server
7.0.0.37: Java SDK 1.6 SR16 FP3 Cumulative Fix for WebSphere Application Server
7.0.0.39: Java SDK 1.6 SR16 FP7 Cumulative Fix for WebSphere Application Server
7.0.0.41: Java SDK 1.6 SR16 FP20 Cumulative Fix for WebSphere Application Server
7.0.0.43: Java SDK 1.6 SR16 FP41 Cumulative Fix for WebSphere Application Server

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • After installing the embeded WAS 7.0.0.13 and creating a profile
    from the eWAS toolkit, the embeded WAS administrative console is
    not functional well. Clicking any applications in the console
    fails with the following:
    
    java.io.FileNotFoundException:
    C:\eWAS\systemApps\isclite.ear\isclite.war\WEB-INF\com.ibm.ws.co
    nsole.cim\console-defs.xml (The system cannot find the path
    specified.)
    ...
    ...
    [1/27/11 16:15:09:384 EST] 00000014 servlet       E
    com.ibm.ws.webcontainer.servlet.ServletWrapper service
    SRVE0068E: Uncaught exception created in one of the service
    methods of the servlet
    /com.ibm.ws.console.appmanagement/addPropCategorizedLayout.jsp
    in application isclite. Exception created :
    com.ibm.websphere.servlet.error.ServletErrorReport:
    java.lang.NoClassDefFoundError:
    com.ibm.ws.management.tam.application.TAMLogger
     at
    org.apache.jasper.runtime.PageContextImpl.handlePageException(Pa
    geContextImpl.java:695)
     at
    _ibmjsp.com_2E_ibm_2E_ws_2E_console_2E_appmanagement._addPropCat
    egorized Layout._jspService(_addPropCategorizedLayout.java:842)
     at
    com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:99)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
     at
    com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWr
    apper.java:1663)
     at
    com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWr
    apper.java:1597)
    ...
    ...
    Caused by: java.lang.NoClassDefFoundError:
    com.ibm.ws.management.tam.application.TAMLogger
     at
    com.ibm.ws.console.tam.appmanagement.action.TAMMapRolesToUsersAc
    tion.<clinit>(TAMMapRolesToUsersAction.java:73)
     at java.lang.J9VMInternals.initializeImpl(Native Method)
     at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
     at java.lang.Class.forNameImpl(Native Method)
     at java.lang.Class.forName(Class.java:172)
     at
    com.ibm.ws.console.core.selector.LinkSelector.getLinks(LinkSelec
    tor.java:132)
     at
    _ibmjsp.com_2E_ibm_2E_ws_2E_console_2E_appmanagement._addPropCat
    egorized Layout._jspService(_addPropCategorizedLayout.java:384)
     ... 142 more
    Caused by: java.lang.ClassNotFoundException:
    com.ibm.ws.management.tam.application.TAMLogger
     at java.net.URLClassLoader.findClass(URLClassLoader.java:423)
     at
    com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.jav
    a:150)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:653)
     at
    com.ibm.ws.bootstrap.ExtClassLoader.loadClass(ExtClassLoader.jav
    a:90)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:619)
     at
    com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundCla
    ssLoader.java:509)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:619)
     at
    com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundCla
    ssLoader.java:541)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:619)
     ... 149 more
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:  WebSphere Embedded Express users of the     *
    *                  Embedders toolkit                           *
    ****************************************************************
    * PROBLEM DESCRIPTION: Viewing deployed application            *
    *                      information in administrative console   *
    *                      with the Embedders Toolkit throws an    *
    *                      exception.                              *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    NoClassDefFoundError found in administrative console when
    viewing deployed application information.
    

Problem conclusion

  • Problem was resolved by copying missing plugin
    com.tivoli.pd.amwas.core_6.1.0.jar into /plugins
    
    The fix for this APAR is currently targeted for inclusion in
    fix pack 7.0.0.19.  Please refer to the Recommended Updates
    page for delivery information:
    http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980
    

Temporary fix

Comments

APAR Information

  • APAR number

    PM37323

  • Reported component name

    WEBSPHERE APP S

  • Reported component ID

    5724J0800

  • Reported release

    700

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2011-04-19

  • Closed date

    2011-05-12

  • Last modified date

    2011-05-12

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    WEBSPHERE APP S

  • Fixed component ID

    5724J0800

Applicable component levels

  • R700 PSY

       UP

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSEQTP","label":"WebSphere Application Server"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"7.0","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
27 October 2021