简体   繁体   English

IBM websphere liberty 服务器中的错误 SRVE0315E 表示什么?

[英]What does error SRVE0315E indicate in ibm websphere liberty server?

I have WebSphere application server liberty - 17.0.0.2 installed.我安装了 WebSphere 应用程序服务器 liberty - 17.0.0.2 When i try to hit website URL after turning up crsServer, The front page displays " An error has occurred. Please contact your system administrator " message.当我打开crsServer后尝试访问网站URL时,首页显示“发生错误。请联系您的系统管理员”消息。

Initially everything was working fine but suddenly the storeFront stopped showing and there is below error printed in console.最初一切正常,但突然 storeFront 停止显示,控制台中打印出以下错误。

SRVE0315E: An exception occurred: java.lang.Throwable: javax.servlet.ServletException: java.lang.NullPointerException

Here are the logs这是日志

[1/16/23 19:50:48:986 IST] 00000020 com.ibm.commerce.foundation.logging.ExtendedInfo             I CWXFR9010I: Extended information : [URL=http://appsrv-05.kotsovolos.gr:8080/webapp/remote/preview/] [parameters=null] [userId=-1002] 
[1/16/23 19:50:49:018 IST] 00000020 com.ibm.ws.logging.internal.impl.IncidentImpl                I FFDC1015I: An FFDC Incident has been created: "javax.servlet.ServletException: java.lang.NullPointerException com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter 144" at ffdc_23.01.16_19.50.48.0.log
[1/16/23 19:50:49:049 IST] 00000020 com.ibm.ws.logging.internal.impl.IncidentImpl                I FFDC1015I: An FFDC Incident has been created: "javax.servlet.ServletException: java.lang.NullPointerException com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter 82" at ffdc_23.01.16_19.50.49.0.log
[1/16/23 19:50:49:064 IST] 00000020 com.ibm.ws.logging.internal.impl.IncidentImpl                I FFDC1015I: An FFDC Incident has been created: "javax.servlet.ServletException: java.lang.NullPointerException com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters 1064" at ffdc_23.01.16_19.50.49.1.log
[1/16/23 19:50:49:064 IST] 00000020 com.ibm.ws.webcontainer.webapp                               E SRVE0315E: An exception occurred: java.lang.Throwable: javax.servlet.ServletException: java.lang.NullPointerException
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:5027)
    at com.ibm.ws.webcontainer31.osgi.webapp.WebApp31.handleRequest(WebApp31.java:528)
    at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost$2.handleRequest(DynamicVirtualHost.java:315)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1025)
    at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost$2.run(DynamicVirtualHost.java:280)
    at com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink$TaskWrapper.run(HttpDispatcherLink.java:967)
    at com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink.wrapHandlerAndExecute(HttpDispatcherLink.java:359)
    at com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink.ready(HttpDispatcherLink.java:318)
    at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:471)
    at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.handleNewRequest(HttpInboundLink.java:405)
    at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.processRequest(HttpInboundLink.java:285)
    at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.ready(HttpInboundLink.java:256)
    at com.ibm.ws.tcpchannel.internal.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:174)
    at com.ibm.ws.tcpchannel.internal.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:83)
    at com.ibm.ws.tcpchannel.internal.WorkQueueManager.requestComplete(WorkQueueManager.java:504)
    at com.ibm.ws.tcpchannel.internal.WorkQueueManager.attemptIO(WorkQueueManager.java:574)
    at com.ibm.ws.tcpchannel.internal.WorkQueueManager.workerRun(WorkQueueManager.java:929)
    at com.ibm.ws.tcpchannel.internal.WorkQueueManager$Worker.run(WorkQueueManager.java:1018)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1153)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.lang.Thread.run(Thread.java:785)
Caused by: javax.servlet.ServletException: java.lang.NullPointerException
    at com.ibm.commerce.store.servlet.StoreRuntimeServletFilter.doFilter(StoreRuntimeServletFilter.java:529)
    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:207)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)
    at com.ibm.commerce.store.preview.servlet.PreviewFilter.doFilter(PreviewFilter.java:97)
    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:207)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)
    at com.ibm.commerce.cf.servlet.ExecutionContextFilter.doFilter(ExecutionContextFilter.java:311)
    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:207)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:1021)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1143)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:4983)
    ... 20 more
Caused by: java.lang.NullPointerException
    at com.ibm.commerce.store.servlet.StoreRuntimeServletFilter.doFilterAction(StoreRuntimeServletFilter.java:636)
    at com.ibm.commerce.store.servlet.StoreRuntimeServletFilter$1.run(StoreRuntimeServletFilter.java:410)
    at com.ibm.commerce.store.servlet.StoreRuntimeServletFilter.doFilter(StoreRuntimeServletFilter.java:433)
    ... 31 more

I am trying to solve this error but i am not able to find root cause.我正在尝试解决此错误,但找不到根本原因。 even in the official documentations i am not able to find information on SRVE0315E .即使在官方文档中,我也无法找到有关SRVE0315E的信息。 can anyone guide me what can be issue??谁能指导我有什么问题??

It means that an exception was thrown when trying to call a servlet.这意味着在尝试调用 servlet 时抛出了异常。 In this case the exception is a NullPointerException thrown from a Servlet Filter.在这种情况下,异常是从 Servlet 过滤器抛出的 NullPointerException。 The exception stack in your question indicates exactly where this occurred:您问题中的异常堆栈准确指示了发生的位置:

Caused by: java.lang.NullPointerException
    at com.ibm.commerce.store.servlet.StoreRuntimeServletFilter.doFilterAction(StoreRuntimeServletFilter.java:636)
    at com.ibm.commerce.store.servlet.StoreRuntimeServletFilter$1.run(StoreRuntimeServletFilter.java:410)
    at com.ibm.commerce.store.servlet.StoreRuntimeServletFilter.doFilter(StoreRuntimeServletFilter.java:433)

The com.ibm.commerce.store.servlet.StoreRuntimeServletFilter class is not a Liberty class and the source is not in the question so I cannot comment on what caused it to throw a NullPointerException, but you would need to either look to the source of that class, or contact the owner of it for more information on why this occurred. com.ibm.commerce.store.servlet.StoreRuntimeServletFilter class 不是 Liberty class 并且来源不在问题中,因此我无法评论导致它抛出 NullPointerException 的原因,但您需要查看来源那个 class,或联系它的所有者以获取有关发生这种情况的原因的更多信息。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 WebSphere Application Server 8.5上的SRVE0200E错误 - SRVE0200E error on WebSphere Application Server 8.5 WebSphere错误404 SRVE0295E - WebSphere error 404 SRVE0295E 错误 404:SRVE0190E:在 websphere 8.5 上找不到文件:{0} - Error 404: SRVE0190E: File not found: {0} on websphere 8.5 Websphere错误SRVE0133E:和原因RC:107 - Websphere error SRVE0133E: and reason RC: 107 在IBM Websphere中部署Spring MVC时出错。错误404:SRVE0201E:Servlet [org.springframework.web.servlet.DispatcherServlet]:不是Servlet类 - Error in spring mvc deploying in IBM websphere.Error 404: SRVE0201E: Servlet [org.springframework.web.servlet.DispatcherServlet]: not a servlet class 错误的原因可能是什么:错误403:SRVE0190E:找不到文件:/index.jsp。 我正在Websphere进行部署 - What could be the reason for the error: Error 403: SRVE0190E: File not found: /index.jsp. I am deploying in websphere IBM WebSphere Liberty 处理 IHS 服务器证书问题 - IBM WebSphere Liberty working with IHS Server Problems with Certificate(s) 使用IBM WebSphere Application Server Liberty Profile配置Mysql DataSource - Configuring Mysql DataSource with IBM WebSphere Application Server Liberty Profile 应用程序如何判断它是否在IBM WebSphere Application Server或IBM WebSphere Liberty Profile上运行? - How can an application tell if its running on IBM WebSphere Application Server or IBM WebSphere Liberty Profile? Websphere Liberty server.xml 功能管理器错误 - Websphere Liberty server.xml featuremanager error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM