RE: startjms error using tcps
"Tim Anderson" <tima-k+1zm/[email protected]>
| Newsgroups | gmane.comp.java.openjms.devel |
|---|---|
| Message-ID | <[email protected]> |
Appologies, but the tcps connector appears to be broken in 0.7.3.1 -
the JNDI server isn't being configured correctly to support SSL connections.
This has been fixed in CVS for the 0.7.4 release which should be available
today,
day job permitting. If you can't wait, pull down a snapshot from CVS
(see http://sourceforge.net/cvs/?group_id=54559 for details)
Regards,
Tim
-----Original Message-----
From: openjms-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
[mailto:openjms-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org]On Behalf Of Hsieh,
Chih-Cheng
Sent: Friday, January 24, 2003 7:38 AM
To: openjms-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: [openjms-developer] startjms error using tcps
Hi,
I downloaded OpenJMS 0.7.3.1 and tried to start the JMS server use "tcps"
connector. I got following error. Can someone tell me what I did wrong?
Thanks,
Frank Hsieh
C:\openjms0731>bin\startjms -config config\tcps_jms.xml
OpenJMS 0.7.3.1 (build 17)
Exolab Inc. (C) 1999-2002. All rights reserved. www.openjms.org
15:22:15.768 INFO [main] - Using SSL connections
15:22:15.799 INFO [main] - Instantiated the RmiRegistryService service on
port
1099
15:22:15.799 INFO [main] - Embedded RMI Registry running on port 1099
15:22:15.799 INFO [main] - Started TCP JNDI Server on port 3035
15:22:16.284 INFO [main] - Started the JNDI service
15:22:16.284 INFO [main] - Started service [RmiRegistryService]
15:22:16.284 INFO [main] - Started service [ThreadPoolManager]
15:22:16.284 INFO [main] - Started service [EventManagerThread]
15:22:16.565 INFO [main] - Removed expired messages.
15:22:16.565 INFO [main] - Started service [DatabaseService]
15:22:16.565 INFO [main] - Started service [Scheduler]
15:22:16.565 INFO [main] - Started service [LeaseManagerReaper]
15:22:16.565 INFO [main] - Registering Garbage Collection every 60000 for
memor
y.
15:22:16.565 INFO [main] - Registering Garbage Collection every 120000
for othe
r resources.
15:22:16.565 INFO [main] - Started service [GCCollectionService]
15:22:16.706 INFO [main] - Started service [MessageManager]
org.exolab.jms.jndi.FailedToBindFactoriesException: Failed to bind
factory: java
.lang.NullPointerException
at
org.exolab.jms.jndi.mipc.IpcJndiServer.bindConnectionFactories(Unknow
n Source)
at org.exolab.jms.server.JmsServer.init(Unknown Source)
at org.exolab.jms.server.JmsServer.main(Unknown Source)