I think this problem was solved in at least in my case. Thanks to various tips I found
posted in this forum.
I believe a page with a lot of visual elements especially bounded to dataobjects can
cause this problem.
We had a page with 8 repeated and a normal form associated dataobject , on this page
we had a href to navigate to a simple page. Since hyperlinks use GET method
(default)
, the querystring used to get huge and we used to face this problem
intermittently.
The spider session viz. one of the four page session objects for any page is decrypcted
and uuencoded into hastable from the HTML string , I believe the querystring
was
not reaching completely to the server thus causing ND to have problems
uuencoding
spider session variable. Hence , this kind of error.
The same navigation using a button never had this problem because submit buttons use
POST method.
Finally , we reduced the number of repeateds and so far we haven't seen any problem
with href.
We never had a chance to look at what was inside the querystring to inspect why it was
so huge.
-Rahul Pendharkar
"Rahul Pendharkar" <[EMAIL PROTECTED]> wrote:
>
>Did u ever got past this problem , I am too stuck with this error.
>Thx in advance.
>-Rahul
>
>"Bill Simms" <[EMAIL PROTECTED]> wrote:
>>
>>I am seeing the following error intermittently:
>>
>>spider.visual.CSpPageSession.setFromHtmlValue: Unexpected Exception
>>(java.lang.ArrayIndexOutOfBoundsException) caught. Top of stack:
>|java.lang.ArrayIndexOutOfBoundsException
>>at spider.visual.CSpPageSession.setFromHtmlValue(Compiled Code)
>>at spider.control.CSpWebEventProcessor.getUserSessionInformation(Compiled Code)
>>at spider.control.CSpWebEventProcessor.getUserSessionInformationIfNecessary(Compiled
>Code)
>>at spider.control.CSpWebEventProcessor.callThisMethod(Compiled Code)
>>at spider.control.CSpWebEventProcessor.run(Compiled Code)
>>at netdyn.services.cp.worker.CNdCPWorkerImpl.webEventMessage(Compiled Code)
>>at netdyn.services.cp.stubs._tie_INdCPWorker.webEventMessage(Compiled Code)
>>at netdyn.services.cp.stubs._INdCPWorkerImplBase._execute(Compiled Code)
>>at netdyn.services.cp.stubs._INdCPWorkerImplBase._execute(Compiled Code)
>>at com.visigenic.vbroker.orb.SkeletonDelegateImpl.execute(Compiled Code)
>>at com.visigenic.vbroker.orb.GiopProtocolAdapter.doRequest(Compiled Code)
>>at com.visigenic.vbroker.orb.GiopProtocolAdapter.dispatchMessage(Compiled Code)
>>at com.visigenic.vbroker.orb.ThreadPoolDispatcher.run(Compiled Code)
>>at com.visigenic.vbroker.orb.WorkerThread.run(Compiled Code) |
>>
>>Implementation details:
>>ND 4.1.3
>>IIS4.0
>>IE 4.x (not sure of exact version)
>>
>>If anyone has ever seen this any help would be greatly appreciated.
>>
>>Bill Simms
>>QuadraMed Corporation
>>
>
_________________________________________________________________________
To unsubscribe from this mailing list please send an email to:
[EMAIL PROTECTED]
Please remember to use the same email address you subscribed with.
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]