<?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 Exception on 9.1 sdk mode in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/exception-on-9-1-sdk-mode/m-p/321308#M8309</link>
    <description>&lt;P&gt;If you set nuxeo.server.sdk=true in 9.1 server configuration, on server start you'll get:&lt;/P&gt;
&lt;P&gt;2017-05-15 15:39:00,891 ERROR [localhost-startStop-1] [org.nuxeo.runtime.tomcat.NuxeoLauncher] Failed to handle event: start
java.lang.NoSuchMethodException: org.nuxeo.runtime.reload.ReloadService.installWebResources(java.io.File)
at java.lang.Class.getDeclaredMethod(Class.java:2130)
at org.nuxeo.runtime.tomcat.dev.ReloadServiceInvoker.&lt;INIT&gt;(ReloadServiceInvoker.java:69)
at org.nuxeo.runtime.tomcat.dev.DevFrameworkBootstrap.start(DevFrameworkBootstrap.java:82)
at org.nuxeo.runtime.tomcat.NuxeoLauncher.handleEvent(NuxeoLauncher.java:105)
at org.nuxeo.runtime.tomcat.NuxeoLauncher.lifecycleEvent(NuxeoLauncher.java:83)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:394)
at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:339)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5651)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:679)
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1966)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)&lt;/INIT&gt;&lt;/P&gt;
&lt;P&gt;I guess this has to do with:
&lt;A href="https://jira.nuxeo.com/browse/NXP-21025" target="test_blank"&gt;https://jira.nuxeo.com/browse/NXP-21025&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Basically I'm trying to figure out how hot reload works now that the Eclipse IDE is deprecated. Is the sdk mode still a thing in 9.1 or is there some other setting I need to enable in order to enable the hot reload? I have followed the instructions here &lt;A href="https://www.npmjs.com/package/generator-nuxeo" target="test_blank"&gt;https://www.npmjs.com/package/generator-nuxeo&lt;/A&gt;, but there's not much information about the server configuration.&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2017 13:00:07 GMT</pubDate>
    <dc:creator>Juha_Kilpi</dc:creator>
    <dc:date>2017-05-15T13:00:07Z</dc:date>
    <item>
      <title>Exception on 9.1 sdk mode</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/exception-on-9-1-sdk-mode/m-p/321308#M8309</link>
      <description>&lt;P&gt;If you set nuxeo.server.sdk=true in 9.1 server configuration, on server start you'll get:&lt;/P&gt;
&lt;P&gt;2017-05-15 15:39:00,891 ERROR [localhost-startStop-1] [org.nuxeo.runtime.tomcat.NuxeoLauncher] Failed to handle event: start
java.lang.NoSuchMethodException: org.nuxeo.runtime.reload.ReloadService.installWebResources(java.io.File)
at java.lang.Class.getDeclaredMethod(Class.java:2130)
at org.nuxeo.runtime.tomcat.dev.ReloadServiceInvoker.&lt;INIT&gt;(ReloadServiceInvoker.java:69)
at org.nuxeo.runtime.tomcat.dev.DevFrameworkBootstrap.start(DevFrameworkBootstrap.java:82)
at org.nuxeo.runtime.tomcat.NuxeoLauncher.handleEvent(NuxeoLauncher.java:105)
at org.nuxeo.runtime.tomcat.NuxeoLauncher.lifecycleEvent(NuxeoLauncher.java:83)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:394)
at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:339)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5651)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:679)
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1966)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)&lt;/INIT&gt;&lt;/P&gt;
&lt;P&gt;I guess this has to do with:
&lt;A href="https://jira.nuxeo.com/browse/NXP-21025" target="test_blank"&gt;https://jira.nuxeo.com/browse/NXP-21025&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Basically I'm trying to figure out how hot reload works now that the Eclipse IDE is deprecated. Is the sdk mode still a thing in 9.1 or is there some other setting I need to enable in order to enable the hot reload? I have followed the instructions here &lt;A href="https://www.npmjs.com/package/generator-nuxeo" target="test_blank"&gt;https://www.npmjs.com/package/generator-nuxeo&lt;/A&gt;, but there's not much information about the server configuration.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 13:00:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/exception-on-9-1-sdk-mode/m-p/321308#M8309</guid>
      <dc:creator>Juha_Kilpi</dc:creator>
      <dc:date>2017-05-15T13:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exception on 9.1 sdk mode</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/exception-on-9-1-sdk-mode/m-p/321309#M8310</link>
      <description>&lt;P&gt;This is fixed in 9.2&lt;/P&gt;
&lt;P&gt;&lt;A href="https://jira.nuxeo.com/browse/NXP-22434" target="test_blank"&gt;https://jira.nuxeo.com/browse/NXP-22434&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 07:14:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/exception-on-9-1-sdk-mode/m-p/321309#M8310</guid>
      <dc:creator>Juha_Kilpi</dc:creator>
      <dc:date>2017-08-01T07:14:19Z</dc:date>
    </item>
  </channel>
</rss>

