https://linen.dev logo
t

tharaka prabath

09/23/2021, 9:48 AM
Hi team, who can guide me to run this project in IntelliJ ??
u

user

09/23/2021, 2:09 PM
Hey tharaka, are you asking in addition to this?
u

user

09/24/2021, 7:57 AM
i want to run this in intellij without docker
j

Jonathan Stacks

09/24/2021, 7:57 AM
when i try to run main class getting error like this
u

user

09/24/2021, 7:58 AM
Copy code
Exception in thread "main" java.lang.IllegalArgumentException: Env variable not defined: WORKSPACE_ROOT
	at io.airbyte.config.EnvConfigs.getPath(EnvConfigs.java:484)
	at io.airbyte.config.EnvConfigs.getWorkspaceRoot(EnvConfigs.java:152)
	at io.airbyte.config.helpers.LogClientSingleton.getSchedulerLogsRoot(LogClientSingleton.java:84)
	at io.airbyte.scheduler.app.SchedulerApp.main(SchedulerApp.java:182)

Execution failed for task ':airbyte-scheduler:app:SchedulerApp.main()'.
> Process 'command '/Library/Java/JavaVirtualMachines/jdk-14.0.2.jdk/Contents/Home/bin/java'' finished with non-zero exit value 1
u

user

09/24/2021, 1:37 PM
You need to setup all the required environment variables. take a look at the docker compose file to get a list of vars
u

user

09/27/2021, 8:14 AM
@Eliziario (Marcos Santos) I`m set up the required environment variables. but it won't run
u

user

09/27/2021, 8:15 AM
scheduler is running but server app is not running
2 Views