Hi,
I created a Composite Application with Notes View Containers.
They contain Notes Views, but I set the rendering technoloy to “Java”. This seems to work out, at first. But when I restart the application, it shows a white area for each component with a message saying “No JavaViews Service”.
When I close the application I get an error-pop saying something about “java.lang.NullPointerException” - no more info like it seems to be “good” practive since Notes 8.
It is very strange that will work again for a short time when I add another component.
Did anybody have similar experience?
Subject: Would you mind posting the logfiles after seeing the exception
Subject: Backslash seems to be the problem
I think, I found it.The Backslash in the viewname seems to be the problem. I created an Alias without Backslash and it works now.
The errormessage is:
"
<values>java.net.URISyntaxException: Illegal character in path at index 46: Notes:///C1257554004BECE3/Verwaltungseinheiten\nach Verantwortlichem?OpenView
at java.net.URI$Parser.fail(Unknown Source)
at java.net.URI$Parser.checkChars(Unknown Source)
at java.net.URI$Parser.parseHierarchical(Unknown Source)
at java.net.URI$Parser.parse(Unknown Source)
at java.net.URI.<init>(Unknown Source)
at com.ibm.rcp.csiviews.util.CSIDelegateUtil.getServiceFactory(Unknown Source)
at com.ibm.rcp.csiviews.util.CSIDelegateUtil.createDocumentStoreKeyDirect(Unknown Source)
at com.ibm.rcp.csiviews.util.CSIDelegateUtil.createDocumentStoreKey(Unknown Source)
at com.ibm.rcp.csiviews.util.CSIDelegateUtil.getDocumentStoreKey(Unknown Source)
at com.ibm.rcp.csiviews.viewpart.CSIViewPart.getDocumentStoreKey(Unknown Source)
at com.ibm.rcp.csiviews.viewpart.CSIViewPart$12.run(Unknown Source)</values>
<values>
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
</extendedDataElements>"
If you need the complete log, don’t hesitate to ask.
Thanks so far.