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 :

SpagoBi 3.6 et serveur


Sujet :

SpagoBI

  1. #1
    Nouveau Candidat au Club
    Homme Profil pro
    Consultant en Business Intelligence
    Inscrit en
    Mars 2012
    Messages
    1
    Détails du profil
    Informations personnelles :
    Sexe : Homme

    Informations professionnelles :
    Activité : Consultant en Business Intelligence

    Informations forums :
    Inscription : Mars 2012
    Messages : 1
    Points : 1
    Points
    1
    Par défaut SpagoBi 3.6 et serveur
    bonjour , Tout le monde ,
    J'essaie d'installer spagobi Server sur mon serveur (centOS6 ) et j'ai fouillé l'internet et les forums j'ai téléchargé le patch [it] mais rien ne se passe
    alors que le lien a changé :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    http://X.X.X.X:8080/SpagoBI/servlet/AdapterHTTP?PAGE=LoginPage&NEW_SESSION=TRUE
    il n'ya que le message :


    Please aidez moi je suis bloqué !!!


    le fichier server.xml
    Code : 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
     
    <GlobalNamingResources>
        <!-- Editable user database that can also be used by
             UserDatabaseRealm to authenticate users
        -->
     
    <Environment name="spagobi_resource_path" type="java.lang.String" value="webapps/resources"/>
    <Environment name="spagobi_sso_class" type="java.lang.String" value="it.eng.spagobi.services.common.FakeSsoService"/>
    <Environment name="spagobi_sso_class" type="java.lang.String" value="it.eng.spagobi.services.cas.CasSsoService3"/>
     
    <Environment name="spagobi_service_url" type="java.lang.String" value="http://X.X.X.X:8080/SpagoBI"/>
    <Environment name="spagobi_host_url" type="java.lang.String" value="http://X.X.X.X:8080"/>
     
    <Resource name="UserDatabase" auth="Container"
              type="org.apache.catalina.UserDatabase"
              description="User database that can be updated and saved"
              factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
              pathname="conf/tomcat-users.xml" />
     
    <Resource auth="Container" driverClassName="com.mysql.jdbc.Driver" maxActive="20" maxIdle="10" maxWait="-1"
              name="jdbc/spagobi" password="*****" type="javax.sql.DataSource" url="jdbc:mysql://X.X.X.X:3306/spagobi" username="SpagoBI"/>
    la version java
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
     
     
    [root@bi-server ~]# java -version
    java version "1.5.0"
    gij (GNU libgcj) version 4.4.6 20120305 (Red Hat 4.4.6-4)
     
    Copyright (C) 2007 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    Le tomcat.conf:
    Code : 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
    58
    59
     
    # System-wide configuration file for tomcat6 services
    # This will be sourced by tomcat6 and any secondary service
    # Values will be overridden by service-specific configuration
    # files in /etc/sysconfig
    #
    # Use this one to change default values for all services
    # Change the service specific ones to affect only one service
    # (see, for instance, /etc/sysconfig/tomcat6)
    #
     
    # Where your java installation lives
    JAVA_HOME="/usr/lib/jvm/java-1.5.0"
    #JAVA_HOME="/usr/lib/jvm/java-6-openjdk/"
     
    JRE_HOME="/usr/lib/jvm/java-1.5.0"
     
     
    # Where your tomcat installation lives
    CATALINA_BASE="/usr/share/tomcat6"
    CATALINA_HOME="/usr/share/tomcat6"
    JASPER_HOME="/usr/share/tomcat6"
    CATALINA_TMPDIR="/var/cache/tomcat6/temp"
     
    # You can pass some parameters to java here if you wish to
    #JAVA_OPTS="-Xminf0.1 -Xmaxf0.3"
     
    # Use JAVA_OPTS to set java.library.path for libtcnative.so
    JAVA_OPTS="-Djava.library.path=/usr/lib"
     
    # Cannot resolve user database reference - naming-factory-dbcp
    # the real problem is a cnfe that is avoided by configuring
    # the -Djavax.sql.DataSource.Factory. This fixes the rpm install.
    JAVA_OPTS="${JAVA_OPTS} -Djavax.sql.DataSource.Factory=org.apache.commons.dbcp.BasicDataSourceFactory"
     
    # What user should run tomcat
    TOMCAT_USER="tomcat"
     
    # You can change your tomcat locale here
    #LANG="en_US"
     
    # Run tomcat under the Java Security Manager
    SECURITY_MANAGER="false"
     
    # Time to wait in seconds, before killing process
    SHUTDOWN_WAIT="30"
     
    # Whether to annoy the user with "attempting to shut down" messages or not
    SHUTDOWN_VERBOSE=false
     
    # Set the TOMCAT_PID location
    #CATALINA_PID="/var/run/tomcat6.pid"
     
    # Connector port is 8080 for this tomcat6 instance
    #CONNECTOR_PORT="8080"
     
    # If you wish to further customize your tomcat environment,
    # put your own definitions here
    # (i.e. LD_LIBRARY_PATH for some jdbc drivers)
    voila le log :
    Code : 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
     
    [http-8080-2] 07 mars 2013 13:10:35,958 ERROR it.eng.spagobi.commons.SingletonConfigCache.get:47 - The property 'SPAGOBI_SSO.INTEGRATION_CLASS_JNDI' doens't have any value assigned, check SBI_CONFIG table
    [http-8080-2] 07 mars 2013 13:10:36,048 ERROR it.eng.spagobi.commons.utilities.SpagoBIUtilities.readJndiResource:292 - java.lang.NullPointerException
    [http-8080-2] 07 mars 2013 13:10:36,050 ERROR it.eng.spagobi.services.common.SsoServiceFactory.createProxyService:49 - Error occurred
    java.lang.NullPointerException
       at java.lang.Class.forName(libgcj.so.10)
       at it.eng.spagobi.services.common.SsoServiceFactory.createProxyService(SsoServiceFactory.java:46)
       at it.eng.spagobi.commons.filters.ProfileFilter.findUserId(ProfileFilter.java:151)
       at it.eng.spagobi.commons.filters.ProfileFilter.doFilter(ProfileFilter.java:71)
       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
       at it.eng.spagobi.commons.filters.SpagoBICoreCheckSessionFilter.doFilter(SpagoBICoreCheckSessionFilter.java:82)
       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:127)
       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:298)
       at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
       at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
       at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
       at java.lang.Thread.run(libgcj.so.10)
    [http-8080-2] 07 mars 2013 13:10:36,054 ERROR it.eng.spagobi.commons.filters.ProfileFilter.doFilter:105 - java.lang.NullPointerException
    [http-8080-2] 07 mars 2013 13:10:36,064 ERROR it.eng.spagobi.commons.SingletonConfigCache.get:47 - The property 'SPAGOBI_SSO.ACTIVE' doens't have any value assigned, check SBI_CONFIG table
    [http-8080-2] 07 mars 2013 13:10:36,066 ERROR it.eng.spagobi.commons.SingletonConfigCache.get:47 - The property 'SPAGOBI.LANGUAGE_SUPPORTED.LANGUAGE.default' doens't have any value assigned, check SBI_CONFIG table
    [http-8080-2] 07 mars 2013 13:10:36,069 ERROR it.eng.spagobi.commons.SingletonConfigCache.get:47 - The property 'SPAGOBI.LANGUAGE_SUPPORTED.LANGUAGES' doens't have any value assigned, check SBI_CONFIG table
    [http-8080-2] 07 mars 2013 13:10:36,071 ERROR it.eng.spagobi.commons.utilities.GeneralUtilities.getSupportedLocales:483 - NO LOCALES CONFIGURED!!!

  2. #2
    Membre régulier
    Homme Profil pro
    Consultant en Business Intelligence
    Inscrit en
    Mars 2012
    Messages
    58
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Consultant en Business Intelligence

    Informations forums :
    Inscription : Mars 2012
    Messages : 58
    Points : 78
    Points
    78
    Par défaut
    Bonjour,

    Vous avez créé la base spagobi ?
    Ensuite l'avez-vous rempli avec les scripts prévus à cet effet ?

    Cdt,

Discussions similaires

  1. Réponses: 1
    Dernier message: 20/08/2013, 10h05
  2. Réponses: 1
    Dernier message: 31/10/2012, 14h25
  3. Réponses: 0
    Dernier message: 23/10/2012, 12h16
  4. tester le serveur de spagobi
    Par toumaa dans le forum SpagoBI
    Réponses: 0
    Dernier message: 17/07/2012, 15h24
  5. Connexion MS SQL Serveur spagoBI
    Par rotsilaina dans le forum SpagoBI
    Réponses: 7
    Dernier message: 07/04/2008, 14h50

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