startjms error using tcps
"Hsieh, Chih-Cheng" <[email protected]>
| Newsgroups | gmane.comp.java.openjms.devel |
|---|---|
| Message-ID | <[email protected]> |
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)