Guest User

Untitled

a guest
Mar 14th, 2018
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.33 KB | None | 0 0
  1. [root@bbcqaapp01:/export/trunk/junction2] # rake db:migrate
  2. (in /export/trunk/junction2)
  3. == 100 CollapsedMigrations: migrating =========================================
  4. -- create_table("activities", {:force=>true})
  5. -> 0.0882s
  6. -> 0 rows
  7. -- create_table("communities", {:force=>true})
  8. -> 0.0827s
  9. -> 0 rows
  10. -- create_table("countries", {:force=>true})
  11. -> 0.0969s
  12. -> 0 rows
  13. -- create_table("domain_activities", {:force=>true})
  14. -> 0.1282s
  15. -> 0 rows
  16. -- add_index("domain_activities", ["name"], {:name=>"index_domain_activities_on_name"})
  17. -> 0.0031s
  18. -> 0 rows
  19. -- create_table("domain_overrides", {:force=>true})
  20. -> 0.0779s
  21. -> 0 rows
  22. -- add_index("domain_overrides", ["domain_activity_id"], {:name=>"index_domain_overrides_on_domain_activity_id"})
  23. -> 0.0138s
  24. -> 0 rows
  25. -- add_index("domain_overrides", ["person_id"], {:name=>"index_domain_overrides_on_person_id"})
  26. -> 0.0035s
  27. -> 0 rows
  28. -- create_table("domain_permissions", {:force=>true})
  29. -> 0.0762s
  30. -> 0 rows
  31. -- add_index("domain_permissions", ["domain_activity_id"], {:name=>"index_domain_permissions_on_domain_activity_id"})
  32. -> 0.0324s
  33. -> 0 rows
  34. -- add_index("domain_permissions", ["domain_role_id"], {:name=>"index_domain_permissions_on_domain_role_id"})
  35. -> 0.0272s
  36. -> 0 rows
  37. -- create_table("domain_roles", {:force=>true})
  38. -> 0.1008s
  39. -> 0 rows
  40. -- add_index("domain_roles", ["domain_id"], {:name=>"index_domain_roles_on_domain_id"})
  41. -> 0.0031s
  42. -> 0 rows
  43. -- add_index("domain_roles", ["name"], {:name=>"index_domain_roles_on_name"})
  44. -> 0.0037s
  45. -> 0 rows
  46. -- create_table("domain_settings", {:force=>true})
  47. -> 0.0700s
  48. -> 0 rows
  49. -- add_index("domain_settings", ["domain_id", "category_name", "field_name"], {:name=>"domain_settings_by_id_and_names"})
  50. -> 0.0066s
  51. -> 0 rows
  52. -- create_table("domain_settings_categories", {:force=>true})
  53. -> 0.1436s
  54. -> 0 rows
  55. -- create_table("domain_settings_fields", {:force=>true})
  56. -> 0.1204s
  57. -> 0 rows
  58. -- add_index("domain_settings_fields", ["domain_settings_category_id"], {:name=>"domain_fields_by_category_id"})
  59. -> 0.0089s
  60. -> 0 rows
  61. -- create_table("domain_statistics", {:force=>true})
  62. -> 0.0864s
  63. -> 0 rows
  64. -- add_index("domain_statistics", ["domain_id", "name"], {:name=>"domain_statistics_by_id_and_name"})
  65. -> 0.0033s
  66. -> 0 rows
  67. -- add_index("domain_statistics", ["domain_id", "position"], {:name=>"domain_statistics_by_id_and_position"})
  68. -> 0.0031s
  69. -> 0 rows
  70. -- create_table("domains", {:force=>true})
  71. -> 0.0768s
  72. -> 0 rows
  73. -- add_index("domains", ["name"], {:name=>"index_domains_on_name"})
  74. -> 0.0026s
  75. -> 0 rows
  76. -- create_table("feature_settings", {:force=>true})
  77. -> 0.0744s
  78. -> 0 rows
  79. -- create_table("feature_settings_categories", {:force=>true})
  80. -> 0.0782s
  81. -> 0 rows
  82. -- create_table("feature_settings_fields", {:force=>true})
  83. -> 0.0887s
  84. -> 0 rows
  85. -- create_table("features", {:force=>true})
  86. -> 0.0889s
  87. -> 0 rows
  88. -- add_index("features", ["project_id"], {:name=>"index_features_on_project_id"})
  89. -> 0.0158s
  90. -> 0 rows
  91. -- create_table("languages", {:force=>true})
  92. -> 0.0954s
  93. -> 0 rows
  94. -- create_table("licenses", {:force=>true})
  95. -> 0.0826s
  96. -> 0 rows
  97. -- create_table("overrides", {:force=>true})
  98. -> 0.0710s
  99. -> 0 rows
  100. -- add_index("overrides", ["feature_id"], {:name=>"index_overrides_on_feature_id"})
  101. -> 0.0033s
  102. -> 0 rows
  103. -- create_table("owners", {:force=>true})
  104. -> 0.1253s
  105. -> 0 rows
  106. -- create_table("people", {:force=>true})
  107. -> 0.1052s
  108. -> 0 rows
  109. -- add_index("people", ["email_address_lower"], {:name=>"index_people_on_email_address_lower"})
  110. -> 0.0127s
  111. -> 0 rows
  112. -- add_index("people", ["username"], {:name=>"index_people_on_username"})
  113. -> 0.0030s
  114. -> 0 rows
  115. -- create_table("permissions", {:force=>true})
  116. -> 0.0603s
  117. -> 0 rows
  118. -- add_index("permissions", ["feature_id"], {:name=>"index_permissions_on_feature_id"})
  119. -> 0.0012s
  120. -> 0 rows
  121. -- create_table("person_domain_roles", {:force=>true})
  122. -> 0.0678s
  123. -> 0 rows
  124. -- add_index("person_domain_roles", ["domain_id"], {:name=>"index_person_domain_roles_on_domain_id"})
  125. -> 0.0020s
  126. -> 0 rows
  127. -- add_index("person_domain_roles", ["person_id"], {:name=>"index_person_domain_roles_on_person_id"})
  128. -> 0.0023s
  129. -> 0 rows
  130. -- create_table("person_roles", {:force=>true})
  131. -> 0.0655s
  132. -> 0 rows
  133. -- add_index("person_roles", ["person_id"], {:name=>"index_person_roles_on_person_id"})
  134. -> 0.0227s
  135. -> 0 rows
  136. -- add_index("person_roles", ["project_id"], {:name=>"index_person_roles_on_project_id"})
  137. -> 0.0235s
  138. -> 0 rows
  139. -- create_table("person_tags", {:force=>true})
  140. -> 0.0668s
  141. -> 0 rows
  142. -- create_table("project_licenses", {:force=>true})
  143. -> 0.0745s
  144. -> 0 rows
  145. -- add_index("project_licenses", ["project_id"], {:name=>"index_project_licenses_on_project_id"})
  146. -> 0.0035s
  147. -> 0 rows
  148. -- create_table("project_link_categories", {:force=>true})
  149. -> 0.0713s
  150. -> 0 rows
  151. -- add_index("project_link_categories", ["project_id"], {:name=>"index_project_link_categories_on_project_id"})
  152. -> 0.0196s
  153. -> 0 rows
  154. -- create_table("project_links", {:force=>true})
  155. -> 0.0665s
  156. -> 0 rows
  157. -- add_index("project_links", ["project_id"], {:name=>"index_project_links_on_project_id"})
  158. -> 0.0160s
  159. -> 0 rows
  160. -- create_table("project_settings", {:force=>true})
  161. -> 0.0722s
  162. -> 0 rows
  163. -- create_table("project_settings_categories", {:force=>true})
  164. -> 0.1021s
  165. -> 0 rows
  166. -- create_table("project_settings_fields", {:force=>true})
  167. -> 0.0987s
  168. -> 0 rows
  169. -- create_table("project_tags", {:force=>true})
  170. -> 0.1038s
  171. -> 0 rows
  172. -- add_index("project_tags", ["project_id"], {:name=>"index_project_tags_on_project_id"})
  173. -> 0.0113s
  174. -> 0 rows
  175. -- create_table("projects", {:force=>true})
  176. -> 0.0896s
  177. -> 0 rows
  178. -- add_index("projects", ["name"], {:name=>"index_projects_on_name"})
  179. -> 0.0110s
  180. -> 0 rows
  181. -- create_table("providers", {:force=>true})
  182. -> 0.0774s
  183. -> 0 rows
  184. -- create_table("roles", {:force=>true})
  185. -> 0.0958s
  186. -> 0 rows
  187. -- add_index("roles", ["name"], {:name=>"index_roles_on_name"})
  188. -> 0.0107s
  189. -> 0 rows
  190. -- create_table("services", {:force=>true})
  191. -> 0.0764s
  192. -> 0 rows
  193. -- create_table("tags", {:force=>true})
  194. -> 0.0895s
  195. -> 0 rows
  196. -- initialize_schema_information()
  197. -> 0.0777s
  198. -- columns("schema_info")
  199. -> 0.0186s
  200. == 100 CollapsedMigrations: migrated (3.7171s) ================================
  201.  
  202. == 101 CreateImages: migrating ================================================
  203. -- create_table(:images)
  204. -> 0.0334s
  205. -> 0 rows
  206. == 101 CreateImages: migrated (0.0332s) =======================================
  207.  
  208. == 102 AddTypeToFeatureTable: migrating =======================================
  209. -- add_column(:features, :type, :string, {:limit=>64})
  210. -> 0.0028s
  211. == 102 AddTypeToFeatureTable: migrated (0.0018s) ==============================
  212.  
  213. == 103 CreateForumTables: migrating ===========================================
  214. -- add_column(:people, :forum_post_count, :integer, {:default=>0})
  215. -> 0.0032s
  216. -> 0 rows
  217. -- add_column(:people, :forum_last_post_at, :datetime)
  218. -> 0.0019s
  219. -- add_column(:people, :forum_format, :string, {:limit=>16, :default=>"bbcode"})
  220. -> 0.0035s
  221. -> 0 rows
  222. -- add_column(:features, :forum_topic_count, :integer, {:default=>0})
  223. -> 0.0039s
  224. -> 0 rows
  225. -- add_column(:features, :forum_post_count, :integer, {:default=>0})
  226. -> 0.0026s
  227. -> 0 rows
  228. -- add_column(:features, :forum_last_post_at, :datetime)
  229. -> 0.0017s
  230. -- add_column(:features, :forum_last_post_by_id, :integer)
  231. -> 0.0020s
  232. -- create_table(:forum_topics)
  233. -> 0.0744s
  234. -> 0 rows
  235. -- create_table(:forum_posts)
  236. -> 0.0448s
  237. -> 0 rows
  238. == 103 CreateForumTables: migrated (0.4973s) ==================================
  239.  
  240. == 104 AddImageToProjectsAndPeople: migrating =================================
  241. -- add_column(:projects, :image_id, :integer)
  242. -> 0.0015s
  243. -- add_column(:people, :image_id, :integer)
  244. -> 0.0130s
  245. == 104 AddImageToProjectsAndPeople: migrated (0.0159s) ========================
  246.  
  247. == 105 CreateInviteLimits: migrating ==========================================
  248. -- create_table(:invite_limits)
  249. -> 0.0158s
  250. -> 0 rows
  251. == 105 CreateInviteLimits: migrated (0.0161s) =================================
  252.  
  253. == 106 CreateInvites: migrating ===============================================
  254. -- create_table(:invites)
  255. -> 0.0865s
  256. -> 0 rows
  257. == 106 CreateInvites: migrated (0.0867s) ======================================
  258.  
  259. == 107 CreateWikiTables: migrating ============================================
  260. -- add_column(:features, :wiki_default_page_id, :integer)
  261. -> 0.0173s
  262. -- add_column(:features, :wiki_default_page_name, :string, {:limit=>128})
  263. -> 0.0024s
  264. -- add_column(:features, :wiki_format, :string, {:limit=>16, :default=>"mediawiki"})
  265. -> 0.0098s
  266. -> 0 rows
  267. -- create_table(:wiki_pages)
  268. -> 0.0486s
  269. -> 0 rows
  270. -- create_table(:wiki_page_revisions)
  271. -> 0.0351s
  272. -> 0 rows
  273. == 107 CreateWikiTables: migrated (0.4546s) ===================================
  274.  
  275. == 108 RemoveDomains: migrating ===============================================
  276. -- drop_table(:domains)
  277. -> 0.0200s
  278. -> 0 rows
  279. -- drop_table(:domain_activities)
  280. -> 0.0259s
  281. -> 0 rows
  282. -- drop_table(:domain_overrides)
  283. -> 0.0192s
  284. -> 0 rows
  285. -- drop_table(:domain_permissions)
  286. -> 0.0188s
  287. -> 0 rows
  288. -- drop_table(:domain_roles)
  289. -> 0.0606s
  290. -> 0 rows
  291. -- drop_table(:domain_settings)
  292. -> 0.0153s
  293. -> 0 rows
  294. -- drop_table(:domain_settings_categories)
  295. -> 0.0188s
  296. -> 0 rows
  297. -- drop_table(:domain_settings_fields)
  298. -> 0.0220s
  299. -> 0 rows
  300. -- drop_table(:domain_statistics)
  301. -> 0.0248s
  302. -> 0 rows
  303. -- drop_table(:person_domain_roles)
  304. -> 0.0286s
  305. -> 0 rows
  306. -- remove_column(:licenses, :domain_id)
  307. -> 0.0026s
  308. -> 0 rows
  309. -- remove_column(:people, :domain_id)
  310. -> 0.0019s
  311. -> 0 rows
  312. -- remove_column(:projects, :domain_id)
  313. -> 0.0020s
  314. -> 0 rows
  315. -- remove_column(:roles, :domain_id)
  316. -> 0.0010s
  317. -> 0 rows
  318. == 108 RemoveDomains: migrated (0.2705s) ======================================
  319.  
  320. == 109 RemoveSettings: migrating ==============================================
  321. -- drop_table(:project_settings)
  322. -> 0.0105s
  323. -> 0 rows
  324. -- drop_table(:project_settings_categories)
  325. -> 0.0175s
  326. -> 0 rows
  327. -- drop_table(:project_settings_fields)
  328. -> 0.0186s
  329. -> 0 rows
  330. -- drop_table(:feature_settings)
  331. -> 0.0132s
  332. -> 0 rows
  333. -- drop_table(:feature_settings_categories)
  334. -> 0.0185s
  335. -> 0 rows
  336. -- drop_table(:feature_settings_fields)
  337. -> 0.0194s
  338. -> 0 rows
  339. == 109 RemoveSettings: migrated (0.0999s) =====================================
  340.  
  341. [root@bbcqaapp01:/export/trunk/junction2] # rake db:populate --trace
  342. (in /export/trunk/junction2)
  343. ** Invoke db:populate (first_time)
  344. ** Invoke environment (first_time)
  345. ** Execute environment
  346. ** Execute db:populate
  347. Loading 001_baseline_data.rb...
  348. Loading 002_country_data.rb...
  349. Loading 003_model_projects.rb...
  350. Adding project internal_visible
  351. Adding project internal_invisible
  352. Loading 004_demo_data.rb...
  353. Creating person craigmcc
  354. Adding craigmcc as owner of network community
  355. Adding community glassfish
  356. Adding community javadesktop
  357. Adding community mobileandembedded
  358. Adding community netbeans
  359. Adding community openjdk
  360. Adding community openoffice
  361. Adding community opensolaris
  362. Loading 005_more_demo_data.rb...
  363. Adding person mehdi
  364. Adding project oasis
  365. Loading 006_relax_create_issues_permissions.rb...
  366. Loading 006_tag_suggestions.rb...
  367. Loading 007_refine_scm_activity_description.rb...
  368. Loading 008_add_delete_activity_for_downloads.rb...
  369. Adding delete download activity
  370. Adding permission for delete download activity
  371. Loading 010_default_content_repository.rb...
  372. Loading 011_project_link_categories.rb...
  373. Loading 012_add_with_navigation_flag.rb...
  374. Loading 014_change_registered_role.rb...
  375. Loading 020_correct_file_downloads_display_name.rb...
  376. Loading 028_update_default_wiki_permissions.rb...
  377. Loading 030_add_invite_data.rb...
  378. Loading 031_add_forum_demo_data.rb...
  379. Creating person Denise Richards
  380. Creating person Mick Jagger
  381. Creating person Scarlett Johansson
  382. Creating person Andy Samberg
  383. ## there was a problem saving Andy Samberg
  384. --- &id001 !ruby/object:Person
  385. attributes:
  386. forum_last_post_at:
  387. email_address_lower:
  388. member_since: 2008-03-25 18:40:08.977743 +00:00
  389. email_address: andy.samberg@sun.com
  390. forum_post_count: 0
  391. language_id: 1
  392. salt: !str 55320.3663744549774345
  393. hashed_password: 366dcf42c1a09c9ddc1794df5510c6a631dba6ac
  394. show_first_name: true
  395. show_geo_coordinates: false
  396. show_email_address: false
  397. show_last_name: true
  398. show_member_since: true
  399. created_at:
  400. country_id: 1
  401. forum_format: bbcode
  402. reset_password: false
  403. last_name: Samberg
  404. show_pic: false
  405. show_country: true
  406. path_to_pic:
  407. username: andysamberg
  408. active: true
  409. updated_at:
  410. show_language: true
  411. latitude:
  412. first_name: Andy
  413. image_id:
  414. remote_id:
  415. longitude:
  416. errors: !ruby/object:ActiveRecord::Errors
  417. errors:
  418. base:
  419. - 'DUPLICATE_USERNAME: Username already exists in registry.'
  420. base: *id001
  421. language: !ruby/object:Language
  422. attributes:
  423. updated_at: 2008-03-25 11:39:43.146937
  424. display_name: English
  425. name: en
  426. id: !str 1
  427. description:
  428. created_at: 2008-03-25 11:39:43.146937
  429. attributes_cache: {}
  430. country: !ruby/object:Country
  431. attributes:
  432. updated_at: 2008-03-25 11:39:45.674085
  433. display_name: United States
  434. name: US
  435. id: !str 1
  436. description:
  437. created_at: 2008-03-25 11:39:45.674085
  438. attributes_cache: {}
  439. password: password
  440. attributes_cache: {}
  441. new_record: true
  442. password_confirmation: password
  443. Creating person Jim Parkinson
  444. ## there was a problem saving Jim Parkinson
  445. --- &id001 !ruby/object:Person
  446. attributes:
  447. forum_last_post_at:
  448. email_address_lower:
  449. member_since: 2008-03-25 18:40:08.977743 +00:00
  450. email_address: jim.parkinson@sun.com
  451. forum_post_count: 0
  452. language_id: 1
  453. salt: !str 55380.47580594880999105
  454. hashed_password: 3306214886d2b9fb4accb5157cf936f05636d12e
  455. show_first_name: true
  456. show_geo_coordinates: false
  457. show_email_address: false
  458. show_last_name: true
  459. show_member_since: true
  460. created_at:
  461. country_id: 1
  462. forum_format: bbcode
  463. reset_password: false
  464. last_name: Parkinson
  465. show_pic: false
  466. show_country: true
  467. path_to_pic:
  468. username: jimparkinson
  469. active: true
  470. updated_at:
  471. show_language: true
  472. latitude:
  473. first_name: Jim
  474. image_id:
  475. remote_id:
  476. longitude:
  477. errors: !ruby/object:ActiveRecord::Errors
  478. errors:
  479. base:
  480. - 'DUPLICATE_USERNAME: Username already exists in registry.'
  481. base: *id001
  482. language: !ruby/object:Language
  483. attributes:
  484. updated_at: 2008-03-25 11:39:43.146937
  485. display_name: English
  486. name: en
  487. id: !str 1
  488. description:
  489. created_at: 2008-03-25 11:39:43.146937
  490. attributes_cache: {}
  491. country: !ruby/object:Country
  492. attributes:
  493. updated_at: 2008-03-25 11:39:45.674085
  494. display_name: United States
  495. name: US
  496. id: !str 1
  497. description:
  498. created_at: 2008-03-25 11:39:45.674085
  499. attributes_cache: {}
  500. password: password
  501. attributes_cache: {}
  502. new_record: true
  503. password_confirmation: password
  504. Creating person Octavian Tanase
  505. ## there was a problem saving Octavian Tanase
  506. --- &id001 !ruby/object:Person
  507. attributes:
  508. forum_last_post_at:
  509. email_address_lower:
  510. member_since: 2008-03-25 18:40:08.977743 +00:00
  511. email_address: octavian.tanase@sun.com
  512. forum_post_count: 0
  513. language_id: 1
  514. salt: !str 55440.4972058900958991
  515. hashed_password: d55df18adc6396477368f5a53c6c30057f7a30f0
  516. show_first_name: true
  517. show_geo_coordinates: false
  518. show_email_address: false
  519. show_last_name: true
  520. show_member_since: true
  521. created_at:
  522. country_id: 1
  523. forum_format: bbcode
  524. reset_password: false
  525. last_name: Tanase
  526. show_pic: false
  527. show_country: true
  528. path_to_pic:
  529. username: octaviantanase
  530. active: true
  531. updated_at:
  532. show_language: true
  533. latitude:
  534. first_name: Octavian
  535. image_id:
  536. remote_id:
  537. longitude:
  538. errors: !ruby/object:ActiveRecord::Errors
  539. errors:
  540. base:
  541. - 'DUPLICATE_USERNAME: Username already exists in registry.'
  542. base: *id001
  543. language: !ruby/object:Language
  544. attributes:
  545. updated_at: 2008-03-25 11:39:43.146937
  546. display_name: English
  547. name: en
  548. id: !str 1
  549. description:
  550. created_at: 2008-03-25 11:39:43.146937
  551. attributes_cache: {}
  552. country: !ruby/object:Country
  553. attributes:
  554. updated_at: 2008-03-25 11:39:45.674085
  555. display_name: United States
  556. name: US
  557. id: !str 1
  558. description:
  559. created_at: 2008-03-25 11:39:45.674085
  560. attributes_cache: {}
  561. password: password
  562. attributes_cache: {}
  563. new_record: true
  564. password_confirmation: password
  565. Creating person Fernando Castano
  566. ## there was a problem saving Fernando Castano
  567. --- &id001 !ruby/object:Person
  568. attributes:
  569. forum_last_post_at:
  570. email_address_lower:
  571. member_since: 2008-03-25 18:40:08.977743 +00:00
  572. email_address: fernando.castano@sun.com
  573. forum_post_count: 0
  574. language_id: 1
  575. salt: !str 55500.08730939391262671
  576. hashed_password: 0ebf70872d334102cc0653966fc229610bd6146f
  577. show_first_name: true
  578. show_geo_coordinates: false
  579. show_email_address: false
  580. show_last_name: true
  581. show_member_since: true
  582. created_at:
  583. country_id: 1
  584. forum_format: bbcode
  585. reset_password: false
  586. last_name: Castano
  587. show_pic: false
  588. show_country: true
  589. path_to_pic:
  590. username: fernandocastano
  591. active: true
  592. updated_at:
  593. show_language: true
  594. latitude:
  595. first_name: Fernando
  596. image_id:
  597. remote_id:
  598. longitude:
  599. errors: !ruby/object:ActiveRecord::Errors
  600. errors:
  601. base:
  602. - 'DUPLICATE_USERNAME: Username already exists in registry.'
  603. base: *id001
  604. language: !ruby/object:Language
  605. attributes:
  606. updated_at: 2008-03-25 11:39:43.146937
  607. display_name: English
  608. name: en
  609. id: !str 1
  610. description:
  611. created_at: 2008-03-25 11:39:43.146937
  612. attributes_cache: {}
  613. country: !ruby/object:Country
  614. attributes:
  615. updated_at: 2008-03-25 11:39:45.674085
  616. display_name: United States
  617. name: US
  618. id: !str 1
  619. description:
  620. created_at: 2008-03-25 11:39:45.674085
  621. attributes_cache: {}
  622. password: password
  623. attributes_cache: {}
  624. new_record: true
  625. password_confirmation: password
  626. Creating person Jim Berney
  627. ## there was a problem saving Jim Berney
  628. --- &id001 !ruby/object:Person
  629. attributes:
  630. forum_last_post_at:
  631. email_address_lower:
  632. member_since: 2008-03-25 18:40:08.977743 +00:00
  633. email_address: jim.berney@sun.com
  634. forum_post_count: 0
  635. language_id: 1
  636. salt: !str 55560.048227365596935856
  637. hashed_password: 490136603f7682f1fe4e55b4b02270750f201e9e
  638. show_first_name: true
  639. show_geo_coordinates: false
  640. show_email_address: false
  641. show_last_name: true
  642. show_member_since: true
  643. created_at:
  644. country_id: 1
  645. forum_format: bbcode
  646. reset_password: false
  647. last_name: Berney
  648. show_pic: false
  649. show_country: true
  650. path_to_pic:
  651. username: jimberney
  652. active: true
  653. updated_at:
  654. show_language: true
  655. latitude:
  656. first_name: Jim
  657. image_id:
  658. remote_id:
  659. longitude:
  660. errors: !ruby/object:ActiveRecord::Errors
  661. errors:
  662. base:
  663. - 'DUPLICATE_USERNAME: Username already exists in registry.'
  664. base: *id001
  665. language: !ruby/object:Language
  666. attributes:
  667. updated_at: 2008-03-25 11:39:43.146937
  668. display_name: English
  669. name: en
  670. id: !str 1
  671. description:
  672. created_at: 2008-03-25 11:39:43.146937
  673. attributes_cache: {}
  674. country: !ruby/object:Country
  675. attributes:
  676. updated_at: 2008-03-25 11:39:45.674085
  677. display_name: United States
  678. name: US
  679. id: !str 1
  680. description:
  681. created_at: 2008-03-25 11:39:45.674085
  682. attributes_cache: {}
  683. password: password
  684. attributes_cache: {}
  685. new_record: true
  686. password_confirmation: password
  687. Creating person Srikanth Ramakrishna
  688. ## there was a problem saving Srikanth Ramakrishna
  689. --- &id001 !ruby/object:Person
  690. attributes:
  691. forum_last_post_at:
  692. email_address_lower:
  693. member_since: 2008-03-25 18:40:08.977743 +00:00
  694. email_address: srikanth.ramakrishna@sun.com
  695. forum_post_count: 0
  696. language_id: 1
  697. salt: !str 55620.07088346078877161
  698. hashed_password: 1dba8e9aba3d18ba5d2079423d98ad888b8431b3
  699. show_first_name: true
  700. show_geo_coordinates: false
  701. show_email_address: false
  702. show_last_name: true
  703. show_member_since: true
  704. created_at:
  705. country_id: 1
  706. forum_format: bbcode
  707. reset_password: false
  708. last_name: Ramakrishna
  709. show_pic: false
  710. show_country: true
  711. path_to_pic:
  712. username: srikanthramakrishna
  713. active: true
  714. updated_at:
  715. show_language: true
  716. latitude:
  717. first_name: Srikanth
  718. image_id:
  719. remote_id:
  720. longitude:
  721. errors: !ruby/object:ActiveRecord::Errors
  722. errors:
  723. base:
  724. - 'DUPLICATE_USERNAME: Username already exists in registry.'
  725. base: *id001
  726. language: !ruby/object:Language
  727. attributes:
  728. updated_at: 2008-03-25 11:39:43.146937
  729. display_name: English
  730. name: en
  731. id: !str 1
  732. description:
  733. created_at: 2008-03-25 11:39:43.146937
  734. attributes_cache: {}
  735. country: !ruby/object:Country
  736. attributes:
  737. updated_at: 2008-03-25 11:39:45.674085
  738. display_name: United States
  739. name: US
  740. id: !str 1
  741. description:
  742. created_at: 2008-03-25 11:39:45.674085
  743. attributes_cache: {}
  744. password: password
  745. attributes_cache: {}
  746. new_record: true
  747. password_confirmation: password
  748. Creating person Richard Green
  749. ## there was a problem saving Richard Green
  750. --- &id001 !ruby/object:Person
  751. attributes:
  752. forum_last_post_at:
  753. email_address_lower:
  754. member_since: 2008-03-25 18:40:08.977743 +00:00
  755. email_address: richard.green@sun.com
  756. forum_post_count: 0
  757. language_id: 1
  758. salt: !str 55680.5700467583450441
  759. hashed_password: 6cba0a63b1e171db5a1ee7485f1cff336992f959
  760. show_first_name: true
  761. show_geo_coordinates: false
  762. show_email_address: false
  763. show_last_name: true
  764. show_member_since: true
  765. created_at:
  766. country_id: 1
  767. forum_format: bbcode
  768. reset_password: false
  769. last_name: Green
  770. show_pic: false
  771. show_country: true
  772. path_to_pic:
  773. username: richardgreen
  774. active: true
  775. updated_at:
  776. show_language: true
  777. latitude:
  778. first_name: Richard
  779. image_id:
  780. remote_id:
  781. longitude:
  782. errors: !ruby/object:ActiveRecord::Errors
  783. errors:
  784. base:
  785. - 'DUPLICATE_USERNAME: Username already exists in registry.'
  786. base: *id001
  787. language: !ruby/object:Language
  788. attributes:
  789. updated_at: 2008-03-25 11:39:43.146937
  790. display_name: English
  791. name: en
  792. id: !str 1
  793. description:
  794. created_at: 2008-03-25 11:39:43.146937
  795. attributes_cache: {}
  796. country: !ruby/object:Country
  797. attributes:
  798. updated_at: 2008-03-25 11:39:45.674085
  799. display_name: United States
  800. name: US
  801. id: !str 1
  802. description:
  803. created_at: 2008-03-25 11:39:45.674085
  804. attributes_cache: {}
  805. password: password
  806. attributes_cache: {}
  807. new_record: true
  808. password_confirmation: password
  809. TOPIC: Glassfish server startup
  810. ... creating a post
  811. ... creating a post
  812. ... creating a post
  813. TOPIC: How to indcrementally publish
  814. ... creating a post
  815. ... creating a post
  816. TOPIC: Eclipse GlassFish Install problem
  817. ... creating a post
  818. done with User Forum
  819. TOPIC: Web application symbolic links not recognized or followed
  820. ... creating a post
  821. ... creating a post
  822. ... creating a post
  823. TOPIC: Deploying Spring Application in GlassFish
  824. ... creating a post
  825. ... creating a post
  826. ... creating a post
  827. ... creating a post
  828. ... creating a post
  829. TOPIC: glass fish slow startup
  830. ... creating a post
  831. ... creating a post
  832. TOPIC: Load Balancing Glassfish W/SJSWS 6.1
  833. ... creating a post
  834. TOPIC: Form based login anomalty
  835. ... creating a post
  836. TOPIC: Setup of Glassfish Email to use remote server and Port
  837. ... creating a post
  838. done with Developer Forum
  839. TOPIC: Inserting images constant pixel widths
  840. ... creating a post
  841. ... creating a post
  842. TOPIC: Page numbers in header
  843. ... creating a post
  844. ... creating a post
  845. ... creating a post
  846. done with User Forum
  847. TOPIC: OpenOffice network install
  848. ... creating a post
  849. ... creating a post
  850. ... creating a post
  851. TOPIC: Desktop shortcut.....
  852. ... creating a post
  853. ... creating a post
  854. ... creating a post
  855. done with Developer Forum
  856. [root@bbcqaapp01:/export/trunk/junction2] #
Add Comment
Please, Sign In to add comment