[2025-07-26 13:56:55,872] ERROR in app: Exception on / [GET]
Traceback (most recent call last):
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/flask/app.py", line 1511, in wsgi_app
    response = self.full_dispatch_request()
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/flask/app.py", line 919, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/flask/app.py", line 917, in full_dispatch_request
    rv = self.dispatch_request()
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/flask/app.py", line 902, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)  # type: ignore[no-any-return]
  File "app.py", line 34, in index
    return "\U0001f310 Python app is live under Flask! Python v" + sys.version.split()[0], 200
NameError: name 'sys' is not defined
[2025-07-26 13:58:11,251] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 22, in deploy_vm
    result = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 43, in create_vm_from_custom_image
    print("\U0001f6dc Creating public IP address...")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f6dc' in position 0: ordinal not in range(128)
[2025-07-26 14:01:12,730] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 22, in deploy_vm
    result = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 43, in create_vm_from_custom_image
    print("\U0001f6dc Creating public IP address...")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f6dc' in position 0: ordinal not in range(128)
[2025-07-26 14:03:35,452] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 22, in deploy_vm
    result = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 126, in create_vm_from_custom_image
    print("\U0001f517 Creating network interface...")
UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f517' in position 0: ordinal not in range(128)
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
[2025-07-26 14:08:55,434] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 66, in create_vm_from_custom_image
    nsg = network_client.network_security_groups.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 10323, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 10219, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (SecurityRuleParametersMissingForPortRanges) Required security rule parameters are missing for security rule with Id: /subscriptions/95f1548f-0d5f-4594-903b-b7092e00ed9e/resourceGroups/BitzerHosting/providers/Microsoft.Network/networkSecurityGroups/GameVM-1744-nsg/securityRules/allow-http. Security rule must specify either SourcePortRange or SourcePortRanges.
Code: SecurityRuleParametersMissingForPortRanges
Message: Required security rule parameters are missing for security rule with Id: /subscriptions/95f1548f-0d5f-4594-903b-b7092e00ed9e/resourceGroups/BitzerHosting/providers/Microsoft.Network/networkSecurityGroups/GameVM-1744-nsg/securityRules/allow-http. Security rule must specify either SourcePortRange or SourcePortRanges.
Ensuring resource group exists...
Creating public IP address...
Creating network security group...
Traceback (most recent call last):
  File "/home/marqenti/pyapp/passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'app.py')
  File "/opt/alt/python310/lib64/python3.10/imp.py", line 172, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 719, in _load
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "app.py", line 6, in <module>
    from index import create_vm_from_custom_image
  File "/home/marqenti/pyapp/index.py", line 119
    ).result()
    ^
SyntaxError: closing parenthesis ')' does not match opening parenthesis '{' on line 69
Traceback (most recent call last):
  File "/home/marqenti/pyapp/passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'app.py')
  File "/opt/alt/python310/lib64/python3.10/imp.py", line 172, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 719, in _load
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "app.py", line 6, in <module>
    from index import create_vm_from_custom_image
  File "/home/marqenti/pyapp/index.py", line 119
    ).result()
    ^
SyntaxError: closing parenthesis ')' does not match opening parenthesis '{' on line 69
[UID:1134][3224124] Child process with pid: 3224138 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/marqenti/pyapp/passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'app.py')
  File "/opt/alt/python310/lib64/python3.10/imp.py", line 172, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 719, in _load
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "app.py", line 6, in <module>
    from index import create_vm_from_custom_image
  File "/home/marqenti/pyapp/index.py", line 119
    ).result()
    ^
SyntaxError: closing parenthesis ')' does not match opening parenthesis '{' on line 69
Traceback (most recent call last):
  File "/home/marqenti/pyapp/passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'app.py')
  File "/opt/alt/python310/lib64/python3.10/imp.py", line 172, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 719, in _load
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "app.py", line 6, in <module>
    from index import create_vm_from_custom_image
  File "/home/marqenti/pyapp/index.py", line 119
    ).result()
    ^
SyntaxError: closing parenthesis ')' does not match opening parenthesis '{' on line 69
[UID:1134][3224242] Child process with pid: 3224251 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/marqenti/pyapp/passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'app.py')
  File "/opt/alt/python310/lib64/python3.10/imp.py", line 172, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 719, in _load
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "app.py", line 6, in <module>
    from index import create_vm_from_custom_image
  File "/home/marqenti/pyapp/index.py", line 119
    ).result()
    ^
SyntaxError: closing parenthesis ')' does not match opening parenthesis '{' on line 69
[UID:1134][3224242] Child process with pid: 3224360 was killed by signal: 15, core dumped: no
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-3738 from custom image version 1.0.0...
 VM created successfully: GameVM-3738
 Running batch file on VM GameVM-3738 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-3398 from custom image version 1.0.0...
 VM created successfully: GameVM-3398
 Running batch file on VM GameVM-3398 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
[2025-07-26 16:09:19,678] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 176, in create_vm_from_custom_image
    vnet = network_client.virtual_networks.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 21678, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 21575, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (InUseSubnetCannotBeDeleted) Subnet GameVM-7576-subnet is in use by /subscriptions/95f1548f-0d5f-4594-903b-b7092e00ed9e/resourceGroups/BitzerHosting/providers/Microsoft.Network/networkInterfaces/GameVM-7576-nic/ipConfigurations/ipconfig1 and cannot be deleted. In order to delete the subnet, delete all the resources within the subnet. See aka.ms/deletesubnet.
Code: InUseSubnetCannotBeDeleted
Message: Subnet GameVM-7576-subnet is in use by /subscriptions/95f1548f-0d5f-4594-903b-b7092e00ed9e/resourceGroups/BitzerHosting/providers/Microsoft.Network/networkInterfaces/GameVM-7576-nic/ipConfigurations/ipconfig1 and cannot be deleted. In order to delete the subnet, delete all the resources within the subnet. See aka.ms/deletesubnet.
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-7576 from custom image version 1.0.0...
 VM created successfully: GameVM-7576
 Running batch file on VM GameVM-7576 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
Starting deletion of VM and associated resources for GameVM-7576...
Deleting VM: GameVM-7576...
VM deleted.
Deleting Network Interface: GameVM-7576-nic...
Network Interface deleted.
Deleting Public IP Address: GameVM-7576-ip...
Public IP deleted.
Removing NSG association from subnet GameVM-7576-subnet...
NSG association removed from subnet.
Deleting Network Security Group: GameVM-7576-nsg...
NSG deleted.
Deleting Virtual Network: GameVM-7576-vnet...
Virtual Network deleted.
Deleting OS Disk: GameVM-7576-osdisk...
OS Disk deleted.
All resources for VM GameVM-7576 have been deleted successfully.
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-7576 from custom image version 1.0.0...
 VM created successfully: GameVM-7576
 Running batch file on VM GameVM-7576 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
[2025-07-26 16:17:08,860] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 242, in create_vm_from_custom_image
    vm = compute_client.virtual_machines.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15645, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15515, in _create_or_update_initial
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (OperationNotAllowed) Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westeurope, Current Limit: 6, Current Usage: 4, Additional Required: 4, (Minimum) New Limit Required: 8. Setup Alerts when Quota reaches threshold. Learn more at https://aka.ms/quotamonitoringalerting . Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%2295f1548f-0d5f-4594-903b-b7092e00ed9e%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22westeurope%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:8,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the \u2018Details\u2019 section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests
Code: OperationNotAllowed
Message: Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westeurope, Current Limit: 6, Current Usage: 4, Additional Required: 4, (Minimum) New Limit Required: 8. Setup Alerts when Quota reaches threshold. Learn more at https://aka.ms/quotamonitoringalerting . Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%2295f1548f-0d5f-4594-903b-b7092e00ed9e%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22westeurope%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:8,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the \u2018Details\u2019 section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests
[2025-07-26 16:22:16,612] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/polling/base_polling.py", line 805, in run
    self._poll()
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/polling/base_polling.py", line 837, in _poll
    raise OperationFailed("Operation failed or canceled")
azure.core.polling.base_polling.OperationFailed: Operation failed or canceled

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 190, in create_vm_from_custom_image
    ).result()
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/polling/_poller.py", line 326, in result
    self.wait(timeout)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/polling/_poller.py", line 345, in wait
    raise self._exception  # type: ignore
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/polling/_poller.py", line 250, in _start
    self._polling_method.run()
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/polling/base_polling.py", line 820, in run
    raise HttpResponseError(response=self._pipeline_response.http_response, error=err) from err
azure.core.exceptions.HttpResponseError: (Canceled) Operation was canceled.
Code: Canceled
Message: Operation was canceled.
Exception Details:	(CanceledAndSupersededDueToAnotherOperation) Operation PutSubnetOperation (f39b4e41-d619-43c8-bf1b-52f781980a77) was canceled and superseded by operation PutVirtualNetworkOperation (0b928d65-3497-43e3-b0c8-249105e50b2d).
	Code: CanceledAndSupersededDueToAnotherOperation
	Message: Operation PutSubnetOperation (f39b4e41-d619-43c8-bf1b-52f781980a77) was canceled and superseded by operation PutVirtualNetworkOperation (0b928d65-3497-43e3-b0c8-249105e50b2d).
[2025-07-26 16:23:10,535] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 176, in create_vm_from_custom_image
    vnet = network_client.virtual_networks.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 21678, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 21575, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (InUseSubnetCannotBeDeleted) Subnet GameVM-6946-subnet is in use by /subscriptions/95f1548f-0d5f-4594-903b-b7092e00ed9e/resourceGroups/BitzerHosting/providers/Microsoft.Network/networkInterfaces/GameVM-6946-nic/ipConfigurations/ipconfig1 and cannot be deleted. In order to delete the subnet, delete all the resources within the subnet. See aka.ms/deletesubnet.
Code: InUseSubnetCannotBeDeleted
Message: Subnet GameVM-6946-subnet is in use by /subscriptions/95f1548f-0d5f-4594-903b-b7092e00ed9e/resourceGroups/BitzerHosting/providers/Microsoft.Network/networkInterfaces/GameVM-6946-nic/ipConfigurations/ipconfig1 and cannot be deleted. In order to delete the subnet, delete all the resources within the subnet. See aka.ms/deletesubnet.
Starting deletion of VM and associated resources for GameVM-7576...
Deleting VM: GameVM-7576...
VM deleted.
Deleting Network Interface: GameVM-7576-nic...
Network Interface deleted.
Deleting Public IP Address: GameVM-7576-ip...
Public IP deleted.
Removing NSG association from subnet GameVM-7576-subnet...
NSG association removed from subnet.
Deleting Network Security Group: GameVM-7576-nsg...
NSG deleted.
Deleting Virtual Network: GameVM-7576-vnet...
Virtual Network deleted.
Deleting OS Disk: GameVM-7576-osdisk...
OS Disk deleted.
All resources for VM GameVM-7576 have been deleted successfully.
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-6946 from custom image version 1.0.0...
Starting deletion of VM and associated resources for GameVM-6946...
Deleting VM: GameVM-6946...
VM deleted.
Deleting Network Interface: GameVM-6946-nic...
Network Interface deleted.
Deleting Public IP Address: GameVM-6946-ip...
Public IP deleted.
Removing NSG association from subnet GameVM-6946-subnet...
NSG association removed from subnet.
Deleting Network Security Group: GameVM-6946-nsg...
NSG deleted.
Deleting Virtual Network: GameVM-6946-vnet...
Virtual Network deleted.
Deleting OS Disk: GameVM-6946-osdisk...
OS Disk deleted.
All resources for VM GameVM-6946 have been deleted successfully.
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-6946 from custom image version 1.0.0...
 VM created successfully: GameVM-6946
 Running batch file on VM GameVM-6946 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-6946 from custom image version 1.0.0...
 VM created successfully: GameVM-6946
 Running batch file on VM GameVM-6946 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
[2025-07-26 16:30:23,990] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 113, in create_vm_from_custom_image
    f"{VM_NAME}-ip",
NameError: name 'VM_NAME' is not defined
 Creating public IP address...
[2025-07-26 16:30:27,050] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 113, in create_vm_from_custom_image
    f"{VM_NAME}-ip",
NameError: name 'VM_NAME' is not defined
 Creating public IP address...
[2025-07-26 16:32:21,754] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 262, in create_vm_from_custom_image
    compute_client.virtual_machines.begin_run_command(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 18296, in begin_run_command
    raw_result = self._run_command_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 18171, in _run_command_initial
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (Conflict) Run command extension execution is in progress. Please wait for completion before invoking a run command.
Code: Conflict
Message: Run command extension execution is in progress. Please wait for completion before invoking a run command.
[2025-07-26 16:33:56,003] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 177, in create_vm_from_custom_image
    vnet = network_client.virtual_networks.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 21678, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 21575, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (InUseSubnetCannotBeDeleted) Subnet GameVM-8842-subnet is in use by /subscriptions/95f1548f-0d5f-4594-903b-b7092e00ed9e/resourceGroups/BitzerHosting/providers/Microsoft.Network/networkInterfaces/GameVM-8842-nic/ipConfigurations/ipconfig1 and cannot be deleted. In order to delete the subnet, delete all the resources within the subnet. See aka.ms/deletesubnet.
Code: InUseSubnetCannotBeDeleted
Message: Subnet GameVM-8842-subnet is in use by /subscriptions/95f1548f-0d5f-4594-903b-b7092e00ed9e/resourceGroups/BitzerHosting/providers/Microsoft.Network/networkInterfaces/GameVM-8842-nic/ipConfigurations/ipconfig1 and cannot be deleted. In order to delete the subnet, delete all the resources within the subnet. See aka.ms/deletesubnet.
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-8842 from custom image version 1.0.0...
 VM created successfully: GameVM-8842
 Running batch file on VM GameVM-8842 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-8842 from custom image version 1.0.0...
 VM created successfully: GameVM-8842
 Running batch file on VM GameVM-8842 using Run Command...
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
Traceback (most recent call last):
  File "/home/marqenti/pyapp/passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'app.py')
  File "/opt/alt/python310/lib64/python3.10/imp.py", line 172, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 719, in _load
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "app.py", line 6, in <module>
    from index import create_vm_from_custom_image, destroy_vm_and_resources  # import destroy
  File "/home/marqenti/pyapp/index.py", line 152
    {"address_prefix":"10.0.0.0/24","network_security_group":{"id":nsg.id}}}
                                                                           ^
SyntaxError: closing parenthesis '}' does not match opening parenthesis '(' on line 148
Traceback (most recent call last):
  File "/home/marqenti/pyapp/passenger_wsgi.py", line 8, in <module>
    wsgi = imp.load_source('wsgi', 'app.py')
  File "/opt/alt/python310/lib64/python3.10/imp.py", line 172, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 719, in _load
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "app.py", line 6, in <module>
    from index import create_vm_from_custom_image, destroy_vm_and_resources  # import destroy
  File "/home/marqenti/pyapp/index.py", line 152
    {"address_prefix":"10.0.0.0/24","network_security_group":{"id":nsg.id}}}
                                                                           ^
SyntaxError: closing parenthesis '}' does not match opening parenthesis '(' on line 148
[UID:1134][3332939] Child process with pid: 3332953 was killed by signal: 15, core dumped: no
[2025-07-26 16:41:41,306] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 244, in create_vm_from_custom_image
    vm = compute_client.virtual_machines.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15645, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15516, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (InvalidParameter) Windows computer name cannot be more than 15 characters long, be entirely numeric, or contain the following characters: ` ~ ! @ # $ % ^ & * ( ) = + _ [ ] { } \ | ; : . ' " , < > / ?.
Code: InvalidParameter
Message: Windows computer name cannot be more than 15 characters long, be entirely numeric, or contain the following characters: ` ~ ! @ # $ % ^ & * ( ) = + _ [ ] { } \ | ; : . ' " , < > / ?.
Target: osProfile.computerName
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-2410-1753540872890 from custom image version 1.0.0...
[2025-07-26 16:48:26,596] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 244, in create_vm_from_custom_image
    vm = compute_client.virtual_machines.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15645, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15516, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (InvalidParameter) Windows computer name cannot be more than 15 characters long, be entirely numeric, or contain the following characters: ` ~ ! @ # $ % ^ & * ( ) = + _ [ ] { } \ | ; : . ' " , < > / ?.
Code: InvalidParameter
Message: Windows computer name cannot be more than 15 characters long, be entirely numeric, or contain the following characters: ` ~ ! @ # $ % ^ & * ( ) = + _ [ ] { } \ | ; : . ' " , < > / ?.
Target: osProfile.computerName
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-1753541277833 from custom image version 1.0.0...
[2025-07-26 16:49:55,371] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 244, in create_vm_from_custom_image
    vm = compute_client.virtual_machines.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15645, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15516, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (InvalidParameter) Windows computer name cannot be more than 15 characters long, be entirely numeric, or contain the following characters: ` ~ ! @ # $ % ^ & * ( ) = + _ [ ] { } \ | ; : . ' " , < > / ?.
Code: InvalidParameter
Message: Windows computer name cannot be more than 15 characters long, be entirely numeric, or contain the following characters: ` ~ ! @ # $ % ^ & * ( ) = + _ [ ] { } \ | ; : . ' " , < > / ?.
Target: osProfile.computerName
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-1753541361 from custom image version 1.0.0...
[2025-07-26 16:53:23,770] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 178, in create_vm_from_custom_image
    vnet = network_client.virtual_networks.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 21678, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 21575, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (InUseSubnetCannotBeDeleted) Subnet GameVM-2486-subnet is in use by /subscriptions/95f1548f-0d5f-4594-903b-b7092e00ed9e/resourceGroups/BitzerHosting/providers/Microsoft.Network/networkInterfaces/GameVM-2486-nic/ipConfigurations/ipconfig1 and cannot be deleted. In order to delete the subnet, delete all the resources within the subnet. See aka.ms/deletesubnet.
Code: InUseSubnetCannotBeDeleted
Message: Subnet GameVM-2486-subnet is in use by /subscriptions/95f1548f-0d5f-4594-903b-b7092e00ed9e/resourceGroups/BitzerHosting/providers/Microsoft.Network/networkInterfaces/GameVM-2486-nic/ipConfigurations/ipconfig1 and cannot be deleted. In order to delete the subnet, delete all the resources within the subnet. See aka.ms/deletesubnet.
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-2486 from custom image version 1.0.0...
 VM created successfully: GameVM-2486
 Running batch file on VM GameVM-2486 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
Starting deletion of VM and associated resources for GameVM-2486...
Deleting VM: GameVM-2486...
VM deleted.
Deleting Network Interface: GameVM-2486-nic...
Network Interface deleted.
Deleting Public IP Address: GameVM-2486-ip...
Public IP deleted.
Removing NSG association from subnet GameVM-2486-subnet...
NSG association removed from subnet.
Deleting Network Security Group: GameVM-2486-nsg...
NSG deleted.
Deleting Virtual Network: GameVM-2486-vnet...
Virtual Network deleted.
Deleting OS Disk: GameVM-2486-osdisk...
OS Disk deleted.
All resources for VM GameVM-2486 have been deleted successfully.
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-2486 from custom image version 1.0.0...
 VM created successfully: GameVM-2486
 Running batch file on VM GameVM-2486 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
Starting deletion of VM and associated resources for GameVM-2486...
Deleting VM: GameVM-2486...
VM deleted.
Deleting Network Interface: GameVM-2486-nic...
Network Interface deleted.
Deleting Public IP Address: GameVM-2486-ip...
Public IP deleted.
Removing NSG association from subnet GameVM-2486-subnet...
NSG association removed from subnet.
Deleting Network Security Group: GameVM-2486-nsg...
NSG deleted.
Deleting Virtual Network: GameVM-2486-vnet...
Virtual Network deleted.
Deleting OS Disk: GameVM-2486-osdisk...
OS Disk deleted.
All resources for VM GameVM-2486 have been deleted successfully.
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-8568 from custom image version 1.0.0...
 VM created successfully: GameVM-8568
 Running batch file on VM GameVM-8568 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
[2025-07-26 17:15:51,025] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 246, in create_vm_from_custom_image
    vm = compute_client.virtual_machines.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15645, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15515, in _create_or_update_initial
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (OperationNotAllowed) Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westeurope, Current Limit: 6, Current Usage: 4, Additional Required: 4, (Minimum) New Limit Required: 8. Setup Alerts when Quota reaches threshold. Learn more at https://aka.ms/quotamonitoringalerting . Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%2295f1548f-0d5f-4594-903b-b7092e00ed9e%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22westeurope%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:8,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the \u2018Details\u2019 section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests
Code: OperationNotAllowed
Message: Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westeurope, Current Limit: 6, Current Usage: 4, Additional Required: 4, (Minimum) New Limit Required: 8. Setup Alerts when Quota reaches threshold. Learn more at https://aka.ms/quotamonitoringalerting . Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%2295f1548f-0d5f-4594-903b-b7092e00ed9e%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22westeurope%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:8,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the \u2018Details\u2019 section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-2679 from custom image version 1.0.0...
[2025-07-26 17:21:18,499] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 114, in create_vm_from_custom_image
    public_ip = network_client.public_ip_addresses.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11532, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11425, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (PublicIPCountLimitReached) Cannot create more than 3 public IP addresses for this subscription in this region.
Code: PublicIPCountLimitReached
Message: Cannot create more than 3 public IP addresses for this subscription in this region.
Starting deletion of VM and associated resources for GameVM-8568...
Deleting VM: GameVM-8568...
VM deleted.
Deleting Network Interface: GameVM-8568-nic...
Network Interface deleted.
Deleting Public IP Address: GameVM-8568-ip...
Public IP deleted.
Removing NSG association from subnet GameVM-8568-subnet...
NSG association removed from subnet.
Deleting Network Security Group: GameVM-8568-nsg...
NSG deleted.
Deleting Virtual Network: GameVM-8568-vnet...
Virtual Network deleted.
Deleting OS Disk: GameVM-8568-osdisk...
OS Disk deleted.
All resources for VM GameVM-8568 have been deleted successfully.
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-5548 from custom image version 1.0.0...
 VM created successfully: GameVM-5548
 Running batch file on VM GameVM-5548 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
 Creating public IP address...
Starting deletion of VM and associated resources for GameVM-5548...
Deleting VM: GameVM-5548...
VM deleted.
Deleting Network Interface: GameVM-5548-nic...
Network Interface deleted.
Deleting Public IP Address: GameVM-5548-ip...
Public IP deleted.
Removing NSG association from subnet GameVM-5548-subnet...
NSG association removed from subnet.
Deleting Network Security Group: GameVM-5548-nsg...
NSG deleted.
Deleting Virtual Network: GameVM-5548-vnet...
Virtual Network deleted.
Deleting OS Disk: GameVM-5548-osdisk...
OS Disk deleted.
All resources for VM GameVM-5548 have been deleted successfully.
Starting deletion of VM and associated resources for GameVM-2486...
Deleting VM: GameVM-2486...
VM deleted.
Deleting Network Interface: GameVM-2486-nic...
Network Interface deleted.
Deleting Public IP Address: GameVM-2486-ip...
Public IP deleted.
Removing NSG association from subnet GameVM-2486-subnet...
Error during deletion: (ResourceNotFound) The Resource 'Microsoft.Network/virtualNetworks/GameVM-2486-vnet' under resource group 'BitzerHosting' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
Code: ResourceNotFound
Message: The Resource 'Microsoft.Network/virtualNetworks/GameVM-2486-vnet' under resource group 'BitzerHosting' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
Starting deletion of VM and associated resources for GameVM-7576...
Deleting VM: GameVM-7576...
VM deleted.
Deleting Network Interface: GameVM-7576-nic...
Network Interface deleted.
Deleting Public IP Address: GameVM-7576-ip...
Public IP deleted.
Removing NSG association from subnet GameVM-7576-subnet...
Error during deletion: (ResourceNotFound) The Resource 'Microsoft.Network/virtualNetworks/GameVM-7576-vnet' under resource group 'BitzerHosting' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
Code: ResourceNotFound
Message: The Resource 'Microsoft.Network/virtualNetworks/GameVM-7576-vnet' under resource group 'BitzerHosting' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
Starting deletion of VM and associated resources for GameVM-5548...
Deleting VM: GameVM-5548...
VM deleted.
Deleting Network Interface: GameVM-5548-nic...
Network Interface deleted.
Deleting Public IP Address: GameVM-5548-ip...
Public IP deleted.
Removing NSG association from subnet GameVM-5548-subnet...
Error during deletion: (ResourceNotFound) The Resource 'Microsoft.Network/virtualNetworks/GameVM-5548-vnet' under resource group 'BitzerHosting' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
Code: ResourceNotFound
Message: The Resource 'Microsoft.Network/virtualNetworks/GameVM-5548-vnet' under resource group 'BitzerHosting' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
Starting deletion of VM and associated resources for GameVM-5548...
Deleting VM: GameVM-5548...
VM deleted.
Deleting Network Interface: GameVM-5548-nic...
Network Interface deleted.
Deleting Public IP Address: GameVM-5548-ip...
Public IP deleted.
Removing NSG association from subnet GameVM-5548-subnet...
Error during deletion: (ResourceNotFound) The Resource 'Microsoft.Network/virtualNetworks/GameVM-5548-vnet' under resource group 'BitzerHosting' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
Code: ResourceNotFound
Message: The Resource 'Microsoft.Network/virtualNetworks/GameVM-5548-vnet' under resource group 'BitzerHosting' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-7210 from custom image version 1.0.0...
 VM created successfully: GameVM-7210
 Running batch file on VM GameVM-7210 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
[2025-07-26 20:47:42,111] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 114, in create_vm_from_custom_image
    public_ip = network_client.public_ip_addresses.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11532, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11425, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (PublicIPCountLimitReached) Cannot create more than 3 public IP addresses for this subscription in this region.
Code: PublicIPCountLimitReached
Message: Cannot create more than 3 public IP addresses for this subscription in this region.
 Creating public IP address...
[2025-07-26 22:07:27,633] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 114, in create_vm_from_custom_image
    public_ip = network_client.public_ip_addresses.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11532, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11425, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (PublicIPCountLimitReached) Cannot create more than 3 public IP addresses for this subscription in this region.
Code: PublicIPCountLimitReached
Message: Cannot create more than 3 public IP addresses for this subscription in this region.
 Creating public IP address...
[2025-07-26 22:14:21,075] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 114, in create_vm_from_custom_image
    public_ip = network_client.public_ip_addresses.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11532, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11425, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (PublicIPCountLimitReached) Cannot create more than 3 public IP addresses for this subscription in this region.
Code: PublicIPCountLimitReached
Message: Cannot create more than 3 public IP addresses for this subscription in this region.
[2025-07-26 22:14:36,861] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 114, in create_vm_from_custom_image
    public_ip = network_client.public_ip_addresses.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11532, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11425, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (PublicIPCountLimitReached) Cannot create more than 3 public IP addresses for this subscription in this region.
Code: PublicIPCountLimitReached
Message: Cannot create more than 3 public IP addresses for this subscription in this region.
[2025-07-26 22:15:09,088] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 114, in create_vm_from_custom_image
    public_ip = network_client.public_ip_addresses.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11532, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11425, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (PublicIPCountLimitReached) Cannot create more than 3 public IP addresses for this subscription in this region.
Code: PublicIPCountLimitReached
Message: Cannot create more than 3 public IP addresses for this subscription in this region.
 Creating public IP address...
 Creating public IP address...
 Creating public IP address...
[2025-07-26 22:42:37,976] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 246, in create_vm_from_custom_image
    vm = compute_client.virtual_machines.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15645, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15515, in _create_or_update_initial
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (OperationNotAllowed) Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westeurope, Current Limit: 6, Current Usage: 4, Additional Required: 4, (Minimum) New Limit Required: 8. Setup Alerts when Quota reaches threshold. Learn more at https://aka.ms/quotamonitoringalerting . Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%2295f1548f-0d5f-4594-903b-b7092e00ed9e%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22westeurope%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:8,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the \u2018Details\u2019 section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests
Code: OperationNotAllowed
Message: Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westeurope, Current Limit: 6, Current Usage: 4, Additional Required: 4, (Minimum) New Limit Required: 8. Setup Alerts when Quota reaches threshold. Learn more at https://aka.ms/quotamonitoringalerting . Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%2295f1548f-0d5f-4594-903b-b7092e00ed9e%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22westeurope%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:8,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the \u2018Details\u2019 section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests
[2025-07-26 22:46:45,678] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 246, in create_vm_from_custom_image
    vm = compute_client.virtual_machines.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15645, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15515, in _create_or_update_initial
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (OperationNotAllowed) Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westeurope, Current Limit: 6, Current Usage: 4, Additional Required: 4, (Minimum) New Limit Required: 8. Setup Alerts when Quota reaches threshold. Learn more at https://aka.ms/quotamonitoringalerting . Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%2295f1548f-0d5f-4594-903b-b7092e00ed9e%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22westeurope%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:8,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the \u2018Details\u2019 section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests
Code: OperationNotAllowed
Message: Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westeurope, Current Limit: 6, Current Usage: 4, Additional Required: 4, (Minimum) New Limit Required: 8. Setup Alerts when Quota reaches threshold. Learn more at https://aka.ms/quotamonitoringalerting . Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%2295f1548f-0d5f-4594-903b-b7092e00ed9e%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22westeurope%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:8,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the \u2018Details\u2019 section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests
[2025-07-26 22:47:32,407] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 114, in create_vm_from_custom_image
    public_ip = network_client.public_ip_addresses.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11532, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11425, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (PublicIPCountLimitReached) Cannot create more than 3 public IP addresses for this subscription in this region.
Code: PublicIPCountLimitReached
Message: Cannot create more than 3 public IP addresses for this subscription in this region.
[2025-07-26 22:47:58,931] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 24, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 114, in create_vm_from_custom_image
    public_ip = network_client.public_ip_addresses.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11532, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11425, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (PublicIPCountLimitReached) Cannot create more than 3 public IP addresses for this subscription in this region.
Code: PublicIPCountLimitReached
Message: Cannot create more than 3 public IP addresses for this subscription in this region.
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-1766 from custom image version 1.0.0...
 VM created successfully: GameVM-1766
 Running batch file on VM GameVM-1766 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-6467 from custom image version 1.0.0...
 Creating public IP address...
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-1544 from custom image version 1.0.0...
 Creating public IP address...
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-4717 from custom image version 1.0.0...
 VM created successfully: GameVM-4717
 Running batch file on VM GameVM-4717 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
Starting deletion of VM and associated resources for GameVM-4717...
Deleting VM: GameVM-4717...
VM deleted.
Deleting Network Interface: GameVM-4717-nic...
Network Interface deleted.
Deleting Public IP Address: GameVM-4717-ip...
Public IP deleted.
Removing NSG association from subnet GameVM-4717-subnet...
NSG association removed from subnet.
Deleting Network Security Group: GameVM-4717-nsg...
NSG deleted.
Deleting Virtual Network: GameVM-4717-vnet...
Virtual Network deleted.
Deleting OS Disk: GameVM-4717-osdisk...
OS Disk deleted.
All resources for VM GameVM-4717 have been deleted successfully.
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-5782 from custom image version 1.0.0...
 VM created successfully: GameVM-5782
 Running batch file on VM GameVM-5782 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
[2025-07-27 00:07:11,591] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 246, in create_vm_from_custom_image
    vm = compute_client.virtual_machines.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15645, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15515, in _create_or_update_initial
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (OperationNotAllowed) Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westeurope, Current Limit: 6, Current Usage: 4, Additional Required: 4, (Minimum) New Limit Required: 8. Setup Alerts when Quota reaches threshold. Learn more at https://aka.ms/quotamonitoringalerting . Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%2295f1548f-0d5f-4594-903b-b7092e00ed9e%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22westeurope%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:8,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the \u2018Details\u2019 section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests
Code: OperationNotAllowed
Message: Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westeurope, Current Limit: 6, Current Usage: 4, Additional Required: 4, (Minimum) New Limit Required: 8. Setup Alerts when Quota reaches threshold. Learn more at https://aka.ms/quotamonitoringalerting . Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%2295f1548f-0d5f-4594-903b-b7092e00ed9e%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22westeurope%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:8,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the \u2018Details\u2019 section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-7556 from custom image version 1.0.0...
[UID:1134][3649078] Child process with pid: 3649102 was killed by signal: 15, core dumped: no
[2025-07-27 00:10:33,975] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 114, in create_vm_from_custom_image
    public_ip = network_client.public_ip_addresses.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11532, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11425, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (PublicIPCountLimitReached) Cannot create more than 3 public IP addresses for this subscription in this region.
Code: PublicIPCountLimitReached
Message: Cannot create more than 3 public IP addresses for this subscription in this region.
 Creating public IP address...
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-2761 from custom image version 1.0.0...
 VM created successfully: GameVM-2761
 Running batch file on VM GameVM-2761 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
[UID:1134][3662558] Child process with pid: 3662570 was killed by signal: 15, core dumped: no
[UID:1134][3662558] Child process with pid: 3662818 was killed by signal: 15, core dumped: no
[2025-07-27 00:31:03,621] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 114, in create_vm_from_custom_image
    public_ip = network_client.public_ip_addresses.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11532, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11425, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (PublicIPCountLimitReached) Cannot create more than 3 public IP addresses for this subscription in this region.
Code: PublicIPCountLimitReached
Message: Cannot create more than 3 public IP addresses for this subscription in this region.
 Creating public IP address...
[2025-07-27 00:40:17,002] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 246, in create_vm_from_custom_image
    vm = compute_client.virtual_machines.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15645, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15515, in _create_or_update_initial
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (OperationNotAllowed) Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westeurope, Current Limit: 6, Current Usage: 4, Additional Required: 4, (Minimum) New Limit Required: 8. Setup Alerts when Quota reaches threshold. Learn more at https://aka.ms/quotamonitoringalerting . Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%2295f1548f-0d5f-4594-903b-b7092e00ed9e%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22westeurope%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:8,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the \u2018Details\u2019 section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests
Code: OperationNotAllowed
Message: Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westeurope, Current Limit: 6, Current Usage: 4, Additional Required: 4, (Minimum) New Limit Required: 8. Setup Alerts when Quota reaches threshold. Learn more at https://aka.ms/quotamonitoringalerting . Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%2295f1548f-0d5f-4594-903b-b7092e00ed9e%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22westeurope%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:8,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the \u2018Details\u2019 section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-9923 from custom image version 1.0.0...
 VM created successfully: GameVM-9923
 Running batch file on VM GameVM-9923 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-1196 from custom image version 1.0.0...
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-9401 from custom image version 1.0.0...
 VM created successfully: GameVM-9401
 Running batch file on VM GameVM-9401 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
[UID:1134][3662558] Child process with pid: 3683949 was killed by signal: 15, core dumped: no
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-3266 from custom image version 1.0.0...
 VM created successfully: GameVM-3266
 Running batch file on VM GameVM-3266 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
[2025-07-27 01:04:27,379] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 246, in create_vm_from_custom_image
    vm = compute_client.virtual_machines.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15645, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15515, in _create_or_update_initial
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (OperationNotAllowed) Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westeurope, Current Limit: 6, Current Usage: 4, Additional Required: 4, (Minimum) New Limit Required: 8. Setup Alerts when Quota reaches threshold. Learn more at https://aka.ms/quotamonitoringalerting . Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%2295f1548f-0d5f-4594-903b-b7092e00ed9e%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22westeurope%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:8,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the \u2018Details\u2019 section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests
Code: OperationNotAllowed
Message: Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westeurope, Current Limit: 6, Current Usage: 4, Additional Required: 4, (Minimum) New Limit Required: 8. Setup Alerts when Quota reaches threshold. Learn more at https://aka.ms/quotamonitoringalerting . Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%2295f1548f-0d5f-4594-903b-b7092e00ed9e%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22westeurope%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:8,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the \u2018Details\u2019 section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests
[2025-07-27 01:07:22,915] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 114, in create_vm_from_custom_image
    public_ip = network_client.public_ip_addresses.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11532, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/network/operations/_operations.py", line 11425, in _create_or_update_initial
    raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (PublicIPCountLimitReached) Cannot create more than 3 public IP addresses for this subscription in this region.
Code: PublicIPCountLimitReached
Message: Cannot create more than 3 public IP addresses for this subscription in this region.
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-2320 from custom image version 1.0.0...
 Creating public IP address...
[UID:1134][3770318] Child process with pid: 3770366 was killed by signal: 15, core dumped: no
[UID:1134][3787404] Child process with pid: 3787437 was killed by signal: 15, core dumped: no
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-9813 from custom image version 1.0.0...
 VM created successfully: GameVM-9813
 Running batch file on VM GameVM-9813 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
[UID:1134][3852464] Child process with pid: 3852482 was killed by signal: 15, core dumped: no
[UID:1134][3852464] Child process with pid: 3857323 was killed by signal: 15, core dumped: no
[2025-07-27 05:04:05,920] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 246, in create_vm_from_custom_image
    vm = compute_client.virtual_machines.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15645, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15515, in _create_or_update_initial
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (OperationNotAllowed) Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westeurope, Current Limit: 6, Current Usage: 4, Additional Required: 4, (Minimum) New Limit Required: 8. Setup Alerts when Quota reaches threshold. Learn more at https://aka.ms/quotamonitoringalerting . Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%2295f1548f-0d5f-4594-903b-b7092e00ed9e%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22westeurope%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:8,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the \u2018Details\u2019 section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests
Code: OperationNotAllowed
Message: Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westeurope, Current Limit: 6, Current Usage: 4, Additional Required: 4, (Minimum) New Limit Required: 8. Setup Alerts when Quota reaches threshold. Learn more at https://aka.ms/quotamonitoringalerting . Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%2295f1548f-0d5f-4594-903b-b7092e00ed9e%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22westeurope%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:8,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the \u2018Details\u2019 section for deployment to succeed. Please read more about quota limits at https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-9939 from custom image version 1.0.0...
 VM created successfully: GameVM-9939
 Running batch file on VM GameVM-9939 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-7343 from custom image version 1.0.0...
[UID:1134][3877747] Child process with pid: 3877765 was killed by signal: 15, core dumped: no
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-8031 from custom image version 1.0.0...
 VM created successfully: GameVM-8031
 Running batch file on VM GameVM-8031 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-9614 from custom image version 1.0.0...
 VM created successfully: GameVM-9614
 Running batch file on VM GameVM-9614 using Run Command...
 Batch file execution started. Output will be stored in C:\Program Files\Data\bat_output.txt
[2025-07-28 02:24:00,937] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 109, in create_vm_from_custom_image
    resource_client.resource_groups.create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/resource/resources/v2022_09_01/operations/_operations.py", line 11502, in create_or_update
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (InvalidResourceGroupLocation) Invalid resource group location 'westeurope'. The Resource group already exists in location 'eastus'.
Code: InvalidResourceGroupLocation
Message: Invalid resource group location 'westeurope'. The Resource group already exists in location 'eastus'.
[2025-07-28 02:25:53,609] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 109, in create_vm_from_custom_image
    resource_client.resource_groups.create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/resource/resources/v2022_09_01/operations/_operations.py", line 11502, in create_or_update
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (InvalidResourceGroupLocation) Invalid resource group location 'westeurope'. The Resource group already exists in location 'eastus'.
Code: InvalidResourceGroupLocation
Message: Invalid resource group location 'westeurope'. The Resource group already exists in location 'eastus'.
[UID:1134][575574] Child process with pid: 575587 was killed by signal: 15, core dumped: no
[2025-07-28 04:03:13,473] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 246, in create_vm_from_custom_image
    vm = compute_client.virtual_machines.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15645, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15515, in _create_or_update_initial
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceNotFoundError: (GalleryImageNotFound) "The gallery image /subscriptions/e17c11f2-bd98-44bb-a489-e54776445215/resourceGroups/BitzerHosting/providers/Microsoft.Compute/galleries/VM/images/VM/versions/1.0.0 is not available in eastus region. Please contact image owner to replicate to this region, or change your requested region."
Code: GalleryImageNotFound
Message: "The gallery image /subscriptions/e17c11f2-bd98-44bb-a489-e54776445215/resourceGroups/BitzerHosting/providers/Microsoft.Compute/galleries/VM/images/VM/versions/1.0.0 is not available in eastus region. Please contact image owner to replicate to this region, or change your requested region."
Target: imageReference
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-4999 from custom image version 1.0.0...
[2025-07-28 04:10:57,887] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 109, in create_vm_from_custom_image
    resource_client.resource_groups.create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/resource/resources/v2022_09_01/operations/_operations.py", line 11502, in create_or_update
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (InvalidResourceGroupLocation) Invalid resource group location 'westeurope'. The Resource group already exists in location 'eastus'.
Code: InvalidResourceGroupLocation
Message: Invalid resource group location 'westeurope'. The Resource group already exists in location 'eastus'.
[2025-07-28 04:12:55,235] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 109, in create_vm_from_custom_image
    resource_client.resource_groups.create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/resource/resources/v2022_09_01/operations/_operations.py", line 11502, in create_or_update
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (InvalidResourceGroupLocation) Invalid resource group location 'germanywestcentral'. The Resource group already exists in location 'eastus'.
Code: InvalidResourceGroupLocation
Message: Invalid resource group location 'germanywestcentral'. The Resource group already exists in location 'eastus'.
[2025-07-28 04:15:41,813] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 109, in create_vm_from_custom_image
    resource_client.resource_groups.create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/resource/resources/v2022_09_01/operations/_operations.py", line 11502, in create_or_update
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (InvalidResourceGroupLocation) Invalid resource group location 'germanywestcentral'. The Resource group already exists in location 'eastus'.
Code: InvalidResourceGroupLocation
Message: Invalid resource group location 'germanywestcentral'. The Resource group already exists in location 'eastus'.
[2025-07-28 04:19:02,918] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 246, in create_vm_from_custom_image
    vm = compute_client.virtual_machines.begin_create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15645, in begin_create_or_update
    raw_result = self._create_or_update_initial(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/compute/v2023_07_01/operations/_operations.py", line 15515, in _create_or_update_initial
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceNotFoundError: (GalleryImageNotFound) "The gallery image /subscriptions/e17c11f2-bd98-44bb-a489-e54776445215/resourceGroups/BitzerHosting/providers/Microsoft.Compute/galleries/VM/images/VM/versions/1.0.0 is not available in eastus region. Please contact image owner to replicate to this region, or change your requested region."
Code: GalleryImageNotFound
Message: "The gallery image /subscriptions/e17c11f2-bd98-44bb-a489-e54776445215/resourceGroups/BitzerHosting/providers/Microsoft.Compute/galleries/VM/images/VM/versions/1.0.0 is not available in eastus region. Please contact image owner to replicate to this region, or change your requested region."
Target: imageReference
 Creating public IP address...
 Configuring network security group...
 Creating virtual network and subnet...
 Creating network interface...
 Creating VM GameVM-7537 from custom image version 1.0.0...
[2025-07-28 05:21:37,358] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 109, in create_vm_from_custom_image
    resource_client.resource_groups.create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/resource/resources/v2022_09_01/operations/_operations.py", line 11502, in create_or_update
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (InvalidResourceGroupLocation) Invalid resource group location 'eastus'. The Resource group already exists in location 'germanywestcentral'.
Code: InvalidResourceGroupLocation
Message: Invalid resource group location 'eastus'. The Resource group already exists in location 'germanywestcentral'.
[2025-09-12 18:22:36,543] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 109, in create_vm_from_custom_image
    resource_client.resource_groups.create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/resource/resources/v2022_09_01/operations/_operations.py", line 11502, in create_or_update
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (InvalidResourceGroupLocation) Invalid resource group location 'eastus'. The Resource group already exists in location 'germanywestcentral'.
Code: InvalidResourceGroupLocation
Message: Invalid resource group location 'eastus'. The Resource group already exists in location 'germanywestcentral'.
[2025-09-12 18:24:10,230] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 109, in create_vm_from_custom_image
    resource_client.resource_groups.create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/resource/resources/v2022_09_01/operations/_operations.py", line 11502, in create_or_update
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (InvalidResourceGroupLocation) Invalid resource group location 'eastus'. The Resource group already exists in location 'germanywestcentral'.
Code: InvalidResourceGroupLocation
Message: Invalid resource group location 'eastus'. The Resource group already exists in location 'germanywestcentral'.
[2025-09-16 16:59:58,881] ERROR in app: Deployment failed
Traceback (most recent call last):
  File "app.py", line 25, in deploy_vm
    info = create_vm_from_custom_image()
  File "/home/marqenti/pyapp/index.py", line 109, in create_vm_from_custom_image
    resource_client.resource_groups.create_or_update(
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
    return func(*args, **kwargs)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/mgmt/resource/resources/v2022_09_01/operations/_operations.py", line 11502, in create_or_update
    map_error(status_code=response.status_code, response=response, error_map=error_map)
  File "/home/marqenti/virtualenv/pyapp/3.10/lib/python3.10/site-packages/azure/core/exceptions.py", line 163, in map_error
    raise error
azure.core.exceptions.ResourceExistsError: (InvalidResourceGroupLocation) Invalid resource group location 'eastus'. The Resource group already exists in location 'germanywestcentral'.
Code: InvalidResourceGroupLocation
Message: Invalid resource group location 'eastus'. The Resource group already exists in location 'germanywestcentral'.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1309018] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][3774682] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][4109627] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][4109627] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][4109627] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][4109627] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][4109627] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][4109627] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][4109627] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][4109627] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][4109627] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][4109627] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][4109627] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][4109627] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][4109627] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][4109627] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][4109627] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][4109627] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][554454] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][3998659] packetLen < 0
[UID:1057][623163] packetLen < 0
[UID:1057][3353757] packetLen < 0
[UID:1057][3532795] packetLen < 0
[UID:1057][3576733] packetLen < 0
[UID:1057][4002953] packetLen < 0
[UID:1057][1798726] packetLen < 0
[UID:1057][2352775] packetLen < 0
[UID:1057][3229006] packetLen < 0
[UID:1057][4094296] packetLen < 0
[UID:1057][1900324] packetLen < 0
[UID:1057][2480913] packetLen < 0
[UID:1057][1370405] packetLen < 0
[UID:1057][1828709] packetLen < 0
[UID:1057][1925092] packetLen < 0
[UID:1057][1970419] packetLen < 0
[UID:1057][2859860] packetLen < 0
[UID:1057][2940816] packetLen < 0
[UID:1057][950395] packetLen < 0
[UID:1057][997782] packetLen < 0
[UID:1057][1869818] packetLen < 0
[UID:1057][2001941] packetLen < 0
[UID:1057][3540588] packetLen < 0
[UID:1057][4173541] packetLen < 0
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1098306] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2844340] packetLen < 0
[UID:1057][3192012] packetLen < 0
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1377035] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3314793] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 5, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3590547] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1555028] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1555240] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1555236] packetLen < 0
[UID:1057][1555236] packetLen < 0
[UID:1057][1555239] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1555239] packetLen < 0
[UID:1057][1555239] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1555236] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1555273] packetLen < 0
[UID:1057][1555277] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1555236] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1555279] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1555273] packetLen < 0
[UID:1057][1555236] packetLen < 0
[UID:1057][1555277] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1555307] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1555325] packetLen < 0
[UID:1057][1555326] packetLen < 0
[UID:1057][1555307] packetLen < 0
[UID:1057][1555307] packetLen < 0
[UID:1057][1555277] packetLen < 0
[UID:1057][1555307] packetLen < 0
[UID:1057][1555362] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1555277] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1555365] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 4, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 5, please increase LSAPI_CHILDREN.
[UID:1057][1555385] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 4, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 3, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 4, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 4, please increase LSAPI_CHILDREN.
[UID:1057][1555387] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 3, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 3, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 3, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 3, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 4, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 4, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 4, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 4, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 4, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 4, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 4, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 5, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 5, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 5, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 5, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 5, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 4, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 5, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 5, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 4, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 4, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 5, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1555415] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1555417] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1555472] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1555451] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][1555539] packetLen < 0
[UID:1057][1555535] packetLen < 0
[UID:1057][1555561] packetLen < 0
[UID:1057][1555562] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1555564] packetLen < 0
[UID:1057][1555565] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 3, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 3, please increase LSAPI_CHILDREN.
[UID:1057][1555563] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1555578] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 3, please increase LSAPI_CHILDREN.
[UID:1057][1555583] packetLen < 0
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 2, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 3, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 3, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 3, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 3, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 3, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 3, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 3, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 3, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 4, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 5, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 5, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 5, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 5, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1554846] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][1721945] packetLen < 0
[UID:1057][3011560] packetLen < 0
[UID:1057][3431145] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][3431145] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3431145] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3431145] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3431145] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3431145] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3431145] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3431145] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3431145] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3431145] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3431145] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3431145] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3431145] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][3431145] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] [UID:1057][2685908] packetLen < 0
Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685861] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2685860] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 6, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685935] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685935] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685962] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685960] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2685960] packetLen < 0
[UID:1057][2685960] packetLen < 0
[UID:1057][2685960] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685960] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2685998] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2686004] packetLen < 0
[UID:1057][2686003] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686003] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685998] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686019] packetLen < 0
[UID:1057][2686019] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686031] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2686050] packetLen < 0
[UID:1057][2686050] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685998] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685989] packetLen < 0
[UID:1057][2685989] packetLen < 0
[UID:1057][2685989] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686031] packetLen < 0
[UID:1057][2686031] packetLen < 0
[UID:1057][2686031] packetLen < 0
[UID:1057][2685989] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685962] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686081] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2686050] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2686050] packetLen < 0
[UID:1057][2686050] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2685998] packetLen < 0
[UID:1057][2685998] packetLen < 0
[UID:1057][2685998] packetLen < 0
[UID:1057][2685998] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2685998] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2686109] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685962] packetLen < 0
[UID:1057][2685962] packetLen < 0
[UID:1057][2685962] packetLen < 0
[UID:1057][2685962] packetLen < 0
[UID:1057][2685989] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685989] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686109] packetLen < 0
[UID:1057][2686109] packetLen < 0
[UID:1057][2686109] packetLen < 0
[UID:1057][2686109] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686019] packetLen < 0
[UID:1057][2685998] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686020] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2686020] packetLen < 0
[UID:1057][2686019] packetLen < 0
[UID:1057][2685989] packetLen < 0
[UID:1057][2685989] packetLen < 0
[UID:1057][2686205] packetLen < 0
[UID:1057][2686204] packetLen < 0
[UID:1057][2686205] packetLen < 0
[UID:1057][2686204] packetLen < 0
[UID:1057][2686203] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686205] packetLen < 0
[UID:1057][2686205] packetLen < 0
[UID:1057][2686208] packetLen < 0
[UID:1057][2686208] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686208] packetLen < 0
[UID:1057][2686208] packetLen < 0
[UID:1057][2686205] packetLen < 0
[UID:1057][2686204] packetLen < 0
[UID:1057][2686204] packetLen < 0
[UID:1057][2686205] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686204] packetLen < 0
[UID:1057][2686209] packetLen < 0
[UID:1057][2686209] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686203] packetLen < 0
[UID:1057][2686207] packetLen < 0
[UID:1057][2686208] packetLen < 0
[UID:1057][2686207] packetLen < 0
[UID:1057][2686207] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686209] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 7, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686239] packetLen < 0
[UID:1057][2686276] packetLen < 0
[UID:1057][2686275] packetLen < 0
[UID:1057][2686274] packetLen < 0
[UID:1057][2686272] packetLen < 0
[UID:1057][2686276] packetLen < 0
[UID:1057][2686276] packetLen < 0
[UID:1057][2686276] packetLen < 0
[UID:1057][2686271] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686273] packetLen < 0
[UID:1057][2686274] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686273] packetLen < 0
[UID:1057][2686273] packetLen < 0
[UID:1057][2686243] packetLen < 0
[UID:1057][2686276] packetLen < 0
[UID:1057][2686243] packetLen < 0
[UID:1057][2686243] packetLen < 0
[UID:1057][2686243] packetLen < 0
[UID:1057][2686272] packetLen < 0
[UID:1057][2686272] packetLen < 0
[UID:1057][2686276] packetLen < 0
[UID:1057][2686274] packetLen < 0
[UID:1057][2686273] packetLen < 0
[UID:1057][2686243] packetLen < 0
[UID:1057][2686272] packetLen < 0
[UID:1057][2686273] packetLen < 0
[UID:1057][2686273] packetLen < 0
[UID:1057][2686243] packetLen < 0
[UID:1057][2686276] packetLen < 0
[UID:1057][2686273] packetLen < 0
[UID:1057][2686272] packetLen < 0
[UID:1057][2686243] packetLen < 0
[UID:1057][2686276] packetLen < 0
[UID:1057][2686275] packetLen < 0
[UID:1057][2686276] packetLen < 0
[UID:1057][2686275] packetLen < 0
[UID:1057][2686274] packetLen < 0
[UID:1057][2686243] packetLen < 0
[UID:1057][2686243] packetLen < 0
[UID:1057][2686273] packetLen < 0
[UID:1057][2686273] packetLen < 0
[UID:1057][2686243] packetLen < 0
[UID:1057][2686273] packetLen < 0
[UID:1057][2686243] packetLen < 0
[UID:1057][2686274] packetLen < 0
[UID:1057][2686274] packetLen < 0
[UID:1057][2686274] packetLen < 0
[UID:1057][2686272] packetLen < 0
[UID:1057][2686274] packetLen < 0
[UID:1057][2686275] packetLen < 0
[UID:1057][2686243] packetLen < 0
[UID:1057][2686273] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686271] packetLen < 0
[UID:1057][2685720] Reached max children process limit: 6, extra: 2, current: 8, busy: 8, please increase LSAPI_CHILDREN.
[UID:1057][2686243] packetLen < 0
[UID:1057][2686273] packetLen < 0
[UID:1057][2686386] packetLen < 0
[UID:1057][2686385] packetLen < 0
[UID:1057][2686383] packetLen < 0
[UID:1057][2686384] packetLen < 0
[UID:1057][2686384] packetLen < 0
[UID:1057][2686383] packetLen < 0
[UID:1057][2686384] [UID:1057][2686385] packetLen < 0
[UID:1057][2686383] packetLen < 0
packetLen < 0
[UID:1057][2686385] packetLen < 0
[UID:1057][2686387] packetLen < 0
[UID:1057][2686385] packetLen < 0
[UID:1057][2686383] packetLen < 0
[UID:1057][2686385] packetLen < 0
[UID:1057][2686385] packetLen < 0
[UID:1057][2686385] packetLen < 0
[UID:1057][2686385] packetLen < 0
[UID:1057][2686385] packetLen < 0
[UID:1057][2686384] packetLen < 0
[UID:1057][2401299] packetLen < 0
