Xpages 1.6.1 not working on Domino 8.5.3 server

旧城冷巷雨未停 提交于 2019-12-12 01:53:42

问题


We are trying to ramp up to using xpages in our apps but have run into a snag. We are running Domino 8.5.3 FP6 on Linux. I have a very simple xpages app with just a view control that works fine on my local machine but when I put it on the server the view paging links don't do anything. In Firebug I can see that both GET dojo.js and GET xspClientDojo.js are throwing a 500 Internal Server Error.

Nothing logs to the xpages log or the server log. If I set xsp.client.script.dojo.version=1.5.1 in the xsp.properties then the errors go away and everything works. I have tried this on 2 different servers with the same result. Everything in the database is signed by me and I am in the group listed in all the Programmability Restrictions fields in the server document. Any ideas would be greatly appreciated!


Update

Jon's question about logs made me poke around again to make sure we weren't missing something. I found this in the startup.log:

!SESSION 2015-01-28 11:37:34.357
-----------------------------------------------
eclipse.buildId=unknown
java.fullversion=JRE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260sr16-20141010_216764 (JIT enabled, AOT enabled)
J9VM - 20141010_216764
JIT  - r9_20140523_64469ifx2
GC   - GA24_Java6_SR16_20141010_1202_B216764
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments:  -noSplash true true true
Command-line arguments:  -console -data /home/notes/data/domino/workspace -noSplash true -clean true -noExit true

!ENTRY org.eclipse.osgi 4 0 2015-01-28 11:37:34.362
!MESSAGE Bundle com.ibm.domino.osgi.core@15 not found.

!ENTRY org.eclipse.update.configurator 4 0 2015-01-28 11:37:34.631
!MESSAGE /home/notes/data/domino/workspace/.config/domino/eclipse/plugins/plugins is not a valid plugins directory.

I don't see anything in the notes.ini that would pertain to this path. Where would this path be set?

com.ibm.domino.osgi.core_xxx.jar is in /opt/lotus/notes/latest/linux/osgi/shared/eclipse/plugins

However, if I enter tell http osgi diag com.ibm.domino.osgi.core at the server console it returns update@../../shared/eclipse/plugins/com.ibm.domino.osgi.core_8.5.3.20131121-1400.jar [112] No unresolved constraints.

来源:https://stackoverflow.com/questions/28195300/xpages-1-6-1-not-working-on-domino-8-5-3-server

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!