Javelin9 JSP compilation error
Compilation of JSP File '/search/thesalon/_inc_news_week.jsp' failed:
_inc_news_week.jsp:1: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="oscache" prefix="oscache"%>
^----^
_inc_news_week.jsp:1: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="oscache" prefix="oscache"%>
^----^
_inc_news_week.jsp:35:21: No match was found for method valueOf() in type weblogic.utils.StringUtils.
<oscache:cache key="<%=\"salon_search_\"+sListType+\"_week_\"+sDisplayWeek%>" time="900" scope="application">
^-^
_inc_news_week.jsp:35:24: Expression expected (found '\' instead)
<oscache:cache key="<%=\"salon_search_\"+sListType+\"_week_\"+sDisplayWeek%>" time="900" scope="application">
^
_inc_news_week.jsp:35:24: This character is not part of a legal Java token.
<oscache:cache key="<%=\"salon_search_\"+sListType+\"_week_\"+sDisplayWeek%>" time="900" scope="application">
^
_inc_news_week.jsp:35:25: Illegal use of an expression as a statement.
<oscache:cache key="<%=\"salon_search_\"+sListType+\"_week_\"+sDisplayWeek%>" time="900" scope="application">
^------------------------------------------------^
_inc_news_week.jsp:35:25: Syntax error: expected ; (found ')' instead)
<oscache:cache key="<%=\"salon_search_\"+sListType+\"_week_\"+sDisplayWeek%>" time="900" scope="application">
^------------------------------------------------^
_inc_news_week.jsp:35:25: A string must be terminated with a closing quote on the same line as its start.
<oscache:cache key="<%=\"salon_search_\"+sListType+\"_week_\"+sDisplayWeek%>" time="900" scope="application">
^------------------------------------------------^
_inc_news_week.jsp:35:75: Expression expected (found ')' instead)
<oscache:cache key="<%=\"salon_search_\"+sListType+\"_week_\"+sDisplayWeek%>" time="900" scope="application">
^^
_inc_news_week.jsp:35:75: Syntax error near ';'
<oscache:cache key="<%=\"salon_search_\"+sListType+\"_week_\"+sDisplayWeek%>" time="900" scope="application">
^^
_inc_news_week.jsp:50:15: Package com.autonomy contains no member type of this name.
com.autonomy.dreJNI dre = new com.autonomy.dreJNI("212.62.19.181", 6000, 6001);
^----^
_inc_news_week.jsp:50:45: Package com.autonomy contains no member type of this name.
com.autonomy.dreJNI dre = new com.autonomy.dreJNI("212.62.19.181", 6000, 6001);
^----^
_inc_news_week.jsp:51:15: Package com.autonomy contains no member type of this name.
com.autonomy.dreQueryResultsJNI results = new com.autonomy.dreQueryResultsJNI();
^----------------^
_inc_news_week.jsp:51:62: Package com.autonomy contains no member type of this name.
com.autonomy.dreQueryResultsJNI results = new com.autonomy.dreQueryResultsJNI();
^----------------^
|