HelloScout not working with Eclipse 2023-09 [message #1861200] |
Thu, 28 September 2023 16:00  |
Eclipse User |
|
|
|
Hello, Thank you for the new 23.2 version !
However I don't know if it is my installation or what, but I can't make the helloscout application work with Eclipse 2023-09 and the template #23.2.2 or #23.2.4 (those available under Eclipse when creating a new Scout project).
Here is what I do:
- start Eclipse 2023-09
- create 'helloscout2324' project with the template 23.2.4
- Eclipse builds the thing
- Run the combo "js build" + server + client
- Some stuff is done by the script then the server and client application are started by jetty
- Connect to http://localhost:8082/
- I get this error in my browser :
HTTP ERROR 404 Not Found
URI: /
STATUS: 404
MESSAGE: Not Found
SERVLET: UiServlet
The client's trace gives:
2023-09-28 21:49:38,520 INFO [main] org.eclipse.scout.dev.jetty.JettyServer.logServerReady(JettyServer.java:159) - Server ready. The application is available on the following addresses:
---------------------------------------------------------------------
http://localhost:8082/
http://bquiet:8082/
http://192.168.0.19:8082/
---------------------------------------------------------------------
To shut the server down, type "shutdown" in the console.
2023-09-28 21:51:27,203 WARN [qtp1497845528-96] org.eclipse.scout.rt.server.commons.authentication.DevelopmentAccessController.handle(DevelopmentAccessController.java:65) - +++ Development access control with user michel
2023-09-28 21:51:49,023 INFO [qtp1497845528-96] org.eclipse.scout.rt.ui.html.UiServlet.sendNotFound(UiServlet.java:282) - 404_NOT_FOUND: GET /
Same with the template 23.2.2.
I did this try because I had the same problem with the application I try to upgrade.
Java version is 17.
OS is Windows 11.
The browser is a recent Firefox.
Is it my fault or can it be reproduced ?
[Updated on: Thu, 28 September 2023 16:02] by Moderator
|
|
|
|
|
|
Re: HelloScout not working with Eclipse 2023-09 [message #1861449 is a reply to message #1861210] |
Fri, 13 October 2023 03:26  |
Eclipse User |
|
|
|
Hello Fritz,
Thank you, I understand, if the js build didn't work it explains that the icons are missing, etc.
However, the only difference between the correct build and the failed one is the JRE, and both are Java 17...
Note that when I build the project with the command line, it uses the installed Java (not Eclipse's) and the build is correct.
Strange.
|
|
|
Powered by
FUDForum. Page generated in 0.03874 seconds