I have beta 2 server/admin/client/designer installed. If I create an xpage with a simple “This is a test” on the page, it will work if the application is local (localhost). When I move it to the server, I get:
Error 500
HTTP Web Server: Command Not Handled Exception
It says the same thing on the console, and I really don’t have any idea where to look to fix the problem.
I downloaded the xpages tutorial from this site and it works perfectly when it is local, and it gets the same error when I run it on the server.
I have ordered the latest group ptf’s for the i, but I don’t have high hopes it will work.
I really want to get started with xpages… very frustrating.
I am running a 8.5beta2 server on my vista laptop and accessing it locally.
I am running through the Xpages tutorial but Chris Toohey
and I am experiencing the same errors. I have modified the server permission and I CAN get the Xpage example to come up…sometimes.
I have narrowed it down some but I am still working on it. In his example he uses the personal NAB and has a number of fields in the data source. Using my local NAB as my source
If I drag and drop Company and Name fields the XPage preview works. All the other fields in the example bring up the Content error.
Has anyone solved this issue - I am going to try and mess with the values in the fields which are breaking and see if I cann’t narrow it down further.
I am running a local server on my laptop. When I created it - I added it to our office development domain. So when I connect to it, it is not “localhost” it is a real server running on my machine.
When you use the Toohey tutorial the example given is the People view int the “Local” NAB. That My Contact - People view in the local NAB is not the same as the People view on a server. The only fields which work in my example match the field names in the “People” view on the server - DUH
The error is generated because the data source the application is trying to use is not the same as the data source on the server - which makes perfect sense.
When I use the selector to set the data source to be the People view on the server I get a different set of fields in my data source. I drag them to my XPage and it works like a charm no issues.
Confusion on my part but hopefully a lesson which might help someone