Does your principals.xml contain the following?
<users>
<user username="admin" password="goodpwd">
<description>The default administrator</description>
<group-membership group="administrators" />
<group-membership group="guests" />
<group-membership group="users" />
</user>
Perhaps I'm just lucky, since it works fine on my win98 machine with the
configured password, and has since 0.9.something.
C:\java\orion>java -jar admin.jar ormi://localhost/ admin badpasswd -shutdown
Error: java.lang.SecurityException: Invalid username/password for default
(admin
)
C:\java\orion>java -jar admin.jar ormi://localhost/ admin goodpwd -shutdown
C:\java\orion>
I agree the docs are poor and have spent way too much time on trial and
error. It's been way too many years since I thought this was entertaining...
Kirk Yarina
At 08:24 PM 6/28/00 +0200, you wrote:
>I've tried it and I have always the same result:
>
>C:\orion>java -jar admin.jar ormi://localhost:23791 admin 123 -shutdown
>Error: java.lang.SecurityException: Invalid username/password for default
>(admin
>)
>
>C:\orion>java -jar admin.jar ormi://localhost:23791 david sierra -shutdown
>Error: java.lang.SecurityException: Invalid username/password for default
>(david
>)
>
>C:\orion>java -jar admin.jar ormi://localhost david sierra -shutdown
>Error: java.lang.SecurityException: Invalid username/password for default
>(david
>)
>
>C:\orion>java -jar admin.jar ormi://localhost/ david sierra -shutdown
>Error: java.lang.SecurityException: Invalid username/password for default
>(david
>)
>
>
>
>What does this fu....nny error mean ??????
>
>I think that probably today Karl Avedal and Mike are sick, because the
>don't talk clearly to us.
>
>The same happens with fail-over, connection pools and hot deploy, orion
>team has ignored my questions about those things because they are not
>interested in it. You should answer our questions. I do think that Orion
>is a good product but after betting for it, we have to be very sure what
>we are going to get.
>
>Think about it... Orion team.
Kirk Yarina
[EMAIL PROTECTED]