Skip to content

Commit fa782a5

Browse files
Merge pull request #219766 from santiagxf/santiagxf/azureml-batch-knownissues
Update how-to-troubleshoot-batch-endpoints.md
2 parents fa495d5 + df951f2 commit fa782a5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/machine-learning/how-to-troubleshoot-batch-endpoints.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,14 @@ __Reason__: There was an error while running the `init()` or `run()` function of
156156

157157
__Solution__: Go to __Outputs + Logs__ and open the file at `logs > user > error > 10.0.0.X > process000.txt`. You will see the error message generated by the `init()` or `run()` method.
158158

159+
### ValueError: No objects to concatenate
160+
161+
__Message logged__: ValueError: No objects to concatenate.
162+
163+
__Reason__: All the files in the generated mini-batch are either corrupted or unsupported file types. Remember that MLflow models support a subset of file types as documented at [Considerations when deploying to batch inference](how-to-mlflow-batch.md?#considerations-when-deploying-to-batch-inference).
164+
165+
__Solution__: Go to the file `logs/usr/stdout/<process-number>/process000.stdout.txt` and look for entries like `ERROR:azureml:Error processing input file`. If the file type is not supported, please review the list of supported files. You may need to change the file type of the input data or customize the deployment by providing a scoring script as indicated at [Using MLflow models with a scoring script](how-to-mlflow-batch.md?#using-mlflow-models-with-a-scoring-script).
166+
159167
### There is no succeeded mini batch item returned from run()
160168

161169
__Message logged__: There is no succeeded mini batch item returned from run(). Please check 'response: run()' in https://aka.ms/batch-inference-documentation.

0 commit comments

Comments
 (0)