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.  In Websphere 7, installed an application

    Posted 10/10/14 03:47 AM
    Hi All,


    I have installed an application in test env, having 2 nodes.

    Application is deployed on cluster level.


    im currently facing issue with 1 node, as it throws 500 error.


    Where as it is working fine on another node.


    Can some one help me with solution plz.             


  • 2.  In Websphere 7, installed an application

    Posted 10/10/14 07:36 AM
    Error Msg:

     E com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: [Servlet Error]-[jersey-servlet]: com.sun.jersey.spi.inject.Errors$ErrorMessagesException  at com.sun.jersey.spi.inject.Errors.processErrorMessages(Errors.java:170)  at com.sun.jersey.spi.inject.Errors.postProcess(Errors.java:136)  at com.sun.jersey.spi.inject.Errors.processWithErrors(Errors.java:199)  at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:695)  at com.sun.jersey.spi.spring.container.servlet.SpringServlet.initiate(SpringServlet.java:117)  at com.sun.jersey.spi.container.servlet.ServletContainer$InternalWebComponent.initiate(ServletContainer.java:287)  at com.sun.jersey.spi.container.servlet.WebComponent.load(WebComponent.java:587)  at com.sun.jersey.spi.container.servlet.WebComponent.init(WebComponent.java:213)  at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:342)  at com.sun.jersey.spi.container.servlet.ServletContainer.init(ServletContainer.java:516)  at javax.servlet.GenericServlet.init(GenericServlet.java:241)  at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:363)  at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init(ServletWrapperImpl.java:171)  at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:744)  at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:507)  at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:181)  at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3954)  at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:276)  at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:945)  at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1592)  at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:191)  at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:453)  at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:515)  at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:306)  at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:277)  at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)  at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)  at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)  at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)  at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)  at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)  at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)  at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)  at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)  at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1660)