vaadin / bakery-app-starter-flow-spring

Internal repository for Bakery App Starter for Flow and Spring
The Unlicense
6 stars 13 forks source link

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

Open Artur- opened 5 years ago

Artur- commented 5 years ago
  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 commented 5 years ago

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 commented 5 years ago

The same happens in V14rc3 for nodes 55 and 79