keith_shannon

puppet error

Aug 29th, 2016
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. Error: Could not request certificate: Error 500 on SERVER: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <meta name="generator" content="Phusion Passenger">
  6. <title>Ruby (Rack) application could not be started</title>
  7. <style type="text/css">
  8. body {
  9. font-family: Verdana, 'Bitstream Vera Sans', Arial, Sans-Serif;
  10. font-size: 10pt;
  11. background: white;
  12. color: #222222;
  13. margin: 0;
  14. padding-top: 3em;
  15. padding-bottom: 3em;
  16. padding-left: 4.5em;
  17. padding-right: 4.5em;
  18. }
  19.  
  20. h1 {
  21. font-size: 17pt;
  22. font-weight: medium;
  23. color: #533e72;
  24. border-bottom: 1px solid #533e72;
  25. }
  26.  
  27. h1.title {
  28. margin-top: 0;
  29. }
  30.  
  31. h1.error_title {
  32. color: red;
  33. border-bottom: 1px solid red;
  34. }
  35.  
  36. a {
  37. text-decoration: none;
  38. }
  39.  
  40. a:hover {
  41. text-decoration: underline;
  42. }
  43.  
  44. dt {
  45. font-weight: bold;
  46. color: #280050;
  47. }
  48.  
  49. dd {
  50. margin-top: 0.5em;
  51. margin-bottom: 1em;
  52. }
  53.  
  54. .commands {
  55. border: 1px solid #b594e7;
  56. background: #ddc6ff;
  57. padding: 0.5em;
  58. margin: 0.5em;
  59. font-family: 'Bitstream Vera Sans Mono', 'Courier New', Monospace;
  60. }
  61.  
  62. table.backtrace th {
  63. background: #8470a6;
  64. color: white;
  65. }
  66.  
  67. table.backtrace th,
  68. table.backtrace td {
  69. padding: 0.2em;
  70. padding-left: 0.4em;
  71. padding-right: 0.4em;
  72. }
  73.  
  74. table.backtrace tr td {
  75. background: #ecdfff;
  76. }
  77.  
  78. table.backtrace tr.even td {
  79. background: #f7f2ff;
  80. }
  81.  
  82. table.backtrace td.index {
  83. font-weight: bold;
  84. }
  85.  
  86. #site_footer {
  87. border-top: solid 1px black;
  88. margin-top: 1em;
  89. padding-top: 1em;
  90. font-size: small;
  91. color: #777777;
  92. }
  93.  
  94. #site_footer a {
  95. color: #65498e;
  96. }
  97.  
  98. #site_footer a:hover {
  99. color: #9681d9;
  100. }
  101.  
  102. #site_header .corporate_identity {
  103. display: none;
  104. }
  105.  
  106. </style>
  107. <link rel="stylesheet" type="text/css" href="http://www.modrails.com/error_pages/1.0/error_page.css">
  108. </head>
  109.  
  110. <body>
  111.  
  112. <div id="site_container">
  113. <div id="site_header">
  114. <ul class="corporate_identity">
  115. <li class="logo"><a href="https://www.phusionpassenger.com"><span>Phusion Passenger</span></a></li>
  116. </ul>
  117. </div>
  118. <div id="site_body">
  119.  
  120. <h1 class="error_title">Ruby (Rack) application could not be started</h1>
  121. <div id="content">
  122.  
  123. The application has exited during startup (i.e. during the evaluation of
  124. <tt>config/environment.rb</tt>).
  125.  
  126. The error message can be found below. To solve this problem, please
  127. follow any instructions in the error message.
  128.  
  129.  
  130. <dl>
  131.  
  132. <dt>Error message:</dt>
  133. <dd>Could not retrieve kernel: private method `split' called for nil:NilClass
  134. </dd>
  135.  
  136.  
  137. <dt>Application root:</dt>
  138. <dd>
  139. <tt class="filename">/etc/puppet/rack</tt>
  140. </dd>
  141.  
  142. <dt>Backtrace:</dt>
  143. <dd>
  144.  
  145. <table class="backtrace">
  146. <tr class="headers">
  147. <th>#</th>
  148. <th>File</th>
  149. <th>Line</th>
  150. <th>Location</th>
  151. </tr>
  152.  
  153. <tr class="backtrace_line framework uneven">
  154. <td class="index">0</td>
  155. <td class="filename">/usr/lib/ruby/site_ruby/1.8/puppet/util.rb</td>
  156. <td class="line">493</td>
  157. <td class="location">in `exit'</td>
  158. </tr>
  159.  
  160. <tr class="backtrace_line framework even">
  161. <td class="index">1</td>
  162. <td class="filename">/usr/lib/ruby/site_ruby/1.8/puppet/util.rb</td>
  163. <td class="line">493</td>
  164. <td class="location">in `exit_on_fail'</td>
  165. </tr>
  166.  
  167. <tr class="backtrace_line framework uneven">
  168. <td class="index">2</td>
  169. <td class="filename">/usr/lib/ruby/site_ruby/1.8/puppet/application.rb</td>
  170. <td class="line">371</td>
  171. <td class="location">in `run'</td>
  172. </tr>
  173.  
  174. <tr class="backtrace_line framework even">
  175. <td class="index">3</td>
  176. <td class="filename">/usr/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb</td>
  177. <td class="line">137</td>
  178. <td class="location">in `run'</td>
  179. </tr>
  180.  
  181. <tr class="backtrace_line framework uneven">
  182. <td class="index">4</td>
  183. <td class="filename">/usr/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb</td>
  184. <td class="line">91</td>
  185. <td class="location">in `execute'</td>
  186. </tr>
  187.  
  188. <tr class="backtrace_line framework even">
  189. <td class="index">5</td>
  190. <td class="filename">config.ru</td>
  191. <td class="line">35</td>
  192. <td class="location"></td>
  193. </tr>
  194.  
  195. <tr class="backtrace_line framework uneven">
  196. <td class="index">6</td>
  197. <td class="filename">/usr/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/builder.rb</td>
  198. <td class="line">46</td>
  199. <td class="location">in `instance_eval'</td>
  200. </tr>
  201.  
  202. <tr class="backtrace_line framework even">
  203. <td class="index">7</td>
  204. <td class="filename">/usr/lib/ruby/gems/1.8/gems/rack-1.1.0/lib/rack/builder.rb</td>
  205. <td class="line">46</td>
  206. <td class="location">in `initialize'</td>
  207. </tr>
  208.  
  209. <tr class="backtrace_line framework uneven">
  210. <td class="index">8</td>
  211. <td class="filename">config.ru</td>
  212. <td class="line">1</td>
  213. <td class="location">in `new'</td>
  214. </tr>
  215.  
  216. <tr class="backtrace_line framework even">
  217. <td class="index">9</td>
  218. <td class="filename">config.ru</td>
  219. <td class="line">1</td>
  220. <td class="location"></td>
  221. </tr>
  222. </table>
  223.  
  224. </dd>
  225. </dl>
  226.  
  227. </div>
  228.  
  229. </div>
  230. <div id="site_footer">
  231. <!--
  232. You are free to modify the footer as you see fit,
  233. but we kindly ask of you to preserve to following
  234. text. Thank you.
  235. -->
  236. <div class="container">
  237. Powered by <a href="https://www.phusionpassenger.com/">Phusion Passenger</a>,
  238. <tt>mod_rails</tt> / <tt>mod_rack</tt> for Apache and Nginx.
  239. </div>
  240. </div>
  241. </div>
  242.  
  243. </body>
  244. </html>
Add Comment
Please, Sign In to add comment