JSP - prefix error - need resolution
Hi all (Charles, Todd, Mike & others),
@ the ND4 to iPlanet migration project, we have failed to get the JSP
loaded in iPlanet. The exception displayed in the KJS follows below.
We are not sure what this implys and how to resolve it (Does it
require a setting in the deployment tool? or maybe something
completely different). So, if you could help us better interprete it..
Thanks,
Ali..
Consultant,
iRise Inc.
[25/Oct/2000 20:06:52:0] error: Exception: SERVLET-compile_failed:
Failed in compiling template:
/aria/ariaTest/CreditCard/pgGWPayFeeCustomer.jsp, JSP Error:
Descriptor not found for prefix : {0}
Exception Stack Trace:
java.lang.Exception: JSP Error: Descriptor not found for prefix : {0}
at com.netscape.jsp.JSP.addTagprefix(Unknown Source)
at com.netscape.jsp.JSP.parseAt(Unknown Source)
at com.netscape.jsp.JSP.parseNext(Unknown Source)
at com.netscape.jsp.JSP.parseBlock(Unknown Source)
at com.netscape.jsp.JSP.parse(Unknown Source)
at com.netscape.jsp.JSP.compile(Unknown Source)
at com.netscape.server.servlet.jsp.JSPCompiler.JSPtoJava
(Unknown Source)
[1252 byte] By [
Guest] at [2007-11-25 9:29:52]

Thanks for the info.
I made necessary modifications and it worked!
Ali..
P.S: I'd confused between /WEB-INF.. & WEB-INF...
In <a href="/group/SunONE-JATO/post?protectID=210083235237078198050118178206047166136 248038136183193071193172194143142">iPlanet-JATO@egroups.com</a>, "Charles Beckham"
<<a href="/group/SunONE-JATO/post?protectID=219015113180018198090082213077062144094 144211196077130152150">charles.beckham@s...</a>> wrote:
> Ali,
>
> I have seen this error before, it means that it can not resolve the
taglibs,
> make sure you
> are not including the jato package (which also includes the taglib
> classes)..the jato package
> should be copied to the APPS directory...also make sure you
specified the
> taglib info in the
> war descriptor....the description should be uri : /WEB-
INF/jato.tld and
> Loacation: /WEB-INF/jato.tld..
> and finally make sure when you added the jato.tld to the war file
it is in
> the root of WEB-INF or in
> other words it should resolve to WEB-INF/...
>
> If you have any more questions I could have a look at you war file
and give
> you some ideas...let me know
> and I'll give you an upload ftp site...
>
> Cheers
>
> Charles Beckham
> --Original Message--
> [Charles Beckham]
> From: Todd Fast [mailto:<a href="/group/SunONE-JATO/post?protectID=101233080150035167169232031248066208071 048">Todd.Fast@S...</a>]
> Sent: Wednesday, October 25, 2000 9:10 PM
> Subject: Re: [iPlanet-JATO] JSP - prefix error - need resolution
>
>
> Ali--
>
> > @ the ND4 to iPlanet migration project, we have failed to get
the JSP
> > loaded in iPlanet. The exception displayed in the KJS follows
below.
> > We are not sure what this implys and how to resolve it (Does it
> > require a setting in the deployment tool? or maybe something
> > completely different). So, if you could help us better
interprete it..
> >
> > [25/Oct/2000 20:06:52:0] error: Exception: SERVLET-
compile_failed:
> > Failed in compiling template:
> > /aria/ariaTest/CreditCard/pgGWPayFeeCustomer.jsp, JSP Error:
> > Descriptor not found for prefix : {0}
> > Exception Stack Trace:
> > java.lang.Exception: JSP Error: Descriptor not found for
prefix : {0}
> > at com.netscape.jsp.JSP.addTagprefix(Unknown Source)
> > at com.netscape.jsp.JSP.parseAt(Unknown Source)
> > at com.netscape.jsp.JSP.parseNext(Unknown Source)
> > at com.netscape.jsp.JSP.parseBlock(Unknown Source)
> > at com.netscape.jsp.JSP.parse(Unknown Source)
> > at com.netscape.jsp.JSP.compile(Unknown Source)
> > at com.netscape.server.servlet.jsp.JSPCompiler.JSPtoJava
>
> I don't have any significant application deployment experience in
iAS, but
> it looks like the taglib descriptor declared in the JSP isn't
being found.
> I believe the error message should be "Descriptor not found for
prefix:
> jato".
>
> I can't offer any specific help other than to refer you to
Appendix B of
> the
> Migration Survival Guide, which has a walkthrough of deployment
of an app
> in
> iAS.
>
> Todd
>
> --
> Todd Fast
> Senior Engineer
> Sun/Netscape Alliance
> <a href="/group/SunONE-JATO/post?protectID=189233080150035131169232031248130208071 048">todd.fast@e...</a>
>
>
>
>
> eGroups Sponsor
>
>
> <a href="/group/SunONE-JATO/post?protectID=210083235237078198050118178206047166215 146166214017110250006230056039126077176105140127082088124241215002153">iPlane t-JATO-unsubscribe@egroups.com</a>
>
>
>
>
>
> [Non-text portions of this message have been removed]
Guest at 2007-7-1 16:36:12 >
