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 execute mvn clean install for inlong-agent module, the error occurred:
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd /Users/healchow/Projects/inlong/inlong-agent/agent-plugins && /Library/Java/JavaVirtualMachines/jdk1.8.0_202.jdk/Contents/Home/jre/bin/java -jar /Users/healchow/Projects/inlong/inlong-agent/agent-plugins/target/surefire/surefirebooter684825354029125150.jar /Users/healchow/Projects/inlong/inlong-agent/agent-plugins/target/surefire 2022-07-12T10-53-17_334-jvmRun1 surefire3886297947682872745tmp surefire_21320484226817939144tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
In the surefile file, the info is:
# Created at 2022-07-12T10:55:06.636
Corrupted STDOUT by directly writing to native stream in forked JVM 1. Stream '#'.
java.lang.IllegalArgumentException: Stream stdin corrupted. Expected comma after third character in command '#'.
at org.apache.maven.plugin.surefire.booterclient.output.ForkClient$OperationalData.<init>(ForkClient.java:511)
at org.apache.maven.plugin.surefire.booterclient.output.ForkClient.processLine(ForkClient.java:209)
at org.apache.maven.plugin.surefire.booterclient.output.ForkClient.consumeLine(ForkClient.java:176)
at org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer$Pumper.run(ThreadedStreamConsumer.java:88)
at java.lang.Thread.run(Thread.java:748)
What you expected to happen
Should not error when packaging or installing.
How to reproduce
Execute mvn clean install for inlong-agent module.
What happened
When I execute
mvn clean install
for inlong-agent module, the error occurred:In the surefile file, the info is:
What you expected to happen
Should not error when packaging or installing.
How to reproduce
Execute
mvn clean install
for inlong-agent module.Environment
No response
InLong version
master
InLong Component
InLong Agent
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: