Jithesh, On Jan 29, 2008 2:51 PM, jithesh <[EMAIL PROTECTED]> wrote:
> > Hi, > > I am using appfuse 1.9.4 for developing web application in wasce > 1.1. Recently i upgraded to 2.0. While accessing the application i am > getting the following error. > > ERROR [[jsp]] Servlet.service() for servlet jsp threw exception > org.apache.jasper.JasperException: /index.jsp(1,1) The absolute uri: > http://www.opensymphony.com/oscache cannot be resolved in either web.xmlor > the jar files deployed with this application > at > org.apache.jasper.compiler.DefaultErrorHandler.jspError( > DefaultErrorHandler.java:40) > Do you have an Internet connection when you tried accessing your application? I remember having this problem (though with AppFuse 1.9.x) when I tried to work on a project in a coffeeshop w/o net access. Worked OK when I got home. If so, I believe it failed to cache the TLD for the "cache:" tag which is defined in taglibs.jsp, and is trying to locate it through the URL. The TLD should be in the JAR file, but how I solved it was by removing the taglib declaration as I didn't use OS Cache in that project. It might be possible to copy the TLD to your project and point your declaration to it. > > I added oscache-2.4.1 jar files to the application still its showing the > same error. I guess there is something related with tag library issue. > > One more doubt, How can i upgrade the jstl library to 1.1.2. what > modifications i should do in xml files... > > Thanks and regards, > Jithesh > > -- > View this message in context: > http://www.nabble.com/jsperror-in-appfuse-1.9.4-tp15153560s2369p15153560.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Ealden Esto E. Escañan http://ealden.net
