Seems like i had sent this personally to glen, am sending again for the benifit of this list. -----Original Message----- From: Vikramjit Singh Sent: Thursday, August 22, 2002 2:34 AM To: 'Glenn' Subject: RE: JBoss Stopping on start-up
check the logs file, what error it is giving. One possible reason, why jboss is stopping on start-up is that it might be requiring some environment variable which you might have specified. Here i am specifiying the steps: The steps to follow for Porting JBoss3.0/Tomcat4.03 to a different Machine : ---------------------------------------------------------------------------- 1.Copy the Entire D:\JBoss3Tomcat4 folder to D:\JBoss3Tomcat4 of any Machine 2.Install JDK1.4 to D:\jdk1.4 3.Create a folder named "classic" in 'D:\jdk1.4\jre\bin' folder and copy the D:\jdk1.4\jre\bin\client\jvm.dll and D:\jdk1.4\jre\bin\Xusage.txt files into it. 4.Set the following Environment Variables: CATALINA_HOME : D:\JBoss3Tomcat4\jboss-3.0.0RC2_tomcat-4.0.3\catalina JBOSS_DIST : D:\JBoss3Tomcat4\jboss-3.0.0RC2_tomcat-4.0.3 JBOSS_HOME : D:\JBoss3Tomcat4\jboss-3.0.0RC2_tomcat-4.0.3 JAVA_HOME : D:\jdk1.4 Classpath : D:\JBoss3Tomcat4\jboss-3.0.0RC2_tomcat-4.0.3\server\default\deploy\SCM.war\W EB-INF\classes; path : D:\jdk1.4\bin; Regards, Vikramjit Singh, GTL Ltd. Ph. 7612929-1059 > -----Original Message----- > From: Glenn [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 22, 2002 2:30 AM > To: [EMAIL PROTECTED] > Subject: JBoss Stopping on start-up > > > 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".
