Item Binding Error and repetition in log

I am having trouble with most of my inputs doing this repetition in the terminal window and in the log file.

I have tried so many variations of binding the item but the error is always present for every UDP input I have, having said that, the item is working, I mean it updates, it is just messy. I have a an example below.

The worst part is i can’t open my log file as it is 1.8 GB in size

07:16:49.920 ERROR o.o.b.t.p.internal.UDPBinding[:268] - transformation throws exception [transformation=null, response=OPEN]
java.lang.NullPointerException: null
at java.util.regex.Matcher.getTextLength(Matcher.java:1234)
07:16:49.921 INFO runtime.busevents[:26] - Hall_Motion1 state updated to OPEN
07:16:49.921 INFO runtime.busevents[:26] - Hall_Motion1 state updated to OPEN

Contact Hall_Motion1 “Hall Motion” (Hall, Motion) {udp="<[*:8583:‘REGEX((CLOSED|OPEN))’]"}

Is anyone else having this trouble? Any Ideas?