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

RedHat / CentOS / Fedora Discussion :

lancement red5 sur centos


Sujet :

RedHat / CentOS / Fedora

  1. #1
    Membre à l'essai
    Homme Profil pro
    Inscrit en
    Novembre 2012
    Messages
    17
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Novembre 2012
    Messages : 17
    Points : 19
    Points
    19
    Par défaut lancement red5 sur centos
    Bonjour, suite à l'installation de red5 sur centos 5 quant je le lance j'ai:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
     sh red5.sh
    Running on  Linux
    Starting Red5
    Exception in thread "main" java.lang.NoClassDefFoundError: org/red5/server/Bootstrap
    Caused by: java.lang.ClassNotFoundException: org.red5.server.Bootstrap
    	at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    Could not find the main class: org.red5.server.Bootstrap. Program will exit.
    j'ai bien trouvé des pistes sur google au sujet de ce fichier "boot.jar" mais je sèche
    pouvez m'aider pour résoudre ce pb? merci

  2. #2
    Membre à l'essai
    Homme Profil pro
    Inscrit en
    Novembre 2012
    Messages
    17
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Novembre 2012
    Messages : 17
    Points : 19
    Points
    19
    Par défaut
    En réessayant l'installation, en suivant ce tuto
    (le probleme est quant je fait: ant prepare ->ok , mais apres ant dist->erreur)
    j'ai maintenant cette erreur suivante:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    # ant prepare
    Buildfile: /usr/local/red5/build.xml
     
    prepare:
     
    BUILD SUCCESSFUL
    Total time: 1 second
    étape suivante:
    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
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    # ant dist
    Buildfile: /usr/local/red5/build.xml
     
    -library.check:
         [echo] Java: java.home is /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre and the target version is 1.6
         [echo] Ant: ant.home is /usr/local/ant and the target version is Apache Ant(TM) version 1.8.2 compiled on December 20 2010
     
    -java6.check:
         [echo] Using Java 1.6 specification: 1.6
     
    prepare:
     
    compile:
         [echo] javac version: 1.6
         [echo] Not using the Eclipse IDE
         [echo] Compiler adapter name: modern
     
    compile-core:
     
    retrieve:
         [echo] Ivy conf name: java6
    [ivy:resolve] :: Apache Ivy 2.3.0-rc1 - 20120416000235 :: http://ant.apache.org/ivy/ ::
    [ivy:resolve] :: loading settings :: file = /usr/local/red5/ivysettings.xml
    [ivy:resolve] :: resolving dependencies :: red5#server;working@monserveur.com [not transitive]
    [ivy:resolve] 	confs: [java6]
    [ivy:resolve] 	found javax#javaee-api;5.1.2 in googlecode
    [ivy:resolve] 	found org.springframework#spring-aop;3.1.1.RELEASE in central
    [ivy:resolve] 	found org.springframework#spring-asm;3.1.1.RELEASE in central
    [ivy:resolve] 	found org.springframework#spring-beans;3.1.1.RELEASE in central
    [ivy:resolve] 	found org.springframework#spring-context;3.1.1.RELEASE in central
    [ivy:resolve] 	found org.springframework#spring-context-support;3.1.1.RELEASE in central
    [ivy:resolve] 	found org.springframework#spring-core;3.1.1.RELEASE in central
    [ivy:resolve] 	found org.springframework#spring-expression;3.1.1.RELEASE in central
    [ivy:resolve] 	found org.springframework#spring-web;3.1.1.RELEASE in central
    [ivy:resolve] 	found org.slf4j#slf4j-api;1.6.6 in central
    [ivy:resolve] 	found org.slf4j#jul-to-slf4j;1.6.6 in central
    [ivy:resolve] 	found org.slf4j#log4j-over-slf4j;1.6.6 in central
    [ivy:resolve] 	found org.slf4j#jcl-over-slf4j;1.6.6 in central
    [ivy:resolve] 	found ch.qos.logback#logback-classic;1.0.3 in central
    [ivy:resolve] 	found ch.qos.logback#logback-core;1.0.3 in central
    [ivy:resolve] 	found red5#sysout-over-slf4j;1.0.2 in googlecode
    [ivy:resolve] 	found org.apache.commons#commons-beanutils;1.8.3 in sonatype
    [ivy:resolve] 	found org.apache.commons#commons-codec;1.6 in apache
    [ivy:resolve] 	found org.apache.commons#commons-collections;3.2.1 in sonatype
    [ivy:resolve] 	found org.apache.httpcomponents#httpcore;4.2.1 in central
    [ivy:resolve] 	found org.apache.httpcomponents#httpclient;4.2 in central
    [ivy:resolve] 	found org.apache.commons#commons-lang3;3.1 in central
    [ivy:resolve] 	found org.apache.commons#commons-modeler;2.0.1 in sonatype
    [ivy:resolve] 	found org.apache.commons#commons-pool;1.5.6 in apache
    [ivy:resolve] 	found org.quartz-scheduler#quartz;1.8.5 in central
    [ivy:resolve] 	found net.sf.ehcache#ehcache-core;2.5.0 in central
    [ivy:resolve] 	found org.apache.xerces#com.springsource.org.apache.xerces;2.9.1 in chain
    [ivy:resolve] 	found red5#xmlrpc;2.0.1 in googlecode
    [ivy:resolve] 	found org.objectweb.asm#com.springsource.org.objectweb.asm;3.2.0 in chain
    [ivy:resolve] 	found org.objectweb.asm#com.springsource.org.objectweb.asm.commons;3.2.0 in chain
    [ivy:resolve] 	found org.antlr#com.springsource.org.antlr;3.1.3 in chain
    [ivy:resolve] 	found org.codehaus.groovy#com.springsource.org.codehaus.groovy;1.7.0 in chain
    [ivy:resolve] 	found org.jruby#jruby;1.6.7.2 in central
    [ivy:resolve] 	found org.python#jython-standalone;2.5.2 in central
    [ivy:resolve] 	found org.mozilla.javascript#com.springsource.org.mozilla.javascript;1.7.0.R2 in chain
    [ivy:resolve] 	found javax.xml.stream#com.springsource.javax.xml.stream;1.0.1 in chain
    [ivy:resolve] 	found red5#jaudiotagger;2.0.4-SNAPSHOT in googlecode
    [ivy:resolve] 	found net.sourceforge.cglib#com.springsource.net.sf.cglib;2.2.0 in springsource-external
    [ivy:resolve] 	found org.aopalliance#com.springsource.org.aopalliance;1.0.0 in springsource-external
    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    #  SIGSEGV (0xb) at pc=0x0000000000000000, pid=10087, tid=1098283328
    #
    # JRE version: 6.0_22-b22
    # Java VM: OpenJDK 64-Bit Server VM (20.0-b11 mixed mode linux-amd64 compressed oops)
    # Derivative: IcedTea6 1.10.10
    # Distribution: CentOS release 5.8 (Final), package rhel-1.28.1.10.10.el5_8-x86_64
    # Problematic frame:
    # C  0x0000000000000000
    #
    # An error report file with more information is saved as:
    # /usr/local/red5/hs_err_pid10087.log
    [ivy:resolve] 	found org.apache.mina#mina-integration-beans;2.0.5 in central
    #
    # If you would like to submit a bug report, please include
    # instructions how to reproduce the bug and visit:
    #   http://icedtea.classpath.org/bugzilla
    #
    Abandon
    quelqu'un pour me permettre de résoudre ce pb ? , merci

  3. #3
    Membre émérite
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Décembre 2011
    Messages
    1 255
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Décembre 2011
    Messages : 1 255
    Points : 2 627
    Points
    2 627
    Par défaut
    salut
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    # An error report file with more information is saved as:
    # /usr/local/red5/hs_err_pid10087.log
    y a-t-il plus d'explications dans ce fichier ? A part "A fatal error has been detected by the Java Runtime Environment"

  4. #4
    Membre à l'essai
    Homme Profil pro
    Inscrit en
    Novembre 2012
    Messages
    17
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Novembre 2012
    Messages : 17
    Points : 19
    Points
    19
    Par défaut
    voici mon fichier 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
    30
    31
    32
    33
    34
    35
    36
    37
    38
     
    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    #  SIGSEGV (0xb) at pc=0x0000000000000000, pid=10087, tid=1098283328
    #
    # JRE version: 6.0_22-b22
    # Java VM: OpenJDK 64-Bit Server VM (20.0-b11 mixed mode linux-amd64 compressed oops)
    # Derivative: IcedTea6 1.10.10
    # Distribution: CentOS release 5.8 (Final), package rhel-1.28.1.10.10.el5_8-x86_64
    # Problematic frame:
    # C  0x0000000000000000
    #
    # If you would like to submit a bug report, please include
    # instructions how to reproduce the bug and visit:
    #   http://icedtea.classpath.org/bugzilla
    #
     
    ---------------  T H R E A D  ---------------
     
    Current thread (0x000000000106b800):  JavaThread "C2 CompilerThread1" daemon [_thread_in_vm, id=10103, stack(0x0000000041667000,0x0000000041768000)]
     
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000000
     
    Registers:
    RAX=0x00007fd679770640, RBX=0x00007fd679763b10, RCX=0x0000000000000001, RDX=0x0000000000000000
    RSP=0x0000000041765728, RBP=0x0000000041765740, RSI=0x00007fd67e716dc0, RDI=0x00007fd679763b10
    R8 =0x000000000106a700, R9 =0x0000000004000001, R10=0x0000000000000001, R11=0x0000000000000202
    R12=0x000000000106b800, R13=0x00007fd679763b10, R14=0x00007fd67e6e3420, R15=0x0000000041766420
    RIP=0x0000000000000000, EFLAGS=0x0000000000010206, CSGSFS=0x0000000000000033, ERR=0x0000000000000014
      TRAPNO=0x000000000000000e
     
    Top of Stack: (sp=0x0000000041765728)
    0x0000000041765728:   00007fd67de446e2 0000000000fd7cd0
    0x0000000041765738:   0000000000fd7cd0 0000000041765770
    0x0000000041765748:   00007fd67de40986 0000000001965410
    0x0000000041765758:   00000000417663a0 0000000000000004
    0x0000000041765768:   0000000001a69b80 0000000041765790

  5. #5
    Membre à l'essai
    Homme Profil pro
    Inscrit en
    Novembre 2012
    Messages
    17
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Novembre 2012
    Messages : 17
    Points : 19
    Points
    19
    Par défaut
    personne pour me mettre sur la voie

Discussions similaires

  1. Probleme de lancement du Red5 sur Vista
    Par T_Lara dans le forum Dynamique
    Réponses: 0
    Dernier message: 08/03/2009, 02h56
  2. installer red5 sur CentOS
    Par kiamaru dans le forum Applications et environnements graphiques
    Réponses: 0
    Dernier message: 01/11/2008, 06h57
  3. PB lancement PostgreSQL sur Debian Sarge
    Par Invité dans le forum PostgreSQL
    Réponses: 5
    Dernier message: 24/11/2005, 19h15
  4. Fermeture et delay de lancement application sur dos
    Par jason59 dans le forum Windows
    Réponses: 5
    Dernier message: 18/09/2005, 20h01

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