问题描述
现应用程序在tomcat上发布可正常访问,在websphere7上发布也正常,在websphere6上发布可正常访问登录界面,但是输入用户名和密码,一个红色的框框闪几下,就是登录不进去,systemOut.log日志如下:[8/21/1210:59:53:971GMT+08:00]0000002eLoggerListeneIcom.huateng.components.acegi.listener.LoggerListeneronApplicationEventSecurityinterceptionnotrequiredforpublicsecureobject:FilterInvocation:URL:/widgets/menus/tabmenu/style.css[8/21/1210:59:54:119GMT+08:00]0000002dLoggerListeneIcom.huateng.components.acegi.listener.LoggerListeneronApplicationEventSecurityinterceptionnotrequiredforpublicsecureobject:FilterInvocation:URL:/widgets/menus/tabmenu/tabmenu.js[8/21/1210:59:54:740GMT+08:00]0000002eLoggerListeneIcom.huateng.components.acegi.listener.LoggerListeneronApplicationEventSecurityinterceptionnotrequiredforpublicsecureobject:FilterInvocation:URL:/login/script1.js[8/21/1210:59:59:901GMT+08:00]0000002eServiceLoggerIcom.ibm.ws.ffdc.IncidentStreamImplinitializeFFDC0009I:FFDCopenedincidentstreamfile/websphere/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_0000002e_12.08.21_10.59.59_0.txt[8/21/1211:00:00:460GMT+08:00]0000002eServiceLoggerIcom.ibm.ws.ffdc.IncidentStreamImplresetIncidentStreamFFDC0010I:FFDCclosedincidentstreamfile/websphere/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_0000002e_12.08.21_10.59.59_0.txt[8/21/1211:00:00:571GMT+08:00]0000002eServletWrappeISRVE0242I:[dun_war][/dun][/commons/404.jsp]:Initializationsuccessful.server1_0000002e_12.08.21_10.59.59_0.txt日志如下:------StartofDEprocessing------=[8/21/1210:59:59:819GMT+08:00],key=java.io.FileNotFoundExceptioncom.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest574Exception=java.io.FileNotFoundExceptionSource=com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequestprobeid=574StackDump=java.io.FileNotFoundException:/login/j_ajax_acegi_security_checkatcom.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:446)atcom.ibm.ws.wswebcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:113)atcom.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3574)atcom.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269)atcom.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:831)atcom.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)atcom.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:133)atcom.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:450)atcom.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:508)atcom.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:296)atcom.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)atcom.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)atcom.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)atcom.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)atcom.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)atcom.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)atcom.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)atcom.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)atcom.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1551)好心人帮忙看一下,问题出在哪里
解决方案
解决方案二:
你用的jdk版本是?