apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
8.02k stars 1.82k forks source link

Seatunnel web submit a job to Seatunnel failed #5327

Closed redteaxixi closed 1 year ago

redteaxixi commented 1 year ago

Hi,

Encountered a problem and hope to get help from here.

Installed both 2.3.3-SNAPSHOT seatunnel and seatunnel-web.

Test execute job to seatunnel server, it works fine. However, submit a job from seatunnel-web, it failed with error on server log as following: seatunnel_issue

Also attached log file here. seatunnel-engine-server.log

Thanks!

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

github-actions[bot] commented 1 year ago

This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.

coding-now commented 1 year ago

concurrent.CompletionException: com.hazelcast.nio.serialization.HazelcastSerializationException: java.io.InvalidClassException: org.apache.seatunnel.connectors.cdc.base.source.IncrementalSource; local class incompatible: stream classdesc serialVersionUID = 2858267005650363299, local class serialVersionUID = -2572245715217596179

coding-now commented 1 year ago

test seatunnel-web submit job, got error:

[qtp227080339-97] [AbstractLogger.info():69] - Start submit job, job id: 773814675245629441, with plugin jar [file:/app/apache-seatunnel-2.3.3/connectors/seatunnel/connector-cdc-mysql-2.3.3.jar] 11-06 15:43:15.972 ERROR [tr:,sp:] [qtp227080339-97] [GlobalExceptionHandler.logError():83] - com.hazelcast.nio.serialization.HazelcastSerializationException: java.io.InvalidClassException: org.apache.seatunnel.connectors.cdc.base.source.IncrementalSource; local class incompatible: stream classdesc serialVersionUID = 2858267005650363299, local class serialVersionUID = -2572245715217596179

..... 企业微信截图_1699257697737

Add serialVersionUID in class IncrementalSource and its child class?