英文:
HCL Domino 11.0.1 JAR files missing. JARS were available in IBM Domino 9.0.1FP9
问题
以下是翻译好的内容:
在升级到 HCL Domino 11.0.1 后,我们旧的 IBM Domino 9.0.1FP9 环境中的许多 JAR 文件似乎已经丢失。具体来说,如下所示:
import com.ibm.commons.util.StringUtil;
import com.ibm.xsp.extlib.util.ExtLibUtil;
import com.ibm.jscript.debug.ArrayListUtil;
import com.ibm.xsp.model.DataObject;
import com.ibm.xsp.model.domino.wrapped.DominoDocument;
import org.apache.commons.beanutils.PropertyUtils;
import org.openntf.xsp.debugtoolbar.beans.DebugToolbarBean;
import java.io.Serializable;
import java.util.Map;
import java.util.HashMap;
import javax.faces.context.FacesContext;
我觉得我可能在这里遗漏了一些基础内容,但我已经长时间搜索 HCL 的技术说明来解决这个问题。
对于如何/在哪里/需要做什么以便使这些内容能够再次解析,您有什么建议吗?
英文:
A number of JAR files present in our old IBM Domino 9.0.1FP9 environment appear to have gone missing after upgrading to HCL Domino 11.0.1. Specifically, the below list:
import com.ibm.commons.util.StringUtil;
import com.ibm.xsp.extlib.util.ExtLibUtil;
import com.ibm.jscript.debug.ArrayListUtil;
import com.ibm.xsp.model.DataObject;
import com.ibm.xsp.model.domino.wrapped.DominoDocument;
import org.apache.commons.beanutils.PropertyUtils;
import org.openntf.xsp.debugtoolbar.beans.DebugToolbarBean;
import java.io.Serializable;
import java.util.Map;
import java.util.HashMap;
import javax.faces.context.FacesContext;
I feel as though I'm missing something basic here, but have searched long and far for any HCL technotes on this.
Any suggestions on how/where/what I need to do in order to get these to resolve again?
答案1
得分: 0
Per,你绝对是正确的!谢谢。
我的Notes Designer客户端,版本11.0.1,实际上显示了3个“Running Platform”条目,所有3个条目显示的位置相同,即 --> ${eclipse_home} - C:\Program Files (x86)\IBM\Notes\framework\rcp\eclipse\1512个可用插件。
该表还在“Running Platform”条目下方列出了3个“Target Platform”条目。
然而,所有3个“Target Platform”条目的位置数据均为空。
最后一个“Target Platform”条目是我当前偏好设置为“(Active)”的条目。我不确定这些条目是如何创建的,或者哪个过程决定哪个是“(Active)”以及哪个不是。我知道我没有添加或设置它们。
当我选择了第一个“Running Platform”条目,并将其设置为我的“(Active)”选择,然后点击“Apply”按钮,再点击“OK”关闭偏好设置对话框时,客户端立即重新加载了该表,除了一个Import语句外,其余所有Import语句都立即解决了。
在此线程中显示的列表中,唯一未解决的是 --> 'import org.openntf.xsp.debugtoolbar.beans.DebugToolbarBean'。
这是一篇HCL Knowledge Base技术文章,由HCL的Paul Albright撰写,涉及到这个问题 --> https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0081033&sys_kb_id=d4fd72c81b165890086dcbfc0a4bcb7c
问题跟进:从此偏好设置表中删除额外的重复条目,只保留1个“Running Platform”和1个“Target Platform”条目是否会有任何问题?
英文:
Per, you're absolutely correct! Thank you.
My Notes Designer client, Release 11.0.1, actually showed 3 'Running Platform' entries with all 3 showing the identical location of --> ${eclipse_home} - C:\Program Files (x86)\IBM\Notes\framework\rcp\eclipse\1512 plug-ins available' listed.
The table also included 3 'Target Platform' entries listed below the 'Running Platform' entries as well.
However, all 3 of the 'Target Platform' entries had <blank> location data showing.
The last 'Target Platform' entry was the entry that my preference was currently set to as being '(Active)'. I'm not sure how these entries are created -OR- which process decides which is '(Active)' and which is not. I know I didn't add and/or set them.
When I chose the 1st 'Running Platform' entry instead, and made it my '(Active)' choice, and then clicked the 'Apply' button, then 'OK' to close the Preference dialog, the client immediately re-loaded the table and all but one Import statement resolved immediately.
The only one out my list shown in this thread that did NOT resolve was --> 'import org.openntf.xsp.debugtoolbar.beans.DebugToolbarBean'.
Here is a HCL Knowledge Base technote, authored by Paul Albright of HCL, on this very issue --> https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0081033&sys_kb_id=d4fd72c81b165890086dcbfc0a4bcb7c
QUESTION Follow-up: Is there any harm in deleting the extra duplicate entries from this preference table and only leave 1 'Running Platform' and 1 'Target Platform' entry?
专注分享java语言的经验与见解,让所有开发者获益!
评论