hi

I installed juddi happyjuddi.jsp dosent show any errors, but when i used
console to execute get_authToken  get E_unknownUser (10150) error. 

I gave userid = juddi (it is a mysql user) cred = juddi (mysql user
password).if any one authenticated juddi please guide me i need to write a
client application to use juddi server for my final project. i will be very
much thankfull for any kind of guidance.


config details are :

os : winxp
tomcat 5.5.17
axis is happy with no errors.
juddi09.rc4
mysql 5.0.22

i followed 
http://www.socketelf.org:8080/roller/page/socket?entry=juudi_installation
tutorial to configure my juddi 

added 

# The UDDI user
juddi.users = $TOMCAT_HOME\juddi\WEB-INF\juddi-users.xml 

to juddi.properties,

changed juddi-users.xml to specify appropriate user name and password

<?xml version="1.0" encoding="UTF-8"?>
<juddi-users>
  <user userid="sviens" password="password" />
  <user userid="juddi" password="juddi" />
</juddi-users>

FULL ERROR i got is given below : 

<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
 <soapenv:Body>
  <soapenv:Fault>
   <faultcode>soapenv:Client</faultcode>
   <faultstring>E_unknownUser (10150) The user ID and password pair passed
in a get_authToken message is not known to the Operator Site or is not
valid. get_authToken: userID=juddi</faultstring>
   <detail>
    <dispositionReport generic="2.0" operator="localhost"
xmlns="urn:uddi-org:api_v2">
     <result errno="10150">
      <errInfo errCode="E_unknownUser" xsi:type="xsd:string">E_unknownUser
(10150) The user ID and password pair passed in a get_authToken message is
not known to the Operator Site or is not valid. get_authToken:
userID=juddi</errInfo>
     </result>
    </dispositionReport>
   </detail>
  </soapenv:Fault>
 </soapenv:Body>
</soapenv:Envelope>


thanks in advance.

-- 
View this message in context: 
http://www.nabble.com/get_authToken-problem-tf1986179.html#a5450759
Sent from the jUDDI - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to