You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Luciano Resende <lu...@gmail.com> on 2009/04/13 17:14:47 UTC

Build failure while reviewing source distribution, was Re: [VOTE] Release Tuscany SCA 2.0 M2 RC3

I'm trying to build the source distribution with a clean maven repo
and I'm getting the following exception.

unzip:
    [unzip] Expanding:
/Users/lresende/opensource/apache/tuscany/releases/tuscany-sca-2.0-M2-src/distribution/all/target/apache-tuscany-sca-all-${tuscany.version}.zip
into /Users/lresende/opensource/apache/tuscany/releases/tuscany-sca-2.0-M2-src/distribution/all/target/apache-tuscany-sca-all-${tuscany.version}-dir
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] An Ant BuildException has occured: The following error occurred
while executing this line:
/Users/lresende/opensource/apache/tuscany/releases/tuscany-sca-2.0-M2-src/itest/distribution/bin-distro-unzip/build.xml:22:
Error while expanding
/Users/lresende/opensource/apache/tuscany/releases/tuscany-sca-2.0-M2-src/distribution/all/target/apache-tuscany-sca-all-${tuscany.version}.zip
java.io.FileNotFoundException:
/Users/lresende/opensource/apache/tuscany/releases/tuscany-sca-2.0-M2-src/distribution/all/target/apache-tuscany-sca-all-${tuscany.version}.zip
(No such file or directory)


This is happening in a Mac OS X environment :

Apache Maven 2.1.0 (r755702; 2009-03-18 12:10:27-0700)

java version "1.5.0_16"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)
Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)

I'll investigate a fix and comment here once it' s done.


On Mon, Apr 13, 2009 at 2:13 AM, Ramkumar R <ra...@gmail.com> wrote:
> +1 from me. Verified the changes made as shown in the 2.0-RC2-RC3-diff.txt
> file.
>
> On Fri, Apr 10, 2009 at 12:06 AM, ant elder <an...@gmail.com> wrote:
>>
>> Please review and vote on RC3 of the SCA 2.0-M2 release.
>>
>> The distribution artifacts, RAT reports, and Maven staging repository
>> are available for review at:
>> http://people.apache.org/~antelder/tuscany/2.0-M2-RC3/
>>
>> The release tag is available at :
>> http://svn.apache.org/repos/asf/tuscany/tags/java/sca/2.0-M2/
>>
>> There are no code changes over RC2 and to help those reviewers who
>> also reviewed the RC2 artifacts there is a svn diff between this and
>> the RC2 tag in the file 2.0-RC2-RC3-diff.txt.
>>
>> +1 from me.
>>
>>   ...ant
>
>
>
> --
> Thanks & Regards,
> Ramkumar Ramalingam
>



-- 
Luciano Resende
Apache Tuscany, Apache PhotArk
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Re: Build failure while reviewing source distribution, was Re: [VOTE] Release Tuscany SCA 2.0 M2 RC3

Posted by ant elder <an...@apache.org>.
On Tue, Apr 14, 2009 at 6:36 AM, Luciano Resende <lu...@gmail.com>wrote:

> On Mon, Apr 13, 2009 at 2:10 PM, Luciano Resende <lu...@gmail.com>
> wrote:
> > On Mon, Apr 13, 2009 at 8:14 AM, Luciano Resende <lu...@gmail.com>
> wrote:
> >> unzip:
> >>    [unzip] Expanding:
> >>
> /Users/lresende/opensource/apache/tuscany/releases/tuscany-sca-2.0-M2-src/distribution/all/target/apache-tuscany-sca-all-${tuscany.version}.zip
> >> into
> /Users/lresende/opensource/apache/tuscany/releases/tuscany-sca-2.0-M2-src/distribution/all/target/apache-tuscany-sca-all-${tuscany.version}-dir
> >> [INFO]
> ------------------------------------------------------------------------
> >> [ERROR] BUILD ERROR
> >> [INFO]
> ------------------------------------------------------------------------
> >> [INFO] An Ant BuildException has occured: The following error occurred
> >> while executing this line:
> >>
> /Users/lresende/opensource/apache/tuscany/releases/tuscany-sca-2.0-M2-src/itest/distribution/bin-distro-unzip/build.xml:22:
> >> Error while expanding
> >>
> /Users/lresende/opensource/apache/tuscany/releases/tuscany-sca-2.0-M2-src/distribution/all/target/apache-tuscany-sca-all-${tuscany.version}.zip
> >> java.io.FileNotFoundException:
> >
> > I have fixed this issue under svn revision #764590.
> > Now I'm done to the following issue, which might seem to be a jetty
> > thing as the sample worked OK when deployed to tomcat.
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running itest.HelloworldTestCase
> > - Redirect requested but followRedirects is disabled
> > 2009-04-13 13:55:35.506::WARN:  EXCEPTION
> > org.apache.jasper.JasperException: org.apache.jasper.JasperException:
> > Unable to initialize TldLocationsCache: null
> >        at
> org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
> >        at
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
> >        at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
> >        at
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
> >        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
> >        at
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:491)
> >        at
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:367)
> >        at
> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:185)
> >        at
> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
> >        at
> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:689)
> >        at
> org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:391)
> >        at
> org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:268)
> >        at
> org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:126)
> >        at
> org.mortbay.jetty.servlet.DefaultServlet.doGet(DefaultServlet.java:414)
> >        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
> >        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
> >        at
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:491)
> >        at
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1074)
> >        at
> org.apache.tuscany.sca.host.webapp.TuscanyServletFilter.doFilter(TuscanyServletFilter.java:80)
> >        at
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1065)
> >        at
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:365)
> >        at
> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:185)
> >        at
> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
> >        at
> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:689)
> >        at
> org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:391)
> >        at
> org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:146)
> >        at
> org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
> >        at
> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
> >        at org.mortbay.jetty.Server.handle(Server.java:285)
> >        at
> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:457)
> >        at
> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:751)
> >        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:500)
> >        at
> org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209)
> >        at
> org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:357)
> >        at
> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:329)
> >        at
> org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
> > Caused by: org.apache.jasper.JasperException: Unable to initialize
> > TldLocationsCache: null
> >        at
> org.apache.jasper.compiler.TldLocationsCache.init(TldLocationsCache.java:253)
> >        at
> org.apache.jasper.compiler.TldLocationsCache.getLocation(TldLocationsCache.java:224)
> >        at
> org.apache.jasper.JspCompilationContext.getTldLocation(JspCompilationContext.java:526)
> >        at
> org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:422)
> >        at
> org.apache.jasper.compiler.Parser.parseDirective(Parser.java:492)
> >        at
> org.apache.jasper.compiler.Parser.parseElements(Parser.java:1552)
> >        at org.apache.jasper.compiler.Parser.parse(Parser.java:126)
> >        at
> org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211)
> >        at
> org.apache.jasper.compiler.ParserController.parse(ParserController.java:100)
> >        at
> org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:155)
> >        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
> >        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
> >        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
> >        at
> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
> >        at
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:303)
> >        ... 34 more
> >
> >
>
> I'll be offline the rest of day today and tomorrow, so it would be
> good if someone could help here, otherwise I could look into this on
> Wednesday or Thursday.
>
> --
> Luciano Resende
> http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>
> http://lresende.blogspot.com/
>

I can run samples in both Tomcat and Jetty ok so i guess this must be
another Mac OS funny. That doesn't seem enough to block M3 and as you're out
anyway and its been 5 days and we have enough votes I'm going to call it and
we can fix these in M4.

   ...ant

Re: Build failure while reviewing source distribution, was Re: [VOTE] Release Tuscany SCA 2.0 M2 RC3

Posted by Luciano Resende <lu...@gmail.com>.
On Mon, Apr 13, 2009 at 2:10 PM, Luciano Resende <lu...@gmail.com> wrote:
> On Mon, Apr 13, 2009 at 8:14 AM, Luciano Resende <lu...@gmail.com> wrote:
>> unzip:
>>    [unzip] Expanding:
>> /Users/lresende/opensource/apache/tuscany/releases/tuscany-sca-2.0-M2-src/distribution/all/target/apache-tuscany-sca-all-${tuscany.version}.zip
>> into /Users/lresende/opensource/apache/tuscany/releases/tuscany-sca-2.0-M2-src/distribution/all/target/apache-tuscany-sca-all-${tuscany.version}-dir
>> [INFO] ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO] ------------------------------------------------------------------------
>> [INFO] An Ant BuildException has occured: The following error occurred
>> while executing this line:
>> /Users/lresende/opensource/apache/tuscany/releases/tuscany-sca-2.0-M2-src/itest/distribution/bin-distro-unzip/build.xml:22:
>> Error while expanding
>> /Users/lresende/opensource/apache/tuscany/releases/tuscany-sca-2.0-M2-src/distribution/all/target/apache-tuscany-sca-all-${tuscany.version}.zip
>> java.io.FileNotFoundException:
>
> I have fixed this issue under svn revision #764590.
> Now I'm done to the following issue, which might seem to be a jetty
> thing as the sample worked OK when deployed to tomcat.
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running itest.HelloworldTestCase
> - Redirect requested but followRedirects is disabled
> 2009-04-13 13:55:35.506::WARN:  EXCEPTION
> org.apache.jasper.JasperException: org.apache.jasper.JasperException:
> Unable to initialize TldLocationsCache: null
>        at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
>        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
>        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
>        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:491)
>        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:367)
>        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:185)
>        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
>        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:689)
>        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:391)
>        at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:268)
>        at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:126)
>        at org.mortbay.jetty.servlet.DefaultServlet.doGet(DefaultServlet.java:414)
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:491)
>        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1074)
>        at org.apache.tuscany.sca.host.webapp.TuscanyServletFilter.doFilter(TuscanyServletFilter.java:80)
>        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1065)
>        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:365)
>        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:185)
>        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
>        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:689)
>        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:391)
>        at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:146)
>        at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
>        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
>        at org.mortbay.jetty.Server.handle(Server.java:285)
>        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:457)
>        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:751)
>        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:500)
>        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209)
>        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:357)
>        at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:329)
>        at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
> Caused by: org.apache.jasper.JasperException: Unable to initialize
> TldLocationsCache: null
>        at org.apache.jasper.compiler.TldLocationsCache.init(TldLocationsCache.java:253)
>        at org.apache.jasper.compiler.TldLocationsCache.getLocation(TldLocationsCache.java:224)
>        at org.apache.jasper.JspCompilationContext.getTldLocation(JspCompilationContext.java:526)
>        at org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:422)
>        at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:492)
>        at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1552)
>        at org.apache.jasper.compiler.Parser.parse(Parser.java:126)
>        at org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211)
>        at org.apache.jasper.compiler.ParserController.parse(ParserController.java:100)
>        at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:155)
>        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
>        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
>        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
>        at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
>        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:303)
>        ... 34 more
>
>

I'll be offline the rest of day today and tomorrow, so it would be
good if someone could help here, otherwise I could look into this on
Wednesday or Thursday.

-- 
Luciano Resende
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Re: Build failure while reviewing source distribution, was Re: [VOTE] Release Tuscany SCA 2.0 M2 RC3

Posted by Luciano Resende <lu...@gmail.com>.
On Mon, Apr 13, 2009 at 8:14 AM, Luciano Resende <lu...@gmail.com> wrote:
> unzip:
>    [unzip] Expanding:
> /Users/lresende/opensource/apache/tuscany/releases/tuscany-sca-2.0-M2-src/distribution/all/target/apache-tuscany-sca-all-${tuscany.version}.zip
> into /Users/lresende/opensource/apache/tuscany/releases/tuscany-sca-2.0-M2-src/distribution/all/target/apache-tuscany-sca-all-${tuscany.version}-dir
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] An Ant BuildException has occured: The following error occurred
> while executing this line:
> /Users/lresende/opensource/apache/tuscany/releases/tuscany-sca-2.0-M2-src/itest/distribution/bin-distro-unzip/build.xml:22:
> Error while expanding
> /Users/lresende/opensource/apache/tuscany/releases/tuscany-sca-2.0-M2-src/distribution/all/target/apache-tuscany-sca-all-${tuscany.version}.zip
> java.io.FileNotFoundException:

I have fixed this issue under svn revision #764590.
Now I'm done to the following issue, which might seem to be a jetty
thing as the sample worked OK when deployed to tomcat.

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running itest.HelloworldTestCase
- Redirect requested but followRedirects is disabled
2009-04-13 13:55:35.506::WARN:  EXCEPTION
org.apache.jasper.JasperException: org.apache.jasper.JasperException:
Unable to initialize TldLocationsCache: null
	at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:491)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:367)
	at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:185)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:689)
	at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:391)
	at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:268)
	at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:126)
	at org.mortbay.jetty.servlet.DefaultServlet.doGet(DefaultServlet.java:414)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:491)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1074)
	at org.apache.tuscany.sca.host.webapp.TuscanyServletFilter.doFilter(TuscanyServletFilter.java:80)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1065)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:365)
	at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:185)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:689)
	at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:391)
	at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:146)
	at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
	at org.mortbay.jetty.Server.handle(Server.java:285)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:457)
	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:751)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:500)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:357)
	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:329)
	at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
Caused by: org.apache.jasper.JasperException: Unable to initialize
TldLocationsCache: null
	at org.apache.jasper.compiler.TldLocationsCache.init(TldLocationsCache.java:253)
	at org.apache.jasper.compiler.TldLocationsCache.getLocation(TldLocationsCache.java:224)
	at org.apache.jasper.JspCompilationContext.getTldLocation(JspCompilationContext.java:526)
	at org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:422)
	at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:492)
	at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1552)
	at org.apache.jasper.compiler.Parser.parse(Parser.java:126)
	at org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211)
	at org.apache.jasper.compiler.ParserController.parse(ParserController.java:100)
	at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:155)
	at org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
	at org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
	at org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
	at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:303)
	... 34 more





-- 
Luciano Resende
Apache Tuscany, Apache PhotArk
http://people.apache.org/~lresende
http://lresende.blogspot.com/