That means you have some observed values that are not possible under your distribution like values smaller than shift. Or you have invalid parameters like negative sigma.
Or even if the values are valid they may underflow/overflow because they are too extreme (like very small values for a large mu and small sigma or very large values for a small mu and sigma)
Calling model.debug() may help pinpoint the problem