byghis

./rundemo launch-manager.lua

Jan 16th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.26 KB | None | 0 0
  1. edward@pituba:~/projects/scs-deploysystem/src/lua/scs/demos/deployer$ ./rundemo launch-manager.lua
  2. ATTENTION: Using the SCS_HOME system variable as /home/edward/projects/scs-deploysystem
  3. [Mon Jan 16 23:43:07 2012] [ INFO ] New orb instance publicy accessible
  4. [Mon Jan 16 23:43:07 2012] [ INFO ] A New Instance of a DeployManager
  5. [Mon Jan 16 23:43:07 2012] [ INFO ] [ DEPLOYER ] In Deployer oo.class{...}
  6. [Mon Jan 16 23:43:07 2012] [ INFO ] [ DEPLOYER ] Ending Deployer oo.class{...}
  7. [Mon Jan 16 23:43:07 2012] [ INFO ] [ DEPLOYER ] In Deployer:__init
  8. [Mon Jan 16 23:43:07 2012] [ DEBUG ] [ DEPLOYER ] Value of self.count: 1
  9. [Mon Jan 16 23:43:07 2012] [ INFO ] [ CLOUD_ENGINE ] In get_policies
  10. [Mon Jan 16 23:43:07 2012] [ DEBUG ] [ CLOUD_ENGINE ] target_environment: cloud_infrastructure
  11. [Mon Jan 16 23:43:07 2012] [ INFO ] [ CLOUD_ENGINE ] In get_cloud_deployment_model
  12. [Mon Jan 16 23:43:07 2012] [ DEBUG ] [ CLOUD_ENGINE ] Cloud Deployment Model: private
  13. [Mon Jan 16 23:43:07 2012] [ INFO ] [ INSTANCE ] Generating a IOR for an Instance on a Cloud Private Deployment
  14. [Mon Jan 16 23:43:07 2012] [ DEBUG ] [ INSTANCE ] Broker Started
  15. [Mon Jan 16 23:43:07 2012] [ INFO ] [ INSTANCE ] Getting all instaces
  16. [Mon Jan 16 23:43:08 2012] [ INFO ] [ INSTANCE ] Trying to getting only running for getting instances
  17. [Mon Jan 16 23:43:08 2012] [ INFO ] [ DEPLOYER ] ----------[ READING PUBLIC REPOSITORIES CACHE ]----------
  18. [Mon Jan 16 23:43:08 2012] [ INFO ] [ DEPLOYER ] ---------------------------------------------------------
  19. [Mon Jan 16 23:43:08 2012] [ INFO ] [ DEPLOYER ] In Deployer:get_public_repositories
  20. [Mon Jan 16 23:43:08 2012] [ INFO ] [ DEPLOYER ] Trigger an update of the self.cache.repositories when we found an outdate IOR
  21. [Mon Jan 16 23:43:08 2012] [ DEBUG ] Testing the reference persisted for the repository: 139.82.2.181 : 10001
  22. [Mon Jan 16 23:43:08 2012] [ INFO ] Ignoring this repository, outdated IOR!
  23. [Mon Jan 16 23:43:08 2012] [ INFO ] [ DEPLOYER ] Persistent storage updated successfully!
  24. [Mon Jan 16 23:43:08 2012] [ INFO ] [ DEPLOYER ] Ending Deployer:get_public_repositories and Returning repository_array
  25. [Mon Jan 16 23:43:08 2012] [ INFO ] [ DEPLOYER ] ----------[ READING HOST DESCRIPTIONS ]----------
  26. [Mon Jan 16 23:43:08 2012] [ INFO ] [ DEPLOYER ] -------------------------------------------------
  27. [Mon Jan 16 23:43:08 2012] [ INFO ] [ DEPLOYER ] Loading machinesN.lua
  28. [Mon Jan 16 23:43:08 2012] [ INFO ] [ DEPLOYER ] Reading the host list stored in disk
  29. [Mon Jan 16 23:43:08 2012] [ DEBUG ] [ DEPLOYER ] Loading the host description: /home/edward/projects/scs-deploysystem/src/lua/scs/deployer/hosts/ machine0.lua
  30. [Mon Jan 16 23:43:08 2012] [ DEBUG ] [ DEPLOYER ] Type of host_description:: table
  31. [Mon Jan 16 23:43:08 2012] [ DEBUG ] [ DEPLOYER ] This file will be load:: machine0.lua
  32. [Mon Jan 16 23:43:08 2012] [ INFO ] [ DEPLOYER ] ----------[ Printing All Hosts and Instances ]----------
  33. [Mon Jan 16 23:43:08 2012] [ INFO ] [ DEPLOYER ] --------------------------------------------------------
  34. { --[[table: 0xf43870]] }
  35. [Mon Jan 16 23:43:08 2012] [ INFO ] [ DEPLOYER ] Trying to print all hosts loaded if exists inst.all_hosts
  36. { --[[table: 0x1478610]]
  37. { --[[table: 0x1485f80]]
  38. port = 10000,
  39. name = "pituba",
  40. languages = { --[[table: 0x148a9d0]]
  41. "lua",
  42. "java",
  43. },
  44. resources = { --[[table: 0x148a980]]
  45. bandwidth = 100,
  46. os = "linux",
  47. arch = "x86_64",
  48. cpu = 1800,
  49. mem = 512,
  50. },
  51. ip = "139.82.2.181",
  52. },
  53. }
  54. [Mon Jan 16 23:43:08 2012] [ DEBUG ] [ DEPLOYER ] Will be possible get hosts
  55. [Mon Jan 16 23:43:08 2012] [ INFO ] [ DEPLOYER ] Ending Deployer.__init
  56. [Mon Jan 16 23:43:08 2012] [ INFO ] > > > > > > returning inst.servant
  57. [Mon Jan 16 23:43:11 2012] [ INFO ] In Deployer:create_plan()
  58. [Mon Jan 16 23:43:11 2012] [ INFO ] In Plan:__init
  59. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending Plan:__init and Returning inst
  60. [Mon Jan 16 23:43:11 2012] [ DEBUG ] Setting entity:set_nickname to:Deployer_1.Plan_1
  61. [Mon Jan 16 23:43:11 2012] [ INFO ] In Plan:set_nickname
  62. [Mon Jan 16 23:43:11 2012] [ DEBUG ] Plan.nickname =: Deployer_1.Plan_1
  63. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending Plan:set_nickname
  64. [Mon Jan 16 23:43:11 2012] [ INFO ] In Plan:set_manager
  65. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending Plan:set_manager and Returning true
  66. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending Deployer:create_plan and Returning a servant
  67. [Mon Jan 16 23:43:11 2012] [ INFO ] In Plan:mark_as_admin
  68. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending Plan:mark_as_admin
  69. [Mon Jan 16 23:43:11 2012] [ INFO ] In Plan:create_repository
  70. [Mon Jan 16 23:43:11 2012] [ INFO ] In search(descriptorhelper.lua)
  71. [Mon Jan 16 23:43:11 2012] [ DEBUG ] kind: components
  72. [Mon Jan 16 23:43:11 2012] [ DEBUG ] name: repository
  73. [Mon Jan 16 23:43:11 2012] [ INFO ] Calling importFromFile(path) from search(descriptionhelper)
  74. [Mon Jan 16 23:43:11 2012] [ DEBUG ] Value of path: /home/edward/projects/scs-deploysystem/src/lua/scs/deployer/components/repository-1.0-0.template
  75. [Mon Jan 16 23:43:11 2012] [ INFO ] In importFromFile(descriptorhelper.lua)
  76. [Mon Jan 16 23:43:11 2012] [ INFO ] In RepositoryEntity:__init
  77. [Mon Jan 16 23:43:11 2012] [ INFO ] In BasicComponentEntity:__init, Creating a new BasicComponentEntity
  78. [Mon Jan 16 23:43:11 2012] [ DEBUG ] Type of inst: table
  79. [Mon Jan 16 23:43:11 2012] [ INFO ] A BasicComponentEntity was created
  80. [Mon Jan 16 23:43:11 2012] [ INFO ] Printing BasicComponentEntity(setoff)
  81. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending BasicComponentEntity:__init and Returning inst
  82. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending and Returing inst in RepositoryEntity:__init
  83. [Mon Jan 16 23:43:11 2012] [ INFO ] In BasicComponentEntity:set_description
  84. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending BasicComponentEntity:set_description
  85. [Mon Jan 16 23:43:11 2012] [ INFO ] In BasicComponentEntity:set_plan
  86. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending BasicComponentEntity:set_plan and Returning self.plan
  87. [Mon Jan 16 23:43:11 2012] [ INFO ] In Plan:get_nickname
  88. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending Plan:get_nickname
  89. [Mon Jan 16 23:43:11 2012] [ DEBUG ] Setting the component nick to: Deployer_1.Plan_1.RepositoryEntity_1
  90. [Mon Jan 16 23:43:11 2012] [ INFO ] In BasicComponentEntity:set_nickname
  91. [Mon Jan 16 23:43:11 2012] [ DEBUG ] BasicComponentEntity.nickname = Deployer_1.Plan_1.RepositoryEntity_1
  92. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending BasicComponentEntity:set_nickname
  93. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending Plan:create_repository and Returning servant
  94. [Mon Jan 16 23:43:11 2012] [ INFO ] In RepositoryEntity:set_host( newhost )
  95. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending RepositoryEntity:set_host( newhost )
  96. [Mon Jan 16 23:43:11 2012] [ INFO ] In RepositoryEntity:set_privacy
  97. [Mon Jan 16 23:43:11 2012] [ INFO ] RepositoryEntity warns its plan that he's public!
  98. [Mon Jan 16 23:43:11 2012] [ INFO ] In Plan:get_manager()
  99. [Mon Jan 16 23:43:11 2012] [ INFO ] Obtains the manager associated with this deployment Plan
  100. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending Plan:get_manager and Returning Plan:get_manager
  101. [Mon Jan 16 23:43:11 2012] [ INFO ] In Deployer:add_public_repositories
  102. [Mon Jan 16 23:43:11 2012] [ INFO ] In RepositoryEntity:get_host
  103. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending RepositoryEntity:get_host
  104. [Mon Jan 16 23:43:11 2012] [ INFO ] In BasicComponentEntity:get_nickname
  105. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  106. [Mon Jan 16 23:43:11 2012] [ DEBUG ] Adding repository Deployer_1.Plan_1.RepositoryEntity_1 from public list.
  107. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending Deployer:add_public_repositories
  108. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending in RepositoryEntity:set_privacy
  109. [Mon Jan 16 23:43:11 2012] [ INFO ] In BasicComponentEntity:get_nickname
  110. [Mon Jan 16 23:43:11 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  111. [Mon Jan 16 23:43:11 2012] [ INFO ] ===In RepositoryEntity:deploy===
  112. [Mon Jan 16 23:43:11 2012] [ DEBUG ] local corbaloc: corbaloc::139.82.2.181:10001/Repository
  113. +++++++++++++++++++++++ self.proxies.IComponent(1
  114. table
  115. table: 0x14542d0
  116. { --[[table: 0x14542d0]]
  117. __reference = { --[[table: 0x14a3980]]
  118. type_id = "",
  119. profiles = { --[[table: 0x14a3a30]]
  120. { --[[table: 0x1454550]]
  121. profile_data = "\000�\r\000\000\000139.82.2.181\000�'\
  122. \000\000\000Repository",
  123. tag = 0,
  124. },
  125. },
  126. },
  127. __deferred = { --[[table: 0x1453d50]]
  128. __reference = table: 0x14a3980,
  129. },
  130. __try = { --[[table: 0x14cce10]]
  131. __reference = table: 0x14a3980,
  132. },
  133. }
  134. [Mon Jan 16 23:43:11 2012] [ INFO ] Repository not running so starting up the repository daemon remotely through the SSH protocol
  135. [Mon Jan 16 23:43:11 2012] [ INFO ] Launching a RepositoryEntity
  136. [Mon Jan 16 23:43:11 2012] [ DEBUG ] self.host.ip: 139.82.2.181
  137. [Mon Jan 16 23:43:11 2012] [ DEBUG ] self.host.port: 10000
  138. [Mon Jan 16 23:43:11 2012] [ INFO ] the repository is executing
  139. +++++++++++++++++++++++ self.proxies.IComponent(1
  140. table
  141. table: 0x13062a0
  142. { --[[table: 0x13062a0]]
  143. __reference = { --[[table: 0x1315e40]]
  144. type_id = "",
  145. profiles = { --[[table: 0x1305ff0]]
  146. { --[[table: 0x13062f0]]
  147. profile_data = "\000�\r\000\000\000139.82.2.181\000�'\
  148. \000\000\000Repository",
  149. tag = 0,
  150. },
  151. },
  152. },
  153. __deferred = { --[[table: 0x13064a0]]
  154. __reference = table: 0x1315e40,
  155. },
  156. __try = { --[[table: 0x1306580]]
  157. __reference = table: 0x1315e40,
  158. },
  159. }
  160. [Mon Jan 16 23:43:11 2012] [ INFO ] sleeping 2 seconds
  161. [Mon Jan 16 23:43:13 2012] [ INFO ] error1
  162. [Mon Jan 16 23:43:13 2012] [ INFO ] error2
  163. [Mon Jan 16 23:43:13 2012] [ INFO ] activating repository, please!
  164. [Mon Jan 16 23:43:13 2012] [ INFO ] RepositoryEntity deployed!
  165. [Mon Jan 16 23:43:13 2012] [ INFO ] Ending RepositoryEntity:deploy and Returning true
  166. [Mon Jan 16 23:43:15 2012] [ INFO ] In BasicComponentEntity:activate
  167. [Mon Jan 16 23:43:15 2012] [ INFO ] Ending BasicComponentEntity:activate
  168. [Mon Jan 16 23:43:54 2012] [ INFO ] [ DEPLOYER ] In Deployer:get_public_repositories
  169. [Mon Jan 16 23:43:54 2012] [ INFO ] [ DEPLOYER ] Trigger an update of the self.cache.repositories when we found an outdate IOR
  170. [Mon Jan 16 23:43:54 2012] [ DEBUG ] Testing the reference persisted for the repository: 139.82.2.181 : 10001
  171. [Mon Jan 16 23:43:54 2012] [ INFO ] In BasicComponentEntity:get_nickname
  172. [Mon Jan 16 23:43:54 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  173. [Mon Jan 16 23:43:54 2012] [ DEBUG ] [AMADEU] nickname: Deployer_1.Plan_1.RepositoryEntity_1
  174. [Mon Jan 16 23:43:54 2012] [ INFO ] [ DEPLOYER ] Ending Deployer:get_public_repositories and Returning repository_array
  175. [Mon Jan 16 23:43:54 2012] [ INFO ] In RepositoryEntity:publish
  176. [Mon Jan 16 23:43:54 2012] [ INFO ] In RepositoryEntity:publish_desc
  177. [Mon Jan 16 23:43:54 2012] [ INFO ] Ending RepositoryEntity:publish_desc
  178. [Mon Jan 16 23:43:54 2012] [ INFO ] In RepositoryEntity:publish_pkg
  179. [Mon Jan 16 23:43:54 2012] [ INFO ] In RepositoryEntity:_real_upload
  180. [DEPLOY VERBOSE] Trying upload the component: Hello-1.0-0 lua all
  181. [DEPLOY VERBOSE] Uploaded in ComponentRepository the component 'Hello-1.0-0' for 'lua' and 'all' sucessfully!
  182. [Mon Jan 16 23:43:54 2012] [ INFO ] Ending RepositoryEntity:_real_upload
  183. [Mon Jan 16 23:43:54 2012] [ INFO ] Ending RepositoryEntity:publish_pkg
  184. [Mon Jan 16 23:43:54 2012] [ INFO ] Ending RepositoryEntity:publish
  185. [Mon Jan 16 23:44:03 2012] [ INFO ] In RepositoryEntity:publish
  186. [Mon Jan 16 23:44:03 2012] [ INFO ] In RepositoryEntity:publish_desc
  187. [Mon Jan 16 23:44:03 2012] [ INFO ] Ending RepositoryEntity:publish_desc
  188. [Mon Jan 16 23:44:03 2012] [ INFO ] In RepositoryEntity:publish_pkg
  189. [Mon Jan 16 23:44:03 2012] [ INFO ] In RepositoryEntity:_real_upload
  190. [DEPLOY VERBOSE] Trying upload the component: Hello-1.0-0 java all
  191. [DEPLOY VERBOSE] Uploaded in ComponentRepository the component 'Hello-1.0-0' for 'java' and 'all' sucessfully!
  192. [Mon Jan 16 23:44:03 2012] [ INFO ] Ending RepositoryEntity:_real_upload
  193. [Mon Jan 16 23:44:03 2012] [ INFO ] Ending RepositoryEntity:publish_pkg
  194. [Mon Jan 16 23:44:03 2012] [ INFO ] Ending RepositoryEntity:publish
  195. =====================================================================
  196. ^[[Mon Jan 16 23:44:22 2012] [ INFO ] In Deployer:create_plan()
  197. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:__init
  198. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending Plan:__init and Returning inst
  199. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Setting entity:set_nickname to:Deployer_1.Plan_2
  200. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:set_nickname
  201. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Plan.nickname =: Deployer_1.Plan_2
  202. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending Plan:set_nickname
  203. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:set_manager
  204. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending Plan:set_manager and Returning true
  205. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending Deployer:create_plan and Returning a servant
  206. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:get_nickname
  207. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending Plan:get_nickname
  208. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:create_component
  209. [Mon Jan 16 23:44:22 2012] [ INFO ] In ComponentEntity:__init
  210. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:__init, Creating a new BasicComponentEntity
  211. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Type of inst: table
  212. [Mon Jan 16 23:44:22 2012] [ INFO ] A BasicComponentEntity was created
  213. [Mon Jan 16 23:44:22 2012] [ INFO ] Printing BasicComponentEntity(setoff)
  214. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:__init and Returning inst
  215. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending ComponentEntity:__init and Returning inst
  216. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:set_plan
  217. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:set_plan and Returning self.plan
  218. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:get_nickname
  219. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending Plan:get_nickname
  220. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Setting the component nick to='Deployer_1.Plan_2.ComponentEntity_1'
  221. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:set_nickname
  222. [Mon Jan 16 23:44:22 2012] [ DEBUG ] BasicComponentEntity.nickname = Deployer_1.Plan_2.ComponentEntity_1
  223. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:set_nickname
  224. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending Plan:create_component and Returning servant
  225. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:set_id
  226. [Mon Jan 16 23:44:22 2012] [ INFO ] First attempt: search in all private and public repositories
  227. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:get_all_repositories
  228. [Mon Jan 16 23:44:22 2012] [ INFO ] Trying to get repositories from Plan:get_repositories
  229. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:get_repositories()
  230. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending Plan:get_repositories and Returning self.all_repositories_servants
  231. [Mon Jan 16 23:44:22 2012] [ INFO ] Trying to get repositories from Deployer:get_public_repositories
  232. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:get_manager()
  233. [Mon Jan 16 23:44:22 2012] [ INFO ] Obtains the manager associated with this deployment Plan
  234. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending Plan:get_manager and Returning Plan:get_manager
  235. [Mon Jan 16 23:44:22 2012] [ INFO ] [ DEPLOYER ] In Deployer:get_public_repositories
  236. [Mon Jan 16 23:44:22 2012] [ INFO ] [ DEPLOYER ] Trigger an update of the self.cache.repositories when we found an outdate IOR
  237. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Testing the reference persisted for the repository: 139.82.2.181 : 10001
  238. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:get_nickname
  239. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  240. [Mon Jan 16 23:44:22 2012] [ DEBUG ] [AMADEU] nickname: Deployer_1.Plan_1.RepositoryEntity_1
  241. [Mon Jan 16 23:44:22 2012] [ INFO ] [ DEPLOYER ] Ending Deployer:get_public_repositories and Returning repository_array
  242. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:get_all_repositories and Returning all_repositories
  243. [Mon Jan 16 23:44:22 2012] [ INFO ] In RepositoryEntity:get_desc
  244. [Mon Jan 16 23:44:22 2012] [ INFO ] Second attempt: search in an internal component templates disk cache
  245. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:set_description
  246. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:set_description
  247. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:set_id
  248. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:set_args
  249. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:set_args
  250. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:deploy
  251. Error: Edward
  252. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:get_nickname
  253. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  254. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:get_description
  255. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:get_description and Returing ret
  256. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Deploying Component: 'Deployer_1.Plan_2.ComponentEntity_1' with version: 'Hello-1.0-0'
  257. [Mon Jan 16 23:44:22 2012] [ INFO ] In ComponentEntity:deploy
  258. [Mon Jan 16 23:44:22 2012] [ INFO ] Getting Implementations of Components
  259. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:get_available_implementation
  260. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:get_nickname
  261. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  262. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Searching all available implementation for: Deployer_1.Plan_2.ComponentEntity_1
  263. [Mon Jan 16 23:44:22 2012] [ INFO ] Getting all repositories from BasicComponentEntity:get_all_repositories
  264. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:get_all_repositories
  265. [Mon Jan 16 23:44:22 2012] [ INFO ] Trying to get repositories from Plan:get_repositories
  266. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:get_repositories()
  267. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending Plan:get_repositories and Returning self.all_repositories_servants
  268. [Mon Jan 16 23:44:22 2012] [ INFO ] Trying to get repositories from Deployer:get_public_repositories
  269. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:get_manager()
  270. [Mon Jan 16 23:44:22 2012] [ INFO ] Obtains the manager associated with this deployment Plan
  271. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending Plan:get_manager and Returning Plan:get_manager
  272. [Mon Jan 16 23:44:22 2012] [ INFO ] [ DEPLOYER ] In Deployer:get_public_repositories
  273. [Mon Jan 16 23:44:22 2012] [ INFO ] [ DEPLOYER ] Trigger an update of the self.cache.repositories when we found an outdate IOR
  274. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Testing the reference persisted for the repository: 139.82.2.181 : 10001
  275. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:get_nickname
  276. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  277. [Mon Jan 16 23:44:22 2012] [ DEBUG ] [AMADEU] nickname: Deployer_1.Plan_1.RepositoryEntity_1
  278. [Mon Jan 16 23:44:22 2012] [ INFO ] [ DEPLOYER ] Ending Deployer:get_public_repositories and Returning repository_array
  279. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:get_all_repositories and Returning all_repositories
  280. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:get_nickname
  281. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  282. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Repository nickname: Deployer_1.Plan_1.RepositoryEntity_1
  283. [Mon Jan 16 23:44:22 2012] [ DEBUG ] type of self.id ='table' and view:
  284. { --[[table: 0xe0a040]]
  285. patch_version = 0,
  286. name = "Hello",
  287. major_version = 1,
  288. minor_version = 0,
  289. }
  290. [Mon Jan 16 23:44:22 2012] [ INFO ] In RepositoryEntity:search_byid( id ):
  291. [Mon Jan 16 23:44:22 2012] [ INFO ] Retrieving the component description from the Repository already deployed
  292. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending RepositoryEntity:search_byid( id )
  293. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Obtaining the implementations available for the component: 'Hello-1.0-0'
  294. [Mon Jan 16 23:44:22 2012] [ INFO ] It will decide automatically about the container details!
  295. [Mon Jan 16 23:44:22 2012] [ INFO ] Calling self:autofit_container
  296. [Mon Jan 16 23:44:22 2012] [ INFO ] In ComponentEntity:autofit_container
  297. ----------------- AUTOFIT_CONTAINER table: 0x14b96e0
  298. [Mon Jan 16 23:44:22 2012] [ INFO ] Strategy: first fit
  299. [Mon Jan 16 23:44:22 2012] [ INFO ] Calling self.plan:less_used_containers()
  300. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:less_used_containers
  301. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:less_used_sort
  302. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Value of entity_type: containers
  303. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Refreshing the: 'containers' list order
  304. [Mon Jan 16 23:44:22 2012] [ DEBUG ] First is: none, thereisn't containers yet!
  305. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Ending Plan:less_used_sort and Returning true with entity_type : containers
  306. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending Plan:less_used_containers
  307. [Mon Jan 16 23:44:22 2012] [ INFO ] Trying to get a container from containers
  308. [Mon Jan 16 23:44:22 2012] [ INFO ] No container was created yet, so let's create the first!
  309. [Mon Jan 16 23:44:22 2012] [ INFO ] Calling self.plan:create_container
  310. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:create_container
  311. [Mon Jan 16 23:44:22 2012] [ INFO ] In search(descriptorhelper.lua)
  312. [Mon Jan 16 23:44:22 2012] [ DEBUG ] kind: components
  313. [Mon Jan 16 23:44:22 2012] [ DEBUG ] name: container
  314. [Mon Jan 16 23:44:22 2012] [ DEBUG ] lang: lua
  315. [Mon Jan 16 23:44:22 2012] [ INFO ] Calling importFromFile(path) from search(descriptionhelper)
  316. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Value of path: /home/edward/projects/scs-deploysystem/src/lua/scs/deployer/components/container-1.0-0.template
  317. [Mon Jan 16 23:44:22 2012] [ INFO ] In importFromFile(descriptorhelper.lua)
  318. [Mon Jan 16 23:44:22 2012] [ INFO ] Creating a new ContainerEntity
  319. [Mon Jan 16 23:44:22 2012] [ INFO ] In ContainerEntity:__init
  320. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:__init, Creating a new BasicComponentEntity
  321. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Type of inst: table
  322. [Mon Jan 16 23:44:22 2012] [ INFO ] A BasicComponentEntity was created
  323. [Mon Jan 16 23:44:22 2012] [ INFO ] Printing BasicComponentEntity(setoff)
  324. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:__init and Returning inst
  325. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending ContainerEntity:__init and Returning inst
  326. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:set_description
  327. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:set_description
  328. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:set_property
  329. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:set_property
  330. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:set_plan
  331. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:set_plan and Returning self.plan
  332. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:get_nickname
  333. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending Plan:get_nickname
  334. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Setting the component nick to(Plan:create_container()): Deployer_1.Plan_2.ContainerEntity_1
  335. [Mon Jan 16 23:44:22 2012] [ INFO ] In BasicComponentEntity:set_nickname
  336. [Mon Jan 16 23:44:22 2012] [ DEBUG ] BasicComponentEntity.nickname = Deployer_1.Plan_2.ContainerEntity_1
  337. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending BasicComponentEntity:set_nickname
  338. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending Plan:create_container and Returning servant
  339. [Mon Jan 16 23:44:22 2012] [ INFO ] Calling self:autofit_exnode
  340. [Mon Jan 16 23:44:22 2012] [ DEBUG ] With lang = lua and plat = all
  341. [Mon Jan 16 23:44:22 2012] [ INFO ] In ComponentEntity:autofit_exnode
  342. ----------------- AUTOFIT_EXNODE table: 0x14b96e0 lua all
  343. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:less_used_nodes()
  344. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:less_used_sort
  345. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Value of entity_type: nodes
  346. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Refreshing the: 'nodes' list order
  347. [Mon Jan 16 23:44:22 2012] [ DEBUG ] First is: none, thereisn't nodes yet!
  348. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Ending Plan:less_used_sort and Returning true with entity_type : nodes
  349. [Mon Jan 16 23:44:22 2012] [ INFO ] Ending Plan:less_used_nodes
  350. [Mon Jan 16 23:44:22 2012] [ INFO ] less_used_nodes are:
  351. { --[[table: 0x1118fc0]] }
  352. [Mon Jan 16 23:44:22 2012] [ INFO ] Calling(): self.plan:create_exnode
  353. [Mon Jan 16 23:44:22 2012] [ INFO ] In Plan:create_exnode
  354. [Mon Jan 16 23:44:22 2012] [ INFO ] In search(descriptorhelper.lua)
  355. [Mon Jan 16 23:44:22 2012] [ DEBUG ] kind: components
  356. [Mon Jan 16 23:44:22 2012] [ DEBUG ] name: executionnode
  357. [Mon Jan 16 23:44:22 2012] [ INFO ] Calling importFromFile(path) from search(descriptionhelper)
  358. [Mon Jan 16 23:44:22 2012] [ DEBUG ] Value of path: /home/edward/projects/scs-deploysystem/src/lua/scs/deployer/components/executionnode-1.0-0.template
  359. [Mon Jan 16 23:44:22 2012] [ INFO ] In importFromFile(descriptorhelper.lua)
  360. [Mon Jan 16 23:44:22 2012] [ INFO ] In ExecutionNodeEntity:__init() - Creating a new ExecutionNoneEntity
  361. ===============
  362. [Tue Jan 17 01:42:32 2012] [ INFO ] In Deployer:get_plans
  363. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending Deployer:get_plans and Returning self.all_plans_servants
  364. [Tue Jan 17 01:42:32 2012] [ INFO ] In Plan:mark_as_admin
  365. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending Plan:mark_as_admin
  366. [Tue Jan 17 01:42:32 2012] [ INFO ] In Plan:get_nickname
  367. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending Plan:get_nickname
  368. [Tue Jan 17 01:42:32 2012] [ INFO ] In Plan:undeploy
  369. [Tue Jan 17 01:42:32 2012] [ INFO ] In BasicComponentEntity:get_nickname
  370. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  371. [Tue Jan 17 01:42:32 2012] [ INFO ] In BasicComponentEntity:get_description
  372. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending BasicComponentEntity:get_description and Returing ret
  373. [DEPLOY VERBOSE] Undeploying: Deployer_1.Plan_1.RepositoryEntity_1 ComponentRepository-1.0-0
  374. [Tue Jan 17 01:42:32 2012] [ INFO ] In RepositoryEntities:undeploy
  375. [Tue Jan 17 01:42:32 2012] [ INFO ] In Plan:get_manager()
  376. [Tue Jan 17 01:42:32 2012] [ INFO ] Obtains the manager associated with this deployment Plan
  377. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending Plan:get_manager and Returning Plan:get_manager
  378. [Tue Jan 17 01:42:32 2012] [ INFO ] In Deployer:del_public_repositories
  379. [Tue Jan 17 01:42:32 2012] [ INFO ] In RepositoryEntity:get_host
  380. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending RepositoryEntity:get_host
  381. [Tue Jan 17 01:42:32 2012] [ INFO ] In BasicComponentEntity:get_nickname
  382. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  383. [DEPLOY VERBOSE] DEBUG: Removing the repository Deployer_1.Plan_1.RepositoryEntity_1 from public list.
  384. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending Deployer:del_public_repositories
  385. [Tue Jan 17 01:42:32 2012] [ INFO ] In BasicComponentEntity:deactivate
  386. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending BasicComponentEntity:deactivate
  387. [Tue Jan 17 01:42:32 2012] [ INFO ] In BasicComponentEntity:get_nickname
  388. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  389. [DEPLOY VERBOSE] RepositoryEntity undeployed!
  390. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending RepositoryEntities:undeploy
  391. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending Plan:undeploy and Returning true
  392. [Tue Jan 17 01:42:32 2012] [ INFO ] In Deployer:delete_plan
  393. [Tue Jan 17 01:42:32 2012] [ INFO ] In Plan:get_nickname
  394. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending Plan:get_nickname
  395. [Tue Jan 17 01:42:32 2012] [ INFO ] In Plan:get_nickname
  396. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending Plan:get_nickname
  397. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending Deployer:delete_plan
  398. [Tue Jan 17 01:42:32 2012] [ INFO ] In Plan:mark_as_admin
  399. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending Plan:mark_as_admin
  400. [Tue Jan 17 01:42:32 2012] [ INFO ] In Plan:get_nickname
  401. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending Plan:get_nickname
  402. [Tue Jan 17 01:42:32 2012] [ INFO ] In Plan:undeploy
  403. [Tue Jan 17 01:42:32 2012] [ INFO ] In BasicComponentEntity:get_nickname
  404. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  405. [Tue Jan 17 01:42:32 2012] [ INFO ] In BasicComponentEntity:get_description
  406. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending BasicComponentEntity:get_description and Returing ret
  407. [Tue Jan 17 01:42:32 2012] [ DEBUG ] Undeploying:Deployer_1.Plan_2.ComponentEntity_1 and Hello-1.0-0
  408. [Tue Jan 17 01:42:32 2012] [ INFO ] In ComponentEntity:undeploy
  409. [Tue Jan 17 01:42:32 2012] [ INFO ] In BasicComponentEntity:get_nickname
  410. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  411. [DEPLOY VERBOSE] WARNING: The entity Deployer_1.Plan_2.ComponentEntity_1 is not deployed. No problem.
  412. [Tue Jan 17 01:42:32 2012] [ INFO ] In BasicComponentEntity:get_nickname
  413. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  414. [Tue Jan 17 01:42:32 2012] [ INFO ] In BasicComponentEntity:get_description
  415. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending BasicComponentEntity:get_description and Returing ret
  416. [DEPLOY VERBOSE] Undeploying: Deployer_1.Plan_2.ContainerEntity_1 ComponentContainer-1.0-0
  417. [Tue Jan 17 01:42:32 2012] [ INFO ] In ContainerEntity:undeploy
  418. [Tue Jan 17 01:42:32 2012] [ INFO ] In BasicComponentEntity:get_nickname
  419. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  420. [DEPLOY VERBOSE] WARNING: The entity Deployer_1.Plan_2.ContainerEntity_1 is not deployed. No problem.
  421. [Tue Jan 17 01:42:32 2012] [ INFO ] In BasicComponentEntity:get_nickname
  422. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  423. [Tue Jan 17 01:42:32 2012] [ INFO ] In BasicComponentEntity:get_description
  424. [Tue Jan 17 01:42:32 2012] [ INFO ] Ending BasicComponentEntity:get_description and Returing ret
  425. [DEPLOY VERBOSE] Undeploying: Deployer_1.Plan_2.ExecutionNodeEntity_1 ExecutionNode-1.0-0
  426. [Tue Jan 17 01:42:32 2012] [ INFO ] In ExecutionNodeEntity:undeploy
  427. [Tue Jan 17 01:42:32 2012] [ INFO ] In BasicComponentEntity:deactivate
  428. [Tue Jan 17 01:42:33 2012] [ INFO ] Ending BasicComponentEntity:deactivate
  429. [Tue Jan 17 01:42:33 2012] [ INFO ] In BasicComponentEntity:get_nickname
  430. [Tue Jan 17 01:42:33 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  431. [DEPLOY VERBOSE] ExecutionNodeEntity undeployed!
  432. [Tue Jan 17 01:42:33 2012] [ INFO ] Ending ExecutionNodeEntity:undeploy
  433. [Tue Jan 17 01:42:33 2012] [ INFO ] Ending Plan:undeploy and Returning true
  434. [Tue Jan 17 01:42:33 2012] [ INFO ] In Deployer:delete_plan
  435. [Tue Jan 17 01:42:33 2012] [ INFO ] In Plan:get_nickname
  436. [Tue Jan 17 01:42:33 2012] [ INFO ] Ending Plan:get_nickname
  437. [Tue Jan 17 01:42:33 2012] [ INFO ] In Plan:get_nickname
  438. [Tue Jan 17 01:42:33 2012] [ INFO ] Ending Plan:get_nickname
  439. [Tue Jan 17 01:42:33 2012] [ INFO ] Ending Deployer:delete_plan
  440. [Tue Jan 17 01:42:33 2012] [ INFO ] [ DEPLOYER ] In Deployer:get_public_repositories
  441. [Tue Jan 17 01:42:33 2012] [ INFO ] [ DEPLOYER ] Trigger an update of the self.cache.repositories when we found an outdate IOR
  442. [Tue Jan 17 01:42:33 2012] [ INFO ] [ DEPLOYER ] Ending Deployer:get_public_repositories and Returning repository_array
  443. [Tue Jan 17 01:42:34 2012] [ INFO ] In Plan:undeploy
  444. [Tue Jan 17 01:42:34 2012] [ INFO ] In BasicComponentEntity:get_nickname
  445. [Tue Jan 17 01:42:34 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  446. [Tue Jan 17 01:42:34 2012] [ INFO ] In BasicComponentEntity:get_description
  447. [Tue Jan 17 01:42:34 2012] [ INFO ] Ending BasicComponentEntity:get_description and Returing ret
  448. [DEPLOY VERBOSE] Undeploying: Deployer_1.Plan_1.RepositoryEntity_1 ComponentRepository-1.0-0
  449. [Tue Jan 17 01:42:34 2012] [ INFO ] In RepositoryEntities:undeploy
  450. [Tue Jan 17 01:42:34 2012] [ INFO ] In BasicComponentEntity:get_nickname
  451. [Tue Jan 17 01:42:34 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  452. [DEPLOY VERBOSE] WARNING: The entity Deployer_1.Plan_1.RepositoryEntity_1 is not deployed. No problem.
  453. [Tue Jan 17 01:42:34 2012] [ INFO ] Ending Plan:undeploy and Returning true
  454. [Tue Jan 17 01:42:35 2012] [ INFO ] In Plan:undeploy
  455. [Tue Jan 17 01:42:35 2012] [ INFO ] In BasicComponentEntity:get_nickname
  456. [Tue Jan 17 01:42:35 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  457. [Tue Jan 17 01:42:35 2012] [ INFO ] In BasicComponentEntity:get_description
  458. [Tue Jan 17 01:42:35 2012] [ INFO ] Ending BasicComponentEntity:get_description and Returing ret
  459. [Tue Jan 17 01:42:35 2012] [ DEBUG ] Undeploying:Deployer_1.Plan_2.ComponentEntity_1 and Hello-1.0-0
  460. [Tue Jan 17 01:42:35 2012] [ INFO ] In ComponentEntity:undeploy
  461. [Tue Jan 17 01:42:35 2012] [ INFO ] In BasicComponentEntity:get_nickname
  462. [Tue Jan 17 01:42:35 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  463. [DEPLOY VERBOSE] WARNING: The entity Deployer_1.Plan_2.ComponentEntity_1 is not deployed. No problem.
  464. [Tue Jan 17 01:42:35 2012] [ INFO ] In BasicComponentEntity:get_nickname
  465. [Tue Jan 17 01:42:35 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  466. [Tue Jan 17 01:42:35 2012] [ INFO ] In BasicComponentEntity:get_description
  467. [Tue Jan 17 01:42:35 2012] [ INFO ] Ending BasicComponentEntity:get_description and Returing ret
  468. [DEPLOY VERBOSE] Undeploying: Deployer_1.Plan_2.ContainerEntity_1 ComponentContainer-1.0-0
  469. [Tue Jan 17 01:42:35 2012] [ INFO ] In ContainerEntity:undeploy
  470. [Tue Jan 17 01:42:35 2012] [ INFO ] In BasicComponentEntity:get_nickname
  471. [Tue Jan 17 01:42:35 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  472. [DEPLOY VERBOSE] WARNING: The entity Deployer_1.Plan_2.ContainerEntity_1 is not deployed. No problem.
  473. [Tue Jan 17 01:42:35 2012] [ INFO ] In BasicComponentEntity:get_nickname
  474. [Tue Jan 17 01:42:35 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  475. [Tue Jan 17 01:42:35 2012] [ INFO ] In BasicComponentEntity:get_description
  476. [Tue Jan 17 01:42:35 2012] [ INFO ] Ending BasicComponentEntity:get_description and Returing ret
  477. [DEPLOY VERBOSE] Undeploying: Deployer_1.Plan_2.ExecutionNodeEntity_1 ExecutionNode-1.0-0
  478. [Tue Jan 17 01:42:35 2012] [ INFO ] In ExecutionNodeEntity:undeploy
  479. [Tue Jan 17 01:42:35 2012] [ INFO ] In BasicComponentEntity:get_nickname
  480. [Tue Jan 17 01:42:35 2012] [ INFO ] Ending BasicComponentEntity:get_nickname
  481. [DEPLOY VERBOSE] WARNING: The entity Deployer_1.Plan_2.ExecutionNodeEntity_1 is not deployed. No problem.
  482. [Tue Jan 17 01:42:35 2012] [ INFO ] Ending Plan:undeploy and Returning true
Advertisement
Add Comment
Please, Sign In to add comment