You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2015/07/31 18:17:13 UTC

svn commit: r1693623 - in /incubator/brooklyn/site/v: 0.7.0-incubating/dev/tips/images/ 0.7.0-incubating/ops/troubleshooting/ 0.7.0-incubating/ops/troubleshooting/images/ latest/dev/tips/images/ latest/ops/troubleshooting/ latest/ops/troubleshooting/im...

Author: richard
Date: Fri Jul 31 16:17:12 2015
New Revision: 1693623

URL: http://svn.apache.org/r1693623
Log:
Update 0.7.0-incubating guide to git rev 4f29dc2b2ba30aaff333b315b451cfab1292db70

Added:
    incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/external-error-large.png   (with props)
    incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/external-error.png   (with props)
    incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/failed-task.png   (with props)
    incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/jmx-sensors-all-large.png   (with props)
    incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/jmx-sensors-all.png   (with props)
    incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/jmx-sensors.png   (with props)
    incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/resource-exception-large.png   (with props)
    incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/resource-exception.png   (with props)
    incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/script-failure-large.png   (with props)
    incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/script-failure.png   (with props)
    incubator/brooklyn/site/v/latest/ops/troubleshooting/images/external-error-large.png   (with props)
    incubator/brooklyn/site/v/latest/ops/troubleshooting/images/external-error.png   (with props)
    incubator/brooklyn/site/v/latest/ops/troubleshooting/images/failed-task.png   (with props)
    incubator/brooklyn/site/v/latest/ops/troubleshooting/images/jmx-sensors-all-large.png   (with props)
    incubator/brooklyn/site/v/latest/ops/troubleshooting/images/jmx-sensors-all.png   (with props)
    incubator/brooklyn/site/v/latest/ops/troubleshooting/images/jmx-sensors.png   (with props)
    incubator/brooklyn/site/v/latest/ops/troubleshooting/images/resource-exception-large.png   (with props)
    incubator/brooklyn/site/v/latest/ops/troubleshooting/images/resource-exception.png   (with props)
    incubator/brooklyn/site/v/latest/ops/troubleshooting/images/script-failure-large.png   (with props)
    incubator/brooklyn/site/v/latest/ops/troubleshooting/images/script-failure.png   (with props)
Removed:
    incubator/brooklyn/site/v/0.7.0-incubating/dev/tips/images/
    incubator/brooklyn/site/v/latest/dev/tips/images/
Modified:
    incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/deployment.html
    incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/going-deep-in-java-and-logs.html
    incubator/brooklyn/site/v/latest/ops/troubleshooting/deployment.html
    incubator/brooklyn/site/v/latest/ops/troubleshooting/going-deep-in-java-and-logs.html

Modified: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/deployment.html
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/deployment.html?rev=1693623&r1=1693622&r2=1693623&view=diff
==============================================================================
--- incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/deployment.html (original)
+++ incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/deployment.html Fri Jul 31 16:17:12 2015
@@ -392,7 +392,7 @@ be more easily investigated.</p>
 two minutes, and can be configured using the <code>start.timeout</code> config key; the timer begins after the 
 start tasks are completed).</p>
 
-<p>See the guide on <a href="troubleshooting-runtime-errors.html">runtime errors</a> for where to find additional information, especially the section on
+<p>See the <a href="overview.html">overview</a> for where to find additional information, especially the section on
 “Entity’s Error Status”.</p>
 
         </div>

Modified: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/going-deep-in-java-and-logs.html
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/going-deep-in-java-and-logs.html?rev=1693623&r1=1693622&r2=1693623&view=diff
==============================================================================
--- incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/going-deep-in-java-and-logs.html (original)
+++ incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/going-deep-in-java-and-logs.html Fri Jul 31 16:17:12 2015
@@ -406,7 +406,7 @@ is named <code>brooklyn.debug.log</code>
 with <code>Shift-G</code>, then performing a reverse-lookup by typing <code>?Tomcat</code> and pressing <code>Enter</code>. If searching for the 
 blueprint type (in this case Tomcat) simply matches tasks unrelated to the exception, you can also search for 
 the text of the error message, in this case <code>? invalid result 127</code>. You can make the search case-insensitivity by
-typing <code>-i</code> before performing the search. To skip the current match and move to the next on (i.e. ‘up’ as we’re
+typing <code>-i</code> before performing the search. To skip the current match and move to the next one (i.e. ‘up’ as we’re
 performing a reverse-lookup), simply press <code>n</code></p>
 
 <p>In this case, the <code>?Tomcat</code> search takes us directly to the full stack trace (Only the last part of the trace
@@ -509,8 +509,7 @@ the entity fails to start.</p>
 <p>We can simulate this type of failure by launching Tomcat with an invalid configuration file. As seen in the previous
 examples, Brooklyn copies two xml configuration files to the server: <code>server.xml</code> and <code>web.xml</code></p>
 
-<p>The first few non-comment lines of <code>server.xml</code> are as follows (you can see the full file [here]
-(https://github.com/apache/incubator-brooklyn/blob/master/software/webapp/src/main/resources/brooklyn/entity/webapp/tomcat/server.xml)):</p>
+<p>The first few non-comment lines of <code>server.xml</code> are as follows (you can see the full file <a href="https://github.com/apache/incubator-brooklyn/blob/master/software/webapp/src/main/resources/brooklyn/entity/webapp/tomcat/server.xml">here</a>):</p>
 
 <div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;Server</span> <span class="na">port=</span><span class="s">&quot;${driver.shutdownPort?c}&quot;</span> <span class="na">shutdown=</span><span class="s">&quot;SHUTDOWN&quot;</span><span class="nt">&gt;</span>
      <span class="nt">&lt;Listener</span> <span class="na">className=</span><span class="s">&quot;org.apache.catalina.core.AprLifecycleListener&quot;</span> <span class="na">SSLEngine=</span><span class="s">&quot;on&quot;</span> <span class="nt">/&gt;</span>
@@ -669,7 +668,7 @@ the <code>Show/hide empty records</code>
 <p>We know from previous steps that the installation and launch scripts completed, and we know the procecess is running,
 but we can see here that the server is not responding to JMX requests. A good thing to check here would be that the
 JMX port is not being blocked by iptables, firewalls or security groups
-(see the (troubleshooting connectivity guide)[troubleshooting-connectivity.html]). 
+(see the <a href="connectivity.html">troubleshooting connectivity guide</a>). 
 Let’s assume that we’ve checked that and they’re all open. There is still one more thing that Brooklyn can tell us.</p>
 
 <p>Still on the <code>Sensors</code> tab, let’s take a look at the <code>log.location</code> sensor:</p>

Added: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/external-error-large.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/external-error-large.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/external-error-large.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/external-error.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/external-error.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/external-error.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/failed-task.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/failed-task.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/failed-task.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/jmx-sensors-all-large.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/jmx-sensors-all-large.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/jmx-sensors-all-large.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/jmx-sensors-all.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/jmx-sensors-all.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/jmx-sensors-all.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/jmx-sensors.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/jmx-sensors.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/jmx-sensors.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/resource-exception-large.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/resource-exception-large.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/resource-exception-large.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/resource-exception.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/resource-exception.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/resource-exception.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/script-failure-large.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/script-failure-large.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/script-failure-large.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/script-failure.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/script-failure.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/0.7.0-incubating/ops/troubleshooting/images/script-failure.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: incubator/brooklyn/site/v/latest/ops/troubleshooting/deployment.html
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/latest/ops/troubleshooting/deployment.html?rev=1693623&r1=1693622&r2=1693623&view=diff
==============================================================================
--- incubator/brooklyn/site/v/latest/ops/troubleshooting/deployment.html (original)
+++ incubator/brooklyn/site/v/latest/ops/troubleshooting/deployment.html Fri Jul 31 16:17:12 2015
@@ -392,7 +392,7 @@ be more easily investigated.</p>
 two minutes, and can be configured using the <code>start.timeout</code> config key; the timer begins after the 
 start tasks are completed).</p>
 
-<p>See the guide on <a href="troubleshooting-runtime-errors.html">runtime errors</a> for where to find additional information, especially the section on
+<p>See the <a href="overview.html">overview</a> for where to find additional information, especially the section on
 “Entity’s Error Status”.</p>
 
         </div>

Modified: incubator/brooklyn/site/v/latest/ops/troubleshooting/going-deep-in-java-and-logs.html
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/latest/ops/troubleshooting/going-deep-in-java-and-logs.html?rev=1693623&r1=1693622&r2=1693623&view=diff
==============================================================================
--- incubator/brooklyn/site/v/latest/ops/troubleshooting/going-deep-in-java-and-logs.html (original)
+++ incubator/brooklyn/site/v/latest/ops/troubleshooting/going-deep-in-java-and-logs.html Fri Jul 31 16:17:12 2015
@@ -406,7 +406,7 @@ is named <code>brooklyn.debug.log</code>
 with <code>Shift-G</code>, then performing a reverse-lookup by typing <code>?Tomcat</code> and pressing <code>Enter</code>. If searching for the 
 blueprint type (in this case Tomcat) simply matches tasks unrelated to the exception, you can also search for 
 the text of the error message, in this case <code>? invalid result 127</code>. You can make the search case-insensitivity by
-typing <code>-i</code> before performing the search. To skip the current match and move to the next on (i.e. ‘up’ as we’re
+typing <code>-i</code> before performing the search. To skip the current match and move to the next one (i.e. ‘up’ as we’re
 performing a reverse-lookup), simply press <code>n</code></p>
 
 <p>In this case, the <code>?Tomcat</code> search takes us directly to the full stack trace (Only the last part of the trace
@@ -509,8 +509,7 @@ the entity fails to start.</p>
 <p>We can simulate this type of failure by launching Tomcat with an invalid configuration file. As seen in the previous
 examples, Brooklyn copies two xml configuration files to the server: <code>server.xml</code> and <code>web.xml</code></p>
 
-<p>The first few non-comment lines of <code>server.xml</code> are as follows (you can see the full file [here]
-(https://github.com/apache/incubator-brooklyn/blob/master/software/webapp/src/main/resources/brooklyn/entity/webapp/tomcat/server.xml)):</p>
+<p>The first few non-comment lines of <code>server.xml</code> are as follows (you can see the full file <a href="https://github.com/apache/incubator-brooklyn/blob/master/software/webapp/src/main/resources/brooklyn/entity/webapp/tomcat/server.xml">here</a>):</p>
 
 <div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;Server</span> <span class="na">port=</span><span class="s">&quot;${driver.shutdownPort?c}&quot;</span> <span class="na">shutdown=</span><span class="s">&quot;SHUTDOWN&quot;</span><span class="nt">&gt;</span>
      <span class="nt">&lt;Listener</span> <span class="na">className=</span><span class="s">&quot;org.apache.catalina.core.AprLifecycleListener&quot;</span> <span class="na">SSLEngine=</span><span class="s">&quot;on&quot;</span> <span class="nt">/&gt;</span>
@@ -669,7 +668,7 @@ the <code>Show/hide empty records</code>
 <p>We know from previous steps that the installation and launch scripts completed, and we know the procecess is running,
 but we can see here that the server is not responding to JMX requests. A good thing to check here would be that the
 JMX port is not being blocked by iptables, firewalls or security groups
-(see the (troubleshooting connectivity guide)[troubleshooting-connectivity.html]). 
+(see the <a href="connectivity.html">troubleshooting connectivity guide</a>). 
 Let’s assume that we’ve checked that and they’re all open. There is still one more thing that Brooklyn can tell us.</p>
 
 <p>Still on the <code>Sensors</code> tab, let’s take a look at the <code>log.location</code> sensor:</p>

Added: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/external-error-large.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/latest/ops/troubleshooting/images/external-error-large.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/external-error-large.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/external-error.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/latest/ops/troubleshooting/images/external-error.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/external-error.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/failed-task.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/latest/ops/troubleshooting/images/failed-task.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/failed-task.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/jmx-sensors-all-large.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/latest/ops/troubleshooting/images/jmx-sensors-all-large.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/jmx-sensors-all-large.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/jmx-sensors-all.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/latest/ops/troubleshooting/images/jmx-sensors-all.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/jmx-sensors-all.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/jmx-sensors.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/latest/ops/troubleshooting/images/jmx-sensors.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/jmx-sensors.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/resource-exception-large.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/latest/ops/troubleshooting/images/resource-exception-large.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/resource-exception-large.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/resource-exception.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/latest/ops/troubleshooting/images/resource-exception.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/resource-exception.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/script-failure-large.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/latest/ops/troubleshooting/images/script-failure-large.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/script-failure-large.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/script-failure.png
URL: http://svn.apache.org/viewvc/incubator/brooklyn/site/v/latest/ops/troubleshooting/images/script-failure.png?rev=1693623&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/brooklyn/site/v/latest/ops/troubleshooting/images/script-failure.png
------------------------------------------------------------------------------
    svn:mime-type = image/png