MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
cannelle
Post subject: how to deploy a report  PostPosted: Sep 26, 2008 - 02:20 PM



Joined: Jun 24, 2008
Posts: 30

Hi All,

I made a report using MyEclipse Report on my computer and I tried to deploy it on a distant server using Tomcat5.5.

But it seems that the BIRT component is required.

exception : birt.tld not found

How can I deploy my WebApplication without installing anything on the distant server ?

thanks for your help.
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject: RE: how to deploy a report  PostPosted: Sep 26, 2008 - 04:12 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 8012

Your deploying to an externally launched server? Can you paste the complete error over here for me.

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
cannelle
Post subject:   PostPosted: Sep 26, 2008 - 04:38 PM



Joined: Jun 24, 2008
Posts: 30

I copied my project in the webapps directory of the external Tomcat and here is the message I have when I point to the jsp pages from a browser :


Code:
type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: File "/birt.tld" not found
   org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51)
   org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409)
   org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:116)
   org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:160)
   org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:424)
   org.apache.jasper.compiler.Parser.parseDirective(Parser.java:493)
   org.apache.jasper.compiler.Parser.parseElements(Parser.java:1557)
   org.apache.jasper.compiler.Parser.parse(Parser.java:127)
   org.apache.jasper.compiler.ParserController.doParse(ParserController.java:212)
   org.apache.jasper.compiler.ParserController.parse(ParserController.java:101)
   org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:156)
   org.apache.jasper.compiler.Compiler.compile(Compiler.java:296)
   org.apache.jasper.compiler.Compiler.compile(Compiler.java:277)
   org.apache.jasper.compiler.Compiler.compile(Compiler.java:265)
   org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:564)
   org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:302)
   org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
   sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   java.lang.reflect.Method.invoke(Method.java:597)
   org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:244)
   java.security.AccessController.doPrivileged(Native Method)
   javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
   org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:276)
   org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)

note The full stack trace of the root cause is available in the Apache Tomcat/5.5 logs.
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits