首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >将数据从Hono发送到Ditto

将数据从Hono发送到Ditto
EN

Stack Overflow用户
提问于 2019-10-14 21:27:50
回答 1查看 96关注 0票数 0

Eclipse Hono和Eclipse Ditto已成功连接。当我尝试发送来自Hono的数据时,我将得到202接受的响应,如下所示。

代码语言:javascript
复制
(base) vignesh@nb907:~$ curl -X POST -i -u sensor9200@tenantSensorAdaptersss:mylittle -H 'Content- 
Type: application/json' -d '{"temp": 23.07, "hum": 45.85122}'  http://localhost:8080/telemetry
HTTP/1.1 202 Accepted
content-length: 0 

但是当我使用localhost:8080/api/2/testing.ditto:9200检查数字双胞胎的值时,它没有得到更新。

我在查询日志时遇到了这个错误。

代码语言:javascript
复制
connectivity_1   | 2019-10-14 15:18:26,273 INFO  [ID:AMQP_NO_PREFIX:TelemetrySenderImpl-7] 
o.e.d.s.c.m.a.AmqpPublisherActor akka://ditto- 
cluster/system/sharding/connection/27/Amma123465/pa/$a/c1/amqpPublisherActor2 - Response dropped, 
missing replyTo address: UnmodifiableExternalMessage [headers={content- 
type=application/vnd.eclipse.ditto+json, orig_adapter=hono-http, orig_address=/telemetry, 
device_id=9200, correlation-id=ID:AMQP_NO_PREFIX:TelemetrySenderImpl-7}, response=true, error=true, 
authorizationContext=null, topicPath=ImmutableTopicPath [namespace=unknown, id=unknown, group=things, 
channel=twin, criterion=errors, action=null, subject=null, path=unknown/unknown/things/twin/errors], 
enforcement=null, headerMapping=null, sourceAddress=null, payloadType=TEXT, textPayload= 
{"topic":"unknown/unknown/things/twin/errors","headers":{"content- 
type":"application/vnd.eclipse.ditto+json","orig_adapter":"hono- 
http","orig_address":"/telemetry","device_id":"9200","correlation- 
id":"ID:AMQP_NO_PREFIX:TelemetrySenderImpl-7"},"path":"/","value": 
{"status":400,"error":"json.field.missing","message":"JSON did not include required </path> 
field!","description":"Check if all required JSON fields were set."},"status":400}, bytePayload=null']
gateway_1        | 2019-10-14 15:19:47,927 WARN  [b9774050-48ae-45c4-a937-68a70f8defe5] 
o.e.d.s.g.s.a.d.DummyAuthenticationProvider  - Dummy authentication has been applied for the following 
subjects: nginx:ditto
gateway_1        | 2019-10-14 15:19:47,949 INFO  [b9774050-48ae-45c4-a937-68a70f8defe5] 
o.e.d.s.m.c.a.ConciergeForwarderActor akka://ditto-cluster/user/gatewayRoot/conciergeForwarder - 
Sending signal with ID <testing.ditto:9200> and type <things.commands:retrieveThing> to concierge- 
shard-region
gateway_1        | 2019-10-14 15:19:48,044 INFO  [b9774050-48ae-45c4-a937-68a70f8defe5] 
o.e.d.s.g.e.HttpRequestActor akka://ditto-cluster/user/$C - DittoRuntimeException 
<things:precondition.notmodified>: <The comparison of precondition header 'if-none-match' for the 
requested Thing resource evaluated to false. Expected: '"rev:1"' not to match actual: '"rev:1"'.>.

我已经设置了所有的json字段。但不确定我错过了什么。

我也可以在日志中看到这一点

代码语言:javascript
复制
nginx_1          | 172.18.0.1 - ditto [14/Oct/2019:13:19:48 +0000] "GET 
/api/2/things/testing.ditto:9200 HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) 
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36"

如果我遗漏了什么,请告诉我。

EN

回答 1

Stack Overflow用户

发布于 2019-10-14 22:07:26

您是否以Ditto协议或应用有效负载转换发送消息?看起来像是Connecting Eclipse Hono to Ditto - "description":"Check if all required JSON fields were set."},"status":400}" Error的副本,其中您以前遇到了相同的问题和错误。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/58377858

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档