-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
report port page is not loading #309
Comments
I was having the same problem but found this issue: Which was closed by this issue: TL:DR - I had to adjust my ingress controller so different path requests went to the correct container/pod:
This resolved my issue. |
Hi Team, As you mentioned above i followed the below setps, apiVersion: traefik.containo.us/v1alpha1
apiVersion: traefik.containo.us/v1alpha1
after created the above resources i can able to see the login page but when i try to login with default credenatls i am getting the below error. when i verify the pod logs i can find the below API LOGS at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) 2023-06-27 06:38:38.533 WARN 1 --- [io-8585-exec-10] c.e.t.r.c.e.rest.RestExceptionHandler : Resolved [org.hibernate.exception.SQLGrammarException: could not extract ResultSet. DATABASE LOGS 2023-06-26 11:11:52.732 GMT [2629] LOG: incomplete startup packet UAT LOGS 2023-06-27 06:46:15.674 DEBUG 1 --- [nio-9999-exec-4] o.s.security.web.FilterChainProxy : Secured POST /sso/oauth/token Please do the needful |
Hi @nbonagi , we're having a similar issue in our logs,...
Did you make any progress? We're deploying with a helm chart, and think we might need to run the migrations job prior to the upgrade, but can't seem to trigger it |
hI @sim-dav , There is no progress on this issue but I created that coloumn(sendercase2_.attributes_operator) manullay then the login was successfull. I had run the migration job prior to all the pods. The job status was succesfull but still iam getting the above mentioned error. Not only one column missing there is another table owned_entity table also was missing. Finally I decided to go with RP version 5.7.4. I deployed the version 5.7.4 then the login is succesfull I could able to create dashboard also. |
Hi Team,
I have deployed all the application related to report portal in kubernetes cluster. All the srvices are up and running. but when I am accesing the ui page ,the page still loading now page is displying. When i check the logs from devtools it is shwoing like below
undefined or null to object
at Function.keys ()
at main.app.9c19d7.js:6:90252
at c (main.app.9c19d7.js:12:41694)
at Generator._invoke (main.app.9c19d7.js:12:41482)
at S.forEach.e. [as next] (main.app.9c19d7.js:12:42117)
at N (main.app.9c19d7.js:26:844227)
at y (main.app.9c19d7.js:26:845066)
at main.app.9c19d7.js:26:845721
at i (main.app.9c19d7.js:26:906246)
at c (main.app.9c19d7.js:26:906396)
(anonymous) @ main.app.9c19d7.j
please help.
The text was updated successfully, but these errors were encountered: