Vince's xwork log

About software and other stuff




Happy Motoring

A tiny bit of snow and then this happens....








Your email is safe with us? (linkedin)

Linkedin shows you profile photo's of several connections to motivate you to trust them with your gmail password. Not sure this bunch is helping though....

I have seen better mug shots :P







ok, enough is enough, no more Java source folder (XPages)

Like Tommy I have been beating my head against the table trying to get all my code in the Java Source folder (8.5.3), but it is just not stable enough.
Either the page crashes for no obvious reason, or it suddenly fails to recognize the classes (File access error: Error while getting information on item $FileData Note item not found) or even worse the signature was found invalid (java.lang.SecurityException: Error verifying signature for resource WEB-INF/classes/...class).
Rebuilding and/or cleaning the application often is not enough, you have to create a new class and copy THE SAME!!! code back in :(

Everytime you open the database something gets screwed and until IBM fixes the issue I am 'reverting' back to a custom Webcontent/WEB-INF folder.







Classic errors resulting in Domino performance loss

Did another performance audit today and yes all the classic errors resulting in a non-responsive Domino environment where there:
- No compact jobs on system databases (average use of 30%)
- Verbose logging to log.nsf (5 Gb, luckily they had the cut-off date set to 7 days )
- Reporting on 'normal events' (which includes the verbose logging events) (6.5 Gb)
- Last but not least: Virus scanner on all Domino data directories
Yes, they are right: Domino does not scale ;)







Recompile code when opening in designer (xPages)

I found out the hard way that opening a database in Designer 8.5.3 can recompile all the code in the Java source folder, even if the 'Build Automatically' is unchecked.

So if you open a database that is in use, it might crash the database with:
07-12-2011 13:13:10 HTTP JVM: java.lang.SecurityException: Error verifying signature for resource WEB-INF/classes/xpages/Demo.class. For more detailed information, please consult error-log-0.xml located in /data/notesdata/domino/workspace/logs
After that the only way to get the database back online is to clean the database in designer.

If you plan to open databases in designer on production servers (not even modifying anything) or work with multiple people on the same database, setting the preference to not recompile xPages automatically will save you a lot of grief (or your job).