I haven't seen this for some time. Looks almost like a cookie issue.
This happened in some early versions of Faban but is long fixed. Unless
you're using a Faban build more than a year old, this should not be the
case.
This is just a wild guess for me at this point. To check for cookies,
please edit $FABAN/config/logging.properties and add this line
For Faban builds July 09 or later:
com.sun.faban.driver.transport.sunhttp.ThreadCookieHandler.level=FINER
For earlier Faban builds:
com.sun.faban.driver.transport.http.ThreadCookieHandler.level=FINER
Then check your logs for:
No cookies found for request http://..../index.php
If this shows up for anything but a new connection, we have to see why
the cookies were rejected.
-Akara
Xuekun Hu wrote:
Hi, Guys
I used olio-php v0.1 version. I setup a new web server machine. During
Olio run, I got "UIDriverAgent[7].74.doLogin: Found login prompt at
index 2055, Login as hqvif4v3j, 3175 failed." error.
However if I manually start up apache webserver and browse via
browser, login with hqvif4v3j and password 3175, it succeed. I also
tried adding event, registering a new user. All are ok.
I wonder what's wrong with my setup. Do you have any hints? Your
suggestions/comments are appreciated.
Thx, Xuekun