Archive

Posts Tagged ‘Notes Java’

Lotus Notes java error “Custom No Documents Found Message”

For a recent customer, we were using quite a few views on the web, and there was one view template for all the views. With a couple of the views there was a chance for the view to be empty, which leads to the standard No documents found Domino message. This customer wanted to customize this message. Luckily, the site was for an intranet and all their employees used IE, so the solution was quite a bit easier than what we’ve done in the past.
Read more…

Viewed 7000 times by 1833 viewers

Fix LS2J error causes java.lang.StackOverflowError

When you use an LS2J agent to connect to an external database and retrieve large amounts of data, then create a new JavaObject for each row of data, the following error occurs:

“LS2J Error: Threw java.lang.StackOverflowError”

Read more…

Viewed 10391 times by 2400 viewers