Skip to content

Fix a few bugs in RMI server#2

Open
StroppaFR wants to merge 4 commits into
pimps:masterfrom
StroppaFR:rmi-fix
Open

Fix a few bugs in RMI server#2
StroppaFR wants to merge 4 commits into
pimps:masterfrom
StroppaFR:rmi-fix

Conversation

@StroppaFR

Copy link
Copy Markdown

This fixes a few bugs, some preventing the tool from working correctly:

  • Initialize customScript in RMIRefServer to avoid NullPointerException when using the RMI server.
2026-07-21 20:52:13 [RMISERVER]  >> Sending local classloading reference for BypassByEL.
java.lang.NullPointerException
        at jndi.RMIRefServer.execByJavaxELNashomTomcatOld(RMIRefServer.java:397)
        at jndi.RMIRefServer.handleRMI(RMIRefServer.java:328)
        at jndi.RMIRefServer.doCall(RMIRefServer.java:282)
        at jndi.RMIRefServer.doMessage(RMIRefServer.java:234)
        at jndi.RMIRefServer.run(RMIRefServer.java:186)
        at java.lang.Thread.run(Thread.java:750)
2026-07-21 20:52:13 [RMISERVER]  >> Closing connection
  • Update base Docker image to eclipse-temurin:8-jre-alpine because openjdk:8-jdk-alpine does not exist anymore.
  • Fix displayed RMI server address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant