[Java lista] RMI segítség

Zsombor gzsombor at gmail.com
2006. Nov. 20., H, 10:56:56 CET


On 11/20/06, Koller Pál <koller.pal at novohost.hu> wrote:
>
>
> Nincs regisztrálva a kért osztály. Gondolom én.
>
>
> SampleServerImpl részlet.
>
>         SampleServerImpl Server = new SampleServerImpl();
>         System.setSecurityManager(new RMISecurityManager());
>
> java.rmi.registry.LocateRegistry.createRegistry(1099).bind("//localhost/
> SAMPLE-SERVER" , Server);
>         System.out.println("Server waiting.....");
>
> Csont nélkül lefut.
>
> SampleClient részlet
>
>       System.setSecurityManager(new RMISecurityManager());
>       try
>         {
>           String url = "//localhost:1099/SAMPLE-SERVER";
>
>           SampleServer remoteObject = (SampleServer) Naming.lookup(url);
> NotBoundException
>
> Miért????
>
> A szerver figyel, mert ha lelövöm akkor
>         Error in lookup: Connection refused to host: localhost; nested
> exception is:
>                          java.net.ConnectException: Connection refused
> Hiba jön
>
>
>

Szerintem miután bindoltad az objektumodat a "//localhost/SAMPLE-SERVER"
névre, akkor utánna ne a "//localhost:1099/SAMPLE-SERVER" -ről próbáljad
lookupolni. Ezek egyszerĂĽ nevek, nem valĂłdi, portot tartalmazĂł  URL-ek.

ĂĽdv
 Zs
--------- következő rész ---------
Egy csatolt HTML állomány át lett konvertálva...
URL: http://javagrund.hu/pipermail/javalist/attachments/20061120/164b5366/attachment.html 


További információk a(z) Javalist levelezőlistáról