Hi team, who can guide me to run this project in I...
# contributing-to-airbyte
t
Hi team, who can guide me to run this project in IntelliJ ??
u
Hey tharaka, are you asking in addition to this?
u
i want to run this in intellij without docker
j
when i try to run main class getting error like this
u
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
You need to setup all the required environment variables. take a look at the docker compose file to get a list of vars
u
@Eliziario (Marcos Santos) I`m set up the required environment variables. but it won't run
u
scheduler is running but server app is not running