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

   ### 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
   
   In a docker(from Apache DophinScheduler Worker),I run the command:
   `./bin/seatunnel_jdk11.sh --config ./config/v2.batch.config.template -m 
local`
   to test my seatunnel.
   
   But I get the error: java: symbol lookup error: 
/tmp/libjindosdk-f911a866a4a235ee_20221114_153404.so: undefined symbol: 
_dl_sym, version GLIBC_PRIVATE.
   
   I used open-jdk 1.8.0_382 and open-jdk 11.0.21 but neither works.
   
   And I copied a libjindosdk-f911a866a4a235ee_20221114_153404.so from the 
docker's host to the /tmp directory of the docker, but it still doesn't 
work.(It is normal to run commands on the docker host).
   
   
   
   ### SeaTunnel Version
   
   2.3.3
   
   ### SeaTunnel Config
   
   ```conf
   the Demo Template config(v2.batch.config.template):
   ```
   
   
   ### Running Command
   
   ```shell
   ./bin/seatunnel_jdk11.sh --config ./config/v2.batch.config.template -m local
   ```
   
   
   ### Error Exception
   
   ```log
   2024-01-29 15:56:25,394 INFO  
org.apache.seatunnel.engine.server.resourcemanager.AbstractResourceManager - 
initWorker... 
   2024-01-29 15:56:25,395 INFO  
org.apache.seatunnel.engine.server.resourcemanager.AbstractResourceManager - 
initWorker live nodes: [[localhost]:5801]
   2024-01-29 15:56:25,400 INFO  
org.apache.seatunnel.engine.server.resourcemanager.AbstractResourceManager - 
registerWorker: {[localhost]:5801=WorkerProfile(address=[localhost]:5801, 
profile=ResourceProfile{cpu=CPU{core=0}, heapMemory=Memory{bytes=1073741824}}, 
unassignedResource=ResourceProfile{cpu=CPU{core=0}, 
heapMemory=Memory{bytes=1073741824}}, assignedSlots=[], unassignedSlots=[])}
   2024-01-29 15:56:25,471 INFO  
org.apache.seatunnel.engine.server.master.JobMaster - Init JobMaster for Job 
SeaTunnel_Job (804258565651955713) 
   2024-01-29 15:56:25,472 INFO  
org.apache.seatunnel.engine.server.master.JobMaster - Job SeaTunnel_Job 
(804258565651955713) needed jar urls 
[file:/apache-seatunnel-2.3.3/lib/connector-console-2.3.3.jar, 
file:/apache-seatunnel-2.3.3/connectors/seatunnel/connector-fake-2.3.3.jar]
   2024-01-29 15:56:25,836 WARN  org.apache.hadoop.util.NativeCodeLoader - 
Unable to load native-hadoop library for your platform... using builtin-java 
classes where applicable
   2024-01-29 15:56:25,997 WARN  org.apache.hadoop.fs.FileSystem - Cannot load 
filesystem: java.util.ServiceConfigurationError: 
org.apache.hadoop.fs.FileSystem: Provider 
org.apache.hadoop.fs.s3native.NativeS3FileSystem not found
   java: symbol lookup error: 
/tmp/libjindosdk-f911a866a4a235ee_20221114_153404.so: undefined symbol: 
_dl_sym, version GLIBC_PRIVATE
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   open_jdk 1.8.0_382 or open_jdk 11.0.21
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to