The Maven
install
output in Eclipse
writes several of such lines:
[ERROR] 50% 21/31 build modules 52% 22/31 build ....
I am putting here only part of one of these lines, they are extremely long. You can see the whole output on the Google Drive. Look out for [ERROR] there.
I don't like to see these error messages not knowing what they are about. What if they signalize on something really bad? Or simply bad? Or they are merely Maven's Halloween jokes? I am afraid not.
All projects of the workspace seem to be installed
OK
[INFO] ca-sp .............................................. SUCCESS [ 24.287 s]
[INFO] ca-cm .............................................. SUCCESS [ 21.186 s]
[INFO] ca ................................................. SUCCESS [ 20.438 s]
[INFO] ca-tests ........................................... SUCCESS [ 1.340 s]
But
after that, at the end, I see:
FATAL ERROR in native method: JDWP Can't allocate jvmti memory, jvmtiError=JVMTI_ERROR_INVALID_ENVIRONMENT(116)
FATAL ERROR in native method: JDWP on getting class status, jvmtiError=JVMTI_ERROR_WRONG_PHASE(112)
The next lines are in red:
JDWP exit error JVMTI_ERROR_WRONG_PHASE(112): on getting class status [util.c:1285]
JDWP exit error JVMTI_ERROR_INVALID_ENVIRONMENT(116): Can't allocate jvmti memory [util.c:1799]
ERROR: JDWP unable to dispose of JVMTI environment: JVMTI_ERROR_INVALID_ENVIRONMENT(116)
These fatal errors are known as eclipse bugs here. I am afraid, you won't help me with them. When the maven makes the install, these end errors can appear or not, with the probability about 2/3. But those strange unreadable [error] lines appear always. I hope, understanding them could save me from the errors coming at the end.
Eclipse:
Version: Oxygen.1a Release (4.7.1a)
Build id: 20171005-1200
Java:
jdk-8u152-windows-x64.exe