[closed] Login issue - Invalid path to authentication servlet.: /
T M (887●8●188●143)
| asked Jul 25 '12, 11:41 a.m.
closed Jun 14 '18, 2:29 a.m. by Ralph Schoon (63.5k●3●36●46) 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
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.
|
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. |
And sometimes I get the below error:
Invalid path to authentication servlet.: /
|
T M (887●8●188●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. |
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●8●188●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? |
RTC 4.0 The user is in the JAzzAdmins group. This problem started all of a sudden. |
There was a small change in the LDAP setting and hence the problem was. Everything is sorted out now. Thanks for taking time to reply to my messages!
Comments
Martin Wassermann
commented Oct 02 '12, 10:56 a.m.
We have the same problem. Which are the small chanches in your LDAP setting that solves this problem?
Patrice GIRAUD
commented Nov 06 '12, 12:32 p.m.
Hi,
Michael Alberda
commented Feb 01 '13, 6:03 a.m.
Hi,
Was there a resolution posted to this LDAP Issue? We are currently experiencing a similar problem.
What settings were changed?
Thanks.
Kaushambi Singh
commented Feb 05 '14, 1:30 a.m.
Hi,
|
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? |