From: Marton B. <bal...@ya...> - 2017-02-08 10:42:13
|
Hi am new to using open jms and just installed it on my RH Linux VM. When running the start script, after displaying a few lines nothing seems to happen: ab-iss$ ./startup.sh Using OPENJMS_HOME: /apps/jms/openjms-0.7.7-beta-1 Using JAVA_HOME: /etc/alternatives/java_sdk OpenJMS 0.7.7-beta-1 The OpenJMS Group. (C) 1999-2007. All rights reserved. http://openjms.sourceforge.net 04:29:34.426 INFO [main] - Server accepting connections on tcp://192.168.0.108:3035/ 04:29:34.461 INFO [main] - JNDI service accepting connections on tcp://192.168.0.108:3035/ 04:29:34.462 INFO [main] - Admin service accepting connections on tcp://192.168.0.108:3035/ 04:29:34.571 INFO [main] - Server accepting connections on rmi://192.168.0.108:1099/ 04:29:34.572 INFO [main] - JNDI service accepting connections on rmi://192.168.0.108:1099/ 04:29:34.572 INFO [main] - Admin service accepting connections on rmi://192.168.0.108:1099/ How can I check the status and what could be the reason for this behaviour? Do I need to do any configuration before running the server? Thank you, Marton |