Guest User

Untitled

a guest
Jan 17th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.06 KB | None | 0 0
  1. rails server -e production
  2.  
  3. production:
  4. adapter: mysql2
  5. encoding: utf8
  6. database: <%= ENV['XEROUND_DATABASE_NAME'] %>
  7. username: <%= ENV['XEROUND_DATABASE_USERNAME'] %>
  8. password: <%= ENV['XEROUND_DATABASE_PASSWORD'] %>
  9. host: <%= ENV['XEROUND_DATABASE_HOST'] %>
  10. port: <%= ENV['XEROUND_DATABASE_PORT'] %>
  11.  
  12. git push heroku master
  13. Counting objects: 15, done.
  14. Delta compression using up to 4 threads.
  15. Compressing objects: 100% (10/10), done.
  16. Writing objects: 100% (10/10), 1.19 KiB, done.
  17. Total 10 (delta 7), reused 0 (delta 0)
  18.  
  19. -----> Heroku receiving push
  20. -----> Ruby/Rails app detected
  21. -----> Installing dependencies using Bundler version 1.2.1
  22. Running: bundle install --without development:test --path vendor/bundle - -binstubs bin/
  23. Fetching gem metadata from ....rubygems.org/.........
  24. Using rake (0.9.2.2)
  25. Using i18n (0.6.1)
  26. Using multi_json (1.3.6)
  27. Using activesupport (3.2.1)
  28. Using builder (3.0.3)
  29. Using activemodel (3.2.1)
  30. Using erubis (2.7.0)
  31. Using journey (1.0.4)
  32. Using rack (1.4.1)
  33. Using rack-cache (1.2)
  34. Using rack-test (0.6.2)
  35. Using hike (1.2.1)
  36. Using tilt (1.3.3)
  37. Using sprockets (2.1.3)
  38. Using actionpack (3.2.1)
  39. Using mime-types (1.19)
  40. Using polyglot (0.3.3)
  41. Using treetop (1.4.10)
  42. Using mail (2.4.4)
  43. Using actionmailer (3.2.1)
  44. Using arel (3.0.2)
  45. Using tzinfo (0.3.33)
  46. Using activerecord (3.2.1)
  47. Using mysql2 (0.3.11)
  48. Using activerecord-mysql2-adapter (0.0.3)
  49. Using activeresource (3.2.1)
  50. Using bundler (1.2.1)
  51. Using coffee-script-source (1.3.3)
  52. Using execjs (1.4.0)
  53. Using coffee-script (2.2.0)
  54. Using rack-ssl (1.3.2)
  55. Using json (1.7.5)
  56. Using rdoc (3.12)
  57. Using thor (0.14.6)
  58. Using railties (3.2.1)
  59. Using coffee-rails (3.2.2)
  60. Using jquery-rails (2.1.3)
  61. Using rails (3.2.1)
  62. Using sass (3.2.1)
  63. Using sass-rails (3.2.5)
  64. Using uglifier (1.3.0)
  65. Your bundle is complete! It was installed into ./vendor/bundle
  66. Cleaning up the bundler cache.
  67. -----> Writing config/database.yml to read from DATABASE_URL
  68. -----> Preparing app for Rails asset pipeline
  69. Detected manifest.yml, assuming assets were compiled locally
  70. -----> Rails plugin injection
  71. Injecting rails_log_stdout
  72. Injecting rails3_serve_static_assets
  73. -----> Discovering process types
  74. Procfile declares types -> (none)
  75. Default types for Ruby/Rails -> console, rake, web, worker
  76. -----> Compiled slug size: 8.7MB
  77. -----> Launching... done, v18
  78. ....shielded-brushlands-3293.herokuapp.com deployed to Heroku
  79.  
  80. To git@heroku.com:shielded-brushlands-3293.git
  81. 73c5cb6..c391a47 master -> master
  82.  
  83. 2012-09-30T00:58:10+00:00 app[web.1]: => Booting WEBrick
  84. 2012-09-30T00:58:10+00:00 app[web.1]: => Rails 3.2.1 application starting in production on ...0.0.0.0:6832
  85. 2012-09-30T00:58:10+00:00 app[web.1]: => Call with -d to detach
  86. 2012-09-30T00:58:10+00:00 app[web.1]: => Ctrl-C to shutdown server
  87. 2012-09-30T00:58:10+00:00 app[web.1]: Started GET "/" for 76.87.97.210 at 2012-09-30 00:58:10 +0000
  88. 2012-09-30T00:58:15+00:00 heroku[router]: GET shielded-brushlands-3293.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=4529ms status=500 bytes=643
  89. 2012-09-30T00:58:15+00:00 app[web.1]: ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
  90. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract/connection_specification.rb:142:in `connection'
  91. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  92. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/rack/logger.rb:26:in `call_app'
  93. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  94. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:66:in `call!'
  95. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/callbacks.rb:81:in `run_callbacks'
  96. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/rack/logger.rb:16:in `call'
  97. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
  98. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call'
  99. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  100. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/rack/log_tailer.rb:14:in `call'
  101. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/request_id.rb:22:in `call'
  102. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/static.rb:53:in `call'
  103. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  104. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward'
  105. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service'
  106. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
  107. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  108. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
  109. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:245:in `fetch'
  110. 2012-09-30T00:58:15+00:00 app[web.1]: /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
  111. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  112. 2012-09-30T00:58:15+00:00 app[web.1]:
  113. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/engine.rb:479:in `call'
  114. 2012-09-30T00:58:15+00:00 app[web.1]: /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
  115. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/query_cache.rb:67:in `rescue in call'
  116. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:374:in `retrieve_connection'
  117. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call'
  118. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:185:in `lookup'
  119. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/railties-3.2.1/lib/rails/application.rb:220:in `call'
  120. 2012-09-30T00:58:15+00:00 app[web.1]: cache: [GET /] miss
  121. 2012-09-30T00:58:15+00:00 app[web.1]:
  122. 2012-09-30T00:58:15+00:00 app[web.1]:
  123. 2012-09-30T00:58:15+00:00 app[web.1]: /usr/local/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
  124. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract/connection_specification.rb:168:in `retrieve_connection'
  125. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/query_cache.rb:61:in `call'
  126. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
  127. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.1/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  128. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/callbacks.rb:405:in `_run__2306900267479677068__call__3522025195442796026__callbacks'
  129. 2012-09-30T00:58:15+00:00 app[web.1]: vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/callbacks.rb:405:in `__run_callback'
  130. 2012-09-30T00:58:15+00:00 heroku[router]: GET shielded-brushlands-3293.herokuapp.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=17ms status=200 bytes=0
  131. 2012-09-30T00:58:15+00:00 app[web.1]: cache: [GET /favicon.ico] miss, store
  132.  
  133. GEM
  134. remote: ....rubygems.org/
  135. specs:
  136. actionmailer (3.2.1)
  137. actionpack (= 3.2.1)
  138. mail (~> 2.4.0)
  139. actionpack (3.2.1)
  140. activemodel (= 3.2.1)
  141. activesupport (= 3.2.1)
  142. builder (~> 3.0.0)
  143. erubis (~> 2.7.0)
  144. journey (~> 1.0.1)
  145. rack (~> 1.4.0)
  146. rack-cache (~> 1.1)
  147. rack-test (~> 0.6.1)
  148. sprockets (~> 2.1.2)
  149. activemodel (3.2.1)
  150. activesupport (= 3.2.1)
  151. builder (~> 3.0.0)
  152. activerecord (3.2.1)
  153. activemodel (= 3.2.1)
  154. activesupport (= 3.2.1)
  155. arel (~> 3.0.0)
  156. tzinfo (~> 0.3.29)
  157. activerecord-mysql2-adapter (0.0.3)
  158. mysql2
  159. activeresource (3.2.1)
  160. activemodel (= 3.2.1)
  161. activesupport (= 3.2.1)
  162. activesupport (3.2.1)
  163. i18n (~> 0.6)
  164. multi_json (~> 1.0)
  165. arel (3.0.2)
  166. builder (3.0.0)
  167. coffee-rails (3.2.2)
  168. coffee-script (>= 2.2.0)
  169. railties (~> 3.2.0)
  170. coffee-script (2.2.0)
  171. coffee-script-source
  172. execjs
  173. coffee-script-source (1.3.3)
  174. erubis (2.7.0)
  175. execjs (1.4.0)
  176. multi_json (~> 1.0)
  177. hike (1.2.1)
  178. i18n (0.6.0)
  179. journey (1.0.4)
  180. jquery-rails (2.1.1)
  181. railties (>= 3.1.0, < 5.0)
  182. thor (~> 0.14)
  183. json (1.7.5)
  184. mail (2.4.4)
  185. i18n (>= 0.4.0)
  186. mime-types (~> 1.16)
  187. treetop (~> 1.4.8)
  188. mime-types (1.19)
  189. multi_json (1.3.6)
  190. mysql2 (0.3.11)
  191. polyglot (0.3.3)
  192. rack (1.4.1)
  193. rack-cache (1.2)
  194. rack (>= 0.4)
  195. rack-ssl (1.3.2)
  196. rack
  197. rack-test (0.6.1)
  198. rack (>= 1.0)
  199. rails (3.2.1)
  200. actionmailer (= 3.2.1)
  201. actionpack (= 3.2.1)
  202. activerecord (= 3.2.1)
  203. activeresource (= 3.2.1)
  204. activesupport (= 3.2.1)
  205. bundler (~> 1.0)
  206. railties (= 3.2.1)
  207. railties (3.2.1)
  208. actionpack (= 3.2.1)
  209. activesupport (= 3.2.1)
  210. rack-ssl (~> 1.3.2)
  211. rake (>= 0.8.7)
  212. rdoc (~> 3.4)
  213. thor (~> 0.14.6)
  214. rake (0.9.2.2)
  215. rdoc (3.12)
  216. json (~> 1.4)
  217. sass (3.2.1)
  218. sass-rails (3.2.5)
  219. railties (~> 3.2.0)
  220. sass (>= 3.1.10)
  221. tilt (~> 1.3)
  222. sprockets (2.1.3)
  223. hike (~> 1.2)
  224. rack (~> 1.0)
  225. tilt (~> 1.1, != 1.3.0)
  226. thor (0.14.6)
  227. tilt (1.3.3)
  228. treetop (1.4.10)
  229. polyglot
  230. polyglot (>= 0.3.1)
  231. tzinfo (0.3.33)
  232. uglifier (1.2.7)
  233. execjs (>= 0.3.0)
  234. multi_json (~> 1.3)
  235.  
  236. PLATFORMS
  237. ruby
  238.  
  239. DEPENDENCIES
  240. activerecord-mysql2-adapter
  241. coffee-rails (~> 3.2.1)
  242. jquery-rails
  243. mysql2
  244. rails (= 3.2.1)
  245. sass-rails (~> 3.2.3)
  246. uglifier (>= 1.0.3)
  247.  
  248. heroku config
  249. ! autoupdate in progress
  250. === shielded-brushlands-3293 Config Vars
  251. DATABASE_URL: postgres://hvsosprakvuedm:v5QU211mYByXbBIdAxa3s4oMff@ec2-107-20-195-105.compute-1.amazonaws.com:5432/dehgili4ph7ih7
  252. GEM_PATH: vendor/bundle/ruby/1.9.1
  253. LANG: en_US.UTF-8
  254. PATH: bin:vendor/bundle/ruby/1.9.1/bin:/usr/local/bin:/usr/bin:/bin
  255. RACK_ENV: production
  256. RAILS_ENV: production
  257. XEROUND_DATABASE_ADAPTER: mysql
  258. XEROUND_DATABASE_FAILOVER_ADAPTER: mysql
  259. XEROUND_DATABASE_FAILOVER_HOST: instance27464.db.xeround.com.
  260. XEROUND_DATABASE_FAILOVER_NAME: app7912272
  261. XEROUND_DATABASE_FAILOVER_PASSWORD: xxxxx
  262. XEROUND_DATABASE_FAILOVER_PORT: 16304
  263. XEROUND_DATABASE_FAILOVER_URL: mysql://app7912272:xxxx@instance27464.db.xeround.com.:16304/app7912272
  264. XEROUND_DATABASE_FAILOVER_USERNAME: app7912272
  265. XEROUND_DATABASE_HOST: instance27464.db.xeround.com.
  266. XEROUND_DATABASE_INTERNAL_ADAPTER: mysql
  267. XEROUND_DATABASE_INTERNAL_HOST: int.instance27464.db.xeround.com.
  268. XEROUND_DATABASE_INTERNAL_NAME: app7912272
  269. XEROUND_DATABASE_INTERNAL_PASSWORD: xxxxx
  270. XEROUND_DATABASE_INTERNAL_PORT: 16304
  271. XEROUND_DATABASE_INTERNAL_URL: mysql://app7912272:xxxx@int.instance27464.db.xeround.com.:16304/app7912272
  272. XEROUND_DATABASE_INTERNAL_USERNAME: app7912272
  273. XEROUND_DATABASE_NAME: app7912272
  274. XEROUND_DATABASE_PASSWORD: xxxxx
  275. XEROUND_DATABASE_PORT: 16304
  276. XEROUND_DATABASE_URL: mysql://app7912272:xxxx@instance27464.db.xeround.com.:16304/app7912272
  277. XEROUND_DATABASE_USERNAME: app7912272
  278.  
  279. heroku config:add DATABASE_URL=mysql://app7912272:xxxx@instance27464.db.xeround.com.:16304/app7912272
  280. Setting config vars and restarting shielded-brushlands-3293... !
  281. Autoupdate in progress
  282. done, v20
  283. DATABASE_URL: mysql://app7912272:XXXX@instance27464.db.xeround.com.:16304/app7912272
  284.  
  285. heroku config:add DATABASE_URL=mysql://app7912272:xxxx@int.instance27464.db.xeround.com.:16304/app7912272
  286.  
  287. heroku config:add XEROUND_DATABASE_ADAPTER=mysql2
  288. heroku config:add XEROUND_DATABASE_FAILOVER_ADAPTER=mysql2
  289. herokU config:add XEROUND_DATABASE_INTERNAL_ADAPTER=mysql2
  290.  
  291. Each of the URLs contains a string of the following syntax:
  292.  
  293. mysql://username:password@host:port/database
  294.  
  295. The parts out of which the URLs are made of are also set for your convenience in the following environment variables:
  296.  
  297. XEROUND_DATABASE_ADAPTER
  298. XEROUND_DATABASE_USERNAME
  299. XEROUND_DATABASE_PASSWORD
  300. XEROUND_DATABASE_HOST
  301. XEROUND_DATABASE_PORT
  302. XEROUND_DATABASE_NAME
  303.  
  304. XEROUND_DATABASE_INTERNAL_ADAPTER
  305. XEROUND_DATABASE_INTERNAL_USERNAME
  306. XEROUND_DATABASE_INTERNAL_PASSWORD
  307. XEROUND_DATABASE_INTERNAL_HOST
  308. XEROUND_DATABASE_INTERNAL_PORT
  309. XEROUND_DATABASE_INTERNAL_NAME
  310.  
  311. heroku config:add DATABASE_URL=mysql2://app7912272:xxxx@instance27464.db.xeround.com.:16304/app7912272
  312. heroku config:add XEROUND_DATABASE_URL=mysql2://app7912272:xxxxxx@instance27464.db.xeround.com.:16304/app7912272
  313. heroku config:add XEROUND_DATABASE_FAILOVER_URL=mysql2://app7912272:xxxxxx@instance27464.db.xeround.com.:16304/app7912272
  314. herokU config:add XEROUND_DATABASE_INTERNAL_URL=mysql2://app7912272:xxxxxx@instance27464.db.xeround.com.:16304/app7912272
  315.  
  316. heroku config
  317. ! autoupdate in progress
  318. === shielded-brushlands-3293 Config Vars
  319. DATABASE_URL: mysql2://app7912272:xxxx@instance27464.db.xeround.com.:16304/app7912272
  320. GEM_PATH: vendor/bundle/ruby/1.9.1
  321. LANG: en_US.UTF-8
  322. PATH: bin:vendor/bundle/ruby/1.9.1/bin:/usr/local bin:/usr/bin:/bin
  323. RACK_ENV: production
  324. RAILS_ENV: production
  325. XEROUND_DATABASE_ADAPTER: mysql2
  326. XEROUND_DATABASE_FAILOVER_ADAPTER: mysql2
  327. XEROUND_DATABASE_FAILOVER_HOST: instance27464.db.xeround.com.
  328. XEROUND_DATABASE_FAILOVER_NAME: app7912272
  329. XEROUND_DATABASE_FAILOVER_PASSWORD: xxxx
  330. XEROUND_DATABASE_FAILOVER_PORT: 16304
  331. XEROUND_DATABASE_FAILOVER_URL: mysql2://app7912272:xxxx@instance27464.db.xeround.com.:16304/app7912272
  332. XEROUND_DATABASE_FAILOVER_USERNAME: app7912272
  333. XEROUND_DATABASE_HOST: instance27464.db.xeround.com.
  334. XEROUND_DATABASE_INTERNAL_ADAPTER: mysql2
  335. XEROUND_DATABASE_INTERNAL_HOST: int.instance27464.db.xeround.com.
  336. XEROUND_DATABASE_INTERNAL_NAME: app7912272
  337. XEROUND_DATABASE_INTERNAL_PASSWORD: xxxx
  338. XEROUND_DATABASE_INTERNAL_PORT: 16304
  339. XEROUND_DATABASE_INTERNAL_URL: mysql2://app7912272:xxxx@instance27464.db.xeround.com.:16304/app7912272
  340. XEROUND_DATABASE_INTERNAL_USERNAME: app7912272
  341. XEROUND_DATABASE_NAME: app7912272
  342. XEROUND_DATABASE_PASSWORD: xxxx
  343. XEROUND_DATABASE_PORT: 16304
  344. XEROUND_DATABASE_URL: mysql2://app7912272:xxxx@instance27464.db.xeround.com.:16304/app7912272
  345. XEROUND_DATABASE_USERNAME: app7912272
Add Comment
Please, Sign In to add comment