|
From: Tomas G. <to...@pr...> - 2003-09-24 09:21:59
|
It sounds like you never started JBoss? /Tomas Ana Isabel Gonz=E1lez-Tablas Ferreres wrote: > Hello, > I have tried to install and use EJBCA over Windows 2000. I have=20 > downloaded apache-ant-1.5.4-bin, jboss-3.0.8_tomcat-4.1.24 (I also trie= d=20 > with jboss-3.2.1), and ejbca_2_0_1. > Following commands executed successfully: > g:\ejbca201\ejbca> ant > g:\ejbca201\ejbca> ca make root ... > g:\ejbca201\ejbca> ant keystore (no changes in default configuration in= =20 > keystore location and keystorepass) > g:\ejbca201\ejbca> ant deploy >=20 > BUT >=20 > g:\ejbca201\ejbca> ca init ... >=20 > yields me a SocketTimeOutException... and I don't know why it is (it=20 > seems nothing listening on that port) or what I have missed (I attach a= =20 > cainiterror.txt with trace) . Please, could anyone help me? >=20 > Thank you very much, >=20 > Anabel >=20 >=20 > -----------------------------------------------------------------------= - >=20 > G:\ejbca201\ejbca>ca init > Initializing CA > 20 [main] WARN org.jnp.interfaces.NamingContext - Failed to connect= to 127.0 > .0.1:1099 > javax.naming.CommunicationException: Failed to connect to server 127.0.= 0.1:1099. > Root exception is > javax.naming.ServiceUnavailableException: Failed to connect to server 1= 27.0.0.1: > 1099. Root exception is > java.net.ConnectException: Connection refused: connect > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.ja= va:171) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158) > at java.net.Socket.connect(Socket.java:426) > at java.net.Socket.connect(Socket.java:376) > at java.net.Socket.<init>(Socket.java:291) > at java.net.Socket.<init>(Socket.java:199) > at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSock= etFactory > .java:69) > at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSock= etFactory > .java:62) > at org.jnp.interfaces.NamingContext.getServer(NamingContext.jav= a:179) > at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java= :1101) > at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:4= 79) > at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:4= 72) > at javax.naming.InitialContext.lookup(InitialContext.java:347) > at se.anatom.ejbca.admin.CaInitCommand.execute(CaInitCommand.ja= va:42) > at se.anatom.ejbca.admin.ca.main(ca.java:12) > javax.naming.CommunicationException: Receive timed out [Root exception = is java.n > et.SocketTimeoutException: Receive timed out] |