3 Replies Latest reply on Jan 23, 2009 1:49 PM by erimag

    taglib errors in the console

    mbsakho

      Hi all
      I'm using seam 2.1 with jboss 4.3. When deploy my application (as a war) everything seems correct. But when I hit any url, I'm getting theses taglib.sml errors in the console.
      Can someone tell me why?
      Meissa



      NFO: Added Library from: jar:file:/C:/developpement/jboss/AS/jboss-4.2.3.GA/server/default/deploy/springbooking.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/rich.taglib.xml
      17:11:58,788 ERROR [STDERR] 22 janv. 2009 17:11:58 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/C:/developpement/jboss/AS/jboss-4.2.3.GA/server/default/deploy/springbooking.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/richfaces.taglib.xml
      17:12:00,241 ERROR [STDERR] 22 janv. 2009 17:12:00 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/C:/developpement/jboss/AS/jboss-4.2.3.GA/server/default/deploy/springbooking.war/WEB-INF/lib/jboss-seam-excel.jar!/META-INF/seam-excel.taglib.xml
      17:12:00,272 ERROR [STDERR] 22 janv. 2009 17:12:00 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/C:/developpement/jboss/AS/jboss-4.2.3.GA/server/default/deploy/springbooking.war/WEB-INF/lib/jboss-seam-mail.jar!/META-INF/seam-mail.taglib.xml
      17:12:00,272 ERROR [STDERR] 22 janv. 2009 17:12:00 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/C:/developpement/jboss/AS/jboss-4.2.3.GA/server/default/deploy/springbooking.war/WEB-INF/lib/jboss-seam-pdf.jar!/META-INF/seam-pdf.taglib.xml
      17:12:00,272 ERROR [STDERR] 22 janv. 2009 17:12:00 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/C:/developpement/jboss/AS/jboss-4.2.3.GA/server/default/deploy/springbooking.war/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/s.taglib.xml
      17:12:00,272 ERROR [STDERR] 22 janv. 2009 17:12:00 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/C:/developpement/jboss/AS/jboss-4.2.3.GA/server/default/deploy/springbooking.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml
      17:12:00,272 ERROR [STDERR] 22 janv. 2009 17:12:00 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/C:/developpement/jboss/AS/jboss-4.2.3.GA/server/default/deploy/springbooking.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml
      17:12:00,272 ERROR [STDERR] 22 janv. 2009 17:12:00 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/C:/developpement/jboss/AS/jboss-4.2.3.GA/server/default/deploy/springbooking.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml
      17:12:00,288 ERROR [STDERR] 22 janv. 2009 17:12:00 com.sun.facelets.compiler.TagLibraryConfig loadImplicit


        • 1. Re: taglib errors in the console
          aogier.netangel+seamframework.gmail.com

          I've always had those messages, but never had any problem with it. It seems to be normal messages... like if it was not finding those jars, and loading the implicitly (message loadImplicit).

          • 2. Re: taglib errors in the console
            mbsakho

            The problem for me is there errors are endlessly coming out from the console and I can't get my pages to be displayed.
            Meissa

            • 3. Re: taglib errors in the console
              erimag
              These errors are in fact not errors, but an incorrect logging level set by Facelets (should be DEBUG, not INFO). This is a known bug in Facelets, apparently fixed in version 1.1.15. (see https://facelets.dev.java.net/issues/show_bug.cgi?id=298).

              So if you can't get your pages to display, I don't think it has anything to do with these log messages. You must have some other problem going on.