I'm hassling over the same thing right this moment. In my case, I used the ND 'repair' option recklessly and clobbered some app objects. For some reason, perhaps the same as my case, or perhaps not, ND is not able to instantiate one or more of the objects in your app. To find out which objects, turn on all levels of CP service logging, delete any existing .ser files, and either clear cache or restart the ND server or cp service to force it to instantiate all the objects the next time it gets a request for the project. Then send in the URL and check the log. The errors will happen in init or afterinit processing. The log will tell you which object in the line just ahead of the error message. Once you know which objects, then you need to run down the problem. Compare a defective object against a non-defective object of the same type, both in the Studio and by opening the underlying properties files (.sds., .sdo, .spg) in a text editor. Especially look for missing links to other objects. In my case I managed to blow away the 'DataSource' property value in my data objects, among perhaps other things. -- Curt Springer, Team ND At 07:14 AM 5/12/99 -0700, [EMAIL PROTECTED] wrote: > > > > >Casey O'Brien@CONTEXT >05/12/99 07:14 AM > >Hi group- >I am getting this error message, >"getElement: index 0 is out of bounds for class", >over and over again in my log when I try to run a particular project. >Other projects on the server are running fine. > >When the erroring project is finished instantiating all the objects of the >project, it gets this error, then returns an error to the browser, "A >Severe Application Error has occurred...". > >I searched the forums and found two threads regarding the "getElement" >error, but no resolution, reason why it occurs, or what it means. > >If anyone can provide me some information I'd greatly appreciate it. >Thanks! >Casey O'Brien >[EMAIL PROTECTED] > > >_________________________________________________________________________ > >For help in using, subscribing, and unsubscribing to the discussion >forums, please go to: http://www.netdynamics.com/support/visitdevfor.html > >For dire need help, email: [EMAIL PROTECTED] > _________________________________________________________________________ For help in using, subscribing, and unsubscribing to the discussion forums, please go to: http://www.netdynamics.com/support/visitdevfor.html For dire need help, email: [EMAIL PROTECTED]
