Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » 22.0-beta1: Classic App not loading after successful login
22.0-beta1: Classic App not loading after successful login [message #1849440] Thu, 20 January 2022 08:15 Go to next message
Nils Israel is currently offline Nils IsraelFriend
Messages: 72
Registered: May 2010
Member
Hi there,
we are trying out the beta1 of Scout Classic 22.
We upgraded according to the migration guide and it went well.

After entering the credentials in the login form the form disappears and only the background stays. But nothing else is happening.
A refresh of the page then loads the application and there are no problems after that.

To check if it has something to do with the upgrade I created a new scout project with IntelliJ. The same thing happens there.

I found a commit that seems to have something to do with this and is not included in the beta1 release.
https://github.com/eclipse-scout/scout.rt/commit/b8a9862ed41f383e5be3ce57d483cdd6d6866e66
Does this address the issue and we just have to wait for the next beta or final release or is it a new bug?

Thanks
Nils
Re: 22.0-beta1: Classic App not loading after successful login [message #1849448 is a reply to message #1849440] Thu, 20 January 2022 12:10 Go to previous messageGo to next message
Claudio Guglielmo is currently offline Claudio GuglielmoFriend
Messages: 256
Registered: March 2010
Senior Member
Hi Nils,

great to hear you are already trying out the new release!

I had a quick look at your finding: It is indeed a bug that has not been resolved yet. The redirection after the login does not work properly. We will have a look at it.

Thank you.
Claudio
Re: 22.0-beta1: Classic App not loading after successful login [message #1849454 is a reply to message #1849448] Thu, 20 January 2022 14:26 Go to previous messageGo to next message
nico p is currently offline nico pFriend
Messages: 2
Registered: January 2022
Junior Member
I was about to ask the same thing. The desktop class does not proceed.
Also another issue with the new version is "[webapp] all.launch generates the js successfully but get stuck and does not start the server and ui.
Re: 22.0-beta1: Classic App not loading after successful login [message #1849537 is a reply to message #1849454] Mon, 24 January 2022 09:44 Go to previous messageGo to next message
Oueslati Anis is currently offline Oueslati AnisFriend
Messages: 128
Registered: June 2014
Location: Paris
Senior Member
Hello,
I tried the 22 beta version and indeed there are some bug in launching the application : for me the launcher stuck at 63 % and does not complete the build , when I run the server and ui separately they run and load a newly beautiful ui.
Great job regarding the UI change it is really beautiful.
AO.
Re: 22.0-beta1: Classic App not loading after successful login [message #1849541 is a reply to message #1849537] Mon, 24 January 2022 12:11 Go to previous messageGo to next message
Claudio Guglielmo is currently offline Claudio GuglielmoFriend
Messages: 256
Registered: March 2010
Senior Member
Hi guys,

thank you for the compliments. The launch gets stuck because the build output has changed, so the regex that triggers the launch of the ui and backend does not match anymore. It will be fixed in the next build.

https://github.com/eclipse-scout/scout.rt/commit/75a49ebe45586f424d08cf3183555a1312e4d626

index.php/fa/41575/0/

Thanks for reporting.
Claudio
Re: 22.0-beta1: Classic App not loading after successful login [message #1849582 is a reply to message #1849541] Wed, 26 January 2022 09:59 Go to previous messageGo to next message
Nils Israel is currently offline Nils IsraelFriend
Messages: 72
Registered: May 2010
Member
Hi Claudio,
can you tell something about the timeline for the release?
Do you plan to release the 22.0 version together with the Eclipse simultaneous release on 16.03.22 and do you plan further beta releases before that?
We want to go live with our new app in march and I would like to use the new design of the 22 release and not change it after a few month.
Thanks
Nils
Re: 22.0-beta1: Classic App not loading after successful login [message #1849592 is a reply to message #1849582] Wed, 26 January 2022 12:14 Go to previous messageGo to next message
Claudio Guglielmo is currently offline Claudio GuglielmoFriend
Messages: 256
Registered: March 2010
Senior Member
Hi Nils,

yes, the release is scheduled for 16.03.22, see also https://projects.eclipse.org/projects/technology.scout.

New beta builds will be published regularly according to the eclipse release schedule.

If you are upgrading now, please make sure to re-consult the release notes and migration guide once the final release has been published, since they may not be complete by now.

Best regards
Claudio
Re: 22.0-beta1: Classic App not loading after successful login [message #1849638 is a reply to message #1849592] Thu, 27 January 2022 14:24 Go to previous messageGo to next message
Anthony Caillot is currently offline Anthony CaillotFriend
Messages: 3
Registered: May 2021
Junior Member
Hello, I would like to know when and how the redirection bug will be fixed ?
Thanks
Re: 22.0-beta1: Classic App not loading after successful login [message #1849665 is a reply to message #1849638] Fri, 28 January 2022 15:37 Go to previous messageGo to next message
Fritz Schinkel is currently offline Fritz SchinkelFriend
Messages: 7
Registered: January 2022
Junior Member
Hi Anthony,

the redirect bug is fixed by this commit.
The next build containing this fix will be 2022-03 M2 next friday (Feb 4th, 2022).

Kind regards,
Fritz
Re: 22.0-beta1: Classic App not loading after successful login [message #1849721 is a reply to message #1849665] Mon, 31 January 2022 08:44 Go to previous messageGo to next message
Anthony Caillot is currently offline Anthony CaillotFriend
Messages: 3
Registered: May 2021
Junior Member
Thank you for the quick response.
Kind regards, Anthony
Re: 22.0-beta1: Classic App not loading after successful login [message #1849978 is a reply to message #1849721] Thu, 10 February 2022 08:07 Go to previous messageGo to next message
Mark Novem Grisola is currently offline Mark Novem GrisolaFriend
Messages: 27
Registered: November 2017
Junior Member
This is almost the same with mine, but mine in production environment it does back to login screen even though the credential is correct but when on development mode it works fine. Is this caused by same bug? I am using Scout v11.

Thank you.
Re: 22.0-beta1: Classic App not loading after successful login [message #1849979 is a reply to message #1849978] Thu, 10 February 2022 08:14 Go to previous messageGo to next message
Matthias Villiger is currently offline Matthias VilligerFriend
Messages: 232
Registered: September 2011
Senior Member
Hi Mark

This is probably another issue as the bug mentioned in this thread applies to the Scout 22.0 beta version only.

Did you try to follow this guide to deploy your Scout application?

Kind regards
Mat
Re: 22.0-beta1: Classic App not loading after successful login [message #1849982 is a reply to message #1849979] Thu, 10 February 2022 09:00 Go to previous messageGo to next message
Mark Novem Grisola is currently offline Mark Novem GrisolaFriend
Messages: 27
Registered: November 2017
Junior Member
Yeah, the answer is just on the guide at "Update the Scout Application to work with HTTP" part. I was not able to follow it, now i did. :)
Thank you so much Mat for a quick reply.

Sincerely
Mark

[Updated on: Thu, 10 February 2022 09:00]

Report message to a moderator

Re: 22.0-beta1: Classic App not loading after successful login [message #1849984 is a reply to message #1849982] Thu, 10 February 2022 09:03 Go to previous message
Matthias Villiger is currently offline Matthias VilligerFriend
Messages: 232
Registered: September 2011
Senior Member
You're welcome :)

By default a new Scout application is configured to use https to have a secure setup out of the box. In case you want to "weaken" this default setup, you have to do it yourself to be aware of the drawbacks.

Regards
Mat
Previous Topic:ColorField.js
Next Topic:ModelJobs not working when focus is out
Goto Forum:
  


Current Time: Thu Mar 28 18:38:04 GMT 2024

Powered by FUDForum. Page generated in 0.04428 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top