<?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: JBoss 4.0.3 + Portal 2.0.1 + Alfresco 1.1.2 + Oracle in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/jboss-4-0-3-portal-2-0-1-alfresco-1-1-2-oracle/m-p/13608#M5725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This issue is from a bug where Spring is trying to a call a logging method that doesn't exist. Even though we set our log level to INFO, JBoss seems to be setting the default root log level to DEBUG which means ALL debug statements are being executed in the code and then thrown away (!) So with the JBoss bundle we supply a modified log4j.xml with the following modified section:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;root&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;priority value="INFO" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;appender-ref ref="CONSOLE"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;appender-ref ref="FILE"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/root&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Adding the "priority info" section makes the difference as it turns off debugging which means Spring does not attempt to log and therefore the bug does not occur. If you modify your log4.xml and restart the server that should hopefully fix the issue. We have fixed the actual bug to stop the error from Spring in a recent nightly build.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2006 10:35:05 GMT</pubDate>
    <dc:creator>kevinr</dc:creator>
    <dc:date>2006-01-25T10:35:05Z</dc:date>
    <item>
      <title>JBoss 4.0.3 + Portal 2.0.1 + Alfresco 1.1.2 + Oracle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/jboss-4-0-3-portal-2-0-1-alfresco-1-1-2-oracle/m-p/13607#M5724</link>
      <description>Ok the subject specifies exactly what we're trying to deploy.&amp;nbsp; I installed the bundled package from JBoss' site with JBoss 4.0.3SP1 + Portal 2.0.1.&amp;nbsp; I dropped the alfresco jar in and got the systemBookstrap error.&amp;nbsp; I remembered there were configs for alfresco in the jboss/server/default/config dir,</description>
      <pubDate>Tue, 24 Jan 2006 20:52:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/jboss-4-0-3-portal-2-0-1-alfresco-1-1-2-oracle/m-p/13607#M5724</guid>
      <dc:creator>rsfeir</dc:creator>
      <dc:date>2006-01-24T20:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: JBoss 4.0.3 + Portal 2.0.1 + Alfresco 1.1.2 + Oracle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/jboss-4-0-3-portal-2-0-1-alfresco-1-1-2-oracle/m-p/13608#M5725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This issue is from a bug where Spring is trying to a call a logging method that doesn't exist. Even though we set our log level to INFO, JBoss seems to be setting the default root log level to DEBUG which means ALL debug statements are being executed in the code and then thrown away (!) So with the JBoss bundle we supply a modified log4j.xml with the following modified section:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;root&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;priority value="INFO" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;appender-ref ref="CONSOLE"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;appender-ref ref="FILE"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/root&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Adding the "priority info" section makes the difference as it turns off debugging which means Spring does not attempt to log and therefore the bug does not occur. If you modify your log4.xml and restart the server that should hopefully fix the issue. We have fixed the actual bug to stop the error from Spring in a recent nightly build.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 10:35:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/jboss-4-0-3-portal-2-0-1-alfresco-1-1-2-oracle/m-p/13608#M5725</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-01-25T10:35:05Z</dc:date>
    </item>
  </channel>
</rss>

