Where is item state saved?

My event log shows that my item state is changed to undefined every 10-11s, which then means after that its switched to off.

Can not figure out where the problem is, I know my item are correctly set up, see GPIO, but where is the item state stored, that has to be the problem:)

2015-10-10 10:34:21 - Light_Module1 state updated to Undefined
2015-10-10 10:34:21 - Light_Hallway state updated to Undefined
2015-10-10 10:34:21 - Light_Module3 state updated to Undefined
2015-10-10 10:34:21 - Light_Module2 state updated to Undefined
2015-10-10 10:34:21 - Light_Bathroom state updated to Undefined
2015-10-10 10:34:21 - Light_Module4 state updated to Undefined
2015-10-10 10:34:21 - Light_DoorOpener state updated to Undefined
2015-10-10 10:34:21 - Heating_GF_Living state updated to Undefined
2015-10-10 10:34:21 - Light_Balcony state updated to Undefined
2015-10-10 10:34:21 - Light_Kitchen state updated to Undefined
2015-10-10 10:34:21 - Heating_FF_Bath state updated to Undefined
2015-10-10 10:34:21 - Heating_FF_Bed state updated to Undefined
2015-10-10 10:34:21 - Heating_Hallway state updated to Undefined
2015-10-10 10:34:21 - Heating_FF_Office state updated to Undefined
2015-10-10 10:34:21 - Heating_GF_Kitchen state updated to Undefined
2015-10-10 10:34:21 - Light_Balcony state updated to OFF
2015-10-10 10:34:22 - Light_Module1 state updated to OFF
2015-10-10 10:34:22 - Light_Module2 state updated to OFF
2015-10-10 10:34:23 - Light_Module3 state updated to OFF
2015-10-10 10:34:23 - Light_Module4 state updated to OFF
2015-10-10 10:34:24 - Light_Bathroom state updated to OFF
2015-10-10 10:34:24 - Light_Kitchen state updated to OFF
2015-10-10 10:34:25 - Light_Hallway state updated to OFF
2015-10-10 10:34:25 - Light_DoorOpener state updated to OFF
2015-10-10 10:34:26 - Heating_Hallway state updated to OFF
2015-10-10 10:34:26 - Heating_GF_Living state updated to OFF
2015-10-10 10:34:27 - Heating_GF_Kitchen state updated to OFF
2015-10-10 10:34:27 - Heating_FF_Bath state updated to OFF
2015-10-10 10:34:28 - Heating_FF_Office state updated to OFF
2015-10-10 10:34:28 - Heating_FF_Bed state updated to OFF

Without using peristence, it’s stored in your machines ram.

Thanks, was probably something wrong with my persitance file then, however it works really nice now after reinstalling openhab.