<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Nuxeo 6.0 does not start after applying latest hotfix -- FreeMarker exception in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-6-0-does-not-start-after-applying-latest-hotfix-freemarker/m-p/324292#M11293</link>
    <description>&lt;P&gt;You should carefully review the changes you made in your customized templates. Start with the standard Nuxeo ones and add your customizations one by one to see which one breaks.&lt;/P&gt;</description>
    <pubDate>Mon, 25 May 2015 03:13:24 GMT</pubDate>
    <dc:creator>Florent_Guillau</dc:creator>
    <dc:date>2015-05-25T03:13:24Z</dc:date>
    <item>
      <title>Nuxeo 6.0 does not start after applying latest hotfix -- FreeMarker exception</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-6-0-does-not-start-after-applying-latest-hotfix-freemarker/m-p/324287#M11288</link>
      <description>&lt;P&gt;The message after &lt;CODE&gt;sudo service nuxeo start&lt;/CODE&gt;:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt; Expression nuxeo.server.declare_datasources is undefined on line 51, column 21 in server.xml.nxftl.
 The problematic instruction:
 ----------
 ==&amp;gt; if !isWizard &amp;amp;&amp;amp; nuxeo.server.declare_datasources == "true" [on line 51, column 3 in server.xml.nxftl]
Java backtrace for programmers:
 ----------
 freemarker.core.InvalidReferenceException: Expression nuxeo.server.declare_datasources is undefined on line 51, column 21 in server.xml.nxftl.
 	at freemarker.core.TemplateObject.assertNonNull(TemplateObject.java:124)
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;What do I need to do to troubleshoot/repair this problem?&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 15:56:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-6-0-does-not-start-after-applying-latest-hotfix-freemarker/m-p/324287#M11288</guid>
      <dc:creator>Steven_Huwig1</dc:creator>
      <dc:date>2015-05-18T15:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo 6.0 does not start after applying latest hotfix -- FreeMarker exception</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-6-0-does-not-start-after-applying-latest-hotfix-freemarker/m-p/324288#M11289</link>
      <description>&lt;P&gt;You must have a custom overloaded &lt;CODE&gt;server.xml.nxftl&lt;/CODE&gt;. There is no &lt;CODE&gt;nuxeo.server.declare_datasources&lt;/CODE&gt; anymore in Nuxeo 6.0, it's been changed (with opposite meaning) to &lt;CODE&gt;nuxeo.db.embeddedDatasources&lt;/CODE&gt; in NXP-14728.&lt;/P&gt;
&lt;P&gt;Take the &lt;CODE&gt;server.xml.nxftl&lt;/CODE&gt; from the standard distribution (&lt;CODE&gt;templates/common-base/conf/server.xml.nxftl&lt;/CODE&gt;) and re-apply your custom changes to it.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 18:21:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-6-0-does-not-start-after-applying-latest-hotfix-freemarker/m-p/324288#M11289</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2015-05-18T18:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo 6.0 does not start after applying latest hotfix -- FreeMarker exception</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-6-0-does-not-start-after-applying-latest-hotfix-freemarker/m-p/324289#M11290</link>
      <description>&lt;P&gt;Thank you, this is exactly what was wrong. Of course there is a secondary error after this is cleared.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 19:48:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-6-0-does-not-start-after-applying-latest-hotfix-freemarker/m-p/324289#M11290</guid>
      <dc:creator>Steven_Huwig1</dc:creator>
      <dc:date>2015-05-18T19:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo 6.0 does not start after applying latest hotfix -- FreeMarker exception</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-6-0-does-not-start-after-applying-latest-hotfix-freemarker/m-p/324290#M11291</link>
      <description>&lt;P&gt;Seems as though my local configuration also has a web.xml.nxftl in its &lt;CODE&gt;conf/&lt;/CODE&gt; folder -- perhaps this is a similar issue? (We used it to conditionally deploy a servlet filter for request logging)&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 19:55:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-6-0-does-not-start-after-applying-latest-hotfix-freemarker/m-p/324290#M11291</guid>
      <dc:creator>Steven_Huwig1</dc:creator>
      <dc:date>2015-05-18T19:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo 6.0 does not start after applying latest hotfix -- FreeMarker exception</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-6-0-does-not-start-after-applying-latest-hotfix-freemarker/m-p/324291#M11292</link>
      <description>&lt;P&gt;I left out the bottom of the stack trace that was checking for the runtime's initialization status&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 20:25:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-6-0-does-not-start-after-applying-latest-hotfix-freemarker/m-p/324291#M11292</guid>
      <dc:creator>Steven_Huwig1</dc:creator>
      <dc:date>2015-05-18T20:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo 6.0 does not start after applying latest hotfix -- FreeMarker exception</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-6-0-does-not-start-after-applying-latest-hotfix-freemarker/m-p/324292#M11293</link>
      <description>&lt;P&gt;You should carefully review the changes you made in your customized templates. Start with the standard Nuxeo ones and add your customizations one by one to see which one breaks.&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2015 03:13:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-6-0-does-not-start-after-applying-latest-hotfix-freemarker/m-p/324292#M11293</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2015-05-25T03:13:24Z</dc:date>
    </item>
  </channel>
</rss>

