apache / seatunnel

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

[Bug] [seatunnel web ] source name is empty #6073

Closed sunyaf closed 7 months ago

sunyaf commented 10 months ago

Search before asking

What happened

image source name select list is empty

SeaTunnel Version

2.3.3

SeaTunnel Config

1.0

Running Command

2023-12-25 14:55:04.255 seatunnel yunzhanghu-bj1154deMacBook-Pro WARN [tr:,sp:] [qtp1902499120-144] [SeatunnelPermissionServiceImpl.funcPermissionCheck():38] - func permission check in seatunnel

Error Exception

2023-12-25 14:55:04.255 seatunnel yunzhanghu-bj1154deMacBook-Pro WARN [tr:,sp:] [qtp1902499120-144] [SeatunnelPermissionServiceImpl.funcPermissionCheck():38] - func permission check in seatunnel

Zeta or Flink or Spark Version

No response

Java or Scala Version

No response

Screenshots

No response

Are you willing to submit PR?

Code of Conduct

pppeace commented 10 months ago

same phenomenon.

BobFang2023 commented 10 months ago

me too!

BobFang2023 commented 10 months ago

me too!

I tried adding SEATUNNEL_HOME to the environment variable and exported SEATUNNEL_HOME=/opt/apache-seatunnel-2.3, but there was still no data in the sub-database and sub-table mode.

Hu-WF commented 10 months ago

I have solved this problem: Firstly, if you deploy SeaTunnel and SeaTunnel-Web on different nodes, when copying apache-seatunnel-2.3.3-bin.tar.gz as a client to the node where the SeaTunnel-Web service is located, you must ensure that the datasource is also in the client. Then, it is necessary to configure the environment variable SEATUNNEL HOME, SEATUNNEL WEB HOME, ST WEB BASEDIR PATH in the SeaTunnel-Web service, as shown below: image As follows: image

Similar issues:https://github.com/apache/seatunnel/issues/6004

czxin788 commented 9 months ago

I have the same issue, and don't resolve:

cat /etc/profile.d/seatunnel.sh 
export SEATUNNEL_HOME=/data0/seatunnel/apache-seatunnel
export SEATUNNEL_WEB_HOME=/data0/seatunnel/apache-seatunnel-web-1.0.0-bin
export ST_WEB_BASEDIR_PATH=/data0/seatunnel/apache-seatunnel-web-1.0.0-bin
export PATH=$SEATUNNEL_WEB_HOME/bin:$SEATUNNEL_HOME/bin:/usr/local/maven/bin/:$JAVA_HOME/bin:/usr/local/python3.6.4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/local/mysql/bin

I don't know how to do .

Ii is too difficult

github-actions[bot] commented 7 months 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 7 months 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.