I am trying to deploy JOnAS for JDK1.2 on Windows NT 4.0 using the CYGWIN utilities. When I try to excute the command script 'EJBServer' I am getting the following exception: bash-2.04$ EJBServer JOnAS Server, version 2.0, running on rmi. TransactionService: Cannot rebind TM: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: java.net.ConnectException: Connection refused: no further information] JOnAS: Cannot start Transaction Service javax.naming.ServiceUnavailableException. Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: java.net.ConnectException: Connection refused: no further information java.net.ConnectException: Connection refused: no further information at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:312) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:125) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:112) at java.net.Socket.<init>(Socket.java:273) at java.net.Socket.<init>(Socket.java:100) at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketF actory.java:25) at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketF actory.java:120) at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:499) at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:190) at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:174) at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:318) at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source) at com.sun.jndi.rmi.registry.RegistryContext.rebind(RegistryContext.java:134) at com.sun.jndi.rmi.registry.RegistryContext.rebind(RegistryContext.java:141) at javax.naming.InitialContext.rebind(InitialContext.java:366) at org.objectweb.jonas.naming.NamingManager.rebind(NamingManager.java:226) at org.objectweb.jonas.jtm.TransactionService.<init>(TransactionService.java:66 ) at org.objectweb.jonas.server.Server.main(Server.java:89) I would really appreciate if somebody could guide me as to where I am going wrong. Sincerely SLV ---- To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe jonas-users". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".