cancel
Showing results for 
Search instead for 
Did you mean: 

No tag library could be found with this URI ...

sebguillomon
Champ in-the-making
Champ in-the-making
Hello,

I have downloaded Alfresco 2.1 war file and i have installed it on weblogic 10, when I tried this address : http://localhost:7001/alfresco, i have this error :


container.jsp:25:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    ^—-^
container.jsp:25:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    ^—-^
container.jsp:26:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    ^—-^
container.jsp:26:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    ^—-^
container.jsp:27:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
    ^—-^
container.jsp:27:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
    ^—-^
container.jsp:28:5: Invalid tag library.
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
    ^—-^
container.jsp:28:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
    ^—-^
container.jsp:28:5: Invalid tag library.
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
    ^—-^
container.jsp:28:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>

…etc..

When i try to pre-compile at deploy time, i have the same error…

Could someone help me?
Thank you

Sébastien
3 REPLIES 3

vinhqchu
Champ in-the-making
Champ in-the-making
Hello,

By any chance have you figured out this error? I am also having the same error.

Thanks,
Vinh

mrogers
Star Contributor
Star Contributor
Your errors are simply that the classloader is not finding the tag libraries.   It probably means that the application is in the wrong place or the classpath is not set correctly.

It could be a problem related to running on WebLogic 10,  2.1 was in the WebLogic 9 timeframe.
And Alfresco is not yet certified to run on WebLogic 10 (although it's close)
   
Have you seen the following links? 
http://www.alfresco.com/services/support/stacks/2.1/
http://wiki.alfresco.com/wiki/Install_BEA_Weblogic

petar_b
Champ in-the-making
Champ in-the-making
mrogers, can you please provide more help regarding above problem with locating tld libs. From time to time I see it on some versions of weblogic and older alfrescos. It would be nice to know steps how to avoid this as it occasionally happens.