06.02.2009 00:47:49 HTTP Web Server: Command Not Handled Exception [/mediagor/forum.nsf/xsp/.ibmmodres/domino/OpenAttachment/forum.nsf/78E9EDD3481D80AFC1257554007FE1F9/Body/abc.txt]
Then I tried to access the file the old fashion way and this came up:
06.02.2009 00:56:38 HTTP Web Server: Corrupt Data Exception [/mediagor/forum.nsf/0/78E9EDD3481D80AFC1257554007FE1F9/Body/abc.txt]
I still wasn’t convinced because the attachment was opening just fine in the Lotus Notes client, so I tried:
Open the Application Properties view for the application. Then select the “XPages” tab across the bottom of this view. Now “check” the “Display default error page” option, save, and reload the application in the browser. You will get a detailed stack trace in the browser - please forward this to me (tony.mcguckin@ie.ibm.com).
We are running into the same issue with some of our code on an 8.5 server. The JVM is throwing the same errors. Any update on this? We have reported this in the Design Partner Forum as well.
For instance…I was just testing dynamically assigning data values to a column in a view and put in a non-existent data value on purpose to see what happens.
It errors which is fine but is there a way to code that script so that if it does error and cannot locate that data value that the page can still display?
I was sent this info "… discussed this issue with my team and found that in one customer case, this problem was resolved by re-installing Domino 8.5 due to possible corruption in the JVM\Lib\Ext directory. Before reinstall, rename or move out the existing JVM directory to ensure the install will add new files.
Please run the install process for the Domino 8.5 code again on the same directories after removing JVM\Lib\Ext directory. "
We did do an upgrade as well. Not super happy about doing a reinstall on our production box but I guess I will give it a try.
If you enable HTTP Logging (http://www-01.ibm.com/support/docview.wss?rs=899&uid=swg21099151) and post the request that is part of the 500 error. It should start with “*** New Request” and end with “*** End Request Step”. That will give more information about the request and where is it failing in the http call stack.