Questions tagged as 'rmi'

1
answer

javax.persistence.PersistenceException (no security manager: RMI class loader disabled)

I created a policy file that gives the permission for my machine to run both the client and the server, I also passed the ports to them. Inside the server I instantiate RMI Security (since if I take it the policy does not work) Server started...
asked by 22.11.2015 / 17:01
1
answer

Error creating Java Virtual Machine

I was running an rmi application in Eclipse Luna and the following message appeared:    "Could not create the Java Virtual Machine . A fatal exception has occurred. Program will closed. ". The operating system used is Window...
asked by 18.06.2015 / 00:03
0
answers

RmiRegistry not found

I'm programming a simple system, using RMI, to train programming. But I encountered some problems when I created the .batch file by inserting the message into the windows terminal    'rmiregistry' is not recognized as an internal or externa...
asked by 30.08.2016 / 19:26
1
answer

What is the difference between RMI and JRMP?

I only know the RMI ... JRMP is just a different way to call the RMI or is it another protocol? In the case of JRMP being another protocol, what is its difference from RMI?     
asked by 08.10.2016 / 18:12
1
answer

Equivalence of RMI (Java) in C #

What is the equivalence of RMI (Remote Method Invocation - Java) in C #?     
asked by 27.06.2017 / 20:11
1
answer

Doubt RMI and JNDI [closed]

Speak galley blza!, I have now started to study RMI (Remote Method Invocation) with Java Naming and Directory Interface (JNDI). Briefly, from what I've learned so far is that RMI technology is responsible for allowing the invocation of rem...
asked by 28.10.2015 / 02:21
1
answer

Test RMI with JUnit

How to test a client / server application using RMI with JUnit? I've researched a myriad of places and found nothing that would help me.     
asked by 28.10.2015 / 09:00
1
answer

Problems connecting to an RMI server

At server RMI I have the following settings: Registry r = LocateRegistry.createRegistry(rmiport); r.rebind(rminame, h); System.out.println("Servidor RMI pronto:"); where, rmiport = 7000 and rminame=sistemas On the cl...
asked by 24.10.2014 / 15:55
0
answers

Calling Methods using RMI in JAVA

I'm starting to work with remote procedures in JAVA and I'm having trouble calling methods in sequence. In the code below, when I invoke the sayHello () method through the stub, the code works perfectly. However, when I call the sub () method, a...
asked by 02.12.2018 / 22:59
0
answers

How do I return when I finish / keep Timer / Schedulel?

So I'm developing a game project that uses RMI (client / server) and needed to manage the players' time-out. For example, if a player takes more than one minute to make his or her respective play, he loses. The plays run through a loop, so I...
asked by 24.09.2018 / 16:14