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

Websphere7.0 getting runtime exception as Module not found

  • 1.  Websphere7.0 getting runtime exception as Module not found

    Posted Mon September 21, 2015 10:56 PM
    I am using websphere7.0 and eclipse Luna, Jdk 1.6. I deolpyed a EAR into IBM Websphere and when I am tyring to run the application I am getting below errors.

    1.  

    com.ibm.ws.exception.RuntimeWarning: com.ibm.ws.exception.ConfigurationWarning: Module not found
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2099)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:437)
    at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:122)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:380)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$300(CompositionUnitMgrImpl.java:105)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$CUInitializer.run(CompositionUnitMgrImpl.java:928)
    at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:349)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)
    Caused by: com.ibm.ws.exception.ConfigurationWarning: Module not found
    at com.ibm.ws.runtime.component.DeployedApplicationImpl.getDeployedModules(DeployedApplicationImpl.java:1244)
    at com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:588)
    at com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:415)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplication(ApplicationMgrImpl.java:361)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2086)
    ... 7 more


    and
    2. 


    [9/21/15 14:38:13:072 HST] 0000000e SystemErr R Cannot load XSL files from C:\Program Files\IBM\WebSphere\AppServer\plugins\com.ibm.ws.runtime.jar
    [9/21/15 14:38:13:075 HST] 0000000e SystemErr R Cannot load XSL files from C:\Program Files\IBM\WebSphere\AppServer\plugins\com.ibm.ws.runtime.jar
    [9/21/15 14:38:13:077 HST] 0000000e SystemErr R Cannot load XSL files from C:\Program Files\IBM\WebSphere\AppServer\plugins\com.ibm.ws.runtime.jar
    [9/21/15 14:38:13:079 HST] 0000000e SystemErr R Cannot load XSL files from C:\Program Files\IBM\WebSphere\AppServer\plugins\com.ibm.ws.runtime.jar


    Please help me resolve this issue.


    Thank you,
    Karuna