[closed] Login issue - Invalid path to authentication servlet.: /
![]()
T M (887●6●187●143)
| asked Jul 25 '12, 11:41 a.m.
closed Jun 14 '18, 2:29 a.m. by Ralph Schoon (62.3k●3●36●43) When I login to JTS I get the below error:
Invalid path to authentication servlet.: /
What could be the issue? Thanks! |
The question has been closed for the following reason: "The question is answered, right answer was accepted" by rschoon Jun 14 '18, 2:29 a.m.
10 answers
![]()
Here's a technote that references the error
Also depending on the url you are accessing you can get that error if the user is not in the JazzAdmins group. For example I can repro a similar error using this URL https://<server>:9444/jts/auth/authrequired when I attempt to log in as a user that isn't in the JazzAdmins group. If that does not help can you provide more information on the URL and version of RTC? |
![]() RTC 4.0 The user is in the JAzzAdmins group. This problem started all of a sudden. |
![]()
T M (887●6●187●143)
| answered Jul 25 '12, 2:57 p.m.
edited Jun 13 '18, 1:31 p.m. by Mark Guertin (586●7) I get this error:
Error 403: CRJAZ1394E The user ID "abc" is not a member of any Jazz J2EE roles but must be a member of one to access the repository.
Any idea what is the issue? |
![]()
That is a group membership issue. You should make sure the user did not get removed from the JazzAdmin group at some point.
If you are using tomcat see this post https://jazz.net/forum/questions/82144/http-status-403-access-to-the-requested-resource-has-been-denied If you are using LDAP you will probably need to talk to your LDAP admin to verify. |
![]()
T M (887●6●187●143)
| answered Jul 25 '12, 3:55 p.m.
edited Jun 13 '18, 1:32 p.m. by Mark Guertin (586●7) I just checked and the user is part of the JazzAdmin group. I still get the same error.
Error 403: CRJAZ1394E The user ID "abc" is not a member of any Jazz J2EE roles but must be a member of one to access the repository. |
![]() And sometimes I get the below error:
Invalid path to authentication servlet.: /
|
![]()
Does this part of the error mean anything to you?
<object data="http://<server>/flash/getAds.swf?1" height="1" id="getAdsFl" type="application/x-shockwave-flash" width="1"> </object> I'm wondering if your client has a Virus of some sort. Can you try from another client and see what happens? It might be time to call support so we can collect the various logs and such. |
![]()
Another possibility, please add the JTS Host name "comany.xxx.yyy" into your local Os host file. To make the host used by JTS visible to your local env.
|