leahpar wrote:
> 
> hello,
> 
> i've just sync this morning and i've got funny behavior
> it's possible to create user
> but it's not possible to grant role to user / edit user / delete
> it complains about "an empty user"
> 
> :(
> 
> 
> 
> 
Today I've sync again and the username is back 
all fine on this side
but 
it seems that on a windows plateform, it's not possible to access a managed
repository on the network in some particular case:
with the following definition , it can get stuff from maven_release (from
proxy) but not xxx_release (from repository)

    <repository>
      <urlName>maven_release</urlName>
<directory>\\host\share\repositories/maven_release</directory>
      <id>maven_release</id>
      <name>release for maven artifacts</name>
    </repository>

    <repository>
      <urlName>xxx_release</urlName>
<directory>\\host\shared\repositories/xxx_release</directory>
      <id>xxx_release</id>
      <name>release for xxx artifacts</name>
    </repository>

Any idea?

Another issue (maybe not)
I've got the following log. Is it an expected behavior?

Thanks all.


2006-11-30 11:18:21,823 [http-17080-Processor25] DEBUG RBACManager:jdo          
     
- Create Resource [*] Returning Existing.
2006-11-30 11:18:22,640 [http-17080-Processor25] DEBUG RBACManager:jdo          
     
- Create Resource [*] Returning Existing.
2006-11-30 11:18:23,113 [http-17080-Processor25] FATAL
Interceptor:pssEnvironmentCheckInterceptor - EnvironmentCheck Failure.
======================================================================
 ENVIRONMENT FAILURE !! 

xwork.xml - Missing named result "success" in action "account" in package
"/security".
xwork.xml - Missing named result "success" in action "login" in package
"/security".
xwork.xml - Expected method attribute value of "show" but got "logout"
instead, on action "logout" in package "/security".
xwork.xml - Missing named result "input" in action "logout" in package
"/security".
xwork.xml - Missing named result "error" in action "logout" in package
"/security".
xwork.xml - Missing named result "success" in action "logout" in package
"/security".
xwork.xml - Missing named result "success" in action "register" in package
"/security".
xwork.xml - Expected method attribute value of "edit" but got "show"
instead, on action "usercreate" in package "/security".
xwork.xml - Expected method attribute value of "show" but got "list"
instead, on action "roles" in package "/security".
xwork.xml - Missing named result "input" in action "roles" in package
"/security".
xwork.xml - Missing named result "error" in action "roles" in package
"/security".
xwork.xml - Missing named result "success" in action "roles" in package
"/security".
xwork.xml - Expected method attribute value of "show" but got "list"
instead, on action "permissions" in package "/security".
xwork.xml - Missing named result "input" in action "permissions" in package
"/security".
xwork.xml - Missing named result "error" in action "permissions" in package
"/security".
xwork.xml - Missing named result "success" in action "permissions" in
package "/security".
Missing [16] xwork.xml configuration elements.

======================================================================
2006-11-30 11:18:23,131 [http-17080-Processor25] INFO 
Interceptor:pssSecureActionInterceptor -
org.codehaus.plexus.security.ui.web.interceptor.SecureActionInterceptor
initialized!
2006-11-30 11:18:23,131 [http-17080-Processor25] INFO 
Interceptor:pssSecureActionInterceptor -
org.codehaus.plexus.security.ui.web.interceptor.SecureActionInterceptor
initialized!
2006-11-30 11:18:23,603 [http-17080-Processor25] INFO 
Interceptor:pssForceAdminUserInterceptor - Admin user found. No need to
configure admin user.
2006-11-30 11:18:23,603 [http-17080-Processor25] DEBUG AutoLoginCookies         
     
- Remember Me Cookie Not Found: securityRememberMe
2006-11-30 11:18:23,603 [http-17080-Processor25] DEBUG AutoLoginCookies         
     
- Single Sign On Cookie Not Found: securitySingleSignOn

-- 
View this message in context: 
http://www.nabble.com/Admin-user-doesn%27t-have-admin-rights.-tf2712019.html#a7619374
Sent from the archiva-users mailing list archive at Nabble.com.

Reply via email to