This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

java.rmi.NoSuchObjectException: no such object in table

Hi guys,

our setup is the following:

- Windows Server 2012 R2 running in the AWS with a Desktop Application that is our Software Under Test
- Gherkin Feature Files with Java Glue Code and executed by gradle with silk4j
- Open Agent 19.5.0.10279 is running on the remote machine
- Open Agent is running with default ports 22901, 48561
- AWS Security Groups have been added for these two ports
- http://X.X.X.X:22901/ is reachable
- I can see also http://X.X.X.X:22901/portmanagement and /logs
- In the Glue Code the remote machine ist called with: new Desktop("X.X.X.X:22901")
- The following error occurs when I execute gradle clean build :

 

com.borland.silktest.jtf.common.AgentConnectionException: Error while communicating with the Open Agent because the Open Agent was shut down. at com.borland.silktest.jtf.internal.Agent.convertException(Agent.java:453) at com.borland.silktest.jtf.internal.Agent.convertException(Agent.java:437) at com.borland.silktest.jtf.internal.Agent.invoke(Agent.java:552) at com.borland.silktest.jtf.AbstractTestObject.invoke(AbstractTestObject.java:467) at com.borland.silktest.jtf.TestObject.exists(TestObject.java:212) at de.db.pp.commons.GuiActions.selectUmlaufPlan(GuiActions.java:113) at de.db.pp.tests.Shell.die_Version_ist_gewählt(Shell.java:32) at ✽.die Version "2018" ist gewählt(de/db/pp/tests/demoTestSet.feature:20) Caused by: java.rmi.NoSuchObjectException: no such object in table at java.rmi/sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:283) at java.rmi/sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:260)

 

 

The interesting thing is that the software under test is opening on the remote machine and also some statements have been executed and it has been navigated in the application already.

Does this error mean my object locator ist wrong ? Or what is this error telling me ?

 

Tags: