Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mihini-dev] git master HEAD not working ?

Hi,

I just git cloned the repo, built it and I have the following error : 

± > ./start.sh                                                                                                                                                                                                                                                                                                          15:21
2013-04-17 15:21:07 GENERAL-INFO: ************************************************************
2013-04-17 15:21:07 GENERAL-INFO: Starting Agent ...
2013-04-17 15:21:07 GENERAL-INFO:      Agent: 0.9-DEV - Build: 4c173cb
2013-04-17 15:21:07 GENERAL-INFO:      Lua VM: Lua 5.1.4 (+meta pairs/ipairs) (+patch-lua-5.1.4-3)
2013-04-17 15:21:07 GENERAL-INFO:      System: Linux monarque 3.5.0-21-generic #32-Ubuntu SMP Tue Dec 11 18:52:46 UTC 2012 i686
2013-04-17 15:21:07 GENERAL-INFO: ************************************************************
2013-04-17 15:21:07 GENERAL-INFO: Device ID = "012345678901234"
2013-04-17 15:21:07 GENERAL-ERROR: Failed to initialize module [AssetConnector], err=lua/agent/asscon/init.lua:38: module 'status' not found:
no field package.preload['status']
no file 'lua/status.lua'
no file 'lua/status/init.lua'
no file 'lua/status.so'
2013-04-17 15:21:07 SHELL-INFO: Binding a shell server at address ?localhost, port 2000
2013-04-17 15:21:07 GENERAL-INFO: Module [Lua Shell] initialized
2013-04-17 15:21:07 GENERAL-INFO: Module [DummyNetman] initialized
2013-04-17 15:21:07 GENERAL-INFO: Module [Lua RPC] initialized
2013-04-17 15:21:07 GENERAL-ERROR: Failed to initialize module [S± > ./start.sh                                                                                                                                                                                                                                                                                                          15:21
2013-04-17 15:21:07 GENERAL-INFO: ************************************************************
2013-04-17 15:21:07 GENERAL-INFO: Starting Agent ...
2013-04-17 15:21:07 GENERAL-INFO:      Agent: 0.9-DEV - Build: 4c173cb
2013-04-17 15:21:07 GENERAL-INFO:      Lua VM: Lua 5.1.4 (+meta pairs/ipairs) (+patch-lua-5.1.4-3)
2013-04-17 15:21:07 GENERAL-INFO:      System: Linux monarque 3.5.0-21-generic #32-Ubuntu SMP Tue Dec 11 18:52:46 UTC 2012 i686
2013-04-17 15:21:07 GENERAL-INFO: ************************************************************
2013-04-17 15:21:07 GENERAL-INFO: Device ID = "012345678901234"
2013-04-17 15:21:07 GENERAL-ERROR: Failed to initialize module [AssetConnector], err=lua/agent/asscon/init.lua:38: module 'status' not found:
no field package.preload['status']
no file 'lua/status.lua'
no file 'lua/status/init.lua'
no file 'lua/status.so'
2013-04-17 15:21:07 SHELL-INFO: Binding a shell server at address ?localhost, port 2000
2013-04-17 15:21:07 GENERAL-INFO: Module [Lua Shell] initialized
2013-04-17 15:21:07 GENERAL-INFO: Module [DummyNetman] initialized
2013-04-17 15:21:07 GENERAL-INFO: Module [Lua RPC] initialized
2013-04-17 15:21:07 GENERAL-ERROR: Failed to initialize module [ServerConnector], err=depends on [AssetConnector] that did not initialize successfully
2013-04-17 15:21:07 GENERAL-ERROR: Failed to initialize module [DeviceManagement], err=depends on [AssetConnector] that did not initialize successfully
2013-04-17 15:21:07 GENERAL-ERROR: Failed to initialize module [DataManagement], err=depends on [AssetConnector] that did not initialize successfully
2013-04-17 15:21:07 GENERAL-ERROR: Failed to initialize module [Update], err=depends on [DeviceManagement] that did not initialize successfully
2013-04-17 15:21:07 GENERAL-ERROR: Agent initialization finished with some errors:
2013-04-17 15:21:07 GENERAL-ERROR: [DataManagement] failed with depends on [AssetConnector] that did not initialize successfully
2013-04-17 15:21:07 GENERAL-ERROR: [Update] failed with depends on [DeviceManagement] that did not initialize successfully
2013-04-17 15:21:07 GENERAL-ERROR: [ServerConnector] failed with depends on [AssetConnector] that did not initialize successfully
2013-04-17 15:21:07 GENERAL-ERROR: [DeviceManagement] failed with depends on [AssetConnector] that did not initialize successfully
2013-04-17 15:21:07 GENERAL-ERROR: [AssetConnector] failed with lua/agent/asscon/init.lua:38: module 'status' not found:
no field package.preload['status']
no file 'lua/status.lua'
no file 'lua/status/init.lua'
no file 'lua/status.so'
erverConnector], err=depends on [AssetConnector] that did not initialize successfully
2013-04-17 15:21:07 GENERAL-ERROR: Failed to initialize module [DeviceManagement], err=depends on [AssetConnector] that did not initialize successfully
2013-04-17 15:21:07 GENERAL-ERROR: Failed to initialize module [DataManagement], err=depends on [AssetConnector] that did not initialize successfully
2013-04-17 15:21:07 GENERAL-ERROR: Failed to initialize module [Update], err=depends on [DeviceManagement] that did not initialize successfully
2013-04-17 15:21:07 GENERAL-ERROR: Agent initialization finished with some errors:
2013-04-17 15:21:07 GENERAL-ERROR: [DataManagement] failed with depends on [AssetConnector] that did not initialize successfully
2013-04-17 15:21:07 GENERAL-ERROR: [Update] failed with depends on [DeviceManagement] that did not initialize successfully
2013-04-17 15:21:07 GENERAL-ERROR: [ServerConnector] failed with depends on [AssetConnector] that did not initialize successfully
2013-04-17 15:21:07 GENERAL-ERROR: [DeviceManagement] failed with depends on [AssetConnector] that did not initialize successfully
2013-04-17 15:21:07 GENERAL-ERROR: [AssetConnector] failed with lua/agent/asscon/init.lua:38: module 'status' not found:
no field package.preload['status']
no file 'lua/status.lua'
no file 'lua/status/init.lua'
no file 'lua/status.so'

last commit is : 4c173cb818b06afa9a518d3dbf218e878a4d54fe

Back to the top