org.joda.time.DateTime error

Interesting: the following rule throws an error.

`
rule "PVValuesUpdate"
when
        Item PV_Meter changed or 
        Item PV_Output changed
then
  logInfo("test", "test");
end

`
Rule ‘PVValuesUpdate’: An error occured during the script execution: org/joda/time/DateTime

of course , the above function is not all of the thing. I just removed all code to see where the error occurs.

Additionally, the web server on the raspberry pi seemed to not working anymore.
All of a sudden it stopped and all together three reboots did not change anything.

1 hour after reboot, this is the result of netstat:
[18:01:45] pi@openHABianPi:/var/log/openhab2$ netstat -lptn
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
tcp6 0 0 ::1:25 :::* LISTEN -
tcp6 0 0 :::445 :::* LISTEN -
tcp6 0 0 :::8101 :::* LISTEN -
tcp6 0 0 :::139 :::* LISTEN -
tcp6 0 0 127.0.0.1:44661 :::* LISTEN -
tcp6 0 0 :::22 :::* LISTEN -

Help, I’m lost!