Author: buildbot
Date: Sat Feb 27 15:19:55 2016
New Revision: 981281

Log:
Production update by buildbot for tapestry

Modified:
    websites/production/tapestry/content/building-tapestry-from-source.html
    websites/production/tapestry/content/cache/main.pageCache

Modified: 
websites/production/tapestry/content/building-tapestry-from-source.html
==============================================================================
--- websites/production/tapestry/content/building-tapestry-from-source.html 
(original)
+++ websites/production/tapestry/content/building-tapestry-from-source.html Sat 
Feb 27 15:19:55 2016
@@ -83,7 +83,11 @@
 20:22:11.439 [ERROR] [org.gradle.BuildExceptionReporter] A problem occurred 
evaluating root project 'tapestry-project-trunk'.
 20:22:11.440 [ERROR] [org.gradle.BuildExceptionReporter] Cause: Cannot get 
property 'plus' on null object
 </pre>
-</div></div><p><strong>Solution:</strong> Use the gradle wrapper (./gradlew 
build), not plain "gradle".</p><p><strong>Problem 2</strong>: Under Linux I get 
java.io.FileNotFoundException saying "Too many open 
files"</p><p><strong>Solution</strong>: You may have to increase the number of 
files your operating system allows you to have open at once. Try <code>ulimit 
-n</code> to see what the current value is, and if it is less than 2048, 
increase it to 2048 by editing your <code>/etc/security/limits.conf</code> 
file. See your operating system's documentation for 
details.</p><p>&#160;</p></div>
+</div></div><p><strong>Solution:</strong> Use the gradle wrapper (./gradlew 
build), not plain "gradle".</p><hr><p>&#160;</p><p><strong>Problem 2</strong>: 
Under Linux I get java.io.FileNotFoundException saying "Too many open 
files"</p><p><strong>Solution</strong>: You may have to increase the number of 
files your operating system allows you to have open at once. Try <code>ulimit 
-n</code> to see what the current value is, and if it is less than 2048, 
increase it to 2048 by editing your <code>/etc/security/limits.conf</code> 
file. See your operating system's documentation for 
details.</p><hr><p><strong><br clear="none"></strong></p><p><strong>Problem 
3:</strong> The gradle build opens a Firefox browser with a File Not Found 
error:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" 
style="font-size:12px;">Firefox can't find the file at 
chrome://src/content/RemoteRunner.html
+?sessionId=74c5c263747249739d82e4bee33fb4b6&amp;multiWindow=true&amp;baseUrl=
+http://localhost:9090/&amp;debugMode=false&amp;driverUrl=http://localhost:4444/selenium-server/driver/.</pre>
+</div></div><p>You probably have a newer version of Firefox than is supported 
by the Selenium tests.<strong> </strong></p><p><strong>Solution:</strong> You 
must use Firefox version 42 or earlier. Be sure to configure it <em>not</em> to 
upgrade itself. <em>This problem will go away when Tapestry discontinues 
support for Java 6, currently planned for Tapestry v5.5.</em></p></div>
       </div>
 
       <div class="clearer"></div>

Modified: websites/production/tapestry/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.


Reply via email to