Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got an RPC for non-existent node: 82 #812

Open
Artur- opened this issue May 29, 2019 · 2 comments
Open

Got an RPC for non-existent node: 82 #812

Artur- opened this issue May 29, 2019 · 2 comments

Comments

@Artur-
Copy link
Member

Artur- commented May 29, 2019

  1. Download V13 starter
  2. run spring-boot:run
  3. login
  4. click on the menu items without waiting for the views to load
2019-05-29 15:34:21.358  WARN 78861 --- [nio-8080-exec-5] c.v.f.s.c.r.AbstractRpcInvocationHandler : Got an RPC for non-existent node: 331
2019-05-29 15:34:21.358  WARN 78861 --- [nio-8080-exec-5] c.v.f.s.c.r.AbstractRpcInvocationHandler : Got an RPC for non-existent node: 348
2019-05-29 15:34:21.358  WARN 78861 --- [nio-8080-exec-5] c.v.f.s.c.r.AbstractRpcInvocationHandler : Got an RPC for non-existent node: 322
2019-05-29 15:34:21.358  WARN 78861 --- [nio-8080-exec-5] c.v.f.s.c.r.AbstractRpcInvocationHandler : Got an RPC for non-existent node: 349
2019-05-29 15:34:21.358  WARN 78861 --- [nio-8080-exec-5] c.v.f.s.c.r.AbstractRpcInvocationHandler : Got an RPC for non-existent node: 358
@johannest
Copy link
Collaborator

Also in V14 version:
Bakery V14 (beta2), production mode on (mvn install spring-boot:run -Pproduction -DskipTests) with Chrome 74: When clicking new order and selecting a product from combo-box, there is a WARN in server-side: c.v.f.s.c.r.AbstractRpcInvocationHandler : Got an RPC for non-existent node: 56 This seems to originate from this RPC
{"type":"mSync","node":56,"feature":1,"property":"value","value":"1"},{"type":"event","node":56,"event":"value-changed","data":{}},{"type":"mSync","node":56,"feature":1,"property":"selectedItem","value":{"key":"1","label":"Strawberry Bun"}},{"type":"mSync","node":56,"feature":1,"property":"opened","value":false}
and more specifically from update
{"type":"event","node":56,"event":"value-changed","data":{}}
since removing that part of the RPC out fixes the error (tried with Gatling).

@anasmi
Copy link

anasmi commented Jul 4, 2019

The same happens in V14rc3 for nodes 55 and 79

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

No branches or pull requests

3 participants