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.  Error While Deploying Application

    Posted 08/03/18 09:18 AM

    When I am deploying a new ear  application in my WAS8.5 (Java 1.8 ) ND Stand alone environment  after choosing the ear file path from my local I am getting following exception in my systemOut.log - 

    [8/3/18 7:20:42:085 CDT] 00000062 SibMessage E [AppSrv02Node:AppSrv02Node.server1-AppSrv02Node] CWSIS1519E: Messaging en
    gine AppSrv02Node.server1-AppSrv02Node cannot obtain the lock on its data store, which ensures it has exclusive access to the
    data.
    [8/3/18 7:20:42:248 CDT] 00000046 AppGroupState I HMGR1108I: Unable to make group consistent with the specified policy. The
    re are no available members to activate. The group name is WSAF_SIB_BUS=AppSrv02Node,WSAF_SIB_MESSAGING_ENGINE=AppSrv02Node.s
    erver1-AppSrv02Node,type=WSAF_SIB.
    [8/3/18 7:20:43:394 CDT] 0000007c ServletWrappe E com.ibm.ws.webcontainer.servlet.ServletWrapper service Uncaught service() e
    xception thrown by servlet action: java.lang.NoClassDefFoundError: javax.servlet.ServletInputStream
    at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:302)
    at org.apache.struts.upload.CommonsMultipartRequestHandler.handleRequest(Unknown Source)
    at com.ibm.isclite.container.controller.NLSDiskMultipartRequestHandler.handleRequest(NLSDiskMultipartRequestHandler.j
    ava:42)
    at org.apache.struts.util.RequestUtils.populate(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processPopulate(Unknown Source)
    at org.apache.struts.action.RequestProcessor.process(Unknown Source)
    at org.apache.struts.action.ActionServlet.process(Unknown Source)
    at org.apache.struts.action.ActionServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1238)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:782)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)
    at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:97)
    at com.ibm.ws.console.core.servlet.WSCUrlFilter.setUpCommandAssistance(WSCUrlFilter.java:967)
    at com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.java:514)
    at com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:335)
    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:967)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1107)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:4028)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1016)
    at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1817)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:463)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:530)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:316)
    at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:88)
    Could you pls suggest me .



    ------------------------------
    Bharath VR
    ------------------------------


  • 2.  RE: Error While Deploying Application

    Posted 08/07/18 03:24 AM
    Hello Bharath,
    I think it's quite unlikely that this error message is related to the application deployment. Obviously you have an SIBus conifgured in your cell whose messaging engine can't reach it's message store. Check and make sure that your SIBus works properly first. Beside the ME problem .. how does the deployment work?

    ------------------------------
    Hermann Huebler
    ------------------------------



  • 3.  RE: Error While Deploying Application

    Posted 08/08/18 09:48 AM
    Are you deploying the new application that introduces the SIBus?  If so you need to configure that first. Here's an article to help you with that:   Working with SIBus queues and topic spaces using wsadmin and Jython in WebSphere Application Server


    However, if you already have one in place, you should test it to make sure it's working before any deployment.  This IBM support blog post for ten things to know for SIB is a must read.    https://www.ibm.com/developerworks/community/blogs/aimsupport/entry/10_things_every_WebSphere_Service_Integration_Bus_user_must_be_aware_of?lang=en



    ------------------------------
    Rene
    WebSphere Goddess
    Principal Engineer Applications and Integration
    CA
    ------------------------------



  • 4.  RE: Error While Deploying Application

    Posted 08/08/18 10:25 AM
    Hi,
    What is the value on All Applications > Click on App Name > Application Binaries?

    Did you try to stop server, stop node, syncnode, start server and try? thanks