Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi , I am getting error while running .sh file generated using Talend open studio data Integration as :- Unrecognized option: --context=Default Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.
My Server details where I am executing the sh file:- Linux with Java 1.8 Its a job which takes the data using tDBinput and uses a tMap gives output as a tFileOutputPositional file in Talend. Please help me in executing the .sh file successfully.
Hi Shong,
My Studio is on 1 machine and after generating the Job script,I copied the Build zip to another Linux server where I am running it from.
I am running as below:
sh Job_run.sh
Unrecognized option: --context=Default
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Executed : java -version
java version "1.8.0_162"
Java(TM) SE Runtime Environment (build 1.8.0_162-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.162-b12, mixed mode)
Java Version on Machine where Studio is :
java -version java version "1.8.0_162" Java(TM) SE Runtime Environment (build 1.8.0_162-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.162-b12, mixed mode)
Java Version on Linux Machine:
java -version
java version "1.8.0_162"
Java(TM) SE Runtime Environment (build 1.8.0_162-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.162-b12, mixed mode)