新手请教WebLogic10.3 编译错误

the9thyz0 2010-05-17 11:38:42
]] Root cause of ServletException.
weblogic.servlet.jsp.CompilationException: Failed to compile JSP /index.jsp
index.jsp:24:1: Type mismatch: cannot convert from Tag to JspTag
response.setHeader("Pragma", "No-cache");
^----------------------------------------
response.setDateHeader("Expires", 0);
------------------------------------^
index.jsp:37:2: Type mismatch: cannot convert from ErrorsTag to JspTag
<html:errors/>
^---------^
index.jsp:37:15: The method _releaseTags(PageContext, JspTag) in the type __inde
x is not applicable for the arguments (PageContext, ErrorsTag)
<html:errors/>
^
index.jsp:37:15: Type mismatch: cannot convert from Tag to JspTag
<html:errors/>
^
index.jsp:68:2: Type mismatch: cannot convert from HtmlTag to JspTag
<html:html>
^-------^
index.jsp:75:2: Type mismatch: cannot convert from BaseTag to JspTag
<html:base/>
^-------^
index.jsp:75:13: The method _releaseTags(PageContext, JspTag) in the type __inde
x is not applicable for the arguments (PageContext, BaseTag)
<html:base/>
^
index.jsp:75:13: Type mismatch: cannot convert from Tag to JspTag
<html:base/>
^
index.jsp:80:2: Type mismatch: cannot convert from FormTag to JspTag
<html:form action="/loginAction" method="post" focus="userID">
^-------^
index.jsp:110:50: The method _releaseTags(PageContext, JspTag) in the type __ind
ex is not applicable for the arguments (PageContext, FormTag)
<img src="<%=strContextPath%>/images/cnnc/button_rejigger.gi
f" tabindex="4" width="65" height="20" border="0" align="absmiddle" style='curso
r:hand' onClick="changePassword()">
^------------------------------
--------------------------------------------------------------------------------
-----------------------------------
</table>
-------^
index.jsp:110:50: Type mismatch: cannot convert from Tag to JspTag
<img src="<%=strContextPath%>/images/cnnc/button_rejigger.gi
f" tabindex="4" width="65" height="20" border="0" align="absmiddle" style='curso
r:hand' onClick="changePassword()">
^------------------------------
--------------------------------------------------------------------------------
-----------------------------------
</table>
-------^
index.jsp:127:1: The method _releaseTags(PageContext, JspTag) in the type __inde
x is not applicable for the arguments (PageContext, HtmlTag)
</center>
^--------
</body>
------^
index.jsp:127:1: Type mismatch: cannot convert from Tag to JspTag
</center>
^--------
</body>
------^

at weblogic.servlet.jsp.JavelinxJSPStub.reportCompilationErrorIfNeccessa
ry(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.jav
a:243)
Truncated. see log file for complete stacktrace
>
<2010-5-17 上午11时21分59秒 CST> <Error> <HTTP> <BEA-101107> <[ServletContext@98
727339[app:_appsdir_bt_dir module:bt path:/bt spec-version:null]] Problem occurr
ed while serving the error page.
weblogic.servlet.jsp.CompilationException: Failed to compile JSP /catchError.jsp

catchError.jsp:3:1: Type mismatch: cannot convert from Tag to JspTag
<html>
^-----
<!-- Print Exception -->
-----------------------^

at weblogic.servlet.jsp.JavelinxJSPStub.reportCompilationErrorIfNeccessa
ry(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.jav
a:243)
Truncated. see log file for complete stacktrace
>
...全文
1075 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
TeaMo801023 2011-04-13
  • 打赏
  • 举报
回复
类库中没有对应的标签
zgy_web 2011-03-22
  • 打赏
  • 举报
回复
你把JspTag 库放到weblogic 库中(bea\wlserver_10.3\server\lib),让weblogic启动是就加载。
ping5611 2011-03-14
  • 打赏
  • 举报
回复
你这个问题是怎么解决的,我现在碰到了同样的问题,
the9thyz0 2010-05-17
  • 打赏
  • 举报
回复
项目名称bt 访问http://127.0.0.1:7001/bt/时报的错误 各位大侠帮解决下 WebLogic10.3
环境信息java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
Oracle JRockit(R) (build R28.0.0-679-130297-1.6.0_17-20100312-2123-windows-ia32,
compiled mode)
程声明:该课程是教学使用,视频内涉及漏洞利用方法,请勿在互联网环境中使用;维护互联网安全,人人有责。实验所需环境:vmware;kali虚拟机一台;windows server一台;有docker环境的Linux虚拟机环境下载地址在购买课程后单独发送 【课程配套资源】1、Python脚本(Margin老师自研,不光能学漏洞,还能学Python,实在是划算)2、与Margin老师实时互动3、免费的CISP-PTE考试技巧指导(Margin老师与CISP-PTE的负责人很熟的,非常多的一手消息^o^)4、Margin老师的内部直播可以优先参加5、Margin老师的课程基于CISP-PTE的知识体系进一步扩展,使课程内容更贴近实战   【课程主要解决问题】1、CSRF、SSRF搞不清楚?2、SSRF原理是什么?危害大小?如何利用SSRF获取主机权限?如果使用Python提高挖洞效率?3、Gopher协议、Dict协议?完全没听过啊,没关系,看完课程后你门清。4、SSRF渗透Redis数据库,Redis客户端和服务器端怎么通信?通信报文是怎么样的?看这里就行。5、SSRF渗透Struts2总是失败?不知道如何编码?不知道如何使用Gopher协议?来这里。6、SSRF表面简单,实则有无数坑,通过视频提高学习效率吧。 【CISP-PTE介绍】1、CISP-PTE是进入网络安全行业的TOP1认证,能帮你梳理完整的网络安全知识体系2、有PTE证书在网络安全公司是免技术笔试的,怎么样?是不是很棒。3、Margin老师的课程基于CISP-PTE的知识体系进一步扩展,使课程内容更贴近实战本课程属于CISP-PTE渗透测试工程师认证体系的课程,但内容更加丰富。CISP-PTE是国内第一个以动手实操为主的网络安全认证,该注册考试是为了锻炼考生世界解决网络安全问题的能力,持续增强我国的网络安全水平和防御能力,促进国内网络防御能力的不断提高。考试内容从多个层面进行,考点和网络安全动态相结合,真实的反应出真实的网络环境中发现的各种问题。如果要考取CISP-PTE证书需要掌握以下内容:1、Web安全基础,注入漏洞、上传漏洞、跨站脚本漏洞、访问控制漏洞、会话管理漏洞哦等。2、中间件的安全知识,如:Apache,IIS,Tomcat,以及 JAVA 开发的中间件 Weblogic,Jboss, Websphere 等,且要了解中间件加固方法,在攻与防的能力上不断提升。3、操作系统安全,包含Windows和Linux操作系统,从账户管理、文件系统权限、日志审计等方面讲解,了解常见的漏洞方式和加固方法。4、数据库安全,包含MSSQL、MYSQL、ORACLE、REDIS数据,了解常用的数据库漏洞和题全方法,保证数据库的安全性。 【关于Margin老师】· Margin/教育系统网络安全保障人员认证首批讲师/高级讲师· 擅长CTF/Web安全/渗透测试 /系统安全· 3年研发/擅长Java/Python/某银行现金循环机业务系统开发者· 曾参与开发网络安全认证教材· 知乎专栏/CISP-PTE渗透测试工程师学习· 4年线下网络安全讲师/2000+线下学员/100000+线上学员

5,655

社区成员

发帖
与我相关
我的任务
社区描述
Web开发应用服务器相关讨论专区
社区管理员
  • 应用服务器社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧