You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "sunyaf (via GitHub)" <gi...@apache.org> on 2023/12/25 06:59:13 UTC

[I] [Bug] [seatunnel web ] source name is empty [seatunnel]

sunyaf opened a new issue, #6073:
URL: https://github.com/apache/seatunnel/issues/6073

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
   
   
   ### What happened
   
   ![image](https://github.com/apache/seatunnel/assets/26950710/c79c4059-7257-4cb0-90bc-44e9df750d5f)
   source name select list is empty
   
   ### SeaTunnel Version
   
   2.3.3
   
   ### SeaTunnel Config
   
   ```conf
   1.0
   ```
   
   
   ### Running Command
   
   ```shell
   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
   
   ```log
   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?
   
   - [X] 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: commits-unsubscribe@seatunnel.apache.org.apache.org

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


Re: [I] [Bug] [seatunnel web ] source name is empty [seatunnel]

Posted by "BobFang2023 (via GitHub)" <gi...@apache.org>.
BobFang2023 commented on issue #6073:
URL: https://github.com/apache/seatunnel/issues/6073#issuecomment-1876269727

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


-- 
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: commits-unsubscribe@seatunnel.apache.org

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


Re: [I] [Bug] [seatunnel web ] source name is empty [seatunnel]

Posted by "Hu-WF (via GitHub)" <gi...@apache.org>.
Hu-WF commented on issue #6073:
URL: https://github.com/apache/seatunnel/issues/6073#issuecomment-1876439524

   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](https://github.com/apache/seatunnel/assets/30825060/98e99f47-29d4-4988-a19d-3895f6af9111)
   As follows:
   ![image](https://github.com/apache/seatunnel/assets/30825060/543b0fcc-7ff9-4331-a1f9-61dc60b92296)
   
   Similar issues:https://github.com/apache/seatunnel/issues/6004
   
   


-- 
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: commits-unsubscribe@seatunnel.apache.org

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


Re: [I] [Bug] [seatunnel web ] source name is empty [seatunnel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #6073:
URL: https://github.com/apache/seatunnel/issues/6073#issuecomment-2017010219

   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.


-- 
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: commits-unsubscribe@seatunnel.apache.org

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


Re: [I] [Bug] [seatunnel web ] source name is empty [seatunnel]

Posted by "BobFang2023 (via GitHub)" <gi...@apache.org>.
BobFang2023 commented on issue #6073:
URL: https://github.com/apache/seatunnel/issues/6073#issuecomment-1876177659

   me too!


-- 
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: commits-unsubscribe@seatunnel.apache.org

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


Re: [I] [Bug] [seatunnel web ] source name is empty [seatunnel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #6073:
URL: https://github.com/apache/seatunnel/issues/6073#issuecomment-2002679496

   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.


-- 
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: commits-unsubscribe@seatunnel.apache.org

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


Re: [I] [Bug] [seatunnel web ] source name is empty [seatunnel]

Posted by "pppeace (via GitHub)" <gi...@apache.org>.
pppeace commented on issue #6073:
URL: https://github.com/apache/seatunnel/issues/6073#issuecomment-1870041979

   same phenomenon.


-- 
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: commits-unsubscribe@seatunnel.apache.org

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


Re: [I] [Bug] [seatunnel web ] source name is empty [seatunnel]

Posted by "czxin788 (via GitHub)" <gi...@apache.org>.
czxin788 commented on issue #6073:
URL: https://github.com/apache/seatunnel/issues/6073#issuecomment-1903595514

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


-- 
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: commits-unsubscribe@seatunnel.apache.org

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


Re: [I] [Bug] [seatunnel web ] source name is empty [seatunnel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #6073: [Bug] [seatunnel web ] source name is empty
URL: https://github.com/apache/seatunnel/issues/6073


-- 
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: commits-unsubscribe@seatunnel.apache.org

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