IDE Simulator Issues

Is anyone else having issue with the simulator in IDE? I am unable to install anything in the simulator. In Firefox I get an error, whereas in Chrome nothing happens and I get a message “Simulator is not running”.
Anyone else having similar issues? Or am I doing something wrong?

The error I am getting is pasted below (Firefox only)

grails.validation.ValidationException: Validation Error(s) occurred during save():

Field error in object ‘physicalgraph.device.Device’ on field ‘name’:
rejected value [null]; codes
[physicalgraph.device.Device.name.nullable.error.physicalgraph.device.Device.name,physicalgraph.device.Device.name.nullable.error.name,physicalgraph.device.Device.name.nullable.error.java.lang.String,physicalgraph.device.Device.name.nullable.error,device.name.nullable.error.physicalgraph.device.Device.name,device.name.nullable.error.name,device.name.nullable.error.java.lang.String,device.name.nullable.error,physicalgraph.device.Device.name.nullable.physicalgraph.device.Device.name,physicalgraph.device.Device.name.nullable.name,physicalgraph.device.Device.name.nullable.java.lang.String,physicalgraph.device.Device.name.nullable,device.name.nullable.physicalgraph.device.Device.name,device.name.nullable.name,device.name.nullable.java.lang.String,device.name.nullable,nullable.physicalgraph.device.Device.name,nullable.name,nullable.java.lang.String,nullable];
arguments [name,class physicalgraph.device.Device]; default message
[{0} cannot be null]

I figured the problem… I am using a smoke detector in my smart app and apparently that cannot be simulated in the IDE. When I choose the actual smoke detector in my house…it runs fine!

2 Likes

Hey @ashutosh1982,

Add this to the IDE feature request page :smile:

1 Like