a11dev commented on issue #7058:
URL: https://github.com/apache/seatunnel/issues/7058#issuecomment-2205935959

   Thanks for your reply,
   I'm using a standard folder structure and the basic example "fake+console"
   is working fine.
   Adding jdbc is causing some issue.
   
   below the folder structure ( I've also listed jars inside
   connector/lib/plugins) plus the bat command used to start the engine:
   
   F:\path\apache-seatunnel-2.3.5
         .mvn
         bin
         config
         connector
            connector-console-2.3.5.jar
            connector-fake-2.3.5.jar
            ojdbc8-19.22.0.0.jar
            plugin-mapping.properties
            postgresql-42.7.3.jar
         lib
            ojdbc8-19.22.0.0.jar
            orai18n-19.3.0.0.jar
            postgresql-42.7.3.jar
            seatunnel-hadoop3-3.1.4-uber
            seatunnel-transforms-v2.jar
         LICENSE
         licenses
         mvnw
         mvnw.cmd
         NOTICE
         plugins
            jdbc
               ojdbc8-19.22.0.0.jar
               orai18n-19.3.0.0.jar
         README.md
         runseatun
         starter
   
   
   java
   
-Dlog4j2.configurationFile=F:\path\apache-seatunnel-2.3.5\config\log4j2_client.properties
   
-Dhazelcast.client.config=F:\path\apache-seatunnel-2.3.5\config\hazelcast-client.yaml
   -Dseatunnel.config=F:\path\apache-seatunnel-2.3.5\config\seatunnel.yaml
   -Dhazelcast.config=F:\path\apache-seatunnel-2.3.5\config\hazelcast.yaml
   -Dseatunnel.logs.file_name=seatunnel-starter-clienttest -Xms256m -Xmx512m
   -XX:+HeapDumpOnOutOfMemoryError
   -XX:HeapDumpPath=F:\path\apache-seatunnel-2.3.5\dump\zeta-client  -cp
   
F:\path\apache-seatunnel-2.3.5\lib\*;F:\path\apache-seatunnel-2.3.5\starter\seatunnel-starter.jar
   org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient  --config
   .\config\v2.batch.config.template -m local
   
   
   thnaks
   Alessandro
   
   Il giorno mer 3 lug 2024 alle ore 13:29 Jia Fan ***@***.***>
   ha scritto:
   
   > Please share your seatunnel directory structure. By default, you don't
   > need to modify the path of the jar package. You only need to put the mysql
   > driver jar in the lib directory.
   >
   > —
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/seatunnel/issues/7058#issuecomment-2205858564>,
   > or unsubscribe
   > 
<https://github.com/notifications/unsubscribe-auth/AI2V563Y2L7QLNLH522OVJTZKPODLAVCNFSM6AAAAABJ3LG5OCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBVHA2TQNJWGQ>
   > .
   > You are receiving this because you authored the thread.Message ID:
   > ***@***.***>
   >
   


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