- 浏览: 85124 次
- 性别:
- 来自: 北京
文章分类
最新评论
The SystemOut.log at the time of the exception displays content similar to the following snippet:
[1/19/09 14:41:22:877 PST] 00000045 WebApp E SRVE0026E: [Servlet Error]-[JSPG0227E: Exception caught while translating /ConsumerDirectStorefrontAssetStore/ShoppingArea/CatalogSection/CategorySubsection/TopCategoriesDisplay.jsp:
java.lang.reflect.InvocationTargetException
]: com.ibm.ws.jsp.translator.JspTranslationException: JSPG0227E: Exception caught while translating /ConsumerDirectStorefrontAssetStore/ShoppingArea/CatalogSection/CategorySubsection/TopCategoriesDisplay.jsp:
java.lang.reflect.InvocationTargetException
at com.ibm.ws.jsp.translator.JspTranslator.processVisitors(JspTranslator.java:133)
at com.ibm.ws.jsp.translator.utils.JspTranslatorUtil.translateJsp(JspTranslatorUtil.java:169)
at com.ibm.ws.jsp.translator.utils.JspTranslatorUtil.translateJspAndCompile(JspTranslatorUtil.java:82)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.translateJsp(JSPExtensionServletWrapper.java:386)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper._checkForTranslation(JSPExtensionServletWrapper.java:355)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.checkForTranslation(JSPExtensionServletWrapper.java:263)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:150)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.handleRequest(JSPExtensionProcessor.java:254)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:334)
at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at com.ibm.commerce.struts.ECActionServlet.processRequest(ECActionServlet.java:249)
at com.ibm.commerce.struts.ECActionServlet.doGet(ECActionServlet.java:179)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.cache.servlet.ServletWrapper.serviceProxied(ServletWrapper.java:255)
at com.ibm.ws.cache.servlet.CacheHook.handleCacheMiss(CacheHook.java:669)
..
[1/19/09 14:41:23:051 PST] 00000045 WebApp E SRVE0026E: [Servlet Error]-[JSPG0227E: Exception caught while translating /error.jsp:
java.lang.reflect.InvocationTargetException
]: com.ibm.ws.jsp.translator.JspTranslationException: JSPG0227E: Exception caught while translating /error.jsp:
java.lang.reflect.InvocationTargetException
at com.ibm.ws.jsp.translator.JspTranslator.processVisitors(JspTranslator.java:133)
at com.ibm.ws.jsp.translator.utils.JspTranslatorUtil.translateJsp(JspTranslatorUtil.java:169)
at com.ibm.ws.jsp.translator.utils.JspTranslatorUtil.translateJspAndCompile(JspTranslatorUtil.java:82)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.translateJsp(JSPExtensionServletWrapper.java:386)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper._checkForTranslation(JSPExtensionServletWrapper.java:355)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.checkForTranslation(JSPExtensionServletWrapper.java:263)
..
[1/19/09 14:41:23:052 PST] 00000045 WebApp A SRVE0180I: [Stores] [/webapp/wcs/stores] [Servlet.LOG]: Error page exception The server cannot use the error page specified for your application because of the exception printed below.
..
[1/19/09 14:41:23:053 PST] 00000045 WebApp A SRVE0181I: [Stores] [/webapp/wcs/stores] [Servlet.LOG]: Error Page Exception: : com.ibm.ws.jsp.webcontainerext.JSPErrorReport: JSPG0227E: Exception caught while translating /error.jsp:
java.lang.reflect.InvocationTargetException
出现这样的问题有可能是linux下文件权限的事情,server没有权限读取jsp文件的权限
解决办法:将这些文件的权限还原到能读写 并付给portal的用户
ibm技术支持网站上找到的答案 找了好半天,linux里面的权限问题真多
网站:http://www-01.ibm.com/support/docview.wss?uid=swg21388377
发表评论
-
aaaaaa
2015-02-07 20:14 0./configure --prefix=/usr/local ... -
java mail开发问题
2011-11-02 16:31 837注意要点 设置是否验证的 mail.smtp ... -
Proguard 使用简介
2011-10-31 16:41 806介绍例子太多了,直接记下了几个链接 http://ha ... -
oracle sql优化规范
2011-08-24 10:15 817oracle的sql也是遵循几点原则 1.能用ora ... -
错误 javax.servlet.jsp.el.ELException: Encountered "\", expected one of ["}", ".",
2011-05-16 16:55 4573WAS中运行JSP時报如下错误: Servlet Er ... -
jstl foreach 属性描述
2011-05-16 14:30 0<c:forEach>的varStatus属 ... -
svn 错误
2011-02-25 12:28 1117svn folder does not exist remot ... -
web.xml 介绍
2011-02-23 16:04 0手上没项目忙 闲得无事 了解了一下web.xm ... -
http状态码
2011-02-21 11:06 743当浏览器从 web 服务器请求服务时,可能会发生错误。 ... -
rad 7.5 破解
2010-12-27 18:03 1870IBM Rational Application Develo ... -
tomcat 发布直接访问的项目
2010-05-25 11:07 1226今天在发布项目的时候学会了一种新的方法。以前是直接把项目发布到 ... -
LDAP介绍
2010-04-08 14:34 917原文:http://ldapman.org/article ... -
转 sso浅谈 基础篇
2010-04-08 12:04 808单点登录(SSO)的技术 ... -
Struts2文件上传下载功能开发
2010-04-07 15:28 764http://darkranger.iteye.com/blo ... -
jsp中实现文件下载
2010-04-06 10:47 971jsp中实现文件下载的最简单的方式是在网页上做超级链接,如:& ... -
转 java路径问题总结
2010-04-01 09:22 790一 相对路径的获得 ... -
xml生成java代码
2009-12-31 15:05 0JiBX 1.2,第 2 部分: 从 XML 模式到 J ... -
010496453993
2009-11-20 14:46 0010496453993 -
iText生成pdf文档
2009-11-10 11:27 1197package com.ly.test; import ... -
关于Java Socket编程的详细介绍(转)
2009-09-23 09:38 910事实上网络编程简单的 ...
相关推荐
【标题】:“WebSphere Portal开发手册” WebSphere Portal是一款由IBM公司提供的企业级门户平台,它允许组织构建、集成和管理各种Web应用和内容,提供个性化的访问体验。本开发手册将深入探讨如何利用WebSphere ...
《深入解析WebSphere Portal Server:构建下一代企业门户》 WebSphere Portal Server,作为IBM旗下WebSphere平台的重要组成部分,被设计为新一代的企业门户解决方案,旨在提供一个统一、安全且易于访问的平台,使得...
The dictionary defines a portal as a grand or imposing door or entrance; hence, that picture on the cover. In this book, you will learn why the word portal has become a major buzzword in the world of ...
在IT行业中,数据库迁移是一项常见的任务,特别是在企业级应用中,如WebSphere Portal。WebSphere Portal是一款由IBM提供的强大企业门户平台,它依赖于数据库来存储配置信息、用户数据以及各种门户组件的状态。本篇...
IBM WebSphere Portal 是一款强大的企业级门户平台,它允许组织构建、管理和个性化复杂的Web应用程序,以提供统一的访问体验。这个学习资料包将带你深入了解WebSphere Portal的核心概念、功能和应用。 首先,让我们...
《WebSphere Portal 集群配置详解》 WebSphere Portal 集群是IBM提供的一种高可用性和可扩展性的解决方案,用于构建企业级的门户应用环境。本篇将详细阐述如何在Linux环境下进行WebSphere Portal集群的安装配置,...
IBM演示WebSpherePortal教程
【IBM WebSphere Portal教程】 IBM WebSphere Portal 是一个企业级的综合平台,它提供了一个集中的访问点,允许用户访问各种应用、内容和服务。这个强大的工具通过构建可定制的、安全的、易于使用的门户,提高了...
在Linux环境下安装IBM WebSphere Portal是一项复杂而关键的任务,它涉及到服务器配置、软件依赖和环境设置等多个方面。WebSphere Portal是IBM提供的一款企业级的门户平台,它允许组织创建、管理和部署具有高度交互性...
【WebSphere Portal 7 主题开发详解】 在WebSphere Portal V7中,为了实现自定义的用户界面体验,开发者需要创建自己的主题。WebSphere Portal 7 提供了两种内置主题,但为了满足特定需求,我们可以基于PageBuilder...
### WebSphere Portal 6.1 集群安装与配置详解 #### 一、引言 构建并配置一个集群环境可以是一项极其复杂的工作。本文档提供了使用 WebSphere Portal 6.1 版本构建集群环境的最佳实践方法。该示例将创建一个包含两...
IBM WebSphere Portal 解决方案
### WebSphere Portal 7 入门教程:PageBuilder 页面构建器 #### 一、WebSphere Portal 7 PageBuilder 概览 **WebSphere Portal 7** 的发布标志着门户技术的重大进步,尤其体现在其强大的页面构建工具 **...
### IBM WebSphere Portal Express配置知识点 #### 一、概述 IBM WebSphere Portal Express是一款功能强大的企业门户解决方案,它能够帮助组织构建高度个性化且易于管理的门户站点。通过整合各种业务应用和服务,...
### IBM WebSphere Portal 个性化设计 #### 概述 IBM WebSphere Portal V6.0 提供了丰富的个性化功能,使用户能够根据特定条件定制门户页面的内容、布局和外观。通过利用这些个性化支持特性,门户专家、架构师和...
### IBM WebSphere Portal 6.0安装手册知识点详解 #### 一、概述 IBM WebSphere Portal 6.0是一款功能强大的企业级门户解决方案,能够帮助组织整合应用和服务,为用户提供统一的信息访问入口。本手册旨在指导用户...
IBM WebSphere Portal 8.5是一个企业级的Web内容管理和协作平台,它能够为用户提供个性化的Web体验和访问企业信息的途径。当涉及到大规模部署时,通常会采用Cluster(集群)的方式来保证服务的高可用性和负载均衡。...
【标题】:“Websphere Portal 开发教材” 【描述】:“Websphere Portal 开发教材”是一本专门针对IBM Websphere Portal平台的开发指南,旨在帮助开发者深入了解和掌握该平台的各项功能和开发技巧,从而有效地构建...
这部分会介绍如何阅读和分析WebSphere Portal Express的日志文件,以及如何诊断和修复常见问题。 9. **升级与迁移**:随着新版本的发布,了解如何平滑地从旧版本升级到新版本至关重要。这部分内容通常包括升级路径...