IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

SpagoBI Discussion :

JasperReportServlet was not found [SBI JR]


Sujet :

SpagoBI

  1. #1
    Membre du Club
    Inscrit en
    Juin 2006
    Messages
    171
    Détails du profil
    Informations forums :
    Inscription : Juin 2006
    Messages : 171
    Points : 63
    Points
    63
    Par défaut JasperReportServlet was not found
    Hi,
    I have an ireport document that works fine in ireport. But When I want to execute it in spagobi I have the following message :
    The requested URL /SpagoBIJasperReportEngine/JasperReportServlet was not found on this server
    Nevertheless I had put the file .war in the spagobi webapps directory and the system deployed the engine.
    Does someone can help me please ?
    Great thanks

  2. #2
    Membre du Club
    Inscrit en
    Juin 2006
    Messages
    171
    Détails du profil
    Informations forums :
    Inscription : Juin 2006
    Messages : 171
    Points : 63
    Points
    63
    Par défaut
    The problem is different now. I've changed http://localhost:8080 by http://localhost:8081 because of my tomcat wich run on the port 8081 (8080 is for apache and 80 for IIS).
    Now I've the following message :
    An error has occurred. Retry later.
    If the problems persists, contact the system administrator.
    Does someone has an idea of the problem please ?

  3. #3
    Membre éprouvé
    Avatar de lazarel
    Homme Profil pro
    Consultant informatique
    Inscrit en
    Mai 2007
    Messages
    893
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 42
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Consultant informatique
    Secteur : Aéronautique - Marine - Espace - Armement

    Informations forums :
    Inscription : Mai 2007
    Messages : 893
    Points : 1 164
    Points
    1 164
    Par défaut
    Hi,

    Please can you give your SpagoBI version ?

  4. #4
    Membre du Club
    Inscrit en
    Juin 2006
    Messages
    171
    Détails du profil
    Informations forums :
    Inscription : Juin 2006
    Messages : 171
    Points : 63
    Points
    63
    Par défaut
    of course ..6.0.18

  5. #5
    Membre éprouvé
    Avatar de lazarel
    Homme Profil pro
    Consultant informatique
    Inscrit en
    Mai 2007
    Messages
    893
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 42
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Consultant informatique
    Secteur : Aéronautique - Marine - Espace - Armement

    Informations forums :
    Inscription : Mai 2007
    Messages : 893
    Points : 1 164
    Points
    1 164
    Par défaut
    Hum... is not possible because the latest is 2.1. Are you sure ?

  6. #6
    Membre du Club
    Inscrit en
    Juin 2006
    Messages
    171
    Détails du profil
    Informations forums :
    Inscription : Juin 2006
    Messages : 171
    Points : 63
    Points
    63
    Par défaut
    sorry spagobi 2.1 and tomcat 6.0.18...

  7. #7
    Membre du Club
    Inscrit en
    Juin 2006
    Messages
    171
    Détails du profil
    Informations forums :
    Inscription : Juin 2006
    Messages : 171
    Points : 63
    Points
    63
    Par défaut
    Here is the SpagoBiJasperReports.log :
    Code log : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    18 juin 2009 13:17:23,955 ERROR it.eng.spagobi.services.common.EnginConf.readJndiResource:119 - javax.naming.NameNotFoundException: Le Nom spagobi_service_url n'est pas lié à ce Contexte
    18 juin 2009 13:17:23,986 ERROR it.eng.spagobi.services.proxy.AbstractServiceProxy.init:97 - MalformedURLException:null/services/SecurityService
    java.net.MalformedURLException: no protocol: null/services/SecurityService
    	at java.net.URL.<init>(Unknown Source)
    	at java.net.URL.<init>(Unknown Source)
    	at java.net.URL.<init>(Unknown Source)
    	at it.eng.spagobi.services.proxy.AbstractServiceProxy.init(AbstractServiceProxy.java:95)
    	at it.eng.spagobi.services.proxy.AbstractServiceProxy.<init>(AbstractServiceProxy.java:63)
    	at it.eng.spagobi.services.proxy.SecurityServiceProxy.<init>(SecurityServiceProxy.java:57)
    	at it.eng.spagobi.utilities.filters.SpagoBIAccessFilter.doFilter(SpagoBIAccessFilter.java:199)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
    	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
    	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
    	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    	at java.lang.Thread.run(Unknown Source)
    18 juin 2009 13:17:25,205 ERROR it.eng.spagobi.services.proxy.SecurityServiceProxy.getUserProfile:109 - Error occured while retrieving user profile of user [biadmin] from service [Security Service] at endpoint [null]
    18 juin 2009 13:17:25,205 ERROR it.eng.spagobi.utilities.filters.SpagoBIAccessFilter.doFilter:212 - SecurityException while reeding user profile
    it.eng.spagobi.services.security.exceptions.SecurityException: Error occured while retrieving user profile of user [biadmin] from service [Security Service] at endpoint [null]
    	at it.eng.spagobi.services.proxy.SecurityServiceProxy.getUserProfile(SecurityServiceProxy.java:110)
    	at it.eng.spagobi.utilities.filters.SpagoBIAccessFilter.doFilter(SpagoBIAccessFilter.java:200)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
    	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
    	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
    	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    	at java.lang.Thread.run(Unknown Source)
    Caused by: (404)Not Found
    	at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744)
    	at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
    	at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
    	at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
    	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
    	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
    	at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
    	at org.apache.axis.client.Call.invoke(Call.java:2767)
    	at org.apache.axis.client.Call.invoke(Call.java:2443)
    	at org.apache.axis.client.Call.invoke(Call.java:2366)
    	at org.apache.axis.client.Call.invoke(Call.java:1812)
    	at it.eng.spagobi.services.security.stub.SecurityServiceSoapBindingStub.getUserProfile(SecurityServiceSoapBindingStub.java:198)
    	at it.eng.spagobi.services.proxy.SecurityServiceProxy.getUserProfile(SecurityServiceProxy.java:106)
    	... 13 more
    18 juin 2009 13:17:25,205 ERROR it.eng.spagobi.utilities.filters.SpagoBIAccessFilter.doFilter:236 - --------------------------------------------------------------------------------
    18 juin 2009 13:17:25,205 ERROR it.eng.spagobi.utilities.filters.SpagoBIAccessFilter.doFilter:237 - SpagoBIAccessFilter:doFilter ServletException!!
    18 juin 2009 13:17:25,220 ERROR it.eng.spagobi.utilities.filters.SpagoBIAccessFilter.doFilter:238 -  msg: [Message: Error occured while retrieving user profile of user [biadmin] from service [Security Service] at endpoint [null]; Cause: (404)Not Found]

    Is a naming problem ? a user one ?

    Thank for help

  8. #8
    Membre du Club
    Inscrit en
    Juin 2006
    Messages
    171
    Détails du profil
    Informations forums :
    Inscription : Juin 2006
    Messages : 171
    Points : 63
    Points
    63
    Par défaut
    here is the solution :
    I've replace
    <ResourceLink global="spagobi_host_url" name="spagobi_host_url" type="java.lang.String"/>

    by
    <ResourceLink global="spagobi_service_url" name="spagobi_service_url" type="java.lang.String"/>

    in all context engine in server.xml
    Great thanks to Anthony Veil

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. [ZF 1.9] Zend_Tool : Erreur "a project profile was not found"
    Par mitnick2006 dans le forum Autres composants
    Réponses: 3
    Dernier message: 17/08/2009, 10h31
  2. Réponses: 1
    Dernier message: 03/08/2009, 17h26
  3. jxl.read.biff.BiffException: The input file was not found
    Par roro8 dans le forum Développement de jobs
    Réponses: 6
    Dernier message: 24/07/2009, 14h53
  4. Erreur:The input file was not found (jxl.read.biff.BiffException)
    Par impossibeulman dans le forum Débuter avec Java
    Réponses: 2
    Dernier message: 05/08/2008, 14h56
  5. requested URL /forms90/f90servlet was not found
    Par Aeternus dans le forum Oracle
    Réponses: 11
    Dernier message: 03/02/2004, 16h45

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo