WebLogicBEA-101017ServletContext

日志

<Oct 28, 2017 1:15:59 PM CST> <Error> <HTTP> <BEA-101017> <[ServletContext@1084932029[app:AuthorityApp module:qxgl path:/qxgl spec-version:null]] Root cause of ServletException.
weblogic.servlet.jsp.CompilationException: Failed to compile JSP /LeftMenu.jsp
LeftMenu.jsp:4:18: The import java.util.regex.Pattern cannot be resolved
<%@ page import="com.langchao.comm.authority.UserinfoObj,
                 ^---------------------------------------
                 java.util.regex.Pattern"%>
---------------------------------------^

        at weblogic.servlet.jsp.JavelinxJSPStub.reportCompilationErrorIfNeccessary(JavelinxJSPStub.java:226)
        at weblogic.servlet.jsp.JavelinxJSPStub.compilePage(JavelinxJSPStub.java:162)
        at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:256)
        at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:216)
        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:244)
        Truncated. see log file for complete stacktrace
> 

猜你喜欢

转载自blog.csdn.net/yyqjjw/article/details/78374996