MindStudio Insight Fails to Be Started on TencentOS Server 4.4_x86
Symptom
MindStudio Insight fails to be started on TencentOS Server 4.4_x86 (Linux). The following error information is displayed:
** (MindStudio-Insight:302256): WARNING **: 08:07:35.531: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.
JIT session error: Missing definitions in module fs789_variant0_6-jitted-objectbuffer: [ fs_variant_whole ]
Failed to materialize symbols: { (fs789_variant0_6, { fs_variant_partial, fs_variant_whole }) }
JIT session error: Could not find symbol at given index, did you add it to JITSymbolTable? index: 4, shndx: 0 Size of table: 5
Failed to materialize symbols: { (fs790_variant0_7, { fs_variant_partial }) }
Solution
Run the following commands to restart MindStudio Insight:
export JSC_useJIT=0 export JSC_useDFGJIT=0 export JSC_useFTLJIT=0 export WEBKIT_DISABLE_COMPOSITING_MODE=1 unset https_proxy unset http_proxy
Parent topic: FAQs