2,597 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
50
views
scenicview tries to connect to unreachable IP, is it configurable?
I want to use scenicview to inspect a JavaFX Application, my PC don't have direct access to internet and I can see it tries to connect to 10.2.175.91:
java.rmi.ConnectIOException: Exception creating ...
0
votes
0
answers
52
views
Istio ServiceEntry for connections to RMI server
I have a microservice that is connecting to mydomain.server.com on port 1119 to establish RMI connection. I have an ServiceEntry for that connection and it works properly.
However after connection is ...
1
vote
0
answers
60
views
Unable to use SSL with RMI due to ConnectionException [duplicate]
I am unable to SSL with RMI due to a ConnectException. This is the error message:
Unexpected error: Connection refused to host: 10.101.37.128; nested exception is:
java.net.ConnectException: ...
1
vote
1
answer
220
views
Cannot Connect to ActiveMQ Artemis JMX When Running in Docker Container
I have a Java client that successfully connects to ActiveMQ Artemis JMX when both are running on the same machine. The client uses the following code:
public static void main(String[] args) throws ...
-1
votes
1
answer
63
views
Could not bind /JStatRemoteHost to RMI Registry
I am running a Java 11 app inside docker container on my machine and trying to connect it via VisualVM.
I have already added required JMX parameters in CMD instruction of my Dockerfile
-Dcom.sun....
0
votes
1
answer
44
views
RMI JMXConnectorServer waits two minutes when starting
We run an application on a server with a tomcat frontend. The communicate via RMI.
This setup has worked for many years, but I am having problems setting up a new server. When setting up the ...
1
vote
0
answers
76
views
JBoss EAP 6.4 End to End HelloWorld RMI Example Not Working
What I tried already is having a simple HelloWorld application that has also java client code to try and invoke the session bean deployed in JBoss EAP 6.4 as shown in the details below but I couldn't ...
2
votes
0
answers
214
views
what is the alternative way to achieve rmi remoting call in spring framework 6.x n above
We have a springboot project on 2,x version which we are migrating to 3.x version and java 21, we found that RmiProxyFactoryBean is not supported in spring framework 6.x n above
we are creating a bean ...
1
vote
0
answers
79
views
How to use LipeRMI in Android?
I downloaded LipeRMI from their website and managed to successfully add the library to a java project and set up a connection between client and server.
I'm looking for a way to add the LipeRMI to an ...
1
vote
0
answers
47
views
Java LDAP RMI wrong host method execution
In a distributed system implemented with Java, RMI and LDAP, I have the following Node class:
public class Node extends UnicastRemoteObject implements NodeInterface, Serializable {
public Nodo(...
0
votes
0
answers
106
views
Using Java RMI and Reflection for a Broker without interface
I'm attempting to develop a broker in Java. Currently, I have created a server capable of posting it's services within the broker. Additionally, I have implemented a client that can invoke methods on ...
0
votes
1
answer
275
views
WebSphere Liberty BASE Remote EJB call failed in JDK 17
Here I'm trying to initiate a remote ejb call between two JavaEE applications which are deployed in two separate VMs, When I initiate remote ejb lookup from the primary JavaEE application following ...
0
votes
0
answers
1k
views
RMI in java 17 WAR project. How do I fix this error?
I am struggling to update my company's code from java 8 to 17. I have already added dependencies but the code uses RMI which was inbuilt in jdk 8 but its not available in jdk 11 and 17.
The codebase ...
0
votes
1
answer
66
views
RMI Test Passes in Isolation but Fails with UnmarshalException When Run with Other Tests
I am trying to understand why a specific test method that utilizes RMI passes when run in isolation but fails when run along with other tests that also use RMI. The test structure is the same for both ...
quarks's user avatar
- 35.7k
0
votes
0
answers
517
views
Error java.net.SocketException: Socket is closed when closing AS400 Secure RPC session
The Java application (running on Windows) was working fine using com.ibm.as400.access.AS400. This application will perform RPC on IBM i.
This Java application was modified to use encrypted SSL ...