• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WAS 4.0.3 Enabling security issue

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wondering if anyone can shed some light on this one, I'm a little stumped !
I ahve WAS 4.0.3, and want to enable security, I've edited the server-cfg.xml to enable security, entered the server id and confirmed password and the server failed to restart with the following error:
Authentication failed, unable to get the mapped credential for secowncredentials. Authentication failed. Verify that the user/id password is correct. Ched the properties file to ensure the login source is valid. If this error occurs on the server, check the server properties to ensure the principalName has a valid realm and userid.
Now Im 100% sure the password and user id are correct. So much so that my actual id and password are 1 character, the same character, so I cant get it wrong !
I also tried unchecking the "enable security" checkbox then restarting the server, and attempting to enable security using the admin client, but when I enter the userID and password under the local OS authentication node I get the error that the userid/password are incorrect.
Frustration sets in quite nicely at this stage :-)
Can anyone throw me a bone on this one !
Mick
P.S. I also have another PC identical config that is working... go figure ....
 
Michael Bulpin
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Additional info: I have WSAD 4.0.3 running WAS 4.0.2. Unsure if this is a known bug, how can I find out ?
 
Ranch Hand
Posts: 179
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Assuming you are running WS Single Server. Is the userid a valid local user on your system? i.e did you create the user on your PC as in "net user newuser /add"
 
Michael Bulpin
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Patrick,
Thanks for your time.
I didnt add the user that way, but I've added many users using the GUI, and tested almost all my local users, including the Administrator (ok so I was desperate) and still I get an invalid user Id and password.
ITs quite a simple process to enable the security, but it just will not validate the user.
Any more suggestions.
Mick
 
reply
    Bookmark Topic Watch Topic
  • New Topic