Hi,
I have very slow startup of dataMine
19:25:55.706 luup_log:19: dataMine: Initialising dataMine System (0.980) <0x2c165680>
....
19:49:56.815 luup_log:19: dataMine: Startup complete <0x2c165680>
…approx 25 minutes…something have to wrong. Do you have any idea?
Full log attached
You have posted the log but not the dataMine debug log. Does dataMine actually work in the end?
It looks like you are using a network share for saving the dataMine data?
This error:
“mJobHandler_LuaUPnP::REQ_Handler no handler for lr_dmCtrl”
indicates that the Vera server that handles URL requests from the outside world is not ready. The Vera server is linked to datamine (and other programs) using this function:
“function: register_handler” See doco here:
Luup Lua extensions - MiOS.
So in L_dataMine1.lua you can find ‘dmCtrl’ (that is lr_dmCtrl without the string section ‘lr_’, which is always prepended) is handled by the dataMine function
“incomingCtrl”
Basically looks like a start issue whereby something outside of Vera is making requests to Vera, while it’s still starting up its server to the outside world. Each request to the ‘not ready’ server seems to result in a time out delay of about 5 seconds.
Unfortunately I don’t have an answer but this appears to be what’s happening.
Yes it have worked but I noted this morning that it was not possible to start.
I have now attached both logs (had to zip dataMine log because of size limit on forum)
I noted lots of delays with “NO ROUTE”
[font=courier]9:23:22.723 <0x2c0ef680>
9:23:45.103 e[33;1mZW_Send_Data node 11 NO ROUTE (nil)e[0m LEAK this:147456 start:6606848 to 0x1150000 <0x2c4ef680>[/font]
Yes, that’s correct
[quote=“a-lurker, post:2, topic:177539”]This error:
“mJobHandler_LuaUPnP::REQ_Handler no handler for lr_dmCtrl”
indicates that the Vera server that handles URL requests from the outside world is not ready. The Vera server is linked to datamine (and other programs) using this function:
“function: register_handler” See doco here:
Luup Lua extensions - MiOS.
So in L_dataMine1.lua you can find ‘dmCtrl’ (that is lr_dmCtrl without the string section ‘lr_’, which is always prepended) is handled by the dataMine function
“incomingCtrl”
Basically looks like a start issue whereby something outside of Vera is making requests to Vera, while it’s still starting up its server to the outside world. Each request to the ‘not ready’ server seems to result in a time out delay of about 5 seconds.[/quote]
Maybe I have had dataMine WebUI opened and/or a mobile app connected. I killed everything I know about and rebooted and the logs is from after that.
But as mentioned above it seemed that it could not start at all…so I deleted all files and rebooted and now it started very quickly
It looks like dataMine is working OK but the devices it is watching are not becoming ready for sometime - that is the EnergyMetering1 devices. And they are generating the “No Route” logs.
Is your system doing a nightly heal? Some users have had problems with this, especially if they havebattery powered devices. Have a read of these posts - may help?
http://forum.micasaverde.com/index.php/topic,7430.msg47470.html#msg47470
http://forum.micasaverde.com/index.php/topic,11884.msg92901.html#msg92901
http://forum.micasaverde.com/index.php/topic,14342.msg108101.html#msg108101