• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

401 - Invalid Credentials

 
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

I am always to work with Soa Architecture in java and when I invoke a function I have this fault messages :

Invalide Credentials, Error Status [401]

Sorry, if i ask you again this questions, but I need to compare with other guys, this erros could define like a :

- Application Problem ( I don't agree)
- It is a a sopa fualt and it may be a technical error ( I agree with this)

Thanks,

D. Di Donato
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can positively you rule out that the error message is correct, because no valid credentials have been sent in whatever way that needs to happen?
 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The HTTP status code 401 indicates that this is either because of an invalid username or password when trying to access a resource.
 
Dora Di Donato
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

but Can I define as application problem ?


thanks,

D. Di Donato
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We don't know what "application problem" means in the context you're using it. I wouldn't call not passing credentials correctly, or passing incorrect credentials, an "application problem".
 
Dora Di Donato
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok guys,

thanks for you answer ....I'm working with incompetent people who give me the wrong answers as "application problem" and I constantly contradict.


D. Di Donato
 
roses are red, violets are blue. Some poems rhyme and some are a tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic