Re: GWT compilation error with JDK 11

2023-07-12 Thread Ying Jin
y, 11 July 2023 at 23:47:37 UTC+1 Ying Jin wrote: > >> Ralph, thanks very much for your suggestion. I'll look into more of the >> approach to convert our gwt project to maven project. >> >> BTW, I've found the solution to make the GWT plugin work again in my >&g

Re: GWT compilation error with JDK 11

2023-07-11 Thread Ying Jin
ame with some legacy project > and happily live ever after. Give it a try. Definitely better than spending > more time on installing different eclipse versions and plug-ins. > Cheers > Ralph > On Tuesday, July 11, 2023 at 6:51:11 PM UTC+2 Ying Jin wrote: > >> Ralph, >> >

Re: GWT compilation error with JDK 11

2023-07-11 Thread Ying Jin
king the Maven > way. > Bon courage! > Ralph > On Monday, July 10, 2023 at 7:25:41 PM UTC+2 Ying Jin wrote: > >> Hi Colin, >> >> I posted this issue on the gwt plugin site below, but there is no reply >> yet. >> >> https://github.com/gwt-plugin

Re: GWT compilation error with JDK 11

2023-07-10 Thread Ying Jin
dialog in eclipse. >> >> Any idea about resolving this error? Please help shed some light on this >> problem. >> >> Your help is much appreciated! >> Jenny >> >> >> On Friday, June 16, 2023 at 3:25:42 PM UTC-5 Ying Jin wrote: >> >>&g

Re: GWT war file deployment issue on Tomcat 9

2023-07-05 Thread Ying Jin
Great. Thank you Colin. It works now after using the war file with clean build. thanks, Jenny On Tuesday, July 4, 2023 at 12:44:46 PM UTC-5 Colin Alworth wrote: > It looks as though the war file that was deployed was built after Super > Dev Mode had been started, but before the production

GWT war file deployment issue on Tomcat 9

2023-07-03 Thread Ying Jin
We were notified that we need to move our applications off from Weblogic 14 server to OpenShift platform. The first task is to make sure the GWT application works in local development environment with Tomcat 9 server. We can run the GWT application by starting Tomcat 9 server from Eclipse

GWT compilation error with JDK 11

2023-06-15 Thread Ying Jin
Hello, I tried to compile our GWT 2.9 project with JDK 11, but encountered the following error: Error: Could not find or load main class com.google.gwt.dev.Compiler Caused by: java.lang.ClassNotFoundException: com.google.gwt.dev.Compiler BTW, the Eclipse version is Version: 2020-06 (4.16.0).

Re: Eclpse GWT 3.0 plugin not available

2023-02-07 Thread Ying Jin
Thanks very much for your suggestion! Therefore, we're going to use the update site below to install GWT Plugin 4.0. Please correct me if it is not right. https://eclipse.gwtproject.org.vertispan.com/2023-02-01 BTW, does it work with JDK 11? We're using GWT 2.9 version and it needs JDK 11 for

Eclpse GWT 3.0 plugin not available

2023-02-06 Thread Ying Jin
We tried to install GWT plugin 3.0 from Eclipse market place on a new laptop for Eclipse Version: 2020-06 (4.16.0), but we got the following not available error message. This approach worked several months ago, so we're not sure why we got this error now. Please help give some suggestions for

Re: GWT 2.9, JDK 11 and Tomcat

2022-03-21 Thread Ying Jin
Great tips! Craig, thank you so much! Your answers saved us much time in this upgrade project and finally it works correctly! have a great rest of the week! Jenny :) On Monday, March 21, 2022 at 5:27:38 PM UTC-5 Craig Mitchell wrote: > (2) As we can only use JS debugger, it will only show

Re: GWT 2.9, JDK 11 and Tomcat

2022-03-21 Thread Ying Jin
Craig, Thanks very much for your help! After I changed the launcherDir value to the path of my war file location as you suggested, the problem got solved. I can run the application in super dev. mode with GWT 2.9, JDK 11 and Tomcat 9. -launcherDir C:\Users\jiny\gitCodeServer\aries\war The

GWT 2.9, JDK 11 and Tomcat

2022-03-17 Thread Ying Jin
Hello, Recently, I started to resume on our GWT upgrade project with GWT 2.9 and JDK 11. As it has been discussed before, the embedded Jetty server can't work with JDK 11 due to the ASM lib version issue. The recommended approach is to set up an external server, so I followed the following

Re: GWT 2.9, JDK 11 project upgrade issue: HTTP ERROR: 503: SERVICE_UNAVAILABLE

2021-07-01 Thread Ying Jin
Jens, Thanks very much for your help! We'll follow the instructions in the guide you provided for further configuration. have a great rest of the week! Jenny On Wednesday, June 30, 2021 at 4:42:45 PM UTC-5 Jens wrote: > Currently, I'm working on installing WebLogic server 14 my in Eclipse for

Re: GWT 2.9, JDK 11 project upgrade issue: HTTP ERROR: 503: SERVICE_UNAVAILABLE

2021-06-25 Thread Ying Jin
Thanks a lot for your explanation. The thing that puzzled me was that the HTTP 503 error generated when the ear file was deployed to Weblogic 14 server. If the error and warning can be ignored, why did we encounter this HTTP 503 error? What is the best way to figure out what caused this

GWT 2.9, JDK 11 project upgrade issue: HTTP ERROR: 503: SERVICE_UNAVAILABLE

2021-06-24 Thread Ying Jin
Thanks in advance for your time to help with this issue. After much hard work, we finally resolved all of the errors related to the GWT compilation process for our application upgraded from GWT 2.5 to 2.9, from JDK 8 to JDK 11. However, when I run the application with "Run as -> GWT

[no subject]

2021-06-07 Thread Ying Jin
Hello, We have an application can not compile using GWT-2.9 with JDK 11 after upgraded from GWT 2.5 and JDK 8. It would be great if you can help shed some light on this. Please see below for the error: Compiling module edu.vanderbilt.mc.aries.ARIES [ERROR] Unexpected internal compiler error

Re: upgrade GWT project from 2.5 to 2.7

2019-02-11 Thread Ying Jin
Thanks for all of the information. Thomas, you're right. Eclipse showed me an error mark in the web.xml as below, but there is no error message. http://java.sun.com/dtd/web-app_2_3.dtd;> dropdownboxServlet edu.vanderbilt.mc.aries.server.rpc.control.DropDownBoxUIServiceImpl On Mon,