RE: Release 0.7.7-alpha-1 Startup Issue

"Tim Anderson" <[email protected]>
Newsgroups gmane.comp.java.openjms.user
Message-ID <[email protected]>
> From: Francisco J. Bido
> 
> Hi,
> 
> This release may have some startup issues.
> 
> 1.   I can create the tables successfully.  At least I got a success  
> message at the end of the process.
> 2.  Corrected a missing double quote at the end of the 
> setenv.sh script.

Thanks - will be fixed in the next release.

> 3.  I then ran the startup script and immediately get :
> 
> 
> [NYCmac:JMS/openjms-0.7.7-alpha-1/bin] bido% ./startup.sh 
> Using OPENJMS_HOME: /Users/bido/Dev/JMS/openjms-0.7.7-alpha-1
> Using JAVA_HOME:    /System/Library/Frameworks/JavaVM.framework/ 
> Versions/1.4.2/Home
> OpenJMS: JMS 0.7.7-alpha-1
> The OpenJMS Group. (C) 1999-2005. All rights reserved.
> http://openjms.sourceforge.net
> 
> 
> It just hangs there, no log messages or exceptions.  I'm 
> expecting to see a "listening on port whatever" kind of 
> message.  Not sure what's going on.
> I tried running it earlier on  a Linux box with the same results.   
> The output above is from MacOSX Tiger.

This is expected. If you want to know what ports its listening on,
you need to configure $OPENJMS_HOME/config/log4j.xml e.g:

  <category name="org.exolab.jms.server.net.RemoteServerConnector"
additivity="false">
    <priority value="INFO"/>
    <appender-ref ref="STDOUT"/>
    <appender-ref ref="openjms"/>
  </category>

On startup it will print something like:

03:47:34.837 INFO  [main] - Server accepting connections on
tcp://10.0.0.1:3035/
03:47:34.887 INFO  [main] - JNDI service accepting connections on
tcp://10.0.0.1:3035/
03:47:34.907 INFO  [main] - Admin service accepting connections on
tcp://10.0.0.1:3035/

-Tim



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.