You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run my app from IntelliJ with flow, I get the following in my event log (Exec is the config name):
Exec is running with Flow: Click here to see and record the execution manually.
Error running 'Exec': Invalid JVM agent configuration used '-Dflow.agent.kafka-server=localhost:60013'
I'm on Ubuntu 17.10, I've tried running with both Java 8 (OpenJDK Runtime Environment (build 1.8.0_151-8u151-b12-0ubuntu0.17.10.2-b12)) and Java 9 (OpenJDK Runtime Environment (build 9-Ubuntu+0-9b181-4)), and the only thing that changed is the port number.
I'm running with Gradle if that makes any difference.
The text was updated successfully, but these errors were encountered:
Is it a simple java app where you directly execute the main method, an app you deploy to an app server like Tomcat or an app executed through a Gradle task?
What type of run configuration are you using? "Gradle", "Application" or something else?
When I try to run my app from IntelliJ with flow, I get the following in my event log (Exec is the config name):
I'm on Ubuntu 17.10, I've tried running with both Java 8 (OpenJDK Runtime Environment (build 1.8.0_151-8u151-b12-0ubuntu0.17.10.2-b12)) and Java 9 (OpenJDK Runtime Environment (build 9-Ubuntu+0-9b181-4)), and the only thing that changed is the port number.
I'm running with Gradle if that makes any difference.
The text was updated successfully, but these errors were encountered: