Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Hi
I met this error during some benchmark run. It is cased by the eventID is NULL during doHomePage operation.
10:58:50 localhost
WARNING Image: http://:8080/webapp/access-artifacts/e831t.jpg size 0
10:58:50 localhost WARNING method: doHomePage
-
-
-
-
-
- selectedEvent is incorrect. eventid = null *****
10:58:50 localhost WARNING method: doEventDetail selectedEvent is incorrect. eventid = null
10:58:50 localhost SEVERE
UIDriverAgent[0].67.doEventDetail: Transport not called! Please ensure
transport instantiation before making any remote calls!
10:58:50
localhost SEVERE
exception UIDriverAgent[0].67:
UIDriverAgent[0].67.doEventDetail: Transport not called! Please ensure
transport instantiation before making any remote calls!
- selectedEvent is incorrect. eventid = null *****
-
-
-
-
===================
So I delved into the code and found that if the validateEvent() in doHomePage returns false, it can cause the problem when next operation is doEventDetail.
- Hui