Précédent   Forum des professionnels en informatique > Logiciels > Solutions d'entreprise > Business Intelligence > BIRT
BIRT Forum d'entraide sur BIRT (Business Intelligence and Reporting Tools). Avant de poster --> FAQ BIRT,Tutoriels BIRT
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 22/05/2008, 11h40   #1
Invité régulier
 
Inscription : avril 2008
Messages : 69
Détails du profil
Informations personnelles :
Localisation : Tunisie

Informations forums :
Inscription : avril 2008
Messages : 69
Points : 6
Points : 6
Par défaut [2.2] Impossible de charger ViewerTag dans Birt.tld

Salut,

Je suis en train de faire une application sous :
  • MyEclipse 6.0
  • Tomcat 5.5
  • BIRT 2.2
j'ai rencontré des problèmes pendant la génération de mes états avec birt.
J'ai l'erreur suivante :

Citation:
org.apache.jasper.JasperException: /jsp/rep.jsp(29,4) Impossible de charger la classe org.eclipse.birt.report.taglib.ViewerTag
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:200)
org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1318)
org.apache.jasper.compiler.Parser.parseElements(Parser.java:1560)
org.apache.jasper.compiler.Parser.parseBody(Parser.java:1789)
org.apache.jasper.compiler.Parser.parseOptionalBody(Parser.java:1060)
org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1367)
org.apache.jasper.compiler.Parser.parseElements(Parser.java:1560)
org.apache.jasper.compiler.Parser.parse(Parser.java:126)
org.apache.jasper.compiler.ParserController.doParse(ParserController.java:220)
org.apache.jasper.compiler.ParserController.parse(ParserController.java:101)
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:203)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:470)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)



Merci d'avance, regards
MedNaceur est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 22/05/2008, 12h08   #2
BiM
Modératrice
 
Avatar de BiM
 
Femme
Consultante/Formatrice BIRT & Ingénieur Java/J2EE/GWT
Inscription : janvier 2005
Messages : 7 299
Détails du profil
Informations personnelles :
Sexe : Femme
Âge : 26
Localisation : France, Haute Garonne (Midi Pyrénées)

Informations professionnelles :
Activité : Consultante/Formatrice BIRT & Ingénieur Java/J2EE/GWT

Informations forums :
Inscription : janvier 2005
Messages : 7 299
Points : 8 650
Points : 8 650
Bonjour,

Ton Viewer doit être mal déployé, il te manque des bibliothèques du BIRT Viewer.
__________________
__~{@ BiM - Modératrice "Business Intelligence" @}~
Consultante/Formatrice BIRT & Ingénieur Java/J2EE/GWT
___________.~{@ Lapine crétine @}~
BiM est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 22/05/2008, 12h22   #3
Invité régulier
 
Inscription : avril 2008
Messages : 69
Détails du profil
Informations personnelles :
Localisation : Tunisie

Informations forums :
Inscription : avril 2008
Messages : 69
Points : 6
Points : 6
S'il vous plai koment g peut régler sa

je télécharger Birt, je le désarchiver, puis je misle plugins dans le plugins de eclipse et les features dans le feartures d'eclipse pui j téléchrgaer birt.tld
mé le viewer koment l'utliser je sais pa
par contre j'affiche mon rapport avec le viewer avec file->view Report ..
MedNaceur est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 22/05/2008, 12h31   #4
Invité régulier
 
Inscription : avril 2008
Messages : 69
Détails du profil
Informations personnelles :
Localisation : Tunisie

Informations forums :
Inscription : avril 2008
Messages : 69
Points : 6
Points : 6
Par défaut le contenu de ma JSP

<%@ page language="java" pageEncoding="ISO-8859-1"%>

<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<%@ taglib uri="/WEB-INF/birt.tld" prefix="birt" %>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
<html:base />

<title>rep.jsp</title>

<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->

</head>

<body>
<birt:viewer id="birtViewer" reportDesign="/ERP/soutrai.rptdesign"
pattern="frameset"
format="HTML"
isHostPage="true">
</birt:viewer>
</body>
</html:html>


Regards
MedNaceur est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 22/05/2008, 13h54   #5
Invité régulier
 
Inscription : avril 2008
Messages : 69
Détails du profil
Informations personnelles :
Localisation : Tunisie

Informations forums :
Inscription : avril 2008
Messages : 69
Points : 6
Points : 6
Par défaut BIBLIITHEQUE BIRT VIEWER

Pouvez vous m'envoyer les bibliothèque manquante s'il vous plait
je besoin de birt dans mon application

regards
MedNaceur est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/06/2008, 11h55   #6
Invité régulier
 
Inscription : avril 2008
Messages : 69
Détails du profil
Informations personnelles :
Localisation : Tunisie

Informations forums :
Inscription : avril 2008
Messages : 69
Points : 6
Points : 6
Par défaut aide sur birt

s'il vous plait quelqu'un peut m'aider pour afficher mon rapport à partir de ma jsp sachant que je l'afficher sur ma jsp mais les données ne sont pas extraites de la base (En fait j'ai mis mon rapport dans le birt-viewer (runtime birt) non pas dans mon projet
MedNaceur est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/06/2008, 14h36   #7
Membre Expert
 
Inscription : avril 2008
Messages : 1 053
Détails du profil
Informations forums :
Inscription : avril 2008
Messages : 1 053
Points : 1 156
Points : 1 156
Par défaut bon emplacement du pilote.

Avez vous bien placé le jar de votre pilote JDBC sur votre serveur?

Il faut le placer sur votre serveur d'appli aussi.

Par défault il devrait figurer dans le :

eclipse\plugins\org.eclipse.birt.report.data.oda.jdbc_2.3.0.v20080328\drivers

ou l'équivalent de la version ( remplacer 2.3.0 par votre version )

ceci est valable pour le engine tout comme pour le viewer.
Stefan C est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 17h19.


 
 
 
 
Partenaires

Hébergement Web