You are running JBoss with the 'all' configuration.You have to run Jboss with the 'default' configuration. The 'all' configuration need IP Multicast enabled in your machine.So if you want to run Jboss in 'all' configuraion ask oyur sysadmin to enable IP Multicasting in your machine. For running Jboss in 'default' config go to JBOSS_HOME/bin/ run the script . ./run.sh For running Jboss in 'all' config go to JBOSS_HOME/bin/ run the script . . /run.sh -c all
Glenn wrote: > Can anybody tell me why JBoss3.0 stops here when run it. I've dumped some of start >out from the console. > > I would love to hear from anybody that has experienced this and solved it!!! > > TIA > > Extract : > > 17:13:00,883 INFO [securedTopic] Creating > 17:13:00,883 INFO [securedTopic] Created > 17:13:00,883 INFO [testDurableTopic] Creating > 17:13:00,883 INFO [testDurableTopic] Created > 17:13:00,883 INFO [testQueue] Creating > 17:13:00,883 INFO [testQueue] Created > 17:13:00,883 INFO [A] Creating > 17:13:00,883 INFO [A] Created > 17:13:00,883 INFO [B] Creating > 17:13:00,883 INFO [B] Created > 17:13:00,883 INFO [C] Creating > 17:13:00,883 INFO [C] Created > 17:13:00,883 INFO [D] Creating > 17:13:00,883 INFO [D] Created > 17:13:00,883 INFO [ex] Creating > 17:13:00,883 INFO [ex] Created > 17:13:00,883 INFO [testTopic] Starting > 17:13:00,893 INFO [testTopic] Bound to JNDI name: topic/testTopic > 17:13:00,903 INFO [testTopic] Started > 17:13:00,903 INFO [securedTopic] Starting > 17:13:00,903 INFO [securedTopic] Bound to JNDI name: topic/securedTopic > 17:13:00,903 INFO [securedTopic] Started > 17:13:00,903 INFO [testDurableTopic] Starting > 17:13:00,903 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic > 17:13:00,903 INFO [testDurableTopic] Started > 17:13:00,903 INFO [testQueue] Starting > 17:13:00,913 INFO [testQueue] Bound to JNDI name: queue/testQueue > 17:13:00,913 INFO [testQueue] Started > 17:13:00,923 INFO [A] Starting > 17:13:00,923 INFO [A] Bound to JNDI name: queue/A > 17:13:00,933 INFO [A] Started > 17:13:00,933 INFO [B] Starting > 17:13:00,933 INFO [B] Bound to JNDI name: queue/B > 17:13:00,933 INFO [B] Started > 17:13:00,933 INFO [C] Starting > 17:13:00,933 INFO [C] Bound to JNDI name: queue/C > 17:13:00,933 INFO [C] Started > 17:13:00,933 INFO [D] Starting > 17:13:00,943 INFO [D] Bound to JNDI name: queue/D > 17:13:00,943 INFO [D] Started > 17:13:00,943 INFO [ex] Starting > 17:13:00,973 INFO [ex] Bound to JNDI name: queue/ex > 17:13:00,973 INFO [ex] Started > 17:13:00,973 INFO [MainDeployer] Successfully completed deployment of package: >file:/C:/Program Files/jboss-3.0.0RC1_tomcat-4 > .3/server/default/deploy/jbossmq-destinations-service.xml > 17:13:00,973 INFO [MainDeployer] Starting deployment of package: file:/C:/Program >Files/jboss-3.0.0RC1_tomcat-4.0.3/server/de > ult/deploy/cluster-service.xml > 17:13:01,584 INFO [JRMPInvokerHA] JRMP Invoker MBean online > 17:13:01,584 INFO [ClusterPartition] Creating > 17:13:03,336 INFO [DefaultPartition] Initializing > 17:13:03,436 INFO [ClusterPartition] Created > 17:13:03,436 INFO [HASessionStateService] Creating > 17:13:03,466 INFO [HASessionStateService] Created > 17:13:03,466 INFO [HANamingService] Creating > 17:13:03,476 INFO [HANamingService] Created > 17:13:03,476 INFO [JRMPInvokerHA] creating > 17:13:03,476 INFO [JRMPInvokerHA] created > 17:13:03,486 INFO [ClusterPartition] Starting > 17:13:03,486 INFO [ClusterPartition] Connecting to channel > > =========================================================================== > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff EJB-INTEREST". For general help, send email to > [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
