Trying to upload photo in Verse 2.1.0 on Domino 11.0.1FP2 on RHEL 7.4 I get an error and Domino console logs:
[030688:000011-00007FEA199C0700] 27/04/2021 12.51.20 HTTP JVM: CLFAD0246E: Exception occurred servicing request for: /verse/photo/update - HTTP Code: 500.
[030688:000011-00007FEA199C0700] 27/04/2021 12.51.20 HTTP Web Server: Command Not Handled Exception [/verse/photo/update?hash=84ed11e95334b285b8978a32fab6ce1e&xhr=1&sq=1]
Did anybody experience this?
Thank you
Hi Stefano,
This issue has been reported to the development department as Problem Report Number: VERSE-60856 and will be fixed in HCL Verse 2.2.
Workaround
To work around this problem, you can do one of the following:
1.Replace the design for the Domino directory with the English version of the template.
2. In Domino Designer, open the Domino directory and rename the "Internet Sites" view from "Servers \ Internet Sites" to "Server \ Internet Sites".
Please refer to the below article.
https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0089968
Regards,
Sudhir
How can this work in one case and not in another ?
(linux+dominov11.0.1 vs windows server2016+domino v9fp10)
Verse 2.1 is incorrectly using the display name of the InternetSites view instead of the programmatic alias name when looking up the view in names.nsf This will be fixed in the next release. In the meantime, a workaround is to use Domino Designer to change the display name of the InternetSites view to back to "Server/Internet Sites" after applying the Language Pack.
No issue with English template.
Already done: renaming display name view only as you said solved.
Thanks
Same here on Windows Server 2016 + Domino 9fp10.
Meanwhile I installed Verse 2.1.0 on Domino v11.0.1 fp2 over Linux, and it works fine.
notes.ini variable checked.
VOP_GK_FEATURE_230=1 VOP_PhotoServiceOptions=disableConnectionsPhotos=1
Restart server done.
Internet Protocols > HTTP > HTTP Protocol Limits > Maximum size of request content verified. = 10 000
[1340:000A-15A4] 27/04/2021 13:14:41 HTTP JVM: CLFAD0246E: Exception occurred servicing request for: /verse/photo - HTTP Code: 500. For more detailed information, please consult error-log-0.xml located in D:/notes/data/domino/workspace/logs [1340:000A-15A4] 27/04/2021 13:14:41 HTTP Web Server: Command Not Handled Exception [/verse/photo?hash=2c098ea4058788b88d3c4d500a254f21&xhr=1&sq=1] CN=Dominique Perarnaud/O=UDALAVE [1340:000B-1078] 27/04/2021 13:14:41 HTTP JVM: CLFAD0211E: Exception thrown. For more detailed information, please consult error-log-0.xml located in D:/notes/data/domino/workspace/logs [1340:000B-1078] 27/04/2021 13:14:41 HTTP JVM: CLFAD0246E: Exception occurred servicing request for: /verse/photo - HTTP Code: 500. For more detailed information, please consult error-log-0.xml located in D:/notes/data/domino/workspace/logs
Logs show a null pointer exception
<extendedDataElements name="CommonBaseEventLogRecord:Exception" type="string"> <values>javax.servlet.ServletException: java.lang.NullPointerException
	at com.ibm.pim.sequoia.osgi.servlets.photo.SequoiaPhotoServlet.init(SequoiaPhotoServlet.java:132)
	at javax.servlet.GenericServlet.init(GenericServlet.java:215)
	at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.initializeDelegate(ServletManager.java:195)
	at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:179)
	at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
	at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
	at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:59)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
	at com.ibm.domino.xsp.adapter.osgi.OSGIModule.invokeServlet(OSGIModule.java:167)
</values> <values>	at com.ibm.domino.xsp.adapter.osgi.OSGIModule.access$0(OSGIModule.java:153)
	at com.ibm.domino.xsp.adapter.osgi.OSGIModule$1.invokeServlet(OSGIModule.java:134)
	at com.ibm.domino.xsp.adapter.osgi.AbstractOSGIModule.invokeServletWithNotesContext(AbstractOSGIModule.java:181)
	at com.ibm.domino.xsp.adapter.osgi.OSGIModule.doService(OSGIModule.java:128)
	at com.ibm.domino.xsp.adapter.osgi.OSGIService.doService(OSGIService.java:418)
	at com.ibm.designer.runtime.domino.adapter.LCDEnvironment.doService(LCDEnvironment.java:357)
	at com.ibm.designer.runtime.domino.adapter.LCDEnvironment.service(LCDEnvironment.java:313)
	at com.ibm.domino.xsp.bridge.http.engine.XspCmdManager.service(XspCmdManager.java:272)
Caused by: java.lang.NullPointerException
	at com.ibm.pim.sequoia.osgi.servlets.photo.SequoiaPhotoServlet.getServerDomainsFromConfig(SequoiaPhotoServlet.java:398)
	at com.ibm.pim.sequoia.osgi.</values> <values>servlets.photo.SequoiaPhotoServlet.init(SequoiaPhotoServlet.java:116)
	... 16 more
</values> </extendedDataElements>
JThiel
June 16, 2021, 7:04am
7
Had same Problem, in my case in names.nsf of Domino 10.0.1FP6 the view is named Server\Internet-Sites. Changed it to Server\Internet Sites solved the Problem