-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Hi,
I deployed Doubango in AWS Virtual Machine with Ubuntu 20.04, but when executed it's failing with the following error:
"The type initializer for 'org.doubango.ultimateMrz.Sdk.ultimateMrzSdkPINVOKE' threw an exception."
After some debugging I found that the error is throwing at this line of code ultimateMrzSdkPINVOKE.UltMrzSdkEngine_init__SWIG_0(jsonConfig):
jsonConfig has the following value:
{
"debug_level": "info",
"debug_write_input_image_enabled": false,
"debug_internal_data_path": ".",
"num_threads": -1,
"gpgpu_enabled": true,
"gpgpu_workload_balancing_enabled": false,
"backpropagation_enabled": true,
"ielcd_enabled": true,
"segmenter_accuracy": "high",
"interpolation": "bilinear",
"min_num_lines": 2,
"roi": [
0.0,
0.0,
0.0,
0.0
],
"min_score": 0.0,
"assets_folder": "./Assets/MRZ",
"license_token_data": ""
}
I have deployed the same project with Doubango in another server with Windows and IIS and it's working perfectly, but when deployed in AWS with Ubuntu is throwing an exception.
Any help would be appreciated.
Best,