You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by "617450941 (via GitHub)" <gi...@apache.org> on 2023/05/05 07:03:09 UTC

[GitHub] [incubator-streampark] 617450941 opened a new issue, #2728: [Bug] 2.2.0 docker版本启动作业报错

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

   ### 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.
   
   
   ### Java Version
   
   _No response_
   
   ### Scala Version
   
   2.12.x
   
   ### StreamPark Version
   
   v2.2.0 docker latest镜像
   
   ### Flink Version
   
   flink1.12.7
   
   ### deploy mode
   
   None
   
   ### What happened
   
   启动flink demo作业就报错
   
   ### Error Exception
   
   ```log
   java.util.concurrent.CompletionException: java.lang.reflect.InvocationTargetException
   	at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
   	at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
   	at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1606)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:750)
   Caused by: java.lang.reflect.InvocationTargetException
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.lang.reflect.Method.invoke(Method.java:498)
   	at org.apache.streampark.flink.client.FlinkClient$.$anonfun$proxy$1(FlinkClient.scala:80)
   	at org.apache.streampark.flink.proxy.FlinkShimsProxy$.$anonfun$proxy$1(FlinkShimsProxy.scala:60)
   	at org.apache.streampark.common.util.ClassLoaderUtils$.runAsClassLoader(ClassLoaderUtils.scala:38)
   	at org.apache.streampark.flink.proxy.FlinkShimsProxy$.proxy(FlinkShimsProxy.scala:60)
   	at org.apache.streampark.flink.client.FlinkClient$.proxy(FlinkClient.scala:75)
   	at org.apache.streampark.flink.client.FlinkClient$.submit(FlinkClient.scala:49)
   	at org.apache.streampark.flink.client.FlinkClient.submit(FlinkClient.scala)
   	at org.apache.streampark.console.core.service.impl.ApplicationServiceImpl.lambda$start$10(ApplicationServiceImpl.java:1546)
   	at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604)
   	... 3 more
   Caused by: java.lang.NoSuchFieldError: CANCEL_ENABLE
   	at org.apache.streampark.flink.client.trait.FlinkClientTrait.submit(FlinkClientTrait.scala:102)
   	at org.apache.streampark.flink.client.trait.FlinkClientTrait.submit$(FlinkClientTrait.scala:63)
   	at org.apache.streampark.flink.client.impl.RemoteClient$.submit(RemoteClient.scala:36)
   	at org.apache.streampark.flink.client.FlinkClientHandler$.submit(FlinkClientHandler.scala:40)
   	at org.apache.streampark.flink.client.FlinkClientHandler.submit(FlinkClientHandler.scala)
   	... 16 more
   ```
   
   
   ### Screenshots
   
   ![image](https://user-images.githubusercontent.com/7607957/236395499-b1b88ede-3dc3-4df7-98db-c9cf5618942b.png)
   
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!(您是否要贡献这个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] wolfboys commented on issue #2728: [Bug] 2.2.0 docker版本启动作业报错

Posted by "wolfboys (via GitHub)" <gi...@apache.org>.
wolfboys commented on issue #2728:
URL: https://github.com/apache/incubator-streampark/issues/2728#issuecomment-1542300484

   Thanks for your feedback. It has been confirmed that this is a bug in the new version, and it will be fixed as soon as possible.
   
   
   
   
   
   
   
   
   


-- 
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] bo8888 commented on issue #2728: [Bug] 2.2.0 start job Failed

Posted by "bo8888 (via GitHub)" <gi...@apache.org>.
bo8888 commented on issue #2728:
URL: https://github.com/apache/incubator-streampark/issues/2728#issuecomment-1565422809

   对这个程序很失望,不测试吗就发布


-- 
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] DingPengfei commented on issue #2728: [Bug] 2.2.0 start job Failed

Posted by "DingPengfei (via GitHub)" <gi...@apache.org>.
DingPengfei commented on issue #2728:
URL: https://github.com/apache/incubator-streampark/issues/2728#issuecomment-1560361151

   same issue in 2.1.0 release. Has anyone fixed this?


-- 
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 #2728: [Bug] 2.2.0 start job Failed

Posted by "wolfboys (via GitHub)" <gi...@apache.org>.
wolfboys commented on issue #2728:
URL: https://github.com/apache/incubator-streampark/issues/2728#issuecomment-1560420140

   > same issue in 2.1.0 release. Has anyone fixed this?
   
   please see this [PR](https://github.com/apache/incubator-streampark/pull/2748)


-- 
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