Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Connection refused RMI

0 views
Skip to first unread message

luc neulens

unread,
Jul 1, 2002, 9:37:34 AM7/1/02
to
I get this error when working with RMI.
I used these options:

-Djava.rmi.server.codebase=file:$OTFSERVER_HOME \
-Djava.security.manager \
-Djava.security.policy=file:$OTFSERVER_HOME/bin/java.policy \


I get the following exceptions:


java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:320)
at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:133)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:120)
at java.net.Socket.<init>(Socket.java:273)
at java.net.Socket.<init>(Socket.java:100)
at
sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:25)
at
sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.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.invoke(UnicastRef.java:83)
at
com.acunia.ots.impl.pillar.entity.OTFPrincipalPillarImpl_Stub.checkCredential(Unknown
Source)

JVM is 1.3.1.


Anyone familiar with this?


thx,


luc.

0 new messages