【发布时间】:2015-01-26 23:10:07
【问题描述】:
在尝试加载最新的扩展库时,(9.0.1.v00_11_20141217-1000) 在 Windows 服务器上使用 UpdateSite.nsf,OSGi 只是不想在发布后出现:
tell http quit
load http
即使在重新启动服务器并将 OSGI_HTTP_DYNAMIC_BUNDLES 设置为我的服务器的 updatesite.nsf 并从 OpenNTF 导入扩展库的 site.xml 之后。我已经签署了内容,签署了数据库,检查了服务器文档中的安全性。
这是加载的内容,日期为 2014 年 8 月 1 日:
告诉 http osgi ss com.ibm.xsp.extlib
> [1084:0002-06D0] 01/27/2015 10:19:04 AM Framework is launched.> [1084:0002-06D0] 01/27/2015 10:19:04 AM id State Bundle> [1084:0002-06D0] 01/27/2015 10:19:04 AM 90 <<LAZY>>> com.ibm.xsp.extlib.controls_9.0.1.v00_00_20140801-1000> [1084:0002-06D0] 01/27/2015 10:19:04 AM 91 <<LAZY>>> com.ibm.xsp.extlib.core_9.0.1.v00_00_20140801-1000 [1084:0002-06D0]> 01/27/2015 10:19:04 AM 92 <<LAZY>>> com.ibm.xsp.extlib.domino_9.0.1.v00_00_20140801-1000 [1084:0002-06D0]> 01/27/2015 10:19:04 AM 93 <<LAZY>>> com.ibm.xsp.extlib.mobile_9.0.1.v00_00_20140801-1000 [1084:0002-06D0]> 01/27/2015 10:19:04 AM 94 <<LAZY>>> com.ibm.xsp.extlib.oneui_9.0.1.v00_00_20140801-1000 [1084:0002-06D0]> 01/27/2015 10:19:04 AM 95 <<LAZY>>> com.ibm.xsp.extlib_9.0.1.v00_00_20140801-1000
我的 Startup 在 C:\Program Files (x86)\IBM\Domino\data\domino\workspace\logs 揭示了这一点:
eclipse.buildId=unknown
java.fullversion=JRE 1.6.0 IBM J9 2.4 Windows Server 2008 x86-32 jvmwi3260sr16-20140416_196573 (JIT enabled, AOT enabled)
J9VM - 20140416_196573
JIT - r9_20130920_46510ifx5
GC - GA24_Java6_SR16_20140416_1614_B196573
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -noSplash true true true
Command-line arguments: -console -data C:/Program Files (x86)/IBM/Domino/data/domino/workspace -noSplash true -clean true -noExit true
!ENTRY org.eclipse.osgi 4 0 2015-01-26 17:44:59.307
**!MESSAGE Bundle com.ibm.domino.osgi.core@15 not found.**
!ENTRY org.eclipse.update.configurator 4 0 2015-01-26 17:44:59.619
** !MESSAGE C:\Program Files (x86)\IBM\Domino\data\domino\workspace.config\domino\eclipse\plugins\plugins 不是有效的插件目录。 **
!ENTRY org.eclipse.update.configurator 4 0 2015-01-26 17:44:59.822
!MESSAGE Could not install bundle ../../shared/eclipse/plugins/com.ibm.domino.http.ssl_9.0.1.20140801-1000.jar Bundle "com.ibm.domino.http.ssl" version "9.0.1.20140801-1000" has already been installed from: initial@reference:file:../../shared/eclipse/plugins/com.ibm.domino.http.ssl_9.0.1.20140801-1000.jar/
有人有什么建议吗?
【问题讨论】:
-
确保 extlib 没有被复制到文件系统
-
我突然想到了:更新站点数据库的文件名是否与 notes.ini 变量完全相同?在拥有 UpdateSite.nsf 时遇到此问题。我现在总是坚持小写。
-
@Mark .. 谢谢你的想法;我修改了 notes.ini 参数以查找小写文件。它没有任何区别。我会尽快与您联系。
标签: eclipse osgi xpages lotus-domino xpages-extlib