gwtproject / gwt

GWT Open Source Project
http://www.gwtproject.org
1.51k stars 372 forks source link

GWT Compatibility issue with OPEN LIBERTY #9846

Open derEntwickler007 opened 1 year ago

derEntwickler007 commented 1 year ago

Hi

I have upgraded the Open liberty server version (v 23.0.0_601) in for my application.

when we have deployed with the following combination of JDK : "version: 8.0.372_01" and OPEN LIBERTY: "version: 23.0.0_0601" we encountered the following error :

1 Uncaught TypeError: Cannot read properties of null (reading 'L') at YKc (cockpit-0.js:5701:31) at ZKc.$Kc [as Mg] (cockpit-0.js:10459:24086) at qVb.sVb [as Te] (cockpit-0.js:10455:10065) at Pw (cockpit-0.js:6863:79) at ax.bx [as Re] (cockpit-0.js:10454:7250) at XMLHttpRequest.eval (cockpit-0.js:6343:65) at Uj (cockpit-0.js:4445:29) at Xj (cockpit-0.js:6053:44) at XMLHttpRequest.eval (cockpit-0.js:6369:46) YKc @ cockpit-0.js:5701 $Kc @ c

I have tried below combination of jdk and open liberty, both combination's are not working. GWT: 2.8.0/2.10.0

JDK version = 8.0.372_01 Liberty Version = 23.0.0_0601

JDK version = 11.0.19_701 Liberty Version = 23.0.0_0601

NOTE: the application is developed with GWT 2.10.0/2.8.0 version .

Regards, Ujwal Chaudhari

zbynek commented 1 year ago

It seems to be related to fetching some data from the server -- which URL is it trying to get? What was the content of that URL before/after update?

Also the stacktrace would be more helpful if you compiled the code with style DETAILED.