Dashboard doesn't work

Hi there,

I have everything working via in-IDE debug (Intellij) but the dashboard doesn’t display.

There’s no error in the logs even on debug, it just routes the the error action and page.

It states:

Page Not Found

Check the url.
/admin/server_33c87c76996c48249082f90f566a6521/_plugin/kopf/

Please check access logs in fess.log.

As I said - there’s no error as far as I can see, here’s the debug:

2020-06-22 10:06:34,432 [http-nio-8080-exec-4] DEBUG
responseClass=org.apache.catalina.connector.ResponseFacade ; committed=true
; httpStatus=200 ; contentType=text/html;charset=UTF-8 ; locale=en_GB
[header] Cache-Control=no-cache, no-store
[header] Expires=Thu, 01 Dec 1994 16:00:00 GMT
[header] Pragma=no-cache
[request] VirtualHostValue=
[request] admin_dashboard_adminDashboardAction=org.codelibs.fess.app.web.admin.dashboard.AdminDashboardAction@26b25121
[request] developmentMode=false
[request] editable=true
[request] editableClass=
[request] eoled=false
[request] forumLink=English:Fess - CodeLIbs Forum
[request] helpLink=https://fess.codelibs.org/0.0/admin/dashboard-guide.html
[request] installationLink=https://fess.codelibs.org/0.0/install/install.html
[request] lastaflute.action.ACTION_RUMTIME=runtime:{/admin/dashboard/, public HtmlResponse AdminDashboardAction@index(), pathParam:{{}}, HtmlResponse:{forward:{/admin/dashboard/admin_dashboard.jsp}}, display=[serverPath, developmentMode, installationLink, storageEnabled, eoled, editable, editableClass, forumLink, helpLink]}
[request] lastaflute.action.USER_LOCALE=en_US
[request] lastaflute.config.ACTION_EXECUTE=execute:{public HtmlResponse AdminDashboardAction@index(), urlPattern:{, ^$}}@49ab9bf9
[request] lastaflute.dbflute.SQL_COUNT={total=0}
[request] serverPath=/admin/server_84672c5c52984abdb5f56f0864f88bdf
[request] storageEnabled=false
[session] esApiAccessToken=84672c5c52984abdb5f56f0864f88bdf
[session] lastaflute.action.USER_BEAN.FessUserBean={userId=admin, sync=2020/06/22 10:06:34}@5de18c4a
[session] lastaflute.action.USER_LOCALE=en_US
{END}: /admin/dashboard/ [00m00s092ms]
2020-06-22 10:06:34,473 [http-nio-8080-exec-6] DEBUG * * * * * * * * * * {BEGIN}: /error/notfound/
requestClass=org.apache.catalina.connector.RequestFacade ; sessionId=42C373433D46A82498930677D645DD68
; url=http://localhost:8080/error/notfound/?url=%2Fadmin%2Fserver_84672c5c52984abdb5f56f0864f88bdf%2F_plugin%2Fkopf%2F
; method=GET ; protocol=HTTP/1.1 ; scheme=http ; secure=false ; remoteAddr=0:0:0:0:0:0:0:1 ; remoteHost=0:0:0:0:0:0:0:1
; characterEncoding=UTF-8 ; contentLength=-1 ; contentType=null ; locale=en_US ; locales=en_US,en,ca
[header] accept=text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.9
[header] accept-encoding=gzip, deflate, br
[header] accept-language=en-US,en;q=0.9,ca;q=0.8
[header] connection=keep-alive
[header] cookie=JSESSIONID=42C373433D46A82498930677D645DD68
[header] host=localhost:8080
[header] referer=http://localhost:8080/admin/dashboard/
[header] sec-fetch-dest=iframe
[header] sec-fetch-mode=navigate
[header] sec-fetch-site=same-origin
[header] upgrade-insecure-requests=1
[header] user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Safari/537.36
[param] url=/admin/server_84672c5c52984abdb5f56f0864f88bdf/_plugin/kopf/
[cookie] JSESSIONID=42C373433D46A82498930677D645DD68
[session] esApiAccessToken=84672c5c52984abdb5f56f0864f88bdf
[session] lastaflute.action.USER_BEAN.FessUserBean={userId=admin, sync=2020/06/22 10:06:34}@5de18c4a
[session] lastaflute.action.USER_LOCALE=en_US

Audit log:

action:ACCESS user:admin path:/admin/dashboard/ execute:index ip:0:0:0:0:0:0:0:1 time:2020-06-22T11:30:04.083525Z

Did you run mvn antrun:run?

Thank you, this did it.