Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

connection failure: Invalid Credentials

Hi!

Using Team Concert Beta 1, I configured Tomcat security following the
Jazz Server Setup Guide. Afterwards, I'm unable to connect to the
repository from the Eclipse client. I get:

ADMIN@localhost (Connection error: Invalid credentials)

From a web browser, I am able to view "https://localhost:9453/jazz" okay.

I'm not real knowledgeable with website credentials. Any suggestions?

Thanks,
Bill Pieterouiski
IBM Information Services





Here's the meat of the server.xml:

<Connector port="9453"
connectionTimeout="20000"
maxHttpHeaderSize="8192"
maxThreads="150"
minSpareThreads="25"
maxSpareThreads="75"
enableLookups="false"
disableUploadTimeout="true"
acceptCount="100"
scheme="https"
secure="true"
clientAuth="false"
keystoreFile="ibm-team-ssl.keystore"
keystorePass="ibm-team"
sslProtocol="SSL"
algorithm="IbmX509"/>

and web.xml:

<security-constraint>
<web-resource-collection>
<web-resource-name>secure</web-resource-name>
<url-pattern>/*</url-pattern>
</web-resource-collection>

<auth-constraint>
<role-name>jazzusers</role-name>
</auth-constraint>

<user-data-constraint>

<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>

0 votes



One answer

Permanent link
First, the correct URL to access the Web Admin UI is https://localhost:9443/jazz/admin, in your earlier post, you used the port number 9453.
Second, when accessing the repository through the admin user, make sure that both the username and password are ADMIN (case sensitive). I am assuming that because you are receiving an invalid credentials error that you may have typed the password wrong.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Nov 30 '07, 2:28 p.m.

Question was seen: 6,808 times

Last updated: Nov 30 '07, 2:28 p.m.

Confirmation Cancel Confirm