Several admin tools (framework portlets) return HTTP 405, Method Not Allowed

Description

Working with Christian Murphy on a site visit. Just updated our uPortal-start implementation to 5.1. While debugging user attribute resolution, trying to view an individual user after searching from the User Administration portlet throws up an HTTP error 405 as shown in the attached screenshot.

Environment

uPortal 5.1 running locally with ./gradlew tomcatStart, Java 8, MacOS

Activity

Show:

Dooremont Frederic 
May 18, 2018 at 4:36 PM

to solve the pb here is the procedure:

in the /home/user folder

git clone https://github.com/Jasig/uPortal.git

cd uPortal

./gradlew install

Note the version in the gradle.properties file (version=5.2.0-SNAPSHOT)

then

in the /home/user folder

git clone https://github.com/Jasig/uPortal-start.git

cd uPortal-start

Edit gradle.properties file

with :

version=5.2.0-SNAPSHOT

and

uPortalVersion=5.2.0-SNAPSHOT

 

Andrew Wills 
May 11, 2018 at 9:20 PM

merged

Andrew Wills 
May 11, 2018 at 5:15 PM

Jonathan M. Tran 
May 10, 2018 at 4:21 PM

Apologies for the triple post.

If/When a portlet fails and gives the two retry links, Admin only and User Facing, the User Facing link will result in the error being thrown as well.

Jonathan M. Tran 
May 10, 2018 at 3:26 PM

This is happening with both uPortal 5.1.0 and uPortal 5.0.7

Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

Created May 8, 2018 at 5:46 PM
Updated May 18, 2018 at 4:36 PM
Resolved May 11, 2018 at 9:20 PM