On 02/06/17 20:13, Emmanuel Lécharny wrote:
Le 02/06/2017 à 12:07, Brian Burch a écrit :
On 02/06/17 18:33, Emmanuel Lécharny wrote: please retry with the
correct tag, you should get better result !
Yes, much better!
I ran "mvn install", but it still comes up with two "failures":-
[INFO] Apache Directory API OSGi Integration Tests 2 ...... SKIPPED
[INFO] Apache Directory LDAP API Distribution ............. SKIPPED
Is that as expected?
If yes, then I'll vote with +1
under:-
openjdk version "1.8.0_131"
Ubuntu 17.04 zesty
GNU/Linux 4.10.0-21-generic #23-Ubuntu SMP x86_64
I hope that is helpful. I don't have time at the moment to do any
additional tests, but I'll do more with the server release when it is
available.
Can you paste (or pastebin) the complete trace ?
thanks !
Not sure what you mean by "trace". I searched around the subdirs but
didn't find anything obviously relevant. Here is the maven error log at
the end:-
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test
(default-test) on project api-integ-osgi: Execution default-test of goal
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: The
forked VM terminated without properly saying goodbye. VM crash or
System.exit called?
[ERROR] Command was /bin/sh -c cd
/home/brian/sandboxApache/ldap-api-1.0.0/integ-osgi &&
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xmx1024m -jar
/home/brian/sandboxApache/ldap-api-1.0.0/integ-osgi/target/surefire/surefirebooter4909386868402849707.jar
/home/brian/sandboxApache/ldap-api-1.0.0/integ-osgi/target/surefire/surefire4278794732828919115tmp
/home/brian/sandboxApache/ldap-api-1.0.0/integ-osgi/target/surefire/surefire_157652920615491644248tmp
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the
-e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR] mvn <goals> -rf :api-integ-osgi
Is that sufficient?
If not, I can re-run with "-e" of "-X"... which do you prefer?
Brian