<?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: 'No X11 DISPLAY' Exception running 5.4 on Linux in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/no-x11-display-exception-running-5-4-on-linux/m-p/21009#M9919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Gerardo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm also puzzled by this, the debugger shouldn't be started in the first place…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Apr 2011 08:26:37 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2011-04-08T08:26:37Z</dc:date>
    <item>
      <title>'No X11 DISPLAY' Exception running 5.4 on Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-x11-display-exception-running-5-4-on-linux/m-p/21005#M9915</link>
      <description>We tested the current 5.4 tag on our production Linux machine (without X) and got the following exception when trying to access any web app, anybody any idea what that is and how we can disable it? The problem first occured with 5.4, 5.2 did work…javax.servlet.ServletException: Servlet.init() for se</description>
      <pubDate>Fri, 01 Apr 2011 08:54:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-x11-display-exception-running-5-4-on-linux/m-p/21005#M9915</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-04-01T08:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: 'No X11 DISPLAY' Exception running 5.4 on Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-x11-display-exception-running-5-4-on-linux/m-p/21006#M9916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same issue here, you might want to check that out: &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=700&amp;amp;p=3249&amp;amp;hilit=scriptDebugger%27#p3249" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=700&amp;amp;p=3249&amp;amp;hilit=scriptDebugger%27#p3249&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 08:59:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-x11-display-exception-running-5-4-on-linux/m-p/21006#M9916</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-04-01T08:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: 'No X11 DISPLAY' Exception running 5.4 on Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-x11-display-exception-running-5-4-on-linux/m-p/21007#M9917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is the only thing I can dig up: &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=8&amp;amp;t=8332&amp;amp;st=0&amp;amp;sk=t&amp;amp;sd=a&amp;amp;start=15" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=8&amp;amp;t=8332&amp;amp;st=0&amp;amp;sk=t&amp;amp;sd=a&amp;amp;start=15&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 10:21:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-x11-display-exception-running-5-4-on-linux/m-p/21007#M9917</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-04-01T10:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: 'No X11 DISPLAY' Exception running 5.4 on Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-x11-display-exception-running-5-4-on-linux/m-p/21008#M9918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in order to solve the issue, I defined the logger:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;logger name="org.springframework.extensions.webscripts.ScriptDebugger"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;level value="info" /&amp;gt;&lt;BR /&gt;&amp;lt;/logger&amp;gt;&lt;BR /&gt; &lt;/CODE&gt;&lt;SPAN&gt;I added this logger to the log4j.xml in the WEB-INF/classes-folder of the four web-apps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;activiti-cycle&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;activiti-rest&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;activiti-probe&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;activiti-explorer&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;I even defined a log4j.xml in the ${TOMCAT_HOME}/conf.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nothing changed. I still get the BeanInstantiation-Exception and the resulting headless-Exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there anything else I have to do? Maybe you have another advice for me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gerardo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS: The root-logger of the activiti-explorer, -cycle, -probe was already assigned to log-level=WARN. The ScriptDebugger should already be affected by the root-logger, shouldn't it. And because WARN is lower than DEBUG the scriptDebugger-Bean should not be instantiated in the first place. Did I miss something?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 14:02:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-x11-display-exception-running-5-4-on-linux/m-p/21008#M9918</guid>
      <dc:creator>gerardo1</dc:creator>
      <dc:date>2011-04-06T14:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: 'No X11 DISPLAY' Exception running 5.4 on Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-x11-display-exception-running-5-4-on-linux/m-p/21009#M9919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Gerardo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm also puzzled by this, the debugger shouldn't be started in the first place…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 08:26:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-x11-display-exception-running-5-4-on-linux/m-p/21009#M9919</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-04-08T08:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: 'No X11 DISPLAY' Exception running 5.4 on Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-x11-display-exception-running-5-4-on-linux/m-p/21010#M9920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Frederik.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the meanwhile we found the root source: A log4j.jar in the tomcat lib (required by a JIRA deployed on the server as well) caused no log4j configuration being read from the places we expected. Then the default was DEBUG, which caused this bug to be fired.&amp;nbsp; Seems we need a dedicated TOmcat for it (on JBoss the webapps are still not running)…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bernd&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 16:29:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-x11-display-exception-running-5-4-on-linux/m-p/21010#M9920</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-04-08T16:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: 'No X11 DISPLAY' Exception running 5.4 on Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/no-x11-display-exception-running-5-4-on-linux/m-p/21011#M9921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;in order to solve the issue, I defined the logger:&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;logger name="org.springframework.extensions.webscripts.ScriptDebugger"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;level value="info" /&amp;gt;&lt;BR /&gt;&amp;lt;/logger&amp;gt;&lt;BR /&gt; &lt;/CODE&gt;I added this logger to the log4j.xml in the WEB-INF/classes-folder of the four web-apps:&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;activiti-cycle&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;activiti-rest&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;activiti-probe&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;activiti-explorer&lt;/LI&gt;&lt;/UL&gt;I even defined a log4j.xml in the ${TOMCAT_HOME}/conf.&lt;BR /&gt;&lt;BR /&gt;Nothing changed. I still get the BeanInstantiation-Exception and the resulting headless-Exception.&lt;BR /&gt;&lt;BR /&gt;Is there anything else I have to do? Maybe you have another advice for me?&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Gerardo&lt;BR /&gt;&lt;BR /&gt;PS: The root-logger of the activiti-explorer, -cycle, -probe was already assigned to log-level=WARN. The ScriptDebugger should already be affected by the root-logger, shouldn't it. And because WARN is lower than DEBUG the scriptDebugger-Bean should not be instantiated in the first place. Did I miss something?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Will try it myself to make out what's the&amp;nbsp; reason. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~hewlet&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 09:04:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/no-x11-display-exception-running-5-4-on-linux/m-p/21011#M9921</guid>
      <dc:creator>hewlet</dc:creator>
      <dc:date>2011-10-11T09:04:15Z</dc:date>
    </item>
  </channel>
</rss>

