lotus notes - xPages don't work after design update -
- load xpage
- refresh db design
- reload xpage either f5 or ctrl+f5.
then functions stop working without errors. e.g. nothing happen if click buttons or menu items. after restarting web browser functions come still doesn't work. after cleaning browser's cache 90% ui start working still need reload page few times. there xpage app properties or domino properties adjust fix problem , make xpage app work smooth after design refresh
design refresh didn't reload custom java classes when refreshing 8.5.3 fp1. fixed, believe, in fp2. doesn't sound it's causing problem here.
design refresh not reload jar files. requires issuing "restart task http" console. ("tell http restart" doesn't reload xpages needs.)
if application using single copy xpage design hold xpages design, not update until issue "restart task http" server. design seems cached server better performance, refreshing design of scxd database doesn't reload design. it's unclear if that's scenario here.
xpinc may not update immediately, i've not tried that. runtime there in notes client itself, understand not update.
otherwise, echo thomas's experience, i've not seen other issues (and applications heavily use java). haven't needed clean application following design refresh. existing browser sessions have problems partial refresh calls, expect that. refresh of page make functionality work.
there 2 scenarios expect have problems.
the first if storing in sessionscope or applicationscope variables required application, code loads on specific page. if refresh design, scopes dumped , not reloaded until go specific page. typically put such initialisation code on layout custom control, page reload initialise if it's dumped design refresh.
the second if user accesses application , has build automatically switched on, result in application being rebuilt without realising it. doesn't sound happening though.
Comments
Post a Comment