[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[stellation-res] Running the Stellation Tests Question
|
Hey there. I'm stalled on running the tests... When I run ant like so:
ant -Drdbm=postgresql -Dmode=remote -Dusername=foo -Dpassword=bar
I get the following error:
main:
[exec] comment=/dev/null
[exec] dbcreate=true
[exec] dbpassword=password
[exec] dbusername=postgres
[exec] location=remote:localhost.localdomain::tsvctest
[exec] password=bar
[exec] username=postgres
1124386 [Thread-5] INFO org.eclipse.stellation.remote.engine.Engine -
engine accepting connections
1124401 [Thread-0] INFO org.eclipse.stellation.remote.engine.Engine -
Handling auth.request for tsvctest
1124401 [Thread-0] INFO org.eclipse.stellation.remote.engine.Engine -
Generating challenge for tsvctest
1124868 [Thread-0] INFO org.eclipse.stellation.remote.engine.Engine -
Handling auth.response for tsvctest
User authentication failed: User not found
[exec] Remote authentication rejected
BUILD FAILED
file:/opt/stellation/test/00.xml:33: exec returned: 2
The rub seems to be that the username I set as a parameter is getting
disregarded?
I'm sure I'm missing something silly. Nevertheless, any advice
would be greatly appreciated!
Thanks!
-phil
ps: I'm using: stelcore-dev-bin-2003-01-27 (on Redhat.)