You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by GitBox <gi...@apache.org> on 2022/11/27 09:34:03 UTC

[GitHub] [incubator-streampark] avatarTaier opened a new issue, #2103: [Bug] Exception in uploading jar package to Linux ECS, unable to upload

avatarTaier opened a new issue, #2103:
URL: https://github.com/apache/incubator-streampark/issues/2103

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
   
   
   ### What happened
   
   The upload of jar package to the Linux ECS is abnormal and cannot be uploaded. It is tested that : 
   streampark-console/streampark-console-**service/src/main/java/org/apache/streampark/console/base/interceptor/FileHeaderCheckInterceptor.java** 
    this method is the cause。
   
   ### StreamPark Version
   
   2.0.0
   
   ### Java Version
   
   1.8
   
   ### Flink Version
   
   1.14.6
   
   ### Scala Version of Flink
   
   2.12.17
   
   ### Error Exception
   
   ```log
   Caused by: java.io.IOException: UT000128: Remote peer closed connection before all data could be read
   	at io.undertow.conduits.FixedLengthStreamSourceConduit.exitRead(FixedLengthStreamSourceConduit.java:364)
   	at io.undertow.conduits.FixedLengthStreamSourceConduit.read(FixedLengthStreamSourceConduit.java:264)
   	at org.xnio.conduits.ConduitStreamSourceChannel.read(ConduitStreamSourceChannel.java:127)
   	at io.undertow.channels.DetachableStreamSourceChannel.read(DetachableStreamSourceChannel.java:209)
   	at io.undertow.server.HttpServerExchange$ReadDispatchChannel.read(HttpServerExchange.java:2430)
   	at org.xnio.channels.Channels.readBlocking(Channels.java:344)
   	at io.undertow.servlet.spec.ServletInputStreamImpl.readIntoBuffer(ServletInputStreamImpl.java:201)
   	at io.undertow.servlet.spec.ServletInputStreamImpl.read(ServletInputStreamImpl.java:176)
   	at io.undertow.server.handlers.form.MultiPartParserDefinition$MultiPartUploadHandler.parseBlocking(MultiPartParserDefinition.java:226)
   	at io.undertow.servlet.spec.HttpServletRequestImpl.parseFormData(HttpServletRequestImpl.java:857)
   	... 86 common frames omitted
   ```
   
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-streampark] avatarTaier commented on issue #2103: [Bug] Exception in uploading jar package to Linux ECS, unable to upload

Posted by GitBox <gi...@apache.org>.
avatarTaier commented on issue #2103:
URL: https://github.com/apache/incubator-streampark/issues/2103#issuecomment-1328685849

   After testing, it is not the reason for this network. There is no problem only when you upload the zip package in the server test, but only when you upload the jar package.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-streampark] wolfboys commented on issue #2103: [Bug] Exception in uploading jar package to Linux ECS, unable to upload

Posted by GitBox <gi...@apache.org>.
wolfboys commented on issue #2103:
URL: https://github.com/apache/incubator-streampark/issues/2103#issuecomment-1328404836

   Please check your network connection is ok and request is timed out?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-streampark] wolfboys closed issue #2103: [Bug] Exception in uploading jar package to Linux ECS, unable to upload

Posted by GitBox <gi...@apache.org>.
wolfboys closed issue #2103: [Bug] Exception in uploading jar package to Linux ECS, unable to upload
URL: https://github.com/apache/incubator-streampark/issues/2103


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org