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

Wildfly/JBoss Java Discussion :

JBoss ne se lance pas complètement


Sujet :

Wildfly/JBoss Java

  1. #1
    Membre confirmé
    Inscrit en
    Mai 2006
    Messages
    210
    Détails du profil
    Informations forums :
    Inscription : Mai 2006
    Messages : 210
    Par défaut JBoss ne se lance pas complètement
    Bonjour,

    Je suis Glassfish man, mais mon DSI veut que j'installe JBoss pour le tester.
    Le probleme c'est que l'execution du run.sh ne me lance pas JBoos, j'ai rien sur le port 8080 et je n'ai que le process :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    /usr/local/SUNWappserver/jdk/bin/java -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.clie
    qui tourne.

    Je ne vois pas d'erreurs ni dans la console ni dans les logs.

    Avez vous une piste ? Merci.

    la console :
    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
    86
    87
    88
    89
    90
    91
     
    # ../../../bin/run.sh
    =========================================================================
     
      JBoss Bootstrap Environment
     
      JBOSS_HOME: /usr/local/JBoss/jboss-4.2.2.GA
     
      JAVA: /usr/local/SUNWappserver/jdk/bin/java
     
      JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true
     
      CLASSPATH: /usr/local/JBoss/jboss-4.2.2.GA/bin/run.jar:/usr/local/SUNWappserver/jdk/lib/tools.jar
     
    =========================================================================
     
    14:18:37,483 INFO  [Server] Starting JBoss (MX MicroKernel)...
    14:18:37,484 INFO  [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)
    14:18:37,485 INFO  [Server] Home Dir: /usr/local/JBoss/jboss-4.2.2.GA
    14:18:37,486 INFO  [Server] Home URL: file:/usr/local/JBoss/jboss-4.2.2.GA/
    14:18:37,487 INFO  [Server] Patch URL: null
    14:18:37,487 INFO  [Server] Server Name: default
    14:18:37,487 INFO  [Server] Server Home Dir: /usr/local/JBoss/jboss-4.2.2.GA/server/default
    14:18:37,487 INFO  [Server] Server Home URL: file:/usr/local/JBoss/jboss-4.2.2.GA/server/default/
    14:18:37,487 INFO  [Server] Server Log Dir: /usr/local/JBoss/jboss-4.2.2.GA/server/default/log
    14:18:37,488 INFO  [Server] Server Temp Dir: /usr/local/JBoss/jboss-4.2.2.GA/server/default/tmp
    14:18:37,488 INFO  [Server] Root Deployment Filename: jboss-service.xml
    14:18:37,866 INFO  [ServerInfo] Java version: 1.5.0_06,Sun Microsystems Inc.
    14:18:37,866 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_06-b05,Sun Microsystems Inc.
    14:18:37,866 INFO  [ServerInfo] OS-System: Linux 2.6.9-5.ELsmp,i386
    14:18:38,476 INFO  [Server] Core system initialized
    14:18:41,957 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/
    14:18:41,960 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
    14:18:42,596 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
    14:18:42,596 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
    14:18:42,847 INFO  [TransactionManagerService] Starting recovery manager
    14:18:42,952 INFO  [TransactionManagerService] Recovery manager started
    14:18:42,952 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
    14:18:48,168 INFO  [EJB3Deployer] Starting java:comp multiplexer
    14:18:48,708 INFO  [STDOUT] no object for null
    14:18:48,712 INFO  [STDOUT] no object for null
    14:18:48,760 INFO  [STDOUT] no object for null
    14:18:48,793 INFO  [STDOUT] no object for {urn:jboss:bean-deployer}supplyType
    14:18:48,807 INFO  [STDOUT] no object for {urn:jboss:bean-deployer}dependsType
    14:18:51,636 INFO  [NativeServerConfig] JBoss Web Services - Native
    14:18:51,637 INFO  [NativeServerConfig] jbossws-native-2.0.1.SP2 (build=200710210837)
    14:18:53,102 INFO  [Embedded] Catalina naming disabled
    14:18:53,366 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/local/SUNWappserver/jdk/jre/lib/i386/server:/usr/local/SUNWappserver/jdk/jre/lib/i386:/usr/local/SUNWappserver/jdk/jre/../lib/i386::/oracle/product/10.2.0/db_1/lib
    14:18:53,520 INFO  [Http11Protocol] Initialisation de Coyote HTTP/1.1 sur http-127.0.0.1-8080
    14:18:53,521 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
    14:18:53,522 INFO  [Catalina] Initialization processed in 419 ms
    14:18:53,522 INFO  [StandardService] Démarrage du service jboss.web
    14:18:53,525 INFO  [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
    14:18:53,595 INFO  [Catalina] Server startup in 73 ms
    14:18:53,804 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
    14:18:54,845 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
    14:18:55,301 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
    14:18:55,587 INFO  [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
    14:18:57,308 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
    14:18:58,192 INFO  [MailService] Mail Service bound to java:/Mail
    14:18:58,410 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
    14:18:58,508 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
    14:18:58,558 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
    14:18:58,598 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
    14:18:58,673 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
    14:18:58,703 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
    14:18:58,770 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
    14:18:58,781 INFO  [QuartzResourceAdapter] start quartz!!!
    14:18:58,872 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
    14:18:58,904 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
    14:18:58,908 INFO  [RAMJobStore] RAMJobStore initialized.
    14:18:58,909 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
    14:18:58,909 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
    14:18:58,909 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
    14:18:59,738 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
    14:19:00,079 INFO  [A] Bound to JNDI name: queue/A
    14:19:00,081 INFO  [B] Bound to JNDI name: queue/B
    14:19:00,083 INFO  [C] Bound to JNDI name: queue/C
    14:19:00,085 INFO  [D] Bound to JNDI name: queue/D
    14:19:00,087 INFO  [ex] Bound to JNDI name: queue/ex
    14:19:00,111 INFO  [testTopic] Bound to JNDI name: topic/testTopic
    14:19:00,113 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
    14:19:00,115 INFO  [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
    14:19:00,120 INFO  [testQueue] Bound to JNDI name: queue/testQueue
    14:19:00,177 INFO  [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
    14:19:00,223 INFO  [DLQ] Bound to JNDI name: queue/DLQ
    14:19:00,378 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
    14:19:00,493 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
    14:19:00,849 INFO  [Http11Protocol] Démarrage de Coyote HTTP/1.1 sur http-127.0.0.1-8080
    14:19:00,876 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
    14:19:00,892 INFO  [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 23s:401ms
    les logs :
    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
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    more server.log
    2007-11-19 14:45:04,624 DEBUG [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Creating jboss:service=TransactionManager
    2007-11-19 14:45:04,625 DEBUG [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Created jboss:service=TransactionManager
    2007-11-19 14:45:04,984 DEBUG [org.jnp.server.NamingBeanImpl] Using NamingServer: org.jnp.server.NamingServer@2f729e
    2007-11-19 14:45:04,984 DEBUG [org.jnp.server.NamingBeanImpl] Installed global NamingServer: org.jnp.server.NamingServer@2f729e
    2007-11-19 14:45:04,989 DEBUG [org.jnp.server.NamingBeanImpl] InitialContext Environment:
    2007-11-19 14:45:04,990 DEBUG [org.jnp.server.NamingBeanImpl] key=java.naming.factory.initial, value(java.lang.String)=org.jnp.interfaces.NamingContextF
    actory
    2007-11-19 14:45:04,990 DEBUG [org.jnp.server.NamingBeanImpl] key=java.naming.factory.url.pkgs, value(java.lang.String)=org.jboss.naming:org.jnp.interfa
    ces
    2007-11-19 14:45:05,481 DEBUG [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Starting jboss:service=TransactionManager
    2007-11-19 14:45:05,482 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
    2007-11-19 14:45:05,482 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Setting up property manager MBean and JMX layer
    2007-11-19 14:45:05,704 DEBUG [com.arjuna.ats.arjuna.logging.arjLoggerI18N] [com.arjuna.ats.arjuna.recovery.TransactionStatusManager_1] - Starting servi
    ce com.arjuna.ats.arjuna.recovery.ActionStatusService on port 13615
    2007-11-19 14:45:05,709 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] TransactionStatusManagerItem - host: 192.100.200.73 port: 13615
    2007-11-19 14:45:06,063 DEBUG [com.arjuna.ats.arjuna.logging.arjLoggerI18N] [com.arjuna.ats.arjuna.recovery.TransactionStatusManager_3] - TransactionSta
    tusManager started on port 13615 with service com.arjuna.ats.arjuna.recovery.ActionStatusService
    2007-11-19 14:45:06,076 DEBUG [com.arjuna.ats.tsmx.logging.tsmxLogger] Registering mbean for module 'arjuna'
    2007-11-19 14:45:06,081 DEBUG [com.arjuna.ats.tsmx.logging.tsmxLogger] Initialising JMX agent com.arjuna.ats.internal.jbossatx.agent.LocalJBossAgentImpl
    2007-11-19 14:45:06,088 DEBUG [com.arjuna.ats.tsmx.logging.tsmxLogger] Registering mbean for module 'jta'
    2007-11-19 14:45:06,090 DEBUG [com.arjuna.ats.tsmx.logging.tsmxLogger] Registering mbean for module 'txoj'
    2007-11-19 14:45:06,111 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Starting recovery manager
    2007-11-19 14:45:06,120 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger]
      --- Start RecoveryActivators
    2007-11-19 14:45:06,130 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger]
      --- ExpiredEntryMonitor ----lun., 19 nov. 2007 14:45:06----
    2007-11-19 14:45:06,303 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.noxanodes] No XA recovery nodes specified. W
    ill only recover saved states.
    2007-11-19 14:45:06,308 DEBUG [com.arjuna.ats.arjuna.logging.arjLoggerI18N] [com.arjuna.ats.internal.arjuna.recovery.ready] RecoveryManagerImple is read
    y on port 13*618
    2007-11-19 14:45:06,308 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Recovery manager started
    2007-11-19 14:45:06,308 INFO  [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Binding TransactionManager JNDI Reference
    2007-11-19 14:45:06,325 DEBUG [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Started jboss:service=TransactionManager
    2007-11-19 14:45:11,380 INFO  [org.jboss.ejb3.EJB3Deployer] Starting java:comp multiplexer
    2007-11-19 14:45:12,030 INFO  [STDOUT] no object for null
    2007-11-19 14:45:12,034 INFO  [STDOUT] no object for null
    2007-11-19 14:45:12,070 INFO  [STDOUT] no object for null
    2007-11-19 14:45:12,110 INFO  [STDOUT] no object for {urn:jboss:bean-deployer}supplyType
    2007-11-19 14:45:12,125 INFO  [STDOUT] no object for {urn:jboss:bean-deployer}dependsType
    2007-11-19 14:45:15,122 INFO  [org.jboss.wsf.stack.jbws.NativeServerConfig] JBoss Web Services - Native
    2007-11-19 14:45:15,122 INFO  [org.jboss.wsf.stack.jbws.NativeServerConfig] jbossws-native-2.0.1.SP2 (build=200710210837)
    2007-11-19 14:45:16,787 INFO  [org.apache.catalina.startup.Embedded] Catalina naming disabled
    2007-11-19 14:45:17,543 INFO  [org.apache.catalina.core.AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in produ
    ction environments was not found on the java.library.path: /usr/local/SUNWappserver/jdk/jre/lib/i386/server:/usr/local/SUNWappserver/jdk/jre/lib/i386:/u
    sr/local/SUNWappserver/jdk/jre/../lib/i386::/oracle/product/10.2.0/db_1/lib
    2007-11-19 14:45:17,687 INFO  [org.apache.coyote.http11.Http11Protocol] Initialisation de Coyote HTTP/1.1 sur http-127.0.0.1-8080
    2007-11-19 14:45:17,688 INFO  [org.apache.coyote.ajp.AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
    2007-11-19 14:45:17,688 INFO  [org.apache.catalina.startup.Catalina] Initialization processed in 901 ms
    2007-11-19 14:45:17,689 INFO  [org.apache.catalina.core.StandardService] Démarrage du service jboss.web
    2007-11-19 14:45:17,692 INFO  [org.apache.catalina.core.StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
    2007-11-19 14:45:17,759 INFO  [org.apache.catalina.startup.Catalina] Server startup in 70 ms
    2007-11-19 14:45:17,911 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
    2007-11-19 14:45:18,960 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
    2007-11-19 14:45:19,371 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
    2007-11-19 14:45:19,605 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jb
    ossmq-httpil.war/
    2007-11-19 14:45:21,010 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/w
    eb-console.war/
    2007-11-19 14:45:21,913 INFO  [org.jboss.mail.MailService] Mail Service bound to java:/Mail
    2007-11-19 14:45:22,093 INFO  [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-lo
    cal-jdbc.rar
    2007-11-19 14:45:22,172 INFO  [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa
    -jdbc.rar
    2007-11-19 14:45:22,201 INFO  [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local
    -jdbc.rar
    2007-11-19 14:45:22,260 INFO  [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jd
    bc.rar
    2007-11-19 14:45:22,338 INFO  [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.
    rar
    2007-11-19 14:45:22,370 INFO  [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
    2007-11-19 14:45:22,428 INFO  [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.r
    ar
    2007-11-19 14:45:22,439 INFO  [org.jboss.resource.adapter.quartz.inflow.QuartzResourceAdapter] start quartz!!!
    2007-11-19 14:45:22,528 INFO  [org.quartz.simpl.SimpleThreadPool] Job execution threads will use class loader of thread: main
    2007-11-19 14:45:22,561 INFO  [org.quartz.core.QuartzScheduler] Quartz Scheduler v.1.5.2 created.
    2007-11-19 14:45:22,565 INFO  [org.quartz.simpl.RAMJobStore] RAMJobStore initialized.
    2007-11-19 14:45:22,566 INFO  [org.quartz.impl.StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in
    Quartz package: 'quartz.properties'
    2007-11-19 14:45:22,566 INFO  [org.quartz.impl.StdSchedulerFactory] Quartz scheduler version: 1.5.2
    2007-11-19 14:45:22,566 INFO  [org.quartz.core.QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
    2007-11-19 14:45:23,606 INFO  [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSour
    ceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
    2007-11-19 14:45:23,925 INFO  [org.jboss.mq.server.jmx.Queue.A] Bound to JNDI name: queue/A
    2007-11-19 14:45:23,927 INFO  [org.jboss.mq.server.jmx.Queue.B] Bound to JNDI name: queue/B
    2007-11-19 14:45:23,929 INFO  [org.jboss.mq.server.jmx.Queue.C] Bound to JNDI name: queue/C
    2007-11-19 14:45:23,931 INFO  [org.jboss.mq.server.jmx.Queue.D] Bound to JNDI name: queue/D
    2007-11-19 14:45:23,933 INFO  [org.jboss.mq.server.jmx.Queue.ex] Bound to JNDI name: queue/ex
    2007-11-19 14:45:23,957 INFO  [org.jboss.mq.server.jmx.Topic.testTopic] Bound to JNDI name: topic/testTopic
    2007-11-19 14:45:23,959 INFO  [org.jboss.mq.server.jmx.Topic.securedTopic] Bound to JNDI name: topic/securedTopic
    2007-11-19 14:45:23,961 INFO  [org.jboss.mq.server.jmx.Topic.testDurableTopic] Bound to JNDI name: topic/testDurableTopic
    2007-11-19 14:45:23,991 INFO  [org.jboss.mq.server.jmx.Queue.testQueue] Bound to JNDI name: queue/testQueue
    2007-11-19 14:45:24,043 INFO  [org.jboss.mq.il.uil2.UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
    2007-11-19 14:45:24,095 INFO  [org.jboss.mq.server.jmx.Queue.DLQ] Bound to JNDI name: queue/DLQ
    2007-11-19 14:45:24,282 INFO  [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=Connecti
    onFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
    2007-11-19 14:45:24,391 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
    2007-11-19 14:45:24,682 INFO  [org.apache.coyote.http11.Http11Protocol] Démarrage de Coyote HTTP/1.1 sur http-127.0.0.1-8080
    2007-11-19 14:45:24,799 INFO  [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
    2007-11-19 14:45:24,815 INFO  [org.jboss.system.server.Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Starte
    d in 25s:197ms
    2007-11-19 14:45:24,816 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <lun., 19 nov. 2007 14:45:24>
    2007-11-19 14:45:24,816 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
    2007-11-19 14:45:24,817 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule
     - first pass
    2007-11-19 14:45:24,817 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - fir
    st pass
    2007-11-19 14:45:34,824 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <lun., 19 nov. 2007 14:45:34>
    2007-11-19 14:45:34,824 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
    2007-11-19 14:45:34,824 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule
     - second pass
    2007-11-19 14:45:34,824 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - se
    cond pass

  2. #2
    Membre confirmé
    Inscrit en
    Mai 2006
    Messages
    210
    Détails du profil
    Informations forums :
    Inscription : Mai 2006
    Messages : 210
    Par défaut
    c'est bon en utilisant :

    java -jar jems-installer-1.2.0.jar

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

Discussions similaires

  1. [JBoss] AppletBrowser n'est pas chargé
    Par mesmoh2005 dans le forum JBuilder
    Réponses: 1
    Dernier message: 15/02/2005, 17h35
  2. [Kylix] Ne se lance pas sous Fedora core 3
    Par John@EuroDevz dans le forum EDI
    Réponses: 3
    Dernier message: 14/02/2005, 17h27
  3. Procedure stockée qui ne s'exe pas complètement
    Par Oluha dans le forum Bases de données
    Réponses: 2
    Dernier message: 12/01/2005, 15h38
  4. Mysql ne se lance pas problème de socket
    Par Riko dans le forum Installation
    Réponses: 5
    Dernier message: 05/02/2004, 10h28
  5. Envoi d'un mail en VBA: outlook ne se lance pas
    Par Hannibal dans le forum VBA Access
    Réponses: 4
    Dernier message: 01/06/2003, 16h24

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