Diagnosing the problem based on those messages alone is a bit difficult indeed. Those messages are not very clear. Try simplifying or commenting out portions of the pipeline to the point the error ceases, then add one part, check, add one part, check… At one point you’ll get the error message. This may help pinpointing the issue.
this means that vtkElevationFilter fail to perform its RequestDataObject method. However, figuring out why is the tricky part, especially since vtkElevationFilter should not even need to create any king of data object.