[JIRA] (JENKINS-58843) Error 404 resource not found

5 views
Skip to first unread message

oliveiraum@gmail.com (JIRA)

unread,
Aug 7, 2019, 7:03:03 AM8/7/19
to jenkinsc...@googlegroups.com
Rui Oliveira created an issue
 
Jenkins / Bug JENKINS-58843
Error 404 resource not found
Issue Type: Bug Bug
Assignee: Félix Belzunce Arcos
Components: active-directory-plugin
Created: 2019-08-07 11:02
Environment: Windows
Labels: 404 secutiry HTTPS
Priority: Major Major
Reporter: Rui Oliveira

Sometimes users complaint that when accessing jenkins an error happens 404 not found.

This is the error from tomcat localhost access logs:

172.25.1.123 - - [07/Aug/2019:10:21:16 +0100] "POST /j_acegi_security_check HTTP/1.1" 302 -
172.25.1.123 - - [07/Aug/2019:10:21:16 +0100] "GET /;jsessionid=8BD2593C17E0A692DCCE0EE1BF10A239 HTTP/1.1" 404 1047

 

This happened when upgraded to Jenkins ver. 2.187.

Also now we have https working for jenkins with this conf in web.xml:

 

<security-constraint>
<web-resource-collection>
<web-resource-name>Protected Context</web-resource-name>
<url-pattern>/*</url-pattern>
</web-resource-collection>
<!-- auth-constraint goes here if you requre authentication -->
<user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>

 

 

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

oliveiraum@gmail.com (JIRA)

unread,
Aug 7, 2019, 10:11:03 AM8/7/19
to jenkinsc...@googlegroups.com
Rui Oliveira updated an issue
Change By: Rui Oliveira
Sometimes users complaint that when accessing jenkins an error happens 404 not found.

This is the error from tomcat localhost access logs:

172.25.1.123 - - [07/Aug/2019:10:21:16 +0100] "POST /j_acegi_security_check HTTP/1.1" 302 -
172.25.1.123 - - [07/Aug/2019:10:21:16 +0100] "GET /;jsessionid=8BD2593C17E0A692DCCE0EE1BF10A239 HTTP/1.1" 404 1047

 

This happened when upgraded to [Jenkins ver. 2.187.|https://jenkins.io/]

Also now we have https working for jenkins with this conf in web.xml:

 

<security-constraint>
<web-resource-collection>
<web-resource-name>Protected Context</web-resource-name>
<url-pattern>/*</url-pattern>
</web-resource-collection>
<!-- auth-constraint goes here if you requre authentication -->
<user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>

 

 

oliveiraum@gmail.com (JIRA)

unread,
Aug 7, 2019, 10:12:01 AM8/7/19
to jenkinsc...@googlegroups.com
Rui Oliveira updated an issue
Sometimes users complaint that when accessing jenkins an error happens 404 not found.

This is the error from tomcat localhost access logs:

172.25.1.123 - - [07/Aug/2019:10:21:16 +0100] "POST /j_acegi_security_check HTTP/1.1" 302 -
172.25.1.123 - - [07/Aug/2019:10:21:16 +0100] "GET /;jsessionid=8BD2593C17E0A692DCCE0EE1BF10A239 HTTP/1.1" 404 1047

 

This happened when upgraded to [Jenkins ver. 2.187.|https://jenkins.io/]

  Users also say that after cleaning cache the problem stops but the next day trying to login again and the problem starts again.

marcia.rocha@wedotechnologies.com (JIRA)

unread,
Aug 7, 2019, 12:36:02 PM8/7/19
to jenkinsc...@googlegroups.com
Marcia Rocha commented on Bug JENKINS-58843
 
Re: Error 404 resource not found

this error starts happening after we've upgraded from 2.179 to 2.187

you already had this type of error recorded in old jenkin version - https://issues.jenkins-ci.org/browse/JENKINS-22358

Please, could you analyse if this a jenkins bug?

thanks

 

Reply all
Reply to author
Forward
0 new messages