Skip to content
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

com.google.gwt.core.client.JavaScriptException (TypeError) : Cannot read properties of undefined (reading 'find') #10088

Open
NISHCHAYATEJASRI opened this issue Jan 23, 2025 · 1 comment

Comments

@NISHCHAYATEJASRI
Copy link

WARN:Log:Uncaught exception escaped: com.google.gwt.core.client.JavaScriptException
(TypeError) : Cannot read properties of undefined (reading 'find')
at find.s(https://10.93.100.71/scripts/highcharts/highstock.js)
at get(https://10.93.100.71/scripts/highcharts/highstock.js)
at df(son-0.js)
at Ae(son-0.js)
at hvk(son-0.js)
at ovk(son-0.js)
at Hf(son-0.js)
at Jf(son-0.js)
at Xse(son-0.js)
at Wse(son-0.js)
at iye(son-0.js)
at pxe(son-0.js)
at hve(son-0.js)
at Sue(son-0.js)
at Tue(son-0.js)
at awe(son-0.js)
at dwe(son-0.js)
at P6i(son-0.js)
at Xah(son-0.js)
at bbh(son-0.js)
at eval(son-0.js)
at BWg(son-0.js)
at EWg(son-0.js)
at eval(son-0.js)
isc.B.push.isc.A.addToMasterLog @ ISC_Core.js:1247
isc_c_Log_addLogMessage @ ISC_Core.js:1245
isc_c_Log_log @ ISC_Core.js:1238
logMessage @ ISC_Core.js:1227
logWarn @ ISC_Core.js:1227
isc_logWarn @ ISC_Core.js:63
ORj @ son-0.js:6465
ntj @ son-0.js:18442
LWg @ son-0.js:15146
EWg @ son-0.js:16128
eval @ son-0.js:12094
XMLHttpRequest.send
Hpc @ son-0.js:17523
MTb @ son-0.js:17725
K6i @ son-0.js:14312
m7b @ son-0.js:16798
r8b @ son-0.js:8344
ave @ son-0.js:16816
WAe @ son-0.js:3362
YAe @ son-0.js:18430
Bah @ son-0.js:17489
ZAe @ son-0.js:8071
uBe @ son-0.js:10332
yDe @ son-0.js:15264
LDe @ son-0.js:18431
gah @ son-0.js:18439
dkb @ son-0.js:18417
Bah @ son-0.js:17489
rah @ son-0.js:16223
ce @ son-0.js:6496
me @ son-0.js:18413
hah @ son-0.js:9681
yjj @ son-0.js:10479
Sjj @ son-0.js:8245
Vjj @ son-0.js:18441
kfj @ son-0.js:18441
aXg @ son-0.js:16070
RWg @ son-0.js:12718
FWg @ son-0.js:12329
EWg @ son-0.js:16128
eval @ son-0.js:12094
son-0.js:18440 Wed Jan 22 17:21:29 GMT+530 2025 com.erc.common.shared.highcharts.EdenNetHighChart
INFO: Error unloading Highchart!! com.google.gwt.core.client.JavaScriptException: (TypeError) : Cannot read properties of undefined (reading 'forExport')

@niloc132
Copy link
Member

Cannot read properties of undefined (reading 'find')

This is effectively a null pointer exception in JS - something is calling instance.find(...) (probably this is Array.find()?), but the instance is undefined, so an exception is thrown.

This is almost certainly not a bug in GWT, but a problem in your application or its dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants