You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Geode Integration (Jira)" <ji...@apache.org> on 2021/01/29 21:40:00 UTC

[jira] [Commented] (GEODE-8893) GFSH deploy command fails with java.rmi.NoSuchObjectException: no such object in table

    [ https://issues.apache.org/jira/browse/GEODE-8893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17275371#comment-17275371 ] 

Geode Integration commented on GEODE-8893:
------------------------------------------

Seen on support/1.12 in [AcceptanceTestOpenJDK11 #132|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-support-1-12-main/jobs/AcceptanceTestOpenJDK11/builds/132] ... see [test results|http://files.apachegeode-ci.info/builds/apache-support-1-12-main/1.12.1-build.0174/test-results/acceptanceTest/1611915906/] or download [artifacts|http://files.apachegeode-ci.info/builds/apache-support-1-12-main/1.12.1-build.0174/test-artifacts/1611915906/acceptancetestfiles-OpenJDK11-1.12.1-build.0174.tgz].

> GFSH deploy command fails with java.rmi.NoSuchObjectException: no such object in table
> --------------------------------------------------------------------------------------
>
>                 Key: GEODE-8893
>                 URL: https://issues.apache.org/jira/browse/GEODE-8893
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>    Affects Versions: 1.12.1
>            Reporter: Donal Evans
>            Priority: Major
>
> MicrometerBinderTest fails with the below stack trace:
> {noformat}
> org.apache.geode.metrics.MicrometerBinderTest > jvmMemoryMetricsBinderExists FAILED
>     org.junit.ComparisonFailure: [Exit value from process started by [9ead38795d00b100: gfsh -e connect --jmx-manager=localhost[25533] -e deploy --jar=/tmp/junit909471762194553718/function.jar]] expected:<[0]> but was:<[1]>
>         at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>         at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>         at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:137)
>         at org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:128)
>         at org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:114)
>         at org.apache.geode.metrics.MicrometerBinderTest.startServer(MicrometerBinderTest.java:95)
> {noformat}
> Test output shows that the connect command succeeds, but the deploy command fails:
> {noformat}
> [info 2021/01/29 10:05:28.790 GMT  <pool-10-thread-1> tid=0x2e] (1) Executing - connect --jmx-manager=localhost[25533]
> 
> [info 2021/01/29 10:05:28.791 GMT  <pool-10-thread-1> tid=0x2e] 
> 
> [info 2021/01/29 10:05:28.807 GMT  <pool-10-thread-1> tid=0x2e] Connecting to Manager at [host=localhost, port=25533] ..
> 
> [info 2021/01/29 10:05:29.046 GMT  <pool-10-thread-1> tid=0x2e] Successfully connected to: [host=localhost, port=25533]
> 
> [info 2021/01/29 10:05:29.046 GMT  <pool-10-thread-1> tid=0x2e] 
> 
> [info 2021/01/29 10:05:29.046 GMT  <pool-10-thread-1> tid=0x2e] You are connected to a cluster of version: 1.12.1-build.0
> 
> [info 2021/01/29 10:05:29.047 GMT  <pool-10-thread-1> tid=0x2e] 
> 
> [info 2021/01/29 10:05:29.048 GMT  <pool-10-thread-1> tid=0x2e] 
> 
> ‡[info 2021/01/29 10:05:29.048 GMT  <pool-10-thread-1> tid=0x2e] (2) Executing - deploy --jar=/tmp/junit909471762194553718/function.jar
> 
> [info 2021/01/29 10:05:29.048 GMT  <pool-10-thread-1> tid=0x2e] 
> 
> [error 2021/01/29 10:05:39.404 GMT  <pool-11-thread-1> tid=0x2f] Member | Deployed JAR | Deployed JAR Location
> 
> ˜[error 2021/01/29 10:05:39.404 GMT  <pool-11-thread-1> tid=0x2f] ------ | ------------ | --------------------------------------------------------------
> 
> ˜[error 2021/01/29 10:05:39.405 GMT  <pool-11-thread-1> tid=0x2f] server |              | ERROR: java.rmi.NoSuchObjectException: no such object in table
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)