Hi thanks for the reply.<br><pre><font><font style="font-family: arial,helvetica,sans-serif;" size="2">&gt;</font></font><font style="font-family: arial,helvetica,sans-serif;" size="2">It looks like another occurrence of bug 138<br>
</font><font><font style="font-family: arial,helvetica,sans-serif;" size="2">&gt;</font></font><font style="font-family: arial,helvetica,sans-serif;" size="2"><a href="http://bugzilla.slf4j.org/show_bug.cgi?id=138">http://bugzilla.slf4j.org/show_bug.cgi?id=138</a><br>
&gt;and depending on how you look at it, is a WL bug. </font></pre>First of all, I am sorry for <br>- missing the already known bug for weblogic before writing to the list :),<br>- replying to my own message (I have just lost the last response by switching mailing list <strong style="font-weight: normal;">digest mode).</strong><br>
<pre><font style="font-family: arial,helvetica,sans-serif;" size="2">&gt;Anyway, it&#39;s just a warning message. SLF4J will work just fine.</font><br></pre>I know this is not the org.apache.solr support,<br>But my problem is that I can see duplicate lines in my log4j file also :<br>
2010-03-12 13:01:45,361 | | | ERROR | org.apache.solr.handler.SnapPuller | pool-3-thread-1 | Master at: <a href="http://localhost:8983/solr/replication">http://localhost:8983/solr/replication</a> is not available. Index fetch failed. Exception: Connection refused: connect<br>
2010-03-12 13:01:45,361 | | | ERROR | org.apache.solr.handler.SnapPuller | pool-3-thread-1 | Master at: <a href="http://localhost:8983/solr/replication">http://localhost:8983/solr/replication</a> is not available. Index fetch failed. Exception: Connection refused: connect<br>
<br>I have a web application configured with log4j, configured with <br>- custom LoggerFactory<br>- custom Logger<br>- PropertyConfigurator.configure() method invocation during ServletContextListener contextInitialized<br>
<br>Any clue of the problem? Or is it out of the list scope?<br>Let me know,<br>Many thanks for your help.<br>Dino.<br>--<br><div class="gmail_quote">2010/3/11 Dino Di Cola <span dir="ltr">&lt;<a href="mailto:dinodicola@gmail.com">dinodicola@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Dear all,<br>I am trying to use EMBEDDED SOLR SERVER inside a BEA wl application.<br>SOLR uses slf4j logging abstraction API.<br>
<br>During initialization startup, I obtain the following message on stdout<br><br>SLF4J: Class path contains multiple SLF4J bindings.<br>
SLF4J: Found binding in [zip:C:/WORKSPACE/bin/bea10/user_projects/domains/portal/servers/AdminServer/tmp/_WL_user/app/5sk9ta/war/WEB-INF/lib/slf4j-log4j12-1.5.11.jar!/org/slf4j/impl/StaticLoggerBinder.class]<br>SLF4J: Found binding in [zip:C:/WORKSPACE/bin/bea10/user_projects/domains/portal/servers/AdminServer/tmp/_WL_user/app/5sk9ta/war/WEB-INF/lib/slf4j-log4j12-1.5.11.jar!/org/slf4j/impl/StaticLoggerBinder.class]<br>

SLF4J: See <a href="http://www.slf4j.org/codes.html#multiple_bindings" target="_blank">http://www.slf4j.org/codes.html#multiple_bindings</a> for an explanation.<br><br>However the higlighted bindings are pointing to the same path.<br>
<br>
On our WEB-INF/lib and in the highlighted path are the following jars:<br><br>activation.jar<br>apache-solr-core-1.4.0.jar<br>apache-solr-dataimporthandler-1.4.1-dev.jar<br>apache-solr-dataimporthandler-extras-1.4.1-dev.jar<br>

apache-solr-solrj-1.4.0.jar<br>commons-beanutils-1.7.0.jar<br>commons-codec-1.3.jar<br>commons-collections-3.1.jar<br>commons-dbutils-1.3.jar<br>commons-email-1.2.jar<br>commons-fileupload-1.2.1.jar<br>commons-httpclient-3.1.jar<br>

commons-io-1.3.2.jar<br>commons-lang-2.2.jar<br>commons-logging-1.1.1.jar<br>freemarker-2.3.15.jar<br>geronimo-stax-api_1.0_spec-1.0.1.jar<br>jstl.jar<br>log4j-1.2.14.jar<br>lucene-analyzers-2.9.1.jar<br>lucene-core-2.9.1.jar<br>

lucene-highlighter-2.9.1.jar<br>lucene-memory-2.9.1.jar<br>lucene-misc-2.9.1.jar<br>lucene-queries-2.9.1.jar<br>lucene-snowball-2.9.1.jar<br>lucene-spellchecker-2.9.1.jar<br>mail.jar<br>ognl-2.7.3.jar<br>servlet-api-2.4.jar<br>

slf4j-api-1.5.11.jar<br>slf4j-log4j12-1.5.11.jar<br>standard.jar<br>struts2-core-2.1.8.1.jar<br>struts2-json-plugin-2.1.8.1.jar<br>wstx-asl-3.2.7.jar<br>xwork-core-2.1.6.jar<br><br>Any suggestion?<br>Many thanks in advance,<br>

Dino.<br><font color="#888888">--<br>
</font></blockquote></div><br>