You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2018/06/17 21:45:00 UTC

[jira] [Closed] (MNG-6264) java.lang.ArrayIndexOutOfBoundsException: 92772 -> http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException

     [ https://issues.apache.org/jira/browse/MNG-6264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov closed MNG-6264.
-------------------------------
    Resolution: Cannot Reproduce

Works for me:

{noformat}
PS C:\Users\mosipov\Desktop\mdp-ws> mvn -V install
Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-24T20:49:05+01:00)
Maven home: D:\Entwicklung\Programme\apache-maven-3.5.3\bin\..
Java version: 1.8.0_172, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_172\jre
Default locale: de_DE, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------------< mx.com.smartfit:mdp-ws >-----------------------
[INFO] Building mdp-ws 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mdp-ws ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ mdp-ws ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to C:\Users\mosipov\Desktop\mdp-ws\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mdp-ws ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\mosipov\Desktop\mdp-ws\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ mdp-ws ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to C:\Users\mosipov\Desktop\mdp-ws\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ mdp-ws ---
[INFO] Surefire report directory: C:\Users\mosipov\Desktop\mdp-ws\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
23:42:54.299 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class mx.com.smartfit.mdpws.MdpWsApplicationTests]
23:42:54.304 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
23:42:54.317 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
23:42:54.340 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [mx.com.smartfit.mdpws.MdpWsApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
23:42:54.352 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [mx.com.smartfit.mdpws.MdpWsApplicationTests], using SpringBootContextLoader
23:42:54.356 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [mx.com.smartfit.mdpws.MdpWsApplicationTests]: class path resource [mx/com/smartfit/mdpws/MdpWsApplicationTests-context.xml] does not exist
23:42:54.356 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [mx.com.smartfit.mdpws.MdpWsApplicationTests]: class path resource [mx/com/smartfit/mdpws/MdpWsApplicationTestsContext.groovy] does not exist
23:42:54.357 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [mx.com.smartfit.mdpws.MdpWsApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
23:42:54.358 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [mx.com.smartfit.mdpws.MdpWsApplicationTests]: MdpWsApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
23:42:54.390 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [mx.com.smartfit.mdpws.MdpWsApplicationTests]
23:42:54.398 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
23:42:54.400 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
23:42:54.401 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
23:42:54.429 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved classpath location [mx/com/smartfit/mdpws/] to resources [URL [file:/C:/Users/mosipov/Desktop/mdp-ws/target/test-classes/mx/com/smartfit/mdpws/], URL [file:/C:/Users/mosipov/Desktop/mdp-ws/target/classes/mx/com/smartfit/mdpws/]]
23:42:54.430 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\Users\mosipov\Desktop\mdp-ws\target\test-classes\mx\com\smartfit\mdpws]
23:42:54.430 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\Users\mosipov\Desktop\mdp-ws\target\test-classes\mx\com\smartfit\mdpws] for files matching pattern [C:/Users/mosipov/Desktop/mdp-ws/target/test-classes/mx/com/smartfit/mdpws/*.class]
23:42:54.433 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\Users\mosipov\Desktop\mdp-ws\target\classes\mx\com\smartfit\mdpws]
23:42:54.433 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\Users\mosipov\Desktop\mdp-ws\target\classes\mx\com\smartfit\mdpws] for files matching pattern [C:/Users/mosipov/Desktop/mdp-ws/target/classes/mx/com/smartfit/mdpws/*.class]
23:42:54.433 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:mx/com/smartfit/mdpws/*.class] to resources [file [C:\Users\mosipov\Desktop\mdp-ws\target\test-classes\mx\com\smartfit\mdpws\MdpWsApplicationTests.class], file [C:\Users\mosipov\Desktop\mdp-ws\target\classes\mx\com\smartfit\mdpws\MdpWsApplication.class]]
23:42:54.480 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [C:\Users\mosipov\Desktop\mdp-ws\target\classes\mx\com\smartfit\mdpws\MdpWsApplication.class]
23:42:54.482 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration mx.com.smartfit.mdpws.MdpWsApplication for test class mx.com.smartfit.mdpws.MdpWsApplicationTests
23:42:54.484 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [mx.com.smartfit.mdpws.MdpWsApplicationTests]: using defaults.
23:42:54.486 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
23:42:54.499 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Could not instantiate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
23:42:54.500 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext]
23:42:54.501 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Could not instantiate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
23:42:54.503 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@eb21112, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@2eda0940, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3578436e, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@706a04ae, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6eceb130, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@10a035a0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@67b467e9, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@47db50c5, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5c072e3f]
23:42:54.506 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [mx.com.smartfit.mdpws.MdpWsApplicationTests]
23:42:54.507 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [mx.com.smartfit.mdpws.MdpWsApplicationTests]
Running mx.com.smartfit.mdpws.MdpWsApplicationTests
23:42:54.510 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class mx.com.smartfit.mdpws.MdpWsApplicationTests]
23:42:54.510 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
23:42:54.510 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
23:42:54.511 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [mx.com.smartfit.mdpws.MdpWsApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
23:42:54.511 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [mx.com.smartfit.mdpws.MdpWsApplicationTests], using SpringBootContextLoader
23:42:54.512 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [mx.com.smartfit.mdpws.MdpWsApplicationTests]: class path resource [mx/com/smartfit/mdpws/MdpWsApplicationTests-context.xml] does not exist
23:42:54.514 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [mx.com.smartfit.mdpws.MdpWsApplicationTests]: class path resource [mx/com/smartfit/mdpws/MdpWsApplicationTestsContext.groovy] does not exist
23:42:54.514 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [mx.com.smartfit.mdpws.MdpWsApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
23:42:54.514 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [mx.com.smartfit.mdpws.MdpWsApplicationTests]: MdpWsApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
23:42:54.518 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [mx.com.smartfit.mdpws.MdpWsApplicationTests]
23:42:54.519 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
23:42:54.519 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
23:42:54.519 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
23:42:54.519 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration mx.com.smartfit.mdpws.MdpWsApplication for test class mx.com.smartfit.mdpws.MdpWsApplicationTests
23:42:54.521 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [mx.com.smartfit.mdpws.MdpWsApplicationTests]: using defaults.
23:42:54.523 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
23:42:54.526 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Could not instantiate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
23:42:54.526 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext]
23:42:54.527 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Could not instantiate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
23:42:54.528 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@15bfd87, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@543e710e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@57f23557, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@3d0f8e03, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6366ebe0, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@44f75083, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2698dc7, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@43d7741f, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@17baae6e]
23:42:54.528 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [mx.com.smartfit.mdpws.MdpWsApplicationTests]
23:42:54.528 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [mx.com.smartfit.mdpws.MdpWsApplicationTests]
23:42:54.529 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [mx.com.smartfit.mdpws.MdpWsApplicationTests]
23:42:54.529 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [mx.com.smartfit.mdpws.MdpWsApplicationTests]
23:42:54.532 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@dbd940d testClass = MdpWsApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@71d15f18 testClass = MdpWsApplicationTests, locations = '{}', classes = '{class mx.com.smartfit.mdpws.MdpWsApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.SpringBootTestContextCustomizer@73ad2d6, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5700d6b1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@e45f292, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@2038ae61], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
23:42:54.533 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [mx.com.smartfit.mdpws.MdpWsApplicationTests]
23:42:54.533 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [mx.com.smartfit.mdpws.MdpWsApplicationTests]
23:42:54.534 [main] DEBUG org.springframework.test.context.support.DependencyInjectionTestExecutionListener - Performing dependency injection for test context [[DefaultTestContext@dbd940d testClass = MdpWsApplicationTests, testInstance = mx.com.smartfit.mdpws.MdpWsApplicationTests@530612ba, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@71d15f18 testClass = MdpWsApplicationTests, locations = '{}', classes = '{class mx.com.smartfit.mdpws.MdpWsApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.SpringBootTestContextCustomizer@73ad2d6, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5700d6b1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@e45f292, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@2038ae61], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]].
23:42:54.616 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
23:42:54.619 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
23:42:54.620 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
23:42:54.622 [main] DEBUG org.springframework.core.env.MutablePropertySources - Adding [inline] PropertySource with highest search precedence
23:42:54.627 [main] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1}
23:42:54.628 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [Inlined Test Properties] PropertySource with highest search precedence

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.5.5.RELEASE)

2018-06-17 23:42:54.864  INFO 1856 --- [           main] m.c.s.mdpws.MdpWsApplicationTests        : Starting MdpWsApplicationTests on mikaw10 with PID 1856 (started by mosipov in C:\Users\mosipov\Desktop\mdp-ws)
2018-06-17 23:42:54.865  INFO 1856 --- [           main] m.c.s.mdpws.MdpWsApplicationTests        : No active profile set, falling back to default profiles: default
2018-06-17 23:42:54.895  INFO 1856 --- [           main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@bccb269: startup date [Sun Jun 17 23:42:54 CEST 2018]; root of context hierarchy
2018-06-17 23:42:55.303  INFO 1856 --- [           main] m.c.s.mdpws.MdpWsApplicationTests        : Started MdpWsApplicationTests in 0.672 seconds (JVM running for 1.524)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.797 sec - in mx.com.smartfit.mdpws.MdpWsApplicationTests
2018-06-17 23:42:55.334  INFO 1856 --- [       Thread-2] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@bccb269: startup date [Sun Jun 17 23:42:54 CEST 2018]; root of context hierarchy

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ mdp-ws ---
[INFO] Building jar: C:\Users\mosipov\Desktop\mdp-ws\target\mdp-ws-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- spring-boot-maven-plugin:1.5.5.RELEASE:repackage (default) @ mdp-ws ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mdp-ws ---
[INFO] Installing C:\Users\mosipov\Desktop\mdp-ws\target\mdp-ws-0.0.1-SNAPSHOT.jar to C:\Users\mosipov\.m2\repository\mx\com\smartfit\mdp-ws\0.0.1-SNAPSHOT\mdp-ws-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\Users\mosipov\Desktop\mdp-ws\pom.xml to C:\Users\mosipov\.m2\repository\mx\com\smartfit\mdp-ws\0.0.1-SNAPSHOT\mdp-ws-0.0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.467 s
[INFO] Finished at: 2018-06-17T23:42:56+02:00
[INFO] ------------------------------------------------------------------------
{noformat}

The wrapper is not from us and thus not supported. You have a proxy server running, try w/o otherwise it is impossible for us to reproduce.

> java.lang.ArrayIndexOutOfBoundsException: 92772 -> http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MNG-6264
>                 URL: https://issues.apache.org/jira/browse/MNG-6264
>             Project: Maven
>          Issue Type: Bug
>            Reporter: Francisco Acevedo
>            Priority: Major
>         Attachments: debug.log, mdp-ws.zip
>
>
> Executing {code:java}mvnw.cmd -e -X > debug.log{code} in project attached (mdp-ws.zip).
> File debug.log is attached as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)