Score:0

ที่เก็บข้อมูล Gcloud beta emulators คำเตือน: ข้อผิดพลาดในการสตรีม สตรีมปิดก่อนที่จะเขียนได้

ฉันมีโครงการเกี่ยวกับเทคโนโลยีเครื่องยนต์แอปของ Google โดยใช้ datastore ซึ่งเขียนด้วย py38

สำหรับการพัฒนาในพื้นที่ ฉันใช้ dev_appserver.py และโปรแกรมจำลองคลังข้อมูลของ Google (https://cloud.google.com/sdk/gcloud/reference/beta/emulators/datastore/start)

โครงการประสบความสำเร็จในการพัฒนามานานกว่า 3 เดือน - ตัวจำลองคลังข้อมูลในเครื่องกำลังทำงานอยู่ เมื่อวานยังใช้งานได้ แต่วันนี้ฉันพบปัญหา Stream Error เมื่อพยายามเข้าถึงฐานข้อมูล ฉันไม่ได้เปลี่ยนการตั้งค่าใด ๆ ดังนั้นจึงต้องใช้งานได้และไม่ก่อให้เกิดปัญหา

คุณสามารถดูการย้อนกลับแบบเต็มด้านล่าง

    io.grpc.netty.NettyServerHandler บน StreamError
[ที่เก็บข้อมูล] คำเตือน: ข้อผิดพลาดในการสตรีม
[ที่เก็บข้อมูล] io.netty.handler.codec.http2.Http2Exception$StreamException: สตรีมปิดก่อนที่จะเขียนได้
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.Http2Exception.streamError(Http2Exception.java:149)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$FlowState.cancel(DefaultHttp2RemoteFlowController.java:480)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController$1.onStreamClosed(DefaultHttp2RemoteFlowController.java:104)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.DefaultHttp2Connection.notifyClosed(DefaultHttp2Connection.java:356)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.DefaultHttp2Connection$ActiveStreams.removeFromActiveStreams (DefaultHttp2Connection.java:1000)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.DefaultHttp2Connection$ActiveStreams.deactivate(DefaultHttp2Connection.java:956)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultStream.close(DefaultHttp2Connection.java:512)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultStream.close(DefaultHttp2Connection.java:518)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.Http2ConnectionHandler.closeStream(Http2ConnectionHandler.java:589)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onRstStreamRead(DefaultHttp2ConnectionDecoder.java:352)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.Http2InboundFrameLogger$1.onRstStreamRead(Http2InboundFrameLogger.java:80)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.DefaultHttp2FrameReader.readRstStreamFrame(DefaultHttp2FrameReader.java:516)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.DefaultHttp2FrameReader.processPayloadState(DefaultHttp2FrameReader.java:260)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.DefaultHttp2FrameReader.readFrame(DefaultHttp2FrameReader.java:160)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.Http2InboundFrameLogger.readFrame(Http2InboundFrameLogger.java:41)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.decodeFrame(DefaultHttp2ConnectionDecoder.java:118)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder.decode(Http2ConnectionHandler.java:390)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.http2.Http2ConnectionHandler.decode(Http2ConnectionHandler.java:450)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:502)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:441)
[ที่เก็บข้อมูล] ที่ io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:278)
[ที่เก็บข้อมูล] ที่ io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead (AbstractChannelHandlerContext.java:362)
[ที่เก็บข้อมูล] ที่ io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead (AbstractChannelHandlerContext.java:348)
[ที่เก็บข้อมูล] ที่ io.netty.channel.AbstractChannelHandlerContext.fireChannelRead (AbstractChannelHandlerContext.java:340)
[ที่เก็บข้อมูล] ที่ io.gapi.emulators.netty.HttpVersionRoutingHandler.channelRead(HttpVersionRoutingHandler.java:103)
[ที่เก็บข้อมูล] ที่ io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead (AbstractChannelHandlerContext.java:362)
[ที่เก็บข้อมูล] ที่ io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead (AbstractChannelHandlerContext.java:348)
[ที่เก็บข้อมูล] ที่ io.netty.channel.AbstractChannelHandlerContext.fireChannelRead (AbstractChannelHandlerContext.java:340)
[ที่เก็บข้อมูล] ที่ io.netty.handler.logging.LoggingHandler.channelRead(LoggingHandler.java:241)
[ที่เก็บข้อมูล] ที่ io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead (AbstractChannelHandlerContext.java:362)
[ที่เก็บข้อมูล] ที่ io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead (AbstractChannelHandlerContext.java:348)
[ที่เก็บข้อมูล] ที่ io.netty.channel.AbstractChannelHandlerContext.fireChannelRead (AbstractChannelHandlerContext.java:340)
[ที่เก็บข้อมูล] ที่ io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434)
[ที่เก็บข้อมูล] ที่ io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead (AbstractChannelHandlerContext.java:362)
[ที่เก็บข้อมูล] ที่ io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead (AbstractChannelHandlerContext.java:348)
[ที่เก็บข้อมูล] ที่ io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965)
[ที่เก็บข้อมูล] ที่ io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
[ที่เก็บข้อมูล] ที่ io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:656)
[ที่เก็บข้อมูล] ที่ io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:591)
[ที่เก็บข้อมูล] ที่ io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:508)
[ที่เก็บข้อมูล] ที่ io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:470)
[ที่เก็บข้อมูล] ที่ io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
[ที่เก็บข้อมูล] ที่ java.base/java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
[ที่เก็บข้อมูล] ที่ java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[ที่เก็บข้อมูล] ที่ java.base/java.lang.Thread.run(Thread.java:834)

โปรแกรมจำลองคลังข้อมูลกำลังทำงานบน localhost:8081 ในแอปพลิเคชัน App Engine ตัวแปรสำหรับการเชื่อมต่อจะถูกตั้งค่าระหว่างการพัฒนาในเครื่อง เว็บแอปพลิเคชันทำงานบน localhost:8080 ดังที่ฉันได้อธิบายไว้ข้างต้น ฉันไม่ได้เปลี่ยนแปลงอะไรเลย - มันหยุดทำงาน

โพสต์คำตอบ

คนส่วนใหญ่ไม่เข้าใจว่าการถามคำถามมากมายจะปลดล็อกการเรียนรู้และปรับปรุงความสัมพันธ์ระหว่างบุคคล ตัวอย่างเช่น ในการศึกษาของ Alison แม้ว่าผู้คนจะจำได้อย่างแม่นยำว่ามีคำถามกี่ข้อที่ถูกถามในการสนทนา แต่พวกเขาไม่เข้าใจความเชื่อมโยงระหว่างคำถามและความชอบ จากการศึกษาทั้ง 4 เรื่องที่ผู้เข้าร่วมมีส่วนร่วมในการสนทนาด้วยตนเองหรืออ่านบันทึกการสนทนาของผู้อื่น ผู้คนมักไม่ตระหนักว่าการถามคำถามจะมีอิทธิพลหรือมีอิทธิพลต่อระดับมิตรภาพระหว่างผู้สนทนา