Error while executing


#1

I am getting an odd error on a couple of pistons that have been running perfectly for months.

║Error while executing physical command Office Light Switch.on([]): org.hibernate.LazyInitializationException: could not initialize proxy - no Session

It is mostly when trying to turn a light switch of after no motion for x-mins. I have searched and cannot find anything on this topic. Can anyone shed some light? Pun intended.


Sudden piston error message
#2

Anyone else getting this? I deleted and built a new Piston and the same results. It is a simple piston:


#3


#4

I’ve not seen that before… was there a change in the device handler?


#5

Not that I am aware - has worked fine for months. I will try changing the device handler.


#6

I have exactly same error on 3 simple pistons, it just started couple days ago.

All 3 operating same model of GE/Jasco Z-Wave Plus On/Off Switch](
The device handler was not updated.
WebCORE latest version.

One example

6/1/2019, 2:13:10 PM +95ms
+221ms ║Error while executing physical command Bath Basement Fan.off([]): org.hibernate.LazyInitializationException: could not initialize proxy - no Session
5/29/2019, 8:06:45 AM +334ms
+643ms ║Error while executing physical command Bath Basement Fan.off([]): org.hibernate.LazyInitializationException: could not initialize proxy - no Session


#7

Changing the Device handler to generic Z-Wave Switch does fix the problem, since it’s locally executed but you lose all the advanced features on the switch :frowning:


#8

I started getting same error (for a diff device though) after updating to 0.3.10c
I also suspect (while not absolutely sure) that it only happens if the failing piston is called from another piston using Execute Piston command. I can run the piston with no problem from the web screen.


#9

image