You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-dev@incubator.apache.org by "Hui Kang (JIRA)" <ji...@apache.org> on 2010/06/30 19:27:53 UTC

[jira] Created: (OLIO-149) selectedEvent is NULL in doHomePage, causing the benchmark terminate

selectedEvent is NULL in doHomePage, causing the benchmark terminate
--------------------------------------------------------------------

                 Key: OLIO-149
                 URL: https://issues.apache.org/jira/browse/OLIO-149
             Project: Olio
          Issue Type: Bug
          Components: java-driver
            Reporter: Hui Kang
            Assignee: Shanti Subramanyam


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/e83​1t.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!

===================
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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.