You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by Sitaraman Vilayannur <vr...@gmail.com> on 2015/01/09 09:48:41 UTC

Error while building.

Hi,
  I am just starting out on Ranger. When i used the command
 mvn -DskipTests=false clean compile package install assembly:assembly
to build i get the following error, what am i missing? Thanks
Sitaraman

-------------------------------------------------------

 T E S T S

-------------------------------------------------------

Running
org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest

log4j:WARN No appenders could be found for logger
(org.apache.hadoop.util.Shell).

log4j:WARN Please initialize the log4j system properly.

log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
more info.

java.io.IOException: Bad configuration of
hadoop.security.credential.provider.path at

 jceks://fileC:\Users\HomeXPS/testkeystore.jceks

        at
org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr

edentialProviderFactory.java:70)

        at
org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv

ider(CredentialShell.java:164)

        at
org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr

edentialShell.java:323)

        at
org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:

67)

        at
org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.

setup(RangerCredentialProviderTest.java:50)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:

39)

        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm

pl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:597)

        at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho

d.java:47)

        at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable

.java:12)

        at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.

java:44)

        at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:

24)

        at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27

)

        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)

        at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j

ava:70)

        at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j

ava:50)

        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)

        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)

        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)

        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)

        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)

        at org.junit.runners.ParentRunner.run(ParentRunner.java:309)

        at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav

a:264)

        at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi

der.java:153)

        at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java

:124)

        at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa

der(ForkedBooter.java:200)

        at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo

ter.java:153)

        at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Caused by: java.net.URISyntaxException: Illegal character in authority at
index 8: jc

eks://fileC:\Users\HomeXPS/testkeystore.jceks

        at java.net.URI$Parser.fail(URI.java:2810)

        at java.net.URI$Parser.parseAuthority(URI.java:3148)

        at java.net.URI$Parser.parseHierarchical(URI.java:3059)

        at java.net.URI$Parser.parse(URI.java:3015)

        at java.net.URI.<init>(URI.java:577)

        at
org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr

edentialProviderFactory.java:55)

        ... 28 more

There are no valid CredentialProviders configured.

Credential will not be created.

Consider using the -provider option to indicate the provider to use.

java.io.IOException: Bad configuration of
hadoop.security.credential.provider.path at

 jceks://fileC:\Users\HomeXPS/testkeystore.jceks

        at
org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr

edentialProviderFactory.java:70)

        at
org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv

ider(CredentialShell.java:164)

        at
org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr

edentialShell.java:254)

        at
org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:

67)

        at
org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.

teardown(RangerCredentialProviderTest.java:85)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:

39)

        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm

pl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:597)

        at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho

d.java:47)

        at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable

.java:12)

        at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.

java:44)

        at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33

)

        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)

        at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j

ava:70)

        at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j

ava:50)

        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)

        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)

        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)

        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)

        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)

        at org.junit.runners.ParentRunner.run(ParentRunner.java:309)

        at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav

a:264)

        at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi

der.java:153)

        at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java

:124)

        at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa

der(ForkedBooter.java:200)

        at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo

ter.java:153)

        at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Caused by: java.net.URISyntaxException: Illegal character in authority at
index 8: jc

eks://fileC:\Users\HomeXPS/testkeystore.jceks

        at java.net.URI$Parser.fail(URI.java:2810)

        at java.net.URI$Parser.parseAuthority(URI.java:3148)

        at java.net.URI$Parser.parseHierarchical(URI.java:3059)

        at java.net.URI$Parser.parse(URI.java:3015)

        at java.net.URI.<init>(URI.java:577)

        at
org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr

edentialProviderFactory.java:55)

        ... 27 more

There are no valid CredentialProviders configured.

Nothing will be deleted.

Consider using the -provider option to indicate the provider to use.

java.io.IOException: Bad configuration of
hadoop.security.credential.provider.path at

 jceks://fileC:\Users\HomeXPS/testkeystore.jceks

        at
org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr

edentialProviderFactory.java:70)

        at
org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv

ider(CredentialShell.java:164)

        at
org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr

edentialShell.java:323)

        at
org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:

67)

        at
org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.

setup(RangerCredentialProviderTest.java:50)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:

39)

        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm

pl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:597)

        at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho

d.java:47)

        at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable

.java:12)

        at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.

java:44)

        at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:

24)

        at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27

)

        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)

        at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j

ava:70)

        at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j

ava:50)

        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)

        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)

        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)

        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)

        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)

        at org.junit.runners.ParentRunner.run(ParentRunner.java:309)

        at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav

a:264)

        at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi

der.java:153)

        at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java

:124)

        at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa

der(ForkedBooter.java:200)

        at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo

ter.java:153)

        at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Caused by: java.net.URISyntaxException: Illegal character in authority at
index 8: jc

eks://fileC:\Users\HomeXPS/testkeystore.jceks

        at java.net.URI$Parser.fail(URI.java:2810)

        at java.net.URI$Parser.parseAuthority(URI.java:3148)

        at java.net.URI$Parser.parseHierarchical(URI.java:3059)

        at java.net.URI$Parser.parse(URI.java:3015)

        at java.net.URI.<init>(URI.java:577)

        at
org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr

edentialProviderFactory.java:55)

        ... 28 more

There are no valid CredentialProviders configured.

Credential will not be created.

Consider using the -provider option to indicate the provider to use.

java.io.IOException: Bad configuration of
hadoop.security.credential.provider.path at

 jceks://fileC:\Users\HomeXPS/testkeystore.jceks

        at
org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr

edentialProviderFactory.java:70)

        at
org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv

ider(CredentialShell.java:164)

        at
org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr

edentialShell.java:254)

        at
org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:

67)

        at
org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.

teardown(RangerCredentialProviderTest.java:85)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:

39)

        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm

pl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:597)

        at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho

d.java:47)

        at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable

.java:12)

        at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.

java:44)

        at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33

)

        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)

        at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j

ava:70)

        at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j

ava:50)

        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)

        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)

        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)

        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)

        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)

        at org.junit.runners.ParentRunner.run(ParentRunner.java:309)

        at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav

a:264)

        at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi

der.java:153)

        at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java

:124)

        at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa

der(ForkedBooter.java:200)

        at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo

ter.java:153)

        at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Caused by: java.net.URISyntaxException: Illegal character in authority at
index 8: jc

eks://fileC:\Users\HomeXPS/testkeystore.jceks

        at java.net.URI$Parser.fail(URI.java:2810)

        at java.net.URI$Parser.parseAuthority(URI.java:3148)

        at java.net.URI$Parser.parseHierarchical(URI.java:3059)

        at java.net.URI$Parser.parse(URI.java:3015)

        at java.net.URI.<init>(URI.java:577)

        at
org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr

edentialProviderFactory.java:55)

        ... 27 more

There are no valid CredentialProviders configured.

Nothing will be deleted.

Consider using the -provider option to indicate the provider to use.

Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 0.823 sec
<<< FAILURE

! - in
org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest

testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP

roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!

java.lang.AssertionError: expected:<0> but was:<1>

        at org.junit.Assert.fail(Assert.java:88)

        at org.junit.Assert.failNotEquals(Assert.java:743)

        at org.junit.Assert.assertEquals(Assert.java:118)

        at org.junit.Assert.assertEquals(Assert.java:555)

        at org.junit.Assert.assertEquals(Assert.java:542)

        at
org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.

setup(RangerCredentialProviderTest.java:54)



testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP

roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!

java.lang.AssertionError: expected:<0> but was:<1>

        at org.junit.Assert.fail(Assert.java:88)

        at org.junit.Assert.failNotEquals(Assert.java:743)

        at org.junit.Assert.assertEquals(Assert.java:118)

        at org.junit.Assert.assertEquals(Assert.java:555)

        at org.junit.Assert.assertEquals(Assert.java:542)

        at
org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.

teardown(RangerCredentialProviderTest.java:89)



testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro

viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!

java.lang.AssertionError: expected:<0> but was:<1>

        at org.junit.Assert.fail(Assert.java:88)

        at org.junit.Assert.failNotEquals(Assert.java:743)

        at org.junit.Assert.assertEquals(Assert.java:118)

        at org.junit.Assert.assertEquals(Assert.java:555)

        at org.junit.Assert.assertEquals(Assert.java:542)

        at
org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.

setup(RangerCredentialProviderTest.java:54)



testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro

viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!

java.lang.AssertionError: expected:<0> but was:<1>

        at org.junit.Assert.fail(Assert.java:88)

        at org.junit.Assert.failNotEquals(Assert.java:743)

        at org.junit.Assert.assertEquals(Assert.java:118)

        at org.junit.Assert.assertEquals(Assert.java:555)

        at org.junit.Assert.assertEquals(Assert.java:542)

        at
org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.

teardown(RangerCredentialProviderTest.java:89)





Results :



Failed tests:

  RangerCredentialProviderTest.setup:54 expected:<0> but was:<1>

  RangerCredentialProviderTest.teardown:89 expected:<0> but was:<1>

  RangerCredentialProviderTest.setup:54 expected:<0> but was:<1>

  RangerCredentialProviderTest.teardown:89 expected:<0> but was:<1>



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



[INFO]
------------------------------------------------------------------------

[ERROR] BUILD FAILURE

[INFO]
------------------------------------------------------------------------

[INFO] There are test failures.



Please refer to
F:\Consulting\DataGuise\Software\ApacheRanger\incubator-ranger-master

\incubator-ranger-master\agents-cred\target\surefire-reports for the
individual test

results.

[INFO]
------------------------------------------------------------------------

[INFO] For more information, run Maven with the -e switch

[INFO]
------------------------------------------------------------------------

[INFO] Total time: 15 minutes 7 seconds

Re: Error while building.

Posted by Sitaraman Vilayannur <vr...@gmail.com>.
Hi Gautam,
 Yes, the build succeeded now. Thanks so much for all of your help and time
on this.
Sitaraman

On Mon, Jan 12, 2015 at 2:35 PM, Gautam Borad <gb...@gmail.com> wrote:

> Hi Sitaraman, As per your latest pastebin link it seems that updating your
> maven fixed the previous errors.
>
> Now for the oracle-ojdbc6:jar error, can you try commenting out lines 415
> to 419 in security-admin/pom.xml
> <
> https://github.com/apache/incubator-ranger/blob/master/security-admin/pom.xml#L415
> >
> and try again?
>
>
>
> On Mon, Jan 12, 2015 at 1:30 PM, Sitaraman Vilayannur <
> vrsitaramanietflists@gmail.com> wrote:
>
> > Hi Ashish,
> >   I had the file rat.txt open and therefore the clean failed earlier as
> > could not delete the target directory. After closing i tried the command
> > mvn -U option with skipTests=true again and now i am getting a different
> > error. I have also updated to Maven 3.2.5 and am using Java 1.7
> > http://pastebin.com/NXSGfMVV
> > Sitaraman
> >
> > On Mon, Jan 12, 2015 at 12:38 PM, Ashish Singh <as...@hortonworks.com>
> > wrote:
> >
> > > Hi Sitaraman,
> > >
> > > Are you logged in as "HomeXPS" user ?
> > > Can you please check the ownership and permissions for
> > > C:\Users\HomeXPS\.m2.
> > > Looks like due to your env, mvn is not able to write to .m2 cache.
> > > Also, try to use Maven 3 and JDK 1.6 and above, JDK 1.7 is better.
> > >
> > > On Sun, Jan 11, 2015 at 10:57 PM, Sitaraman Vilayannur <
> > > vrsitaramanietflists@gmail.com> wrote:
> > >
> > > > Hi Guatam,
> > > >  Windows version is Windows 7 Home premium.
> > > >  Maven Version is 2.2.1 http://pastebin.com/GBGdyhfk
> > > >  m2 rep location is C:\Users\HomeXPS\.m2
> > > >  I am unable to view this directory in my Windows Explorer though
> > other .
> > > > files are visible. However when i try to create this directory
> windows
> > > > command prompt says the directory already exists.
> > > >  I am not behind a proxy or firewall.
> > > > Sitaraman
> > > >
> > > > On Mon, Jan 12, 2015 at 12:00 PM, Gautam Borad <gb...@gmail.com>
> > wrote:
> > > >
> > > > > Sitaraman, Can you provide more information about the build
> > > environment?
> > > > >
> > > > > 1] Windows version
> > > > > 2] Maven version
> > > > > 3] M2 repo location and contents ( to check whether some artifacts
> > are
> > > > > getting downloaded or not )
> > > > > 4] Network details ( whether using proxy, behind firewall etc )
> > > > >
> > > > > P.S: Please use services like pastebin/gist for pasting console
> > > outputs.
> > > > >
> > > > > Thanks.
> > > > >
> > > > >
> > > > > On Mon, Jan 12, 2015 at 10:40 AM, Sitaraman Vilayannur <
> > > > > vrsitaramanietflists@gmail.com> wrote:
> > > > >
> > > > > > Hi Ashish,
> > > > > >  Thanks for getting in touch with me regarding this issue i am
> > > facing.
> > > > I
> > > > > > am still getting a build error with the said mvn command.
> Attached
> > > is
> > > > > the
> > > > > > rat.txt file.
> > > > > > Sitaraman
> > > > > >
> ******************************************************************
> > > > > > [DEBUG] Starting Apache Velocity v1.5 (compiled: 2007-02-22
> > 08:52:29)
> > > > > > [DEBUG] RuntimeInstance initializing.
> > > > > > [DEBUG] Default Properties File:
> > > > > > org\apache\velocity\runtime\defaults\velocity.properties
> > > > > > [DEBUG] LogSystem has been deprecated. Please use a LogChute
> > > > > > implementation.
> > > > > > [DEBUG] Default ResourceManager initializing. (class
> > > > > > org.apache.velocity.runtime.resource.ResourceManagerImpl)
> > > > > > [DEBUG] ResourceLoader instantiated:
> > > > > > org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
> > > > > > [DEBUG] ResourceLoader instantiated:
> > > > > > org.codehaus.plexus.velocity.SiteResourceLoader
> > > > > > [DEBUG] ResourceCache: initialized (class
> > > > > > org.apache.velocity.runtime.resource.ResourceCacheImpl)
> > > > > > [DEBUG] Default ResourceManager initialization complete.
> > > > > > [DEBUG] Loaded System Directive:
> > > > > > org.apache.velocity.runtime.directive.Literal
> > > > > > [DEBUG] Loaded System Directive:
> > > > > > org.apache.velocity.runtime.directive.Macro
> > > > > > [DEBUG] Loaded System Directive:
> > > > > > org.apache.velocity.runtime.directive.Parse
> > > > > > [DEBUG] Loaded System Directive:
> > > > > > org.apache.velocity.runtime.directive.Include
> > > > > > [DEBUG] Loaded System Directive:
> > > > > > org.apache.velocity.runtime.directive.Foreach
> > > > > > [DEBUG] Created '20' parsers.
> > > > > > [DEBUG] Velocimacro : initialization starting.
> > > > > > [DEBUG] Velocimacro : allowInline = true : VMs can be defined
> > inline
> > > in
> > > > > > templates
> > > > > > [DEBUG] Velocimacro : allowInlineToOverride = false : VMs defined
> > > > inline
> > > > > > may NOT replace previous VM definitions
> > > > > > [DEBUG] Velocimacro : allowInlineLocal = false : VMs defined
> inline
> > > > will
> > > > > > be global in scope if allowed.
> > > > > > [DEBUG] Velocimacro : autoload off : VM system will not
> > automatically
> > > > > > reload global library macros
> > > > > > [DEBUG] Velocimacro : Velocimacro : initialization complete.
> > > > > > [DEBUG] RuntimeInstance successfully initialized.
> > > > > > [DEBUG] Configuring mojo
> > > > > >
> > > 'org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1:process'
> > > > > -->
> > > > > > [DEBUG]   (f) appendedResourcesDirectory =
> > > > > >
> > > > >
> > > >
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\src\main\appended-resources
> > > > > > [DEBUG]   (f) attached = true
> > > > > > [DEBUG]   (f) basedir =
> > > > > >
> > > > >
> > > >
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin
> > > > > > [DEBUG]   (f) encoding = UTF-8
> > > > > > [DEBUG]   (f) excludeTransitive = false
> > > > > > [DEBUG]   (f) includeProjectProperties = false
> > > > > > [DEBUG]   (f) includeScope = runtime
> > > > > > [DEBUG]   (f) localRepository =
> > > > > > Repository[local|file://C:\Users\HomeXPS\.m2\repository]
> > > > > > [DEBUG]   (f) mavenSession =
> > > > > > org.apache.maven.execution.MavenSession@77485542
> > > > > > [DEBUG]   (f) outputDirectory =
> > > > > >
> > > > >
> > > >
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\target\maven-shared-archive-resources
> > > > > > [DEBUG]   (f) project = MavenProject:
> > > > > > org.apache.ranger:security-admin-web:0.4.0 @
> > > > > >
> > > > >
> > > >
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\pom.xml
> > > > > > [DEBUG]   (f) remoteArtifactRepositories =
> > > > > > [Repository[apache.snapshots.https|
> > > > > > https://repository.apache.org/content/repositories/snapshots],
> > > > > > Repository[apache.public.https|
> > > > > > https://repository.apache.org/content/repositories/public],
> > > > > > Repository[apache.snapshots|
> http://repository.apache.org/snapshots
> > ],
> > > > > > Repository[central|http://repo1.maven.org/maven2]]
> > > > > > [DEBUG]   (f) resourceBundles =
> > > > > [org.apache:apache-jar-resource-bundle:1.4]
> > > > > > [DEBUG]   (f) resources = [Resource {targetPath: null, filtering:
> > > true,
> > > > > > FileSet {directory:
> > > > > >
> > > > >
> > > >
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\src\main\resources,
> > > > > > PatternSet [includes: {}, excludes: {}]}}]
> > > > > > [DEBUG]   (f) runOnlyAtExecutionRoot = false
> > > > > > [DEBUG]   (f) skip = false
> > > > > > [DEBUG]   (f) useDefaultFilterDelimiters = true
> > > > > > [DEBUG] -- end configuration --
> > > > > > [INFO] [remote-resources:process {execution: default}]
> > > > > > [DEBUG] Supplemental data models won't be loaded.  No models
> > > specified.
> > > > > > [DEBUG] inceptionYear not specified, defaulting to 2015
> > > > > > [DEBUG] org.apache.ranger:security-admin-web:war:0.4.0 (selected
> > for
> > > > > null)
> > > > > > [DEBUG] Retrieving parent-POM: org.antlr:antlr-master:pom:3.5.2
> for
> > > > > > project: org.antlr:antlr-runtime:jar:null from the repository.
> > > > > > [DEBUG] Adding managed dependencies for org.antlr:antlr-runtime
> > > > > > [DEBUG]   junit:junit:jar:4.10:test
> > > > > > [DEBUG]   antlr:antlr:jar:2.7.7:compile
> > > > > > [DEBUG]   org.antlr:stringtemplate:jar:3.2.1:compile
> > > > > > [DEBUG]   org.antlr:ST4:jar:4.0.8:compile
> > > > > > [DEBUG]   org.antlr:antlr-runtime:jar:3.5.2:compile (selected for
> > > > > compile)
> > > > > > [DEBUG]   aopalliance:aopalliance:jar:1.0:compile (selected for
> > > > compile)
> > > > > > [DEBUG] Retrieving parent-POM:
> org.ow2.util.asm:asm-parent:pom:3.1
> > > for
> > > > > > project: null:asm:jar:3.1 from the repository.
> > > > > > [DEBUG] Adding managed dependencies for unknown:asm
> > > > > > [DEBUG]   org.ow2.util.asm:asm:jar:3.1
> > > > > > [DEBUG]   org.ow2.util.asm:asm-tree:jar:3.1
> > > > > > [DEBUG]   org.ow2.util.asm:asm-analysis:jar:3.1
> > > > > > [DEBUG]   org.ow2.util.asm:asm-commons:jar:3.1
> > > > > > [DEBUG]   org.ow2.util.asm:asm-util:jar:3.1
> > > > > > [DEBUG]   org.ow2.util.asm:asm-xml:jar:3.1
> > > > > > [DEBUG]   org.ow2.util.asm:asm:jar:3.1:compile (selected for
> > compile)
> > > > > > [DEBUG]   c3p0:c3p0:jar:0.9.1.2:compile (selected for compile)
> > > > > > [DEBUG] Retrieving parent-POM:
> > > org.glassfish.hk2:external:pom:2.2.0-b23
> > > > > > for project: org.glassfish.hk2.external:cglib:jar:null from the
> > > > > repository.
> > > > > > [DEBUG] Retrieving parent-POM:
> > > > org.glassfish.hk2:hk2-public:pom:2.2.0-b23
> > > > > > for project: null:external:pom:null from the repository.
> > > > > > [DEBUG] Retrieving parent-POM:
> > > > org.glassfish.hk2:hk2-parent:pom:2.2.0-b23
> > > > > > for project: org.glassfish.hk2:hk2-public:pom:2.2.0-b23 from the
> > > > > repository.
> > > > > > [DEBUG] Retrieving parent-POM:
> > > org.glassfish.hk2:hk2-bom:pom:2.2.0-b23
> > > > > for
> > > > > > project: null:hk2-parent:pom:null from the repository.
> > > > > > [DEBUG] Adding managed dependencies for
> > > > org.glassfish.hk2.external:cglib
> > > > > > [DEBUG]   org.glassfish.hk2:auto-depends-plugin:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:hk2-build:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:class-model:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:config-generator:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:config-types:jar:2.2.0-b23
> > > > > > [DEBUG]
> > > >  org.glassfish.hk2:consolidatedbundle-maven-plugin:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:core:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:hk2-dependency-verifier:jar:2.2.0-b23
> > > > > > [DEBUG]
>  org.glassfish.hk2:hk2-dependency-visualizer:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:devtests:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:ctm-example:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:custom-resolver-example:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:examples:pom:2.2.0-b23
> > > > > > [DEBUG]
> > > >  org.glassfish.hk2:security-lockdown-example-alice:jar:2.2.0-b23
> > > > > > [DEBUG]
> > > > >  org.glassfish.hk2:security-lockdown-example-mallory:jar:2.2.0-b23
> > > > > > [DEBUG]
>  org.glassfish.hk2:security-lockdown-example:pom:2.2.0-b23
> > > > > > [DEBUG]
> > > > >  org.glassfish.hk2:security-lockdown-example-runner:jar:2.2.0-b23
> > > > > > [DEBUG]
> > > > >  org.glassfish.hk2:security-lockdown-example-system:jar:2.2.0-b23
> > > > > > [DEBUG]
> >  org.glassfish.hk2.external:asm-all-repackaged:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2.external:bean-validator:jar:2.2.0-b23
> > > > > > [DEBUG]
> >  org.glassfish.hk2.external:bean-validator-cdi:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2.external:cglib:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2.external:javax.inject:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:external:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:tiger-types-osgi:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:hk2:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:hk2-api:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:hk2-config:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:hk2-config-generator:jar:2.2.0-b23
> > > > > > [DEBUG]
>  org.glassfish.hk2:hk2-inhabitant-generator:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:hk2-locator:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:hk2-maven:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:hk2-runlevel:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:hk2-junitrunner:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:hk2-testng:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:hk2-testing:pom:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:hk2-utils:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:hk2-kernel-parent:pom:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:osgi-adapter:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:contract-bundle:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:faux-sdp-bundle:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:osgi-adapter-test:jar:2.2.0-b23
> > > > > > [DEBUG]
>  org.glassfish.hk2:osgi-adapter-tests-parent:pom:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:sdp-management-bundle:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:test-module-startup:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:osgi:pom:2.2.0-b23
> > > > > > [DEBUG]
>  org.glassfish.hk2:osgiversion-maven-plugin:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:hk2-parent:pom:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2:hk2-public:pom:2.2.0-b23
> > > > > > [DEBUG]   javax.validation:validation-api:jar:1.1.0.Final
> > > > > > [DEBUG]   org.hibernate:hibernate-validator:jar:5.0.0.Final
> > > > > > [DEBUG]   org.glassfish.hk2:guice-bridge:jar:2.2.0-b23
> > > > > > [DEBUG]   org.glassfish.hk2.external:cglib:jar:2.2.0-b23:compile
> > > > > (selected
> > > > > > for compile)
> > > > > > [DEBUG]
> > > > > >
> > > commons-beanutils:commons-beanutils-bean-collections:jar:1.8.3:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile
> > > (selected
> > > > > > for compile)
> > > > > > [DEBUG]
> >  commons-beanutils:commons-beanutils-core:jar:1.8.3:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG]   commons-cli:commons-cli:jar:1.2:compile (selected for
> > > > compile)
> > > > > > [DEBUG]   commons-codec:commons-codec:jar:1.9:compile (selected
> for
> > > > > > compile)
> > > > > > [DEBUG]
>  commons-collections:commons-collections:jar:3.2.1:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG] Retrieving parent-POM:
> > > org.apache.commons:commons-parent:pom:33
> > > > > > for project: org.apache.commons:commons-compress:jar:1.8.1 from
> the
> > > > > > repository.
> > > > > > [DEBUG]   org.apache.commons:commons-compress:jar:1.8.1:compile
> > > > (selected
> > > > > > for compile)
> > > > > > [DEBUG]
> > >  commons-configuration:commons-configuration:jar:1.10:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG]     commons-lang:commons-lang:jar:2.6:compile (selected
> for
> > > > > > compile)
> > > > > > [DEBUG]   commons-dbcp:commons-dbcp:jar:1.4:compile (selected for
> > > > > compile)
> > > > > > [DEBUG]     commons-pool:commons-pool:jar:1.5.4:compile (selected
> > for
> > > > > > compile)
> > > > > > [DEBUG]   commons-digester:commons-digester:jar:2.1:compile
> > (selected
> > > > for
> > > > > > compile)
> > > > > > [DEBUG] Retrieving parent-POM:
> > > org.apache.commons:commons-parent:pom:14
> > > > > > for project: commons-beanutils:commons-beanutils:jar:1.8.3 from
> the
> > > > > > repository.
> > > > > > [DEBUG]     commons-beanutils:commons-beanutils:jar:1.8.3:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG] Trying repository apache.snapshots.https
> > > > > > [DEBUG] Using Wagon implementation lightweight from default
> mapping
> > > for
> > > > > > protocol https
> > > > > > [DEBUG] Checking for pre-existing User-Agent configuration.
> > > > > > [DEBUG] Adding User-Agent configuration.
> > > > > > [DEBUG] Connecting to repository: 'apache.snapshots.https' with
> > url:
> > > '
> > > > > > https://repository.apache.org/content/repositories/snapshots'.
> > > > > > Downloading:
> > > > > >
> > > > >
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > > > [DEBUG] Unable to locate resource in repository
> > > > > > org.apache.maven.wagon.ResourceDoesNotExistException: Unable to
> > > locate
> > > > > > resource in repository
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
> > > > > >     at
> > > > > >
> > > org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> > > > > >     at
> > > > org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> > > > > >     at
> org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> > > > > >     at
> > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> > > > > >     at
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> > > > > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> > > > > >     at
> > > > > >
> > > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> > > > > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > > > >     at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > >     at
> > > > > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > > > > >     at
> org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > > > > >     at
> > > > > >
> > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > > > > >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > > > > Caused by: java.io.FileNotFoundException:
> > > > > >
> > > > >
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > > >     at
> > sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> > > > > > Method)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> > > > > >     at
> > > java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> > > > > >     at java.security.AccessController.doPrivileged(Native Method)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
> > > > > >     ... 41 more
> > > > > > Caused by: java.io.FileNotFoundException:
> > > > > >
> > > > >
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
> > > > > >     at
> > > > > >
> > > java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
> > > > > >     ... 41 more
> > > > > > [DEBUG] Using Wagon implementation lightweight from default
> mapping
> > > for
> > > > > > protocol https
> > > > > > [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> > > > > > repository apache.snapshots.https (
> > > > > > https://repository.apache.org/content/repositories/snapshots)
> > > > > > [DEBUG] Trying repository apache.public.https
> > > > > > [DEBUG] Using Wagon implementation lightweight from default
> mapping
> > > for
> > > > > > protocol https
> > > > > > [DEBUG] Checking for pre-existing User-Agent configuration.
> > > > > > [DEBUG] Adding User-Agent configuration.
> > > > > > [DEBUG] Connecting to repository: 'apache.public.https' with
> url: '
> > > > > > https://repository.apache.org/content/repositories/public'.
> > > > > > Downloading:
> > > > > >
> > > > >
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > > > [DEBUG] Unable to locate resource in repository
> > > > > > org.apache.maven.wagon.ResourceDoesNotExistException: Unable to
> > > locate
> > > > > > resource in repository
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
> > > > > >     at
> > > > > >
> > > org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> > > > > >     at
> > > > org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> > > > > >     at
> org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> > > > > >     at
> > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> > > > > >     at
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> > > > > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> > > > > >     at
> > > > > >
> > > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> > > > > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > > > >     at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > >     at
> > > > > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > > > > >     at
> org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > > > > >     at
> > > > > >
> > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > > > > >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > > > > Caused by: java.io.FileNotFoundException:
> > > > > >
> > > > >
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > > >     at
> > sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> > > > > > Method)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> > > > > >     at
> > > java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> > > > > >     at java.security.AccessController.doPrivileged(Native Method)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
> > > > > >     ... 41 more
> > > > > > Caused by: java.io.FileNotFoundException:
> > > > > >
> > > > >
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
> > > > > >     at
> > > > > >
> > > java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
> > > > > >     ... 41 more
> > > > > > [DEBUG] Using Wagon implementation lightweight from default
> mapping
> > > for
> > > > > > protocol https
> > > > > > [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> > > > > > repository apache.public.https (
> > > > > > https://repository.apache.org/content/repositories/public)
> > > > > > [DEBUG] Skipping disabled repository apache.snapshots
> > > > > > [DEBUG] Trying repository central
> > > > > > [DEBUG] Using Wagon implementation lightweight from default
> mapping
> > > for
> > > > > > protocol http
> > > > > > [DEBUG] Checking for pre-existing User-Agent configuration.
> > > > > > [DEBUG] Adding User-Agent configuration.
> > > > > > [DEBUG] Connecting to repository: 'central' with url: '
> > > > > > http://repo1.maven.org/maven2'.
> > > > > > Downloading:
> > > > > >
> > > > >
> > > >
> > >
> >
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > > > [DEBUG] Unable to locate resource in repository
> > > > > > org.apache.maven.wagon.ResourceDoesNotExistException: Unable to
> > > locate
> > > > > > resource in repository
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
> > > > > >     at
> > > > > >
> > > org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> > > > > >     at
> > > > org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> > > > > >     at
> org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> > > > > >     at
> > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> > > > > >     at
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> > > > > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> > > > > >     at
> > > > > >
> > > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> > > > > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > > > >     at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > >     at
> > > > > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > > > > >     at
> org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > > > > >     at
> > > > > >
> > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > > > > >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > > > > Caused by: java.io.FileNotFoundException:
> > > > > >
> > > > >
> > > >
> > >
> >
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > > >     at
> > sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> > > > > > Method)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> > > > > >     at
> > > java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> > > > > >     at java.security.AccessController.doPrivileged(Native Method)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
> > > > > >     ... 41 more
> > > > > > Caused by: java.io.FileNotFoundException:
> > > > > >
> > > > >
> > > >
> > >
> >
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
> > > > > >     at
> > > > > >
> > > java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
> > > > > >     ... 41 more
> > > > > > [DEBUG] Using Wagon implementation lightweight from default
> mapping
> > > for
> > > > > > protocol http
> > > > > > [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> > > > > > repository central (http://repo1.maven.org/maven2)
> > > > > > [DEBUG] Artifact not found - using stub model: Unable to download
> > the
> > > > > > artifact from any repository
> > > > > >
> > > > > >   tomcat:commons-el:pom:5.5.23
> > > > > >
> > > > > > from the specified remote repositories:
> > > > > >   apache.snapshots.https (
> > > > > > https://repository.apache.org/content/repositories/snapshots),
> > > > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > > > >   central (http://repo1.maven.org/maven2),
> > > > > >   apache.public.https (
> > > > > > https://repository.apache.org/content/repositories/public)
> > > > > >
> > > > > >
> > > > > > [DEBUG] Using defaults for missing POM
> > > > > tomcat:commons-el:pom:5.5.23:compile
> > > > > > [DEBUG]   tomcat:commons-el:jar:5.5.23:compile (selected for
> > compile)
> > > > > > [DEBUG]   commons-httpclient:commons-httpclient:jar:3.1:compile
> > > > (selected
> > > > > > for compile)
> > > > > > [DEBUG]     commons-logging:commons-logging:jar:1.0.4:compile
> > > (removed
> > > > -
> > > > > > nearer found: 1.1.1)
> > > > > > [DEBUG]     commons-codec:commons-codec:jar:1.2:compile (removed
> -
> > > > nearer
> > > > > > found: 1.9)
> > > > > > [DEBUG]   commons-io:commons-io:jar:2.4:compile (selected for
> > > compile)
> > > > > > [DEBUG]   commons-lang:commons-lang:jar:2.6:compile (selected for
> > > > > compile)
> > > > > > [DEBUG]   commons-logging:commons-logging:jar:1.1.1:compile
> > (removed
> > > -
> > > > > > nearer found: 1.2)
> > > > > > [DEBUG]   commons-logging:commons-logging:jar:1.2:compile
> (selected
> > > for
> > > > > > compile)
> > > > > > [DEBUG]   org.apache.commons:commons-math:jar:2.2:compile
> (selected
> > > for
> > > > > > compile)
> > > > > > [DEBUG] Retrieving parent-POM:
> > > org.apache.commons:commons-parent:pom:30
> > > > > > for project: commons-net:commons-net:jar:3.3 from the repository.
> > > > > > [DEBUG]   commons-net:commons-net:jar:3.3:compile (selected for
> > > > compile)
> > > > > > [DEBUG]   commons-pool:commons-pool:jar:1.5.4:compile (removed -
> > > nearer
> > > > > > found: 1.6)
> > > > > > [DEBUG]   commons-pool:commons-pool:jar:1.6:compile (selected for
> > > > > compile)
> > > > > > [DEBUG]
>  org.eclipse.persistence:eclipselink:jar:2.5.2-M1:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG]
> > >  org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG]     org.eclipse.persistence:commonj.sdo:jar:2.1.1:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG]
> >  org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG]   com.google.guava:guava:jar:17.0:compile (selected for
> > > > compile)
> > > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.3:compile (selected for
> > > > > compile)
> > > > > > [DEBUG]   net.htmlparser.jericho:jericho-html:jar:3.3:compile
> > > (selected
> > > > > > for compile)
> > > > > > [DEBUG] Retrieving parent-POM:
> > > > > > org.springframework:spring-parent:pom:3.1.3.RELEASE for project:
> > > > > > org.springframework:spring-aop:jar:3.1.3.RELEASE from the
> > repository.
> > > > > > [DEBUG] Adding managed dependencies for
> > > org.springframework:spring-aop
> > > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > > [DEBUG]
> > >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > > [DEBUG]
>  org.springframework:spring-aop:jar:3.1.3.RELEASE:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG] Adding managed dependencies for
> > > org.springframework:spring-asm
> > > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > > [DEBUG]
> > >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > > [DEBUG]
> >  org.springframework:spring-asm:jar:3.1.3.RELEASE:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG] Adding managed dependencies for
> > > > org.springframework:spring-beans
> > > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > > [DEBUG]
> > >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > > [DEBUG]
> > >  org.springframework:spring-beans:jar:3.1.3.RELEASE:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG] Adding managed dependencies for
> > > org.springframework:spring-core
> > > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > > [DEBUG]
> > >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > > [DEBUG]
> > >  org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG]         commons-logging:commons-logging:jar:1.1.1:compile
> > > > > (removed
> > > > > > - nearer found: 1.2)
> > > > > > [DEBUG]
> >  org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG]       commons-logging:commons-logging:jar:1.1.1:compile
> > > > (removed
> > > > > -
> > > > > > nearer found: 1.2)
> > > > > > [DEBUG]
>  org.springframework:spring-asm:jar:3.1.3.RELEASE:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG]
> >  org.springframework:spring-beans:jar:3.1.3.RELEASE:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG] Adding managed dependencies for
> > > > > org.springframework:spring-context
> > > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > > [DEBUG]
> > >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > > [DEBUG]
> > >  org.springframework:spring-context:jar:3.1.3.RELEASE:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG] Adding managed dependencies for
> > > > > > org.springframework:spring-expression
> > > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > > [DEBUG]
> > >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > > [DEBUG]
> > > > > > org.springframework:spring-expression:jar:3.1.3.RELEASE:compile
> > > > (selected
> > > > > > for compile)
> > > > > > [DEBUG] Adding managed dependencies for
> > > > > > org.springframework:spring-context-support
> > > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > > [DEBUG]
> > >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > > [DEBUG]
> > > > > >
> > org.springframework:spring-context-support:jar:3.1.3.RELEASE:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG]
>  org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile
> > > (removed
> > > > -
> > > > > > nearer found: 1.2)
> > > > > > [DEBUG]
> > > >  org.springframework:spring-expression:jar:3.1.3.RELEASE:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG] Adding managed dependencies for
> > > org.springframework:spring-jdbc
> > > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > > [DEBUG]
> > >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > > [DEBUG]
>  org.springframework:spring-jdbc:jar:3.1.3.RELEASE:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG] Adding managed dependencies for
> > org.springframework:spring-tx
> > > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > > [DEBUG]
> > >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > > [DEBUG]
>  org.springframework:spring-tx:jar:3.1.3.RELEASE:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG] Adding managed dependencies for
> > > org.springframework:spring-orm
> > > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > > [DEBUG]
> > >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > > [DEBUG]
>  org.springframework:spring-orm:jar:3.1.3.RELEASE:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG]   org.springframework:spring-tx:jar:3.1.3.RELEASE:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG] Adding managed dependencies for
> > > org.springframework:spring-web
> > > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > > [DEBUG]
> > >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > > [DEBUG]
>  org.springframework:spring-web:jar:3.1.3.RELEASE:compile
> > > > > > (selected for compile)
> > > > > > [DEBUG]   org.springframework:spring:jar:2.5.6:compile (selected
> > for
> > > > > > compile)
> > > > > > [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile
> > > (removed
> > > > -
> > > > > > nearer found: 1.2)
> > > > > > [DEBUG] Retrieving parent-POM:
> > com.sun.jersey:jersey-project:pom:1.4
> > > > for
> > > > > > project: null:jersey-bundle:jar:null from the repository.
> > > > > > [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > [ERROR] BUILD ERROR
> > > > > > [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > [INFO] Failed to resolve dependencies for one or more projects in
> > the
> > > > > > reactor. Reason: Unable to get dependency information: Unable to
> > read
> > > > the
> > > > > > metadata file for artifact 'com.sun.jersey:jersey-bundle:jar':
> > Cannot
> > > > > find
> > > > > > parent: com.sun.jersey:jersey-project for project:
> > > > > > null:jersey-bundle:jar:null for project
> null:jersey-bundle:jar:null
> > > > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > > > >
> > > > > > from the specified remote repositories:
> > > > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > > > >   apache.snapshots.https (
> > > > > > https://repository.apache.org/content/repositories/snapshots),
> > > > > >   central (http://repo1.maven.org/maven2),
> > > > > >   apache.public.https (
> > > > > > https://repository.apache.org/content/repositories/public)
> > > > > >
> > > > > > Path to dependency:
> > > > > >     1) org.apache.ranger:security-admin-web:war:0.4.0
> > > > > >
> > > > > >
> > > > > >
> > > > > > Not a v4.0.0 POM. for project com.sun.jersey:jersey-project at
> > > > > >
> > > > >
> > > >
> > >
> >
> C:\Users\HomeXPS\.m2\repository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > > > > > [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > [DEBUG] Trace
> > > > > > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> > > > resolve
> > > > > > dependencies for one or more projects in the reactor. Reason:
> > Unable
> > > to
> > > > > get
> > > > > > dependency information: Unable to read the metadata file for
> > artifact
> > > > > > 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > > > > com.sun.jersey:jersey-project for project:
> > > null:jersey-bundle:jar:null
> > > > > for
> > > > > > project null:jersey-bundle:jar:null
> > > > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > > > >
> > > > > > from the specified remote repositories:
> > > > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > > > >   apache.snapshots.https (
> > > > > > https://repository.apache.org/content/repositories/snapshots),
> > > > > >   central (http://repo1.maven.org/maven2),
> > > > > >   apache.public.https (
> > > > > > https://repository.apache.org/content/repositories/public)
> > > > > >
> > > > > > Path to dependency:
> > > > > >     1) org.apache.ranger:security-admin-web:war:0.4.0
> > > > > >
> > > > > >
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> > > > > >     at
> > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> > > > > >     at
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> > > > > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> > > > > >     at
> > > > > >
> > > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> > > > > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > > > >     at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > >     at
> > > > > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > > > > >     at
> org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > > > > >     at
> > > > > >
> > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > > > > >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > > > > Caused by: org.apache.maven.plugin.MojoExecutionException: Failed
> > to
> > > > > > resolve dependencies for one or more projects in the reactor.
> > Reason:
> > > > > > Unable to get dependency information: Unable to read the metadata
> > > file
> > > > > for
> > > > > > artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > > > > com.sun.jersey:jersey-project for project:
> > > null:jersey-bundle:jar:null
> > > > > for
> > > > > > project null:jersey-bundle:jar:null
> > > > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > > > >
> > > > > > from the specified remote repositories:
> > > > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > > > >   apache.snapshots.https (
> > > > > > https://repository.apache.org/content/repositories/snapshots),
> > > > > >   central (http://repo1.maven.org/maven2),
> > > > > >   apache.public.https (
> > > > > > https://repository.apache.org/content/repositories/public)
> > > > > >
> > > > > > Path to dependency:
> > > > > >     1) org.apache.ranger:security-admin-web:war:0.4.0
> > > > > >
> > > > > >
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:721)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> > > > > >     ... 17 more
> > > > > > Caused by:
> > > > > org.apache.maven.artifact.resolver.ArtifactResolutionException:
> > > > > > Unable to get dependency information: Unable to read the metadata
> > > file
> > > > > for
> > > > > > artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > > > > com.sun.jersey:jersey-project for project:
> > > null:jersey-bundle:jar:null
> > > > > for
> > > > > > project null:jersey-bundle:jar:null
> > > > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > > > >
> > > > > > from the specified remote repositories:
> > > > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > > > >   apache.snapshots.https (
> > > > > > https://repository.apache.org/content/repositories/snapshots),
> > > > > >   central (http://repo1.maven.org/maven2),
> > > > > >   apache.public.https (
> > > > > > https://repository.apache.org/content/repositories/public)
> > > > > >
> > > > > > Path to dependency:
> > > > > >     1) org.apache.ranger:security-admin-web:war:0.4.0
> > > > > >
> > > > > >
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:430)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> > > > > >     ... 22 more
> > > > > > Caused by:
> > > > > >
> > > org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException:
> > > > > > Unable to read the metadata file for artifact
> > > > > > 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > > > > com.sun.jersey:jersey-project for project:
> > > null:jersey-bundle:jar:null
> > > > > for
> > > > > > project null:jersey-bundle:jar:null
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:200)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> > > > > >     ... 28 more
> > > > > > Caused by: org.apache.maven.project.ProjectBuildingException:
> > Cannot
> > > > find
> > > > > > parent: com.sun.jersey:jersey-project for project:
> > > > > > null:jersey-bundle:jar:null for project
> null:jersey-bundle:jar:null
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:255)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> > > > > >     ... 30 more
> > > > > > Caused by: org.apache.maven.project.InvalidProjectModelException:
> > > Not a
> > > > > > v4.0.0 POM. for project com.sun.jersey:jersey-project at
> > > > > >
> > > > >
> > > >
> > >
> >
> C:\Users\HomeXPS\.m2\repository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1599)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1571)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:562)
> > > > > >     at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1392)
> > > > > >     ... 33 more
> > > > > > [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > [INFO] Total time: 25 seconds
> > > > > > [INFO] Finished at: Mon Jan 12 10:00:56 IST 2015
> > > > > > [INFO] Final Memory: 171M/575M
> > > > > > [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > >
> > > > > > On Mon, Jan 12, 2015 at 6:17 AM, Ashish Singh <
> > > ashish@hortonworks.com>
> > > > > > wrote:
> > > > > >
> > > > > >> HI Sitaram,
> > > > > >>
> > > > > >> Look, like you have some local files in your workspace, that is
> > > > > preventing
> > > > > >> to pass the Relase Audit Tool.
> > > > > >> Can, you list what is in this file
> > > > > >> F:\Consulting\DataGuise\Software\ApacheRanger\Git\
> > > > > >> incubator-ranger\target\rat.txt
> > > > > >> in your workspace.
> > > > > >>
> > > > > >> Use the below, command for code compilation.
> > > > > >>
> > > > > >> *mvn -X clean -DskipCheck=true -Dcheckstyle.skip=true package
> > > > > >> assembly:assembly install -DskipITs -DskipTests*
> > > > > >>
> > > > > >> Let me know, how it goes.
> > > > > >>
> > > > > >> Regards
> > > > > >> Ashish
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >> On Sun, Jan 11, 2015 at 7:39 AM, Sitaraman Vilayannur <
> > > > > >> vrsitaramanietflists@gmail.com> wrote:
> > > > > >>
> > > > > >> > Hi Gautam,
> > > > > >> >  Git branch says it is master.  with mvn -U i get the
> following
> > > > > >> > output...thanks.
> > > > > >> > Sitaraman
> > > > > >> > [INFO] Scanning for projects...
> > > > > >> > [INFO] Reactor build order:
> > > > > >> > [INFO]   ranger
> > > > > >> > [INFO]   Credential Support
> > > > > >> > [INFO]   Audit Component
> > > > > >> > [INFO]   Common library for Plugins
> > > > > >> > [INFO]   Hdfs Security Plugin
> > > > > >> > [INFO]   Hive Security Agent
> > > > > >> > [INFO]   HBaseSecurityAgents
> > > > > >> > [INFO]   Knox Security Plugin
> > > > > >> > [INFO]   Credential Builder
> > > > > >> > [INFO]   Storm Security Plugin
> > > > > >> > [INFO]   Agent Implementation Libary
> > > > > >> > [INFO]   Installer Support Component
> > > > > >> > [INFO]   Embeded Web Server Invoker
> > > > > >> > [INFO]   Resource Lookup API Implementation
> > > > > >> > [INFO]   Unix Authentication Client
> > > > > >> > [INFO]   Security Admin Web Application
> > > > > >> > [INFO]   Unix User Group Synchronizer
> > > > > >> > [INFO]   Unix Authentication Service
> > > > > >> > [INFO] Searching repository for plugin with prefix:
> 'assembly'.
> > > > > >> > [INFO] org.apache.maven.plugins: checking for updates from
> > central
> > > > > >> > [WARNING] repository metadata for: 'org.apache.maven.plugins'
> > > could
> > > > > not
> > > > > >> be
> > > > > >> > retrieved from repository: central due to an error: Error
> > copying
> > > > > >> temporary
> > > > > >> > file to the final destination:
> > > > > >> >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> C:\Users\HomeXPS\.m2\repository\org\apache\maven\plugins\maven-metadata-central.xml
> > > > > >> > (Access is denied)
> > > > > >> > [INFO] Repository 'central' will be blacklisted
> > > > > >> > [INFO]
> > > > > >> >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > >> > [INFO] Building ranger
> > > > > >> > [INFO]    task-segment: [clean, compile, package, install]
> > > > > >> > [INFO]
> > > > > >> >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > >> > [INFO] [clean:clean {execution: default-clean}]
> > > > > >> > [INFO] Deleting
> > > > > >> >
> > > > > >>
> > > > >
> > >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target
> > > > > >> > [INFO] [remote-resources:process {execution: default}]
> > > > > >> > [INFO] [antrun:run {execution: default}]
> > > > > >> > [INFO] Executing tasks
> > > > > >> >
> > > > > >> > main:
> > > > > >> > [INFO] Executed tasks
> > > > > >> > [INFO] [remote-resources:process {execution: default}]
> > > > > >> > [INFO] [antrun:run {execution: default}]
> > > > > >> > [INFO] Executing tasks
> > > > > >> >
> > > > > >> > main:
> > > > > >> > [INFO] Executed tasks
> > > > > >> > [INFO] [site:attach-descriptor {execution:
> > > > default-attach-descriptor}]
> > > > > >> > [INFO] [remote-resources:process {execution: default}]
> > > > > >> > [INFO] [antrun:run {execution: default}]
> > > > > >> > [INFO] Executing tasks
> > > > > >> >
> > > > > >> > main:
> > > > > >> > [INFO] Executed tasks
> > > > > >> > [INFO] [site:attach-descriptor {execution:
> > > > default-attach-descriptor}]
> > > > > >> > [INFO] [apache-rat:check {execution: default}]
> > > > > >> > [INFO] 51 implicit excludes (use -debug for more details).
> > > > > >> > [INFO] Exclude: **/dependency-reduced-pom.xml
> > > > > >> > [INFO] Exclude: **/robots.txt
> > > > > >> > [INFO] Exclude: **/MANIFEST.MF
> > > > > >> > [INFO] Exclude: **/bootstrap.min.js
> > > > > >> > [INFO] Exclude: **/src/main/webapp/fonts/**
> > > > > >> > [INFO] Exclude: **/src/main/webapp/libs/**
> > > > > >> > [INFO] Exclude: .git/**
> > > > > >> > [INFO] Exclude: .pc/**
> > > > > >> > [INFO] Exclude: debian/**
> > > > > >> > [INFO] Exclude: .gitignore/**
> > > > > >> > [INFO] Exclude: .svn/**
> > > > > >> > [INFO] Exclude: .idea/**
> > > > > >> > [INFO] Exclude: dev-support/**
> > > > > >> > [INFO] Exclude: **/.gitignore/**
> > > > > >> > [INFO] Exclude: **/.project/**
> > > > > >> > [INFO] Exclude: **/.settings/**
> > > > > >> > [INFO] Exclude: **/.classpath/**
> > > > > >> > [INFO] Exclude: **/*.iml
> > > > > >> > [INFO] Exclude: **/target/**
> > > > > >> > [INFO] Exclude: **/bin/**
> > > > > >> > [INFO] Exclude: **/CHANGES
> > > > > >> > [INFO] Exclude: **/ISSUES
> > > > > >> > [INFO] Exclude: **/patchprocess/**
> > > > > >> > [INFO] Exclude: **/test/resources/**
> > > > > >> > [INFO] Exclude: **/main/resources/**/*.json
> > > > > >> > [INFO] Exclude: **/.externalToolBuilders/*
> > > > > >> > [INFO] Exclude: *.patch
> > > > > >> > [INFO] Exclude: atlassian-ide-plugin.xml
> > > > > >> > [INFO] 803 resources included (use -debug for more details)
> > > > > >> > [INFO] Rat check: Summary of files. Unapproved: 1 unknown: 1
> > > > > generated:
> > > > > >> 0
> > > > > >> > approved: 766 licence.
> > > > > >> > [INFO]
> > > > > >> >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > >> > [ERROR] BUILD FAILURE
> > > > > >> > [INFO]
> > > > > >> >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > >> > [INFO] Too many files with unapproved license: 1 See RAT
> report
> > > in:
> > > > > >> >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target\rat.txt
> > > > > >> > [INFO]
> > > > > >> >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > >> > [INFO] For more information, run Maven with the -e switch
> > > > > >> > [INFO]
> > > > > >> >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > >> > [INFO] Total time: 7 seconds
> > > > > >> > [INFO] Finished at: Sun Jan 11 21:03:16 IST 2015
> > > > > >> > [INFO] Final Memory: 45M/488M
> > > > > >> > [INFO]
> > > > > >> >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > >> >
> > > > > >> >
> > > > > >> >
> > > > > >> > On Sun, Jan 11, 2015 at 7:09 PM, Gautam Borad <
> gborad@gmail.com
> > >
> > > > > wrote:
> > > > > >> >
> > > > > >> > > Sitaraman, you can check the branch with the help of
> following
> > > git
> > > > > >> > command
> > > > > >> > > : git branch
> > > > > >> > > I just did a git pull of master branch which is at
> *ef152319*
> > > > > >> currently
> > > > > >> > and
> > > > > >> > > was able to successfully build Ranger.
> > > > > >> > >
> > > > > >> > > Can you try again with the -U option to maven and post the
> > > entire
> > > > > >> output
> > > > > >> > of
> > > > > >> > > the command for us to inspect? Thanks.
> > > > > >> > >
> > > > > >> > > On Sat, Jan 10, 2015 at 6:39 PM, Sitaraman Vilayannur <
> > > > > >> > > vrsitaramanietflists@gmail.com> wrote:
> > > > > >> > >
> > > > > >> > > > Hi Gautam,
> > > > > >> > > >  I used the git command line as given in
> > > > > >> > > > http://ranger.incubator.apache.org/quick_start_guide.html
> > to
> > > > > >> checkout
> > > > > >> > > from
> > > > > >> > > > the git repository...i.e git clone git://
> > > > > >> > > > git.apache.org/incubator-ranger.git
> > > > > >> > > > how do i find out which branch it is?
> > > > > >> > > > Sitaraman
> > > > > >> > > >
> > > > > >> > > > On Sat, Jan 10, 2015 at 6:32 PM, Gautam Borad <
> > > gborad@gmail.com
> > > > >
> > > > > >> > wrote:
> > > > > >> > > >
> > > > > >> > > > > Sitaraman, Which tool did you use to checkout the
> > codebase?
> > > > Can
> > > > > >> you
> > > > > >> > let
> > > > > >> > > > me
> > > > > >> > > > > know the branch that you are trying to compile?
> > > > > >> > > > >
> > > > > >> > > > > On Sat, Jan 10, 2015 at 6:29 PM, Sitaraman Vilayannur <
> > > > > >> > > > > vrsitaramanietflists@gmail.com> wrote:
> > > > > >> > > > >
> > > > > >> > > > > > Hi Gautam,
> > > > > >> > > > > >    I am not behind a proxy.  Which other network
> > > > > configurations
> > > > > >> > > should
> > > > > >> > > > i
> > > > > >> > > > > be
> > > > > >> > > > > > checking. I got the code via a git clone git://
> > > > > >> > > > > > git.apache.org/incubator-ranger.git. Thanks for your
> > > > > continued
> > > > > >> > help.
> > > > > >> > > > > > Sitaraman
> > > > > >> > > > > >
> > > > > >> > > > > > On Sat, Jan 10, 2015 at 6:15 PM, Gautam Borad <
> > > > > gborad@gmail.com
> > > > > >> >
> > > > > >> > > > wrote:
> > > > > >> > > > > >
> > > > > >> > > > > > > Sitaraman, this is most likely a network issue. Can
> > you
> > > > > check
> > > > > >> > your
> > > > > >> > > > > proxy
> > > > > >> > > > > > > and network configuration? Also can you let me know
> > > which
> > > > > >> branch
> > > > > >> > > are
> > > > > >> > > > > you
> > > > > >> > > > > > > trying to compile?
> > > > > >> > > > > > >
> > > > > >> > > > > > > Thanks.
> > > > > >> > > > > > >
> > > > > >> > > > > > > On Sat, Jan 10, 2015 at 5:11 PM, Sitaraman
> Vilayannur
> > <
> > > > > >> > > > > > > vrsitaramanietflists@gmail.com> wrote:
> > > > > >> > > > > > >
> > > > > >> > > > > > > > Hi Gautam,
> > > > > >> > > > > > > >  Thanks for your response.
> > > > > >> > > > > > > >  Tried with -DskipTests=true and i am getting the
> > > > > following
> > > > > >> > > error.
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> http://repo1.maven.org/maven2/net/htmlparser/jericho/jericho-html/3.3/je
> > > > > >> > > > > > > > richo-html-3.3.pom
> > > > > >> > > > > > > > 2K downloaded  (jericho-html-3.3.pom)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > >> > > > > > > >
> > > > > >> ramework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE'
> > in
> > > > > >> > > > > > > > repository apache.snapshots.https (
> > > > > >> > > > > > > >
> https://repository.apache.org/content/repositories
> > > > > >> > > > > > > > /snapshots)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > >> > > > > > > >
> > > > > ework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE'
> > in
> > > > > >> > > > > > > > repository apache.public.https (
> > > > > >> > > > > > > >
> > https://repository.apache.org/content/repositories/pu
> > > > > >> > > > > > > > blic)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.3.RELEA
> > > > > >> > > > > > > > SE/spring-aop-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > 2K downloaded  (spring-aop-3.1.3.RELEASE.pom)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > >> > > > > > > >
> > > > > >> > > >
> > > > >
> ramework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > >
> > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > > > >> > > > > > > > in repository apache.snapshots.https (
> > > > > >> > > > > > > > https://repository.apache.org/content/repositor
> > > > > >> > > > > > > > ies/snapshots)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > >> > > > > > > >
> > > > > >> >
> > ework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > >
> > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > > > >> > > > > > > > in repository apache.public.https (
> > > > > >> > > > > > > >
> https://repository.apache.org/content/repositories
> > > > > >> > > > > > > > /public)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-parent/3.1.3.RE
> > > > > >> > > > > > > > LEASE/spring-parent-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > 8K downloaded  (spring-parent-3.1.3.RELEASE.pom)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > >> > > > > > > >
> > > > > >> ramework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE'
> > in
> > > > > >> > > > > > > > repository apache.snapshots.https (
> > > > > >> > > > > > > >
> https://repository.apache.org/content/repositories
> > > > > >> > > > > > > > /snapshots)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > >> > > > > > > >
> > > > > ework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE'
> > in
> > > > > >> > > > > > > > repository apache.public.https (
> > > > > >> > > > > > > >
> > https://repository.apache.org/content/repositories/pu
> > > > > >> > > > > > > > blic)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.3.RELEA
> > > > > >> > > > > > > > SE/spring-asm-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > 2K downloaded  (spring-asm-3.1.3.RELEASE.pom)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > >> > > > > > > >
> > > > > >> > >
> > > ramework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > >
> > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > > > >> > > > > > > > n repository apache.snapshots.https (
> > > > > >> > > > > > > > https://repository.apache.org/content/repositori
> > > > > >> > > > > > > > es/snapshots)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > >> > > > > > > >
> > > > > >> ework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > >
> > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > > > >> > > > > > > > n repository apache.public.https (
> > > > > >> > > > > > > >
> https://repository.apache.org/content/repositories/
> > > > > >> > > > > > > > public)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.3.REL
> > > > > >> > > > > > > > EASE/spring-beans-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > 2K downloaded  (spring-beans-3.1.3.RELEASE.pom)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > >> > > > > > > >
> > > > > >> >
> ramework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > >
> 'org.springframework:spring-core:pom:3.1.3.RELEASE'
> > in
> > > > > >> > > > > > > >  repository apache.snapshots.https (
> > > > > >> > > > > > > > https://repository.apache.org/content/repositorie
> > > > > >> > > > > > > > s/snapshots)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > >> > > > > > > >
> > > > > >> ework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > >
> 'org.springframework:spring-core:pom:3.1.3.RELEASE'
> > in
> > > > > >> > > > > > > >  repository apache.public.https (
> > > > > >> > > > > > > >
> > https://repository.apache.org/content/repositories/p
> > > > > >> > > > > > > > ublic)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-core/3.1.3.RELE
> > > > > >> > > > > > > > ASE/spring-core-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > 2K downloaded  (spring-core-3.1.3.RELEASE.pom)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > >> > > > > > > >
> > > > > >> > > > >
> > > > > >> >
> > > >
> ramework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > >
> > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > > > > >> > > > > > > >  in repository apache.snapshots.https (
> > > > > >> > > > > > > > https://repository.apache.org/content/reposito
> > > > > >> > > > > > > > ries/snapshots)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > >> > > > > > > >
> > > > > >> > >
> > > > ework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > >
> > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > > > > >> > > > > > > >  in repository apache.public.https (
> > > > > >> > > > > > > > https://repository.apache.org/content/repositorie
> > > > > >> > > > > > > > s/public)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-context/3.1.3.R
> > > > > >> > > > > > > > ELEASE/spring-context-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > 8K downloaded  (spring-context-3.1.3.RELEASE.pom)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > >> > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> ramework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > >
> > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > > > >> > > > > > > > SE' in repository apache.snapshots.https (
> > > > > >> > > > > > > > https://repository.apache.org/content/repos
> > > > > >> > > > > > > > itories/snapshots)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> ework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > >
> > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > > > >> > > > > > > > SE' in repository apache.public.https (
> > > > > >> > > > > > > > https://repository.apache.org/content/reposito
> > > > > >> > > > > > > > ries/public)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-expression/3.1
> > > > > >> .
> > > > > >> > > > > > > > 3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > 1K downloaded
> (spring-expression-3.1.3.RELEASE.pom)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > >> > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> ramework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.po
> > > > > >> > > > > > > > m
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > >
> > 'org.springframework:spring-context-support:pom:3.1.3.
> > > > > >> > > > > > > > RELEASE' in repository apache.snapshots.https (
> > > > > >> > > > > > > > https://repository.apache.org/content/
> > > > > >> > > > > > > > repositories/snapshots)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > >> > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> ework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > >
> > 'org.springframework:spring-context-support:pom:3.1.3.
> > > > > >> > > > > > > > RELEASE' in repository apache.public.https (
> > > > > >> > > > > > > > https://repository.apache.org/content/rep
> > > > > >> > > > > > > > ositories/public)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-context-support
> > > > > >> > > > > > > >
> > > /3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > 4K downloaded
> > > > (spring-context-support-3.1.3.RELEASE.pom)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > >> > > > > > > >
> > > > > >> >
> ramework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > >
> 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE'
> > in
> > > > > >> > > > > > > >  repository apache.snapshots.https (
> > > > > >> > > > > > > > https://repository.apache.org/content/repositorie
> > > > > >> > > > > > > > s/snapshots)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > >> > > > > > > >
> > > > > >> ework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > >
> 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE'
> > in
> > > > > >> > > > > > > >  repository apache.public.https (
> > > > > >> > > > > > > >
> > https://repository.apache.org/content/repositories/p
> > > > > >> > > > > > > > ublic)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-jdbc/3.1.3.RELE
> > > > > >> > > > > > > > ASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > 3K downloaded  (spring-jdbc-3.1.3.RELEASE.pom)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > >> > > > > > > >
> > > > > ramework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE'
> > in r
> > > > > >> > > > > > > > epository apache.snapshots.https (
> > > > > >> > > > > > > >
> https://repository.apache.org/content/repositories/
> > > > > >> > > > > > > > snapshots)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > >> > > > > > > >
> > > > ework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE'
> > in r
> > > > > >> > > > > > > > epository apache.public.https (
> > > > > >> > > > > > > >
> > > https://repository.apache.org/content/repositories/pub
> > > > > >> > > > > > > > lic)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-tx/3.1.3.RELEAS
> > > > > >> > > > > > > > E/spring-tx-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > 3K downloaded  (spring-tx-3.1.3.RELEASE.pom)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > >> > > > > > > >
> > > > > >> ramework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE'
> > in
> > > > > >> > > > > > > > repository apache.snapshots.https (
> > > > > >> > > > > > > >
> https://repository.apache.org/content/repositories
> > > > > >> > > > > > > > /snapshots)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > >> > > > > > > >
> > > > > ework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE'
> > in
> > > > > >> > > > > > > > repository apache.public.https (
> > > > > >> > > > > > > >
> > https://repository.apache.org/content/repositories/pu
> > > > > >> > > > > > > > blic)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-orm/3.1.3.RELEA
> > > > > >> > > > > > > > SE/spring-orm-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > 7K downloaded  (spring-orm-3.1.3.RELEASE.pom)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > >> > > > > > > >
> > > > > >> ramework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE'
> > in
> > > > > >> > > > > > > > repository apache.snapshots.https (
> > > > > >> > > > > > > >
> https://repository.apache.org/content/repositories
> > > > > >> > > > > > > > /snapshots)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > >> > > > > > > >
> > > > > ework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE'
> > in
> > > > > >> > > > > > > > repository apache.public.https (
> > > > > >> > > > > > > >
> > https://repository.apache.org/content/repositories/pu
> > > > > >> > > > > > > > blic)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-web/3.1.3.RELEA
> > > > > >> > > > > > > > SE/spring-web-3.1.3.RELEASE.pom
> > > > > >> > > > > > > > 6K downloaded  (spring-web-3.1.3.RELEASE.pom)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/com/sun/jer
> > > > > >> > > > > > > > sey/jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > 'com.sun.jersey:jersey-bundle:pom:1.4'
> > > > > >> > > > > > in
> > > > > >> > > > > > > > repository a
> > > > > >> > > > > > > > pache.snapshots.https (
> > > > > >> > > > > > > >
> > > > > >> https://repository.apache.org/content/repositories/snapshots)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/com/sun/jersey
> > > > > >> > > > > > > > /jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > > > >> > > > > > > > [INFO] Unable to find resource
> > > > > >> > > > 'com.sun.jersey:jersey-bundle:pom:1.4'
> > > > > >> > > > > > in
> > > > > >> > > > > > > > repository a
> > > > > >> > > > > > > > pache.public.https (
> > > > > >> > > > > > > >
> > > > https://repository.apache.org/content/repositories/public
> > > > > )
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.4/jersey-bu
> > > > > >> > > > > > > > ndle-1.4.pom
> > > > > >> > > > > > > > 19K downloaded  (jersey-bundle-1.4.pom)
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > > > >> > > > > > > > y-project/1.4/jersey-project-1.4.pom
> > > > > >> > > > > > > > 178b downloaded  (jersey-project-1.4.pom)
> > > > > >> > > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on
> > > > > download:
> > > > > >> > > local
> > > > > >> > > > =
> > > > > >> > > > > > > > '81ffbd1712afe8c
> > > > > >> > > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > > > >> > > > > > > > <head><title>301' - RETRYING
> > > > > >> > > > > > > > Downloading:
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > > > >> > > > > > > > y-project/1.4/jersey-project-1.4.pom
> > > > > >> > > > > > > > 178b downloaded  (jersey-project-1.4.pom)
> > > > > >> > > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on
> > > > > download:
> > > > > >> > > local
> > > > > >> > > > =
> > > > > >> > > > > > > > '81ffbd1712afe8c
> > > > > >> > > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > > > >> > > > > > > > <head><title>301' - IGNORING
> > > > > >> > > > > > > > [INFO]
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > >> > > > > > > > [ERROR] BUILD ERROR
> > > > > >> > > > > > > > [INFO]
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > >> > > > > > > > [INFO] Failed to resolve dependencies for one or
> > more
> > > > > >> projects
> > > > > >> > in
> > > > > >> > > > the
> > > > > >> > > > > > > > reactor. Reason
> > > > > >> > > > > > > > : Unable to get dependency information: Unable to
> > read
> > > > the
> > > > > >> > > metadata
> > > > > >> > > > > > file
> > > > > >> > > > > > > > for artifact
> > > > > >> > > > > > > >  'com.sun.jersey:jersey-bundle:jar': Cannot find
> > > parent:
> > > > > >> > > > > > > > com.sun.jersey:jersey-projec
> > > > > >> > > > > > > > t for project: null:jersey-bundle:jar:null for
> > project
> > > > > >> > > > > > > > null:jersey-bundle:jar:null
> > > > > >> > > > > > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > from the specified remote repositories:
> > > > > >> > > > > > > >   apache.snapshots (
> > > > > http://repository.apache.org/snapshots
> > > > > >> ),
> > > > > >> > > > > > > >   apache.snapshots.https (
> > > > > >> > > > > > > >
> > > > > https://repository.apache.org/content/repositories/snapshot
> > > > > >> > > > > > > > s),
> > > > > >> > > > > > > >   central (http://repo1.maven.org/maven2),
> > > > > >> > > > > > > >   apache.public.https (
> > > > > >> > > > > > > >
> > > > https://repository.apache.org/content/repositories/public
> > > > > )
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > Path to dependency:
> > > > > >> > > > > > > >         1)
> > > > org.apache.ranger:security-admin-web:war:0.4.0
> > > > > >> > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > Not a v4.0.0 POM. for project
> > > > > com.sun.jersey:jersey-project
> > > > > >> at
> > > > > >> > > > > > > > C:\Users\HomeXPS\.m2\r
> > > > > >> > > > > > > >
> > > > > >> > >
> > > epository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > > > > >> > > > > > > > [INFO]
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > >> > > > > > > > [INFO] For more information, run Maven with the -e
> > > > switch
> > > > > >> > > > > > > > [INFO]
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > >> > > > > > > > [INFO] Total time: 12 minutes 27 seconds
> > > > > >> > > > > > > > [INFO] Finished at: Sat Jan 10 17:03:43 IST 2015
> > > > > >> > > > > > > > [INFO] Final Memory: 238M/572M
> > > > > >> > > > > > > > [INFO]
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > On Sat, Jan 10, 2015 at 11:51 AM, Gautam Borad <
> > > > > >> > gborad@gmail.com
> > > > > >> > > >
> > > > > >> > > > > > wrote:
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > > Hi Sitaraman,
> > > > > >> > > > > > > > >     Please try compiling with -DskipTests, the
> > > problem
> > > > > >> seem
> > > > > >> > to
> > > > > >> > > be
> > > > > >> > > > > > with
> > > > > >> > > > > > > > path
> > > > > >> > > > > > > > > issue on Windows.
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > On Fri, Jan 9, 2015 at 2:18 PM, Sitaraman
> > > Vilayannur <
> > > > > >> > > > > > > > > vrsitaramanietflists@gmail.com> wrote:
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > > Hi,
> > > > > >> > > > > > > > > >   I am just starting out on Ranger. When i
> used
> > > the
> > > > > >> command
> > > > > >> > > > > > > > > >  mvn -DskipTests=false clean compile package
> > > install
> > > > > >> > > > > > > assembly:assembly
> > > > > >> > > > > > > > > > to build i get the following error, what am i
> > > > missing?
> > > > > >> > Thanks
> > > > > >> > > > > > > > > > Sitaraman
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > -------------------------------------------------------
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >  T E S T S
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > -------------------------------------------------------
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > Running
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > log4j:WARN No appenders could be found for
> > logger
> > > > > >> > > > > > > > > > (org.apache.hadoop.util.Shell).
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > log4j:WARN Please initialize the log4j system
> > > > > properly.
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > log4j:WARN See
> > > > > >> > > > > > http://logging.apache.org/log4j/1.2/faq.html#noconfig
> > > > > >> > > > > > > > for
> > > > > >> > > > > > > > > > more info.
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > java.io.IOException: Bad configuration of
> > > > > >> > > > > > > > > > hadoop.security.credential.provider.path at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >
> jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > edentialProviderFactory.java:70)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > ider(CredentialShell.java:164)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > edentialShell.java:323)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > 67)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > setup(RangerCredentialProviderTest.java:50)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > > >> > > > > > > Method)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > 39)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > pl.java:25)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> java.lang.reflect.Method.invoke(Method.java:597)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > d.java:47)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > .java:12)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > java:44)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > 24)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > )
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > >
> > > > > >> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > ava:70)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > ava:50)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > >
> > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > >
> > > > > >> >
> org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > >
> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > >
> > > > > >> >
> org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > >
> > > > > >> > >
> > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > >
> > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > a:264)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > der.java:153)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > :124)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > der(ForkedBooter.java:200)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > ter.java:153)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > Caused by: java.net.URISyntaxException:
> Illegal
> > > > > >> character
> > > > > >> > in
> > > > > >> > > > > > > authority
> > > > > >> > > > > > > > at
> > > > > >> > > > > > > > > > index 8: jc
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > java.net.URI$Parser.fail(URI.java:2810)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > java.net.URI$Parser.parse(URI.java:3015)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > edentialProviderFactory.java:55)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         ... 28 more
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > There are no valid CredentialProviders
> > configured.
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > Credential will not be created.
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > Consider using the -provider option to
> indicate
> > > the
> > > > > >> > provider
> > > > > >> > > to
> > > > > >> > > > > > use.
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > java.io.IOException: Bad configuration of
> > > > > >> > > > > > > > > > hadoop.security.credential.provider.path at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >
> jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > edentialProviderFactory.java:70)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > ider(CredentialShell.java:164)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > edentialShell.java:254)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > 67)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > teardown(RangerCredentialProviderTest.java:85)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > > >> > > > > > > Method)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > 39)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > pl.java:25)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> java.lang.reflect.Method.invoke(Method.java:597)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > d.java:47)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > .java:12)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > java:44)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > )
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > >
> > > > > >> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > ava:70)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > ava:50)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > >
> > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > >
> > > > > >> >
> org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > >
> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > >
> > > > > >> >
> org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > >
> > > > > >> > >
> > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > >
> > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > a:264)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > der.java:153)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > :124)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > der(ForkedBooter.java:200)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > ter.java:153)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > Caused by: java.net.URISyntaxException:
> Illegal
> > > > > >> character
> > > > > >> > in
> > > > > >> > > > > > > authority
> > > > > >> > > > > > > > at
> > > > > >> > > > > > > > > > index 8: jc
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > java.net.URI$Parser.fail(URI.java:2810)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > java.net.URI$Parser.parse(URI.java:3015)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > edentialProviderFactory.java:55)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         ... 27 more
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > There are no valid CredentialProviders
> > configured.
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > Nothing will be deleted.
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > Consider using the -provider option to
> indicate
> > > the
> > > > > >> > provider
> > > > > >> > > to
> > > > > >> > > > > > use.
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > java.io.IOException: Bad configuration of
> > > > > >> > > > > > > > > > hadoop.security.credential.provider.path at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >
> jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > edentialProviderFactory.java:70)
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >         at
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > ider(CredentialShell.java:164)
> > > > > >> > > > >
> > > > > ...
> > > > >
> > > > > [Message clipped]
> > > >
> > >
> > >
> > >
> > > --
> > > Thanks & Regards,
> > > Ashish Singh
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
>
>
>
> --
> Regards,
> Gautam.
>

Re: Error while building.

Posted by Gautam Borad <gb...@gmail.com>.
Hi Sitaraman, As per your latest pastebin link it seems that updating your
maven fixed the previous errors.

Now for the oracle-ojdbc6:jar error, can you try commenting out lines 415
to 419 in security-admin/pom.xml
<https://github.com/apache/incubator-ranger/blob/master/security-admin/pom.xml#L415>
and try again?



On Mon, Jan 12, 2015 at 1:30 PM, Sitaraman Vilayannur <
vrsitaramanietflists@gmail.com> wrote:

> Hi Ashish,
>   I had the file rat.txt open and therefore the clean failed earlier as
> could not delete the target directory. After closing i tried the command
> mvn -U option with skipTests=true again and now i am getting a different
> error. I have also updated to Maven 3.2.5 and am using Java 1.7
> http://pastebin.com/NXSGfMVV
> Sitaraman
>
> On Mon, Jan 12, 2015 at 12:38 PM, Ashish Singh <as...@hortonworks.com>
> wrote:
>
> > Hi Sitaraman,
> >
> > Are you logged in as "HomeXPS" user ?
> > Can you please check the ownership and permissions for
> > C:\Users\HomeXPS\.m2.
> > Looks like due to your env, mvn is not able to write to .m2 cache.
> > Also, try to use Maven 3 and JDK 1.6 and above, JDK 1.7 is better.
> >
> > On Sun, Jan 11, 2015 at 10:57 PM, Sitaraman Vilayannur <
> > vrsitaramanietflists@gmail.com> wrote:
> >
> > > Hi Guatam,
> > >  Windows version is Windows 7 Home premium.
> > >  Maven Version is 2.2.1 http://pastebin.com/GBGdyhfk
> > >  m2 rep location is C:\Users\HomeXPS\.m2
> > >  I am unable to view this directory in my Windows Explorer though
> other .
> > > files are visible. However when i try to create this directory windows
> > > command prompt says the directory already exists.
> > >  I am not behind a proxy or firewall.
> > > Sitaraman
> > >
> > > On Mon, Jan 12, 2015 at 12:00 PM, Gautam Borad <gb...@gmail.com>
> wrote:
> > >
> > > > Sitaraman, Can you provide more information about the build
> > environment?
> > > >
> > > > 1] Windows version
> > > > 2] Maven version
> > > > 3] M2 repo location and contents ( to check whether some artifacts
> are
> > > > getting downloaded or not )
> > > > 4] Network details ( whether using proxy, behind firewall etc )
> > > >
> > > > P.S: Please use services like pastebin/gist for pasting console
> > outputs.
> > > >
> > > > Thanks.
> > > >
> > > >
> > > > On Mon, Jan 12, 2015 at 10:40 AM, Sitaraman Vilayannur <
> > > > vrsitaramanietflists@gmail.com> wrote:
> > > >
> > > > > Hi Ashish,
> > > > >  Thanks for getting in touch with me regarding this issue i am
> > facing.
> > > I
> > > > > am still getting a build error with the said mvn command.  Attached
> > is
> > > > the
> > > > > rat.txt file.
> > > > > Sitaraman
> > > > > ******************************************************************
> > > > > [DEBUG] Starting Apache Velocity v1.5 (compiled: 2007-02-22
> 08:52:29)
> > > > > [DEBUG] RuntimeInstance initializing.
> > > > > [DEBUG] Default Properties File:
> > > > > org\apache\velocity\runtime\defaults\velocity.properties
> > > > > [DEBUG] LogSystem has been deprecated. Please use a LogChute
> > > > > implementation.
> > > > > [DEBUG] Default ResourceManager initializing. (class
> > > > > org.apache.velocity.runtime.resource.ResourceManagerImpl)
> > > > > [DEBUG] ResourceLoader instantiated:
> > > > > org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
> > > > > [DEBUG] ResourceLoader instantiated:
> > > > > org.codehaus.plexus.velocity.SiteResourceLoader
> > > > > [DEBUG] ResourceCache: initialized (class
> > > > > org.apache.velocity.runtime.resource.ResourceCacheImpl)
> > > > > [DEBUG] Default ResourceManager initialization complete.
> > > > > [DEBUG] Loaded System Directive:
> > > > > org.apache.velocity.runtime.directive.Literal
> > > > > [DEBUG] Loaded System Directive:
> > > > > org.apache.velocity.runtime.directive.Macro
> > > > > [DEBUG] Loaded System Directive:
> > > > > org.apache.velocity.runtime.directive.Parse
> > > > > [DEBUG] Loaded System Directive:
> > > > > org.apache.velocity.runtime.directive.Include
> > > > > [DEBUG] Loaded System Directive:
> > > > > org.apache.velocity.runtime.directive.Foreach
> > > > > [DEBUG] Created '20' parsers.
> > > > > [DEBUG] Velocimacro : initialization starting.
> > > > > [DEBUG] Velocimacro : allowInline = true : VMs can be defined
> inline
> > in
> > > > > templates
> > > > > [DEBUG] Velocimacro : allowInlineToOverride = false : VMs defined
> > > inline
> > > > > may NOT replace previous VM definitions
> > > > > [DEBUG] Velocimacro : allowInlineLocal = false : VMs defined inline
> > > will
> > > > > be global in scope if allowed.
> > > > > [DEBUG] Velocimacro : autoload off : VM system will not
> automatically
> > > > > reload global library macros
> > > > > [DEBUG] Velocimacro : Velocimacro : initialization complete.
> > > > > [DEBUG] RuntimeInstance successfully initialized.
> > > > > [DEBUG] Configuring mojo
> > > > >
> > 'org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1:process'
> > > > -->
> > > > > [DEBUG]   (f) appendedResourcesDirectory =
> > > > >
> > > >
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\src\main\appended-resources
> > > > > [DEBUG]   (f) attached = true
> > > > > [DEBUG]   (f) basedir =
> > > > >
> > > >
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin
> > > > > [DEBUG]   (f) encoding = UTF-8
> > > > > [DEBUG]   (f) excludeTransitive = false
> > > > > [DEBUG]   (f) includeProjectProperties = false
> > > > > [DEBUG]   (f) includeScope = runtime
> > > > > [DEBUG]   (f) localRepository =
> > > > > Repository[local|file://C:\Users\HomeXPS\.m2\repository]
> > > > > [DEBUG]   (f) mavenSession =
> > > > > org.apache.maven.execution.MavenSession@77485542
> > > > > [DEBUG]   (f) outputDirectory =
> > > > >
> > > >
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\target\maven-shared-archive-resources
> > > > > [DEBUG]   (f) project = MavenProject:
> > > > > org.apache.ranger:security-admin-web:0.4.0 @
> > > > >
> > > >
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\pom.xml
> > > > > [DEBUG]   (f) remoteArtifactRepositories =
> > > > > [Repository[apache.snapshots.https|
> > > > > https://repository.apache.org/content/repositories/snapshots],
> > > > > Repository[apache.public.https|
> > > > > https://repository.apache.org/content/repositories/public],
> > > > > Repository[apache.snapshots|http://repository.apache.org/snapshots
> ],
> > > > > Repository[central|http://repo1.maven.org/maven2]]
> > > > > [DEBUG]   (f) resourceBundles =
> > > > [org.apache:apache-jar-resource-bundle:1.4]
> > > > > [DEBUG]   (f) resources = [Resource {targetPath: null, filtering:
> > true,
> > > > > FileSet {directory:
> > > > >
> > > >
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\src\main\resources,
> > > > > PatternSet [includes: {}, excludes: {}]}}]
> > > > > [DEBUG]   (f) runOnlyAtExecutionRoot = false
> > > > > [DEBUG]   (f) skip = false
> > > > > [DEBUG]   (f) useDefaultFilterDelimiters = true
> > > > > [DEBUG] -- end configuration --
> > > > > [INFO] [remote-resources:process {execution: default}]
> > > > > [DEBUG] Supplemental data models won't be loaded.  No models
> > specified.
> > > > > [DEBUG] inceptionYear not specified, defaulting to 2015
> > > > > [DEBUG] org.apache.ranger:security-admin-web:war:0.4.0 (selected
> for
> > > > null)
> > > > > [DEBUG] Retrieving parent-POM: org.antlr:antlr-master:pom:3.5.2 for
> > > > > project: org.antlr:antlr-runtime:jar:null from the repository.
> > > > > [DEBUG] Adding managed dependencies for org.antlr:antlr-runtime
> > > > > [DEBUG]   junit:junit:jar:4.10:test
> > > > > [DEBUG]   antlr:antlr:jar:2.7.7:compile
> > > > > [DEBUG]   org.antlr:stringtemplate:jar:3.2.1:compile
> > > > > [DEBUG]   org.antlr:ST4:jar:4.0.8:compile
> > > > > [DEBUG]   org.antlr:antlr-runtime:jar:3.5.2:compile (selected for
> > > > compile)
> > > > > [DEBUG]   aopalliance:aopalliance:jar:1.0:compile (selected for
> > > compile)
> > > > > [DEBUG] Retrieving parent-POM: org.ow2.util.asm:asm-parent:pom:3.1
> > for
> > > > > project: null:asm:jar:3.1 from the repository.
> > > > > [DEBUG] Adding managed dependencies for unknown:asm
> > > > > [DEBUG]   org.ow2.util.asm:asm:jar:3.1
> > > > > [DEBUG]   org.ow2.util.asm:asm-tree:jar:3.1
> > > > > [DEBUG]   org.ow2.util.asm:asm-analysis:jar:3.1
> > > > > [DEBUG]   org.ow2.util.asm:asm-commons:jar:3.1
> > > > > [DEBUG]   org.ow2.util.asm:asm-util:jar:3.1
> > > > > [DEBUG]   org.ow2.util.asm:asm-xml:jar:3.1
> > > > > [DEBUG]   org.ow2.util.asm:asm:jar:3.1:compile (selected for
> compile)
> > > > > [DEBUG]   c3p0:c3p0:jar:0.9.1.2:compile (selected for compile)
> > > > > [DEBUG] Retrieving parent-POM:
> > org.glassfish.hk2:external:pom:2.2.0-b23
> > > > > for project: org.glassfish.hk2.external:cglib:jar:null from the
> > > > repository.
> > > > > [DEBUG] Retrieving parent-POM:
> > > org.glassfish.hk2:hk2-public:pom:2.2.0-b23
> > > > > for project: null:external:pom:null from the repository.
> > > > > [DEBUG] Retrieving parent-POM:
> > > org.glassfish.hk2:hk2-parent:pom:2.2.0-b23
> > > > > for project: org.glassfish.hk2:hk2-public:pom:2.2.0-b23 from the
> > > > repository.
> > > > > [DEBUG] Retrieving parent-POM:
> > org.glassfish.hk2:hk2-bom:pom:2.2.0-b23
> > > > for
> > > > > project: null:hk2-parent:pom:null from the repository.
> > > > > [DEBUG] Adding managed dependencies for
> > > org.glassfish.hk2.external:cglib
> > > > > [DEBUG]   org.glassfish.hk2:auto-depends-plugin:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2-build:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:class-model:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:config-generator:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:config-types:jar:2.2.0-b23
> > > > > [DEBUG]
> > >  org.glassfish.hk2:consolidatedbundle-maven-plugin:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:core:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2-dependency-verifier:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2-dependency-visualizer:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:devtests:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:ctm-example:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:custom-resolver-example:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:examples:pom:2.2.0-b23
> > > > > [DEBUG]
> > >  org.glassfish.hk2:security-lockdown-example-alice:jar:2.2.0-b23
> > > > > [DEBUG]
> > > >  org.glassfish.hk2:security-lockdown-example-mallory:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:security-lockdown-example:pom:2.2.0-b23
> > > > > [DEBUG]
> > > >  org.glassfish.hk2:security-lockdown-example-runner:jar:2.2.0-b23
> > > > > [DEBUG]
> > > >  org.glassfish.hk2:security-lockdown-example-system:jar:2.2.0-b23
> > > > > [DEBUG]
>  org.glassfish.hk2.external:asm-all-repackaged:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2.external:bean-validator:jar:2.2.0-b23
> > > > > [DEBUG]
>  org.glassfish.hk2.external:bean-validator-cdi:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2.external:cglib:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2.external:javax.inject:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:external:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:tiger-types-osgi:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2-api:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2-config:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2-config-generator:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2-inhabitant-generator:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2-locator:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2-maven:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2-runlevel:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2-junitrunner:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2-testng:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2-testing:pom:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2-utils:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2-kernel-parent:pom:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:osgi-adapter:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:contract-bundle:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:faux-sdp-bundle:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:osgi-adapter-test:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:osgi-adapter-tests-parent:pom:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:sdp-management-bundle:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:test-module-startup:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:osgi:pom:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:osgiversion-maven-plugin:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2-parent:pom:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2:hk2-public:pom:2.2.0-b23
> > > > > [DEBUG]   javax.validation:validation-api:jar:1.1.0.Final
> > > > > [DEBUG]   org.hibernate:hibernate-validator:jar:5.0.0.Final
> > > > > [DEBUG]   org.glassfish.hk2:guice-bridge:jar:2.2.0-b23
> > > > > [DEBUG]   org.glassfish.hk2.external:cglib:jar:2.2.0-b23:compile
> > > > (selected
> > > > > for compile)
> > > > > [DEBUG]
> > > > >
> > commons-beanutils:commons-beanutils-bean-collections:jar:1.8.3:compile
> > > > > (selected for compile)
> > > > > [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile
> > (selected
> > > > > for compile)
> > > > > [DEBUG]
>  commons-beanutils:commons-beanutils-core:jar:1.8.3:compile
> > > > > (selected for compile)
> > > > > [DEBUG]   commons-cli:commons-cli:jar:1.2:compile (selected for
> > > compile)
> > > > > [DEBUG]   commons-codec:commons-codec:jar:1.9:compile (selected for
> > > > > compile)
> > > > > [DEBUG]   commons-collections:commons-collections:jar:3.2.1:compile
> > > > > (selected for compile)
> > > > > [DEBUG] Retrieving parent-POM:
> > org.apache.commons:commons-parent:pom:33
> > > > > for project: org.apache.commons:commons-compress:jar:1.8.1 from the
> > > > > repository.
> > > > > [DEBUG]   org.apache.commons:commons-compress:jar:1.8.1:compile
> > > (selected
> > > > > for compile)
> > > > > [DEBUG]
> >  commons-configuration:commons-configuration:jar:1.10:compile
> > > > > (selected for compile)
> > > > > [DEBUG]     commons-lang:commons-lang:jar:2.6:compile (selected for
> > > > > compile)
> > > > > [DEBUG]   commons-dbcp:commons-dbcp:jar:1.4:compile (selected for
> > > > compile)
> > > > > [DEBUG]     commons-pool:commons-pool:jar:1.5.4:compile (selected
> for
> > > > > compile)
> > > > > [DEBUG]   commons-digester:commons-digester:jar:2.1:compile
> (selected
> > > for
> > > > > compile)
> > > > > [DEBUG] Retrieving parent-POM:
> > org.apache.commons:commons-parent:pom:14
> > > > > for project: commons-beanutils:commons-beanutils:jar:1.8.3 from the
> > > > > repository.
> > > > > [DEBUG]     commons-beanutils:commons-beanutils:jar:1.8.3:compile
> > > > > (selected for compile)
> > > > > [DEBUG] Trying repository apache.snapshots.https
> > > > > [DEBUG] Using Wagon implementation lightweight from default mapping
> > for
> > > > > protocol https
> > > > > [DEBUG] Checking for pre-existing User-Agent configuration.
> > > > > [DEBUG] Adding User-Agent configuration.
> > > > > [DEBUG] Connecting to repository: 'apache.snapshots.https' with
> url:
> > '
> > > > > https://repository.apache.org/content/repositories/snapshots'.
> > > > > Downloading:
> > > > >
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > > [DEBUG] Unable to locate resource in repository
> > > > > org.apache.maven.wagon.ResourceDoesNotExistException: Unable to
> > locate
> > > > > resource in repository
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
> > > > >     at
> > > > >
> > org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> > > > >     at
> > > org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> > > > >     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> > > > >     at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> > > > >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> > > > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> > > > >     at
> > > > >
> > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> > > > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > > >     at java.lang.reflect.Method.invoke(Method.java:597)
> > > > >     at
> > > > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > > > >     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > > > >     at
> > > > >
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > > > >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > > > Caused by: java.io.FileNotFoundException:
> > > > >
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > >     at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> > > > > Method)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> > > > >     at
> > java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> > > > >     at java.security.AccessController.doPrivileged(Native Method)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
> > > > >     ... 41 more
> > > > > Caused by: java.io.FileNotFoundException:
> > > > >
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
> > > > >     at
> > > > >
> > java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
> > > > >     ... 41 more
> > > > > [DEBUG] Using Wagon implementation lightweight from default mapping
> > for
> > > > > protocol https
> > > > > [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> > > > > repository apache.snapshots.https (
> > > > > https://repository.apache.org/content/repositories/snapshots)
> > > > > [DEBUG] Trying repository apache.public.https
> > > > > [DEBUG] Using Wagon implementation lightweight from default mapping
> > for
> > > > > protocol https
> > > > > [DEBUG] Checking for pre-existing User-Agent configuration.
> > > > > [DEBUG] Adding User-Agent configuration.
> > > > > [DEBUG] Connecting to repository: 'apache.public.https' with url: '
> > > > > https://repository.apache.org/content/repositories/public'.
> > > > > Downloading:
> > > > >
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > > [DEBUG] Unable to locate resource in repository
> > > > > org.apache.maven.wagon.ResourceDoesNotExistException: Unable to
> > locate
> > > > > resource in repository
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
> > > > >     at
> > > > >
> > org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> > > > >     at
> > > org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> > > > >     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> > > > >     at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> > > > >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> > > > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> > > > >     at
> > > > >
> > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> > > > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > > >     at java.lang.reflect.Method.invoke(Method.java:597)
> > > > >     at
> > > > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > > > >     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > > > >     at
> > > > >
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > > > >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > > > Caused by: java.io.FileNotFoundException:
> > > > >
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > >     at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> > > > > Method)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> > > > >     at
> > java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> > > > >     at java.security.AccessController.doPrivileged(Native Method)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
> > > > >     ... 41 more
> > > > > Caused by: java.io.FileNotFoundException:
> > > > >
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
> > > > >     at
> > > > >
> > java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
> > > > >     ... 41 more
> > > > > [DEBUG] Using Wagon implementation lightweight from default mapping
> > for
> > > > > protocol https
> > > > > [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> > > > > repository apache.public.https (
> > > > > https://repository.apache.org/content/repositories/public)
> > > > > [DEBUG] Skipping disabled repository apache.snapshots
> > > > > [DEBUG] Trying repository central
> > > > > [DEBUG] Using Wagon implementation lightweight from default mapping
> > for
> > > > > protocol http
> > > > > [DEBUG] Checking for pre-existing User-Agent configuration.
> > > > > [DEBUG] Adding User-Agent configuration.
> > > > > [DEBUG] Connecting to repository: 'central' with url: '
> > > > > http://repo1.maven.org/maven2'.
> > > > > Downloading:
> > > > >
> > > >
> > >
> >
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > > [DEBUG] Unable to locate resource in repository
> > > > > org.apache.maven.wagon.ResourceDoesNotExistException: Unable to
> > locate
> > > > > resource in repository
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
> > > > >     at
> > > > >
> > org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> > > > >     at
> > > org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> > > > >     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> > > > >     at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> > > > >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> > > > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> > > > >     at
> > > > >
> > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> > > > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > > >     at java.lang.reflect.Method.invoke(Method.java:597)
> > > > >     at
> > > > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > > > >     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > > > >     at
> > > > >
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > > > >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > > > Caused by: java.io.FileNotFoundException:
> > > > >
> > > >
> > >
> >
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > >     at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> > > > > Method)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> > > > >     at
> > java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> > > > >     at java.security.AccessController.doPrivileged(Native Method)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
> > > > >     ... 41 more
> > > > > Caused by: java.io.FileNotFoundException:
> > > > >
> > > >
> > >
> >
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
> > > > >     at
> > > > >
> > java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
> > > > >     ... 41 more
> > > > > [DEBUG] Using Wagon implementation lightweight from default mapping
> > for
> > > > > protocol http
> > > > > [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> > > > > repository central (http://repo1.maven.org/maven2)
> > > > > [DEBUG] Artifact not found - using stub model: Unable to download
> the
> > > > > artifact from any repository
> > > > >
> > > > >   tomcat:commons-el:pom:5.5.23
> > > > >
> > > > > from the specified remote repositories:
> > > > >   apache.snapshots.https (
> > > > > https://repository.apache.org/content/repositories/snapshots),
> > > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > > >   central (http://repo1.maven.org/maven2),
> > > > >   apache.public.https (
> > > > > https://repository.apache.org/content/repositories/public)
> > > > >
> > > > >
> > > > > [DEBUG] Using defaults for missing POM
> > > > tomcat:commons-el:pom:5.5.23:compile
> > > > > [DEBUG]   tomcat:commons-el:jar:5.5.23:compile (selected for
> compile)
> > > > > [DEBUG]   commons-httpclient:commons-httpclient:jar:3.1:compile
> > > (selected
> > > > > for compile)
> > > > > [DEBUG]     commons-logging:commons-logging:jar:1.0.4:compile
> > (removed
> > > -
> > > > > nearer found: 1.1.1)
> > > > > [DEBUG]     commons-codec:commons-codec:jar:1.2:compile (removed -
> > > nearer
> > > > > found: 1.9)
> > > > > [DEBUG]   commons-io:commons-io:jar:2.4:compile (selected for
> > compile)
> > > > > [DEBUG]   commons-lang:commons-lang:jar:2.6:compile (selected for
> > > > compile)
> > > > > [DEBUG]   commons-logging:commons-logging:jar:1.1.1:compile
> (removed
> > -
> > > > > nearer found: 1.2)
> > > > > [DEBUG]   commons-logging:commons-logging:jar:1.2:compile (selected
> > for
> > > > > compile)
> > > > > [DEBUG]   org.apache.commons:commons-math:jar:2.2:compile (selected
> > for
> > > > > compile)
> > > > > [DEBUG] Retrieving parent-POM:
> > org.apache.commons:commons-parent:pom:30
> > > > > for project: commons-net:commons-net:jar:3.3 from the repository.
> > > > > [DEBUG]   commons-net:commons-net:jar:3.3:compile (selected for
> > > compile)
> > > > > [DEBUG]   commons-pool:commons-pool:jar:1.5.4:compile (removed -
> > nearer
> > > > > found: 1.6)
> > > > > [DEBUG]   commons-pool:commons-pool:jar:1.6:compile (selected for
> > > > compile)
> > > > > [DEBUG]   org.eclipse.persistence:eclipselink:jar:2.5.2-M1:compile
> > > > > (selected for compile)
> > > > > [DEBUG]
> >  org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
> > > > > (selected for compile)
> > > > > [DEBUG]     org.eclipse.persistence:commonj.sdo:jar:2.1.1:compile
> > > > > (selected for compile)
> > > > > [DEBUG]
>  org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
> > > > > (selected for compile)
> > > > > [DEBUG]   com.google.guava:guava:jar:17.0:compile (selected for
> > > compile)
> > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.3:compile (selected for
> > > > compile)
> > > > > [DEBUG]   net.htmlparser.jericho:jericho-html:jar:3.3:compile
> > (selected
> > > > > for compile)
> > > > > [DEBUG] Retrieving parent-POM:
> > > > > org.springframework:spring-parent:pom:3.1.3.RELEASE for project:
> > > > > org.springframework:spring-aop:jar:3.1.3.RELEASE from the
> repository.
> > > > > [DEBUG] Adding managed dependencies for
> > org.springframework:spring-aop
> > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > [DEBUG]
> >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > [DEBUG]   org.springframework:spring-aop:jar:3.1.3.RELEASE:compile
> > > > > (selected for compile)
> > > > > [DEBUG] Adding managed dependencies for
> > org.springframework:spring-asm
> > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > [DEBUG]
> >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > [DEBUG]
>  org.springframework:spring-asm:jar:3.1.3.RELEASE:compile
> > > > > (selected for compile)
> > > > > [DEBUG] Adding managed dependencies for
> > > org.springframework:spring-beans
> > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > [DEBUG]
> >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > [DEBUG]
> >  org.springframework:spring-beans:jar:3.1.3.RELEASE:compile
> > > > > (selected for compile)
> > > > > [DEBUG] Adding managed dependencies for
> > org.springframework:spring-core
> > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > [DEBUG]
> >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > [DEBUG]
> >  org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> > > > > (selected for compile)
> > > > > [DEBUG]         commons-logging:commons-logging:jar:1.1.1:compile
> > > > (removed
> > > > > - nearer found: 1.2)
> > > > > [DEBUG]
>  org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> > > > > (selected for compile)
> > > > > [DEBUG]       commons-logging:commons-logging:jar:1.1.1:compile
> > > (removed
> > > > -
> > > > > nearer found: 1.2)
> > > > > [DEBUG]   org.springframework:spring-asm:jar:3.1.3.RELEASE:compile
> > > > > (selected for compile)
> > > > > [DEBUG]
>  org.springframework:spring-beans:jar:3.1.3.RELEASE:compile
> > > > > (selected for compile)
> > > > > [DEBUG] Adding managed dependencies for
> > > > org.springframework:spring-context
> > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > [DEBUG]
> >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > [DEBUG]
> >  org.springframework:spring-context:jar:3.1.3.RELEASE:compile
> > > > > (selected for compile)
> > > > > [DEBUG] Adding managed dependencies for
> > > > > org.springframework:spring-expression
> > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > [DEBUG]
> >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > [DEBUG]
> > > > > org.springframework:spring-expression:jar:3.1.3.RELEASE:compile
> > > (selected
> > > > > for compile)
> > > > > [DEBUG] Adding managed dependencies for
> > > > > org.springframework:spring-context-support
> > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > [DEBUG]
> >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > [DEBUG]
> > > > >
> org.springframework:spring-context-support:jar:3.1.3.RELEASE:compile
> > > > > (selected for compile)
> > > > > [DEBUG]   org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> > > > > (selected for compile)
> > > > > [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile
> > (removed
> > > -
> > > > > nearer found: 1.2)
> > > > > [DEBUG]
> > >  org.springframework:spring-expression:jar:3.1.3.RELEASE:compile
> > > > > (selected for compile)
> > > > > [DEBUG] Adding managed dependencies for
> > org.springframework:spring-jdbc
> > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > [DEBUG]
> >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > [DEBUG]   org.springframework:spring-jdbc:jar:3.1.3.RELEASE:compile
> > > > > (selected for compile)
> > > > > [DEBUG] Adding managed dependencies for
> org.springframework:spring-tx
> > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > [DEBUG]
> >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > [DEBUG]     org.springframework:spring-tx:jar:3.1.3.RELEASE:compile
> > > > > (selected for compile)
> > > > > [DEBUG] Adding managed dependencies for
> > org.springframework:spring-orm
> > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > [DEBUG]
> >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > [DEBUG]   org.springframework:spring-orm:jar:3.1.3.RELEASE:compile
> > > > > (selected for compile)
> > > > > [DEBUG]   org.springframework:spring-tx:jar:3.1.3.RELEASE:compile
> > > > > (selected for compile)
> > > > > [DEBUG] Adding managed dependencies for
> > org.springframework:spring-web
> > > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > > [DEBUG]
> >  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > > [DEBUG]   org.springframework:spring-web:jar:3.1.3.RELEASE:compile
> > > > > (selected for compile)
> > > > > [DEBUG]   org.springframework:spring:jar:2.5.6:compile (selected
> for
> > > > > compile)
> > > > > [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile
> > (removed
> > > -
> > > > > nearer found: 1.2)
> > > > > [DEBUG] Retrieving parent-POM:
> com.sun.jersey:jersey-project:pom:1.4
> > > for
> > > > > project: null:jersey-bundle:jar:null from the repository.
> > > > > [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > [ERROR] BUILD ERROR
> > > > > [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > [INFO] Failed to resolve dependencies for one or more projects in
> the
> > > > > reactor. Reason: Unable to get dependency information: Unable to
> read
> > > the
> > > > > metadata file for artifact 'com.sun.jersey:jersey-bundle:jar':
> Cannot
> > > > find
> > > > > parent: com.sun.jersey:jersey-project for project:
> > > > > null:jersey-bundle:jar:null for project null:jersey-bundle:jar:null
> > > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > > >
> > > > > from the specified remote repositories:
> > > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > > >   apache.snapshots.https (
> > > > > https://repository.apache.org/content/repositories/snapshots),
> > > > >   central (http://repo1.maven.org/maven2),
> > > > >   apache.public.https (
> > > > > https://repository.apache.org/content/repositories/public)
> > > > >
> > > > > Path to dependency:
> > > > >     1) org.apache.ranger:security-admin-web:war:0.4.0
> > > > >
> > > > >
> > > > >
> > > > > Not a v4.0.0 POM. for project com.sun.jersey:jersey-project at
> > > > >
> > > >
> > >
> >
> C:\Users\HomeXPS\.m2\repository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > > > > [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > [DEBUG] Trace
> > > > > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> > > resolve
> > > > > dependencies for one or more projects in the reactor. Reason:
> Unable
> > to
> > > > get
> > > > > dependency information: Unable to read the metadata file for
> artifact
> > > > > 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > > > com.sun.jersey:jersey-project for project:
> > null:jersey-bundle:jar:null
> > > > for
> > > > > project null:jersey-bundle:jar:null
> > > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > > >
> > > > > from the specified remote repositories:
> > > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > > >   apache.snapshots.https (
> > > > > https://repository.apache.org/content/repositories/snapshots),
> > > > >   central (http://repo1.maven.org/maven2),
> > > > >   apache.public.https (
> > > > > https://repository.apache.org/content/repositories/public)
> > > > >
> > > > > Path to dependency:
> > > > >     1) org.apache.ranger:security-admin-web:war:0.4.0
> > > > >
> > > > >
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> > > > >     at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> > > > >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> > > > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> > > > >     at
> > > > >
> > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> > > > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > > >     at
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > > >     at java.lang.reflect.Method.invoke(Method.java:597)
> > > > >     at
> > > > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > > > >     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > > > >     at
> > > > >
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > > > >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > > > Caused by: org.apache.maven.plugin.MojoExecutionException: Failed
> to
> > > > > resolve dependencies for one or more projects in the reactor.
> Reason:
> > > > > Unable to get dependency information: Unable to read the metadata
> > file
> > > > for
> > > > > artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > > > com.sun.jersey:jersey-project for project:
> > null:jersey-bundle:jar:null
> > > > for
> > > > > project null:jersey-bundle:jar:null
> > > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > > >
> > > > > from the specified remote repositories:
> > > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > > >   apache.snapshots.https (
> > > > > https://repository.apache.org/content/repositories/snapshots),
> > > > >   central (http://repo1.maven.org/maven2),
> > > > >   apache.public.https (
> > > > > https://repository.apache.org/content/repositories/public)
> > > > >
> > > > > Path to dependency:
> > > > >     1) org.apache.ranger:security-admin-web:war:0.4.0
> > > > >
> > > > >
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:721)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> > > > >     ... 17 more
> > > > > Caused by:
> > > > org.apache.maven.artifact.resolver.ArtifactResolutionException:
> > > > > Unable to get dependency information: Unable to read the metadata
> > file
> > > > for
> > > > > artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > > > com.sun.jersey:jersey-project for project:
> > null:jersey-bundle:jar:null
> > > > for
> > > > > project null:jersey-bundle:jar:null
> > > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > > >
> > > > > from the specified remote repositories:
> > > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > > >   apache.snapshots.https (
> > > > > https://repository.apache.org/content/repositories/snapshots),
> > > > >   central (http://repo1.maven.org/maven2),
> > > > >   apache.public.https (
> > > > > https://repository.apache.org/content/repositories/public)
> > > > >
> > > > > Path to dependency:
> > > > >     1) org.apache.ranger:security-admin-web:war:0.4.0
> > > > >
> > > > >
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:430)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> > > > >     ... 22 more
> > > > > Caused by:
> > > > >
> > org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException:
> > > > > Unable to read the metadata file for artifact
> > > > > 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > > > com.sun.jersey:jersey-project for project:
> > null:jersey-bundle:jar:null
> > > > for
> > > > > project null:jersey-bundle:jar:null
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:200)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> > > > >     ... 28 more
> > > > > Caused by: org.apache.maven.project.ProjectBuildingException:
> Cannot
> > > find
> > > > > parent: com.sun.jersey:jersey-project for project:
> > > > > null:jersey-bundle:jar:null for project null:jersey-bundle:jar:null
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:255)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> > > > >     ... 30 more
> > > > > Caused by: org.apache.maven.project.InvalidProjectModelException:
> > Not a
> > > > > v4.0.0 POM. for project com.sun.jersey:jersey-project at
> > > > >
> > > >
> > >
> >
> C:\Users\HomeXPS\.m2\repository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1599)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1571)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:562)
> > > > >     at
> > > > >
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1392)
> > > > >     ... 33 more
> > > > > [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > [INFO] Total time: 25 seconds
> > > > > [INFO] Finished at: Mon Jan 12 10:00:56 IST 2015
> > > > > [INFO] Final Memory: 171M/575M
> > > > > [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > >
> > > > > On Mon, Jan 12, 2015 at 6:17 AM, Ashish Singh <
> > ashish@hortonworks.com>
> > > > > wrote:
> > > > >
> > > > >> HI Sitaram,
> > > > >>
> > > > >> Look, like you have some local files in your workspace, that is
> > > > preventing
> > > > >> to pass the Relase Audit Tool.
> > > > >> Can, you list what is in this file
> > > > >> F:\Consulting\DataGuise\Software\ApacheRanger\Git\
> > > > >> incubator-ranger\target\rat.txt
> > > > >> in your workspace.
> > > > >>
> > > > >> Use the below, command for code compilation.
> > > > >>
> > > > >> *mvn -X clean -DskipCheck=true -Dcheckstyle.skip=true package
> > > > >> assembly:assembly install -DskipITs -DskipTests*
> > > > >>
> > > > >> Let me know, how it goes.
> > > > >>
> > > > >> Regards
> > > > >> Ashish
> > > > >>
> > > > >>
> > > > >>
> > > > >> On Sun, Jan 11, 2015 at 7:39 AM, Sitaraman Vilayannur <
> > > > >> vrsitaramanietflists@gmail.com> wrote:
> > > > >>
> > > > >> > Hi Gautam,
> > > > >> >  Git branch says it is master.  with mvn -U i get the following
> > > > >> > output...thanks.
> > > > >> > Sitaraman
> > > > >> > [INFO] Scanning for projects...
> > > > >> > [INFO] Reactor build order:
> > > > >> > [INFO]   ranger
> > > > >> > [INFO]   Credential Support
> > > > >> > [INFO]   Audit Component
> > > > >> > [INFO]   Common library for Plugins
> > > > >> > [INFO]   Hdfs Security Plugin
> > > > >> > [INFO]   Hive Security Agent
> > > > >> > [INFO]   HBaseSecurityAgents
> > > > >> > [INFO]   Knox Security Plugin
> > > > >> > [INFO]   Credential Builder
> > > > >> > [INFO]   Storm Security Plugin
> > > > >> > [INFO]   Agent Implementation Libary
> > > > >> > [INFO]   Installer Support Component
> > > > >> > [INFO]   Embeded Web Server Invoker
> > > > >> > [INFO]   Resource Lookup API Implementation
> > > > >> > [INFO]   Unix Authentication Client
> > > > >> > [INFO]   Security Admin Web Application
> > > > >> > [INFO]   Unix User Group Synchronizer
> > > > >> > [INFO]   Unix Authentication Service
> > > > >> > [INFO] Searching repository for plugin with prefix: 'assembly'.
> > > > >> > [INFO] org.apache.maven.plugins: checking for updates from
> central
> > > > >> > [WARNING] repository metadata for: 'org.apache.maven.plugins'
> > could
> > > > not
> > > > >> be
> > > > >> > retrieved from repository: central due to an error: Error
> copying
> > > > >> temporary
> > > > >> > file to the final destination:
> > > > >> >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> C:\Users\HomeXPS\.m2\repository\org\apache\maven\plugins\maven-metadata-central.xml
> > > > >> > (Access is denied)
> > > > >> > [INFO] Repository 'central' will be blacklisted
> > > > >> > [INFO]
> > > > >> >
> > > >
> > ------------------------------------------------------------------------
> > > > >> > [INFO] Building ranger
> > > > >> > [INFO]    task-segment: [clean, compile, package, install]
> > > > >> > [INFO]
> > > > >> >
> > > >
> > ------------------------------------------------------------------------
> > > > >> > [INFO] [clean:clean {execution: default-clean}]
> > > > >> > [INFO] Deleting
> > > > >> >
> > > > >>
> > > >
> > F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target
> > > > >> > [INFO] [remote-resources:process {execution: default}]
> > > > >> > [INFO] [antrun:run {execution: default}]
> > > > >> > [INFO] Executing tasks
> > > > >> >
> > > > >> > main:
> > > > >> > [INFO] Executed tasks
> > > > >> > [INFO] [remote-resources:process {execution: default}]
> > > > >> > [INFO] [antrun:run {execution: default}]
> > > > >> > [INFO] Executing tasks
> > > > >> >
> > > > >> > main:
> > > > >> > [INFO] Executed tasks
> > > > >> > [INFO] [site:attach-descriptor {execution:
> > > default-attach-descriptor}]
> > > > >> > [INFO] [remote-resources:process {execution: default}]
> > > > >> > [INFO] [antrun:run {execution: default}]
> > > > >> > [INFO] Executing tasks
> > > > >> >
> > > > >> > main:
> > > > >> > [INFO] Executed tasks
> > > > >> > [INFO] [site:attach-descriptor {execution:
> > > default-attach-descriptor}]
> > > > >> > [INFO] [apache-rat:check {execution: default}]
> > > > >> > [INFO] 51 implicit excludes (use -debug for more details).
> > > > >> > [INFO] Exclude: **/dependency-reduced-pom.xml
> > > > >> > [INFO] Exclude: **/robots.txt
> > > > >> > [INFO] Exclude: **/MANIFEST.MF
> > > > >> > [INFO] Exclude: **/bootstrap.min.js
> > > > >> > [INFO] Exclude: **/src/main/webapp/fonts/**
> > > > >> > [INFO] Exclude: **/src/main/webapp/libs/**
> > > > >> > [INFO] Exclude: .git/**
> > > > >> > [INFO] Exclude: .pc/**
> > > > >> > [INFO] Exclude: debian/**
> > > > >> > [INFO] Exclude: .gitignore/**
> > > > >> > [INFO] Exclude: .svn/**
> > > > >> > [INFO] Exclude: .idea/**
> > > > >> > [INFO] Exclude: dev-support/**
> > > > >> > [INFO] Exclude: **/.gitignore/**
> > > > >> > [INFO] Exclude: **/.project/**
> > > > >> > [INFO] Exclude: **/.settings/**
> > > > >> > [INFO] Exclude: **/.classpath/**
> > > > >> > [INFO] Exclude: **/*.iml
> > > > >> > [INFO] Exclude: **/target/**
> > > > >> > [INFO] Exclude: **/bin/**
> > > > >> > [INFO] Exclude: **/CHANGES
> > > > >> > [INFO] Exclude: **/ISSUES
> > > > >> > [INFO] Exclude: **/patchprocess/**
> > > > >> > [INFO] Exclude: **/test/resources/**
> > > > >> > [INFO] Exclude: **/main/resources/**/*.json
> > > > >> > [INFO] Exclude: **/.externalToolBuilders/*
> > > > >> > [INFO] Exclude: *.patch
> > > > >> > [INFO] Exclude: atlassian-ide-plugin.xml
> > > > >> > [INFO] 803 resources included (use -debug for more details)
> > > > >> > [INFO] Rat check: Summary of files. Unapproved: 1 unknown: 1
> > > > generated:
> > > > >> 0
> > > > >> > approved: 766 licence.
> > > > >> > [INFO]
> > > > >> >
> > > >
> > ------------------------------------------------------------------------
> > > > >> > [ERROR] BUILD FAILURE
> > > > >> > [INFO]
> > > > >> >
> > > >
> > ------------------------------------------------------------------------
> > > > >> > [INFO] Too many files with unapproved license: 1 See RAT report
> > in:
> > > > >> >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target\rat.txt
> > > > >> > [INFO]
> > > > >> >
> > > >
> > ------------------------------------------------------------------------
> > > > >> > [INFO] For more information, run Maven with the -e switch
> > > > >> > [INFO]
> > > > >> >
> > > >
> > ------------------------------------------------------------------------
> > > > >> > [INFO] Total time: 7 seconds
> > > > >> > [INFO] Finished at: Sun Jan 11 21:03:16 IST 2015
> > > > >> > [INFO] Final Memory: 45M/488M
> > > > >> > [INFO]
> > > > >> >
> > > >
> > ------------------------------------------------------------------------
> > > > >> >
> > > > >> >
> > > > >> >
> > > > >> > On Sun, Jan 11, 2015 at 7:09 PM, Gautam Borad <gborad@gmail.com
> >
> > > > wrote:
> > > > >> >
> > > > >> > > Sitaraman, you can check the branch with the help of following
> > git
> > > > >> > command
> > > > >> > > : git branch
> > > > >> > > I just did a git pull of master branch which is at *ef152319*
> > > > >> currently
> > > > >> > and
> > > > >> > > was able to successfully build Ranger.
> > > > >> > >
> > > > >> > > Can you try again with the -U option to maven and post the
> > entire
> > > > >> output
> > > > >> > of
> > > > >> > > the command for us to inspect? Thanks.
> > > > >> > >
> > > > >> > > On Sat, Jan 10, 2015 at 6:39 PM, Sitaraman Vilayannur <
> > > > >> > > vrsitaramanietflists@gmail.com> wrote:
> > > > >> > >
> > > > >> > > > Hi Gautam,
> > > > >> > > >  I used the git command line as given in
> > > > >> > > > http://ranger.incubator.apache.org/quick_start_guide.html
> to
> > > > >> checkout
> > > > >> > > from
> > > > >> > > > the git repository...i.e git clone git://
> > > > >> > > > git.apache.org/incubator-ranger.git
> > > > >> > > > how do i find out which branch it is?
> > > > >> > > > Sitaraman
> > > > >> > > >
> > > > >> > > > On Sat, Jan 10, 2015 at 6:32 PM, Gautam Borad <
> > gborad@gmail.com
> > > >
> > > > >> > wrote:
> > > > >> > > >
> > > > >> > > > > Sitaraman, Which tool did you use to checkout the
> codebase?
> > > Can
> > > > >> you
> > > > >> > let
> > > > >> > > > me
> > > > >> > > > > know the branch that you are trying to compile?
> > > > >> > > > >
> > > > >> > > > > On Sat, Jan 10, 2015 at 6:29 PM, Sitaraman Vilayannur <
> > > > >> > > > > vrsitaramanietflists@gmail.com> wrote:
> > > > >> > > > >
> > > > >> > > > > > Hi Gautam,
> > > > >> > > > > >    I am not behind a proxy.  Which other network
> > > > configurations
> > > > >> > > should
> > > > >> > > > i
> > > > >> > > > > be
> > > > >> > > > > > checking. I got the code via a git clone git://
> > > > >> > > > > > git.apache.org/incubator-ranger.git. Thanks for your
> > > > continued
> > > > >> > help.
> > > > >> > > > > > Sitaraman
> > > > >> > > > > >
> > > > >> > > > > > On Sat, Jan 10, 2015 at 6:15 PM, Gautam Borad <
> > > > gborad@gmail.com
> > > > >> >
> > > > >> > > > wrote:
> > > > >> > > > > >
> > > > >> > > > > > > Sitaraman, this is most likely a network issue. Can
> you
> > > > check
> > > > >> > your
> > > > >> > > > > proxy
> > > > >> > > > > > > and network configuration? Also can you let me know
> > which
> > > > >> branch
> > > > >> > > are
> > > > >> > > > > you
> > > > >> > > > > > > trying to compile?
> > > > >> > > > > > >
> > > > >> > > > > > > Thanks.
> > > > >> > > > > > >
> > > > >> > > > > > > On Sat, Jan 10, 2015 at 5:11 PM, Sitaraman Vilayannur
> <
> > > > >> > > > > > > vrsitaramanietflists@gmail.com> wrote:
> > > > >> > > > > > >
> > > > >> > > > > > > > Hi Gautam,
> > > > >> > > > > > > >  Thanks for your response.
> > > > >> > > > > > > >  Tried with -DskipTests=true and i am getting the
> > > > following
> > > > >> > > error.
> > > > >> > > > > > > >
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > http://repo1.maven.org/maven2/net/htmlparser/jericho/jericho-html/3.3/je
> > > > >> > > > > > > > richo-html-3.3.pom
> > > > >> > > > > > > > 2K downloaded  (jericho-html-3.3.pom)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > >> > > > > > > >
> > > > >> ramework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE'
> in
> > > > >> > > > > > > > repository apache.snapshots.https (
> > > > >> > > > > > > > https://repository.apache.org/content/repositories
> > > > >> > > > > > > > /snapshots)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > >> > > > > > > >
> > > > ework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE'
> in
> > > > >> > > > > > > > repository apache.public.https (
> > > > >> > > > > > > >
> https://repository.apache.org/content/repositories/pu
> > > > >> > > > > > > > blic)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.3.RELEA
> > > > >> > > > > > > > SE/spring-aop-3.1.3.RELEASE.pom
> > > > >> > > > > > > > 2K downloaded  (spring-aop-3.1.3.RELEASE.pom)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > >> > > > > > > >
> > > > >> > > >
> > > > ramework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > >
> 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > > >> > > > > > > > in repository apache.snapshots.https (
> > > > >> > > > > > > > https://repository.apache.org/content/repositor
> > > > >> > > > > > > > ies/snapshots)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > >> > > > > > > >
> > > > >> >
> ework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > >
> 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > > >> > > > > > > > in repository apache.public.https (
> > > > >> > > > > > > > https://repository.apache.org/content/repositories
> > > > >> > > > > > > > /public)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-parent/3.1.3.RE
> > > > >> > > > > > > > LEASE/spring-parent-3.1.3.RELEASE.pom
> > > > >> > > > > > > > 8K downloaded  (spring-parent-3.1.3.RELEASE.pom)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > >> > > > > > > >
> > > > >> ramework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE'
> in
> > > > >> > > > > > > > repository apache.snapshots.https (
> > > > >> > > > > > > > https://repository.apache.org/content/repositories
> > > > >> > > > > > > > /snapshots)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > >> > > > > > > >
> > > > ework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE'
> in
> > > > >> > > > > > > > repository apache.public.https (
> > > > >> > > > > > > >
> https://repository.apache.org/content/repositories/pu
> > > > >> > > > > > > > blic)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.3.RELEA
> > > > >> > > > > > > > SE/spring-asm-3.1.3.RELEASE.pom
> > > > >> > > > > > > > 2K downloaded  (spring-asm-3.1.3.RELEASE.pom)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > >> > > > > > > >
> > > > >> > >
> > ramework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > >
> 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > > >> > > > > > > > n repository apache.snapshots.https (
> > > > >> > > > > > > > https://repository.apache.org/content/repositori
> > > > >> > > > > > > > es/snapshots)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > >> > > > > > > >
> > > > >> ework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > >
> 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > > >> > > > > > > > n repository apache.public.https (
> > > > >> > > > > > > > https://repository.apache.org/content/repositories/
> > > > >> > > > > > > > public)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.3.REL
> > > > >> > > > > > > > EASE/spring-beans-3.1.3.RELEASE.pom
> > > > >> > > > > > > > 2K downloaded  (spring-beans-3.1.3.RELEASE.pom)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > >> > > > > > > >
> > > > >> > ramework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE'
> in
> > > > >> > > > > > > >  repository apache.snapshots.https (
> > > > >> > > > > > > > https://repository.apache.org/content/repositorie
> > > > >> > > > > > > > s/snapshots)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > >> > > > > > > >
> > > > >> ework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE'
> in
> > > > >> > > > > > > >  repository apache.public.https (
> > > > >> > > > > > > >
> https://repository.apache.org/content/repositories/p
> > > > >> > > > > > > > ublic)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-core/3.1.3.RELE
> > > > >> > > > > > > > ASE/spring-core-3.1.3.RELEASE.pom
> > > > >> > > > > > > > 2K downloaded  (spring-core-3.1.3.RELEASE.pom)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > >> > > > > > > >
> > > > >> > > > >
> > > > >> >
> > > ramework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > >
> 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > > > >> > > > > > > >  in repository apache.snapshots.https (
> > > > >> > > > > > > > https://repository.apache.org/content/reposito
> > > > >> > > > > > > > ries/snapshots)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > >> > > > > > > >
> > > > >> > >
> > > ework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > >
> 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > > > >> > > > > > > >  in repository apache.public.https (
> > > > >> > > > > > > > https://repository.apache.org/content/repositorie
> > > > >> > > > > > > > s/public)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-context/3.1.3.R
> > > > >> > > > > > > > ELEASE/spring-context-3.1.3.RELEASE.pom
> > > > >> > > > > > > > 8K downloaded  (spring-context-3.1.3.RELEASE.pom)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > >> > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> ramework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > >
> 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > > >> > > > > > > > SE' in repository apache.snapshots.https (
> > > > >> > > > > > > > https://repository.apache.org/content/repos
> > > > >> > > > > > > > itories/snapshots)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > ework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > >
> 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > > >> > > > > > > > SE' in repository apache.public.https (
> > > > >> > > > > > > > https://repository.apache.org/content/reposito
> > > > >> > > > > > > > ries/public)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-expression/3.1
> > > > >> .
> > > > >> > > > > > > > 3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > >> > > > > > > > 1K downloaded  (spring-expression-3.1.3.RELEASE.pom)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > >> > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> ramework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.po
> > > > >> > > > > > > > m
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > >
> 'org.springframework:spring-context-support:pom:3.1.3.
> > > > >> > > > > > > > RELEASE' in repository apache.snapshots.https (
> > > > >> > > > > > > > https://repository.apache.org/content/
> > > > >> > > > > > > > repositories/snapshots)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > >> > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> ework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > >
> 'org.springframework:spring-context-support:pom:3.1.3.
> > > > >> > > > > > > > RELEASE' in repository apache.public.https (
> > > > >> > > > > > > > https://repository.apache.org/content/rep
> > > > >> > > > > > > > ositories/public)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-context-support
> > > > >> > > > > > > >
> > /3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > > >> > > > > > > > 4K downloaded
> > > (spring-context-support-3.1.3.RELEASE.pom)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > >> > > > > > > >
> > > > >> > ramework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE'
> in
> > > > >> > > > > > > >  repository apache.snapshots.https (
> > > > >> > > > > > > > https://repository.apache.org/content/repositorie
> > > > >> > > > > > > > s/snapshots)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > >> > > > > > > >
> > > > >> ework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE'
> in
> > > > >> > > > > > > >  repository apache.public.https (
> > > > >> > > > > > > >
> https://repository.apache.org/content/repositories/p
> > > > >> > > > > > > > ublic)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-jdbc/3.1.3.RELE
> > > > >> > > > > > > > ASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > >> > > > > > > > 3K downloaded  (spring-jdbc-3.1.3.RELEASE.pom)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > >> > > > > > > >
> > > > ramework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE'
> in r
> > > > >> > > > > > > > epository apache.snapshots.https (
> > > > >> > > > > > > > https://repository.apache.org/content/repositories/
> > > > >> > > > > > > > snapshots)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > >> > > > > > > >
> > > ework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE'
> in r
> > > > >> > > > > > > > epository apache.public.https (
> > > > >> > > > > > > >
> > https://repository.apache.org/content/repositories/pub
> > > > >> > > > > > > > lic)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-tx/3.1.3.RELEAS
> > > > >> > > > > > > > E/spring-tx-3.1.3.RELEASE.pom
> > > > >> > > > > > > > 3K downloaded  (spring-tx-3.1.3.RELEASE.pom)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > >> > > > > > > >
> > > > >> ramework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE'
> in
> > > > >> > > > > > > > repository apache.snapshots.https (
> > > > >> > > > > > > > https://repository.apache.org/content/repositories
> > > > >> > > > > > > > /snapshots)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > >> > > > > > > >
> > > > ework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE'
> in
> > > > >> > > > > > > > repository apache.public.https (
> > > > >> > > > > > > >
> https://repository.apache.org/content/repositories/pu
> > > > >> > > > > > > > blic)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-orm/3.1.3.RELEA
> > > > >> > > > > > > > SE/spring-orm-3.1.3.RELEASE.pom
> > > > >> > > > > > > > 7K downloaded  (spring-orm-3.1.3.RELEASE.pom)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > >> > > > > > > >
> > > > >> ramework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE'
> in
> > > > >> > > > > > > > repository apache.snapshots.https (
> > > > >> > > > > > > > https://repository.apache.org/content/repositories
> > > > >> > > > > > > > /snapshots)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > >> > > > > > > >
> > > > ework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE'
> in
> > > > >> > > > > > > > repository apache.public.https (
> > > > >> > > > > > > >
> https://repository.apache.org/content/repositories/pu
> > > > >> > > > > > > > blic)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-web/3.1.3.RELEA
> > > > >> > > > > > > > SE/spring-web-3.1.3.RELEASE.pom
> > > > >> > > > > > > > 6K downloaded  (spring-web-3.1.3.RELEASE.pom)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/snapshots/com/sun/jer
> > > > >> > > > > > > > sey/jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > 'com.sun.jersey:jersey-bundle:pom:1.4'
> > > > >> > > > > > in
> > > > >> > > > > > > > repository a
> > > > >> > > > > > > > pache.snapshots.https (
> > > > >> > > > > > > >
> > > > >> https://repository.apache.org/content/repositories/snapshots)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > https://repository.apache.org/content/repositories/public/com/sun/jersey
> > > > >> > > > > > > > /jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > > >> > > > > > > > [INFO] Unable to find resource
> > > > >> > > > 'com.sun.jersey:jersey-bundle:pom:1.4'
> > > > >> > > > > > in
> > > > >> > > > > > > > repository a
> > > > >> > > > > > > > pache.public.https (
> > > > >> > > > > > > >
> > > https://repository.apache.org/content/repositories/public
> > > > )
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.4/jersey-bu
> > > > >> > > > > > > > ndle-1.4.pom
> > > > >> > > > > > > > 19K downloaded  (jersey-bundle-1.4.pom)
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > > >> > > > > > > > y-project/1.4/jersey-project-1.4.pom
> > > > >> > > > > > > > 178b downloaded  (jersey-project-1.4.pom)
> > > > >> > > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on
> > > > download:
> > > > >> > > local
> > > > >> > > > =
> > > > >> > > > > > > > '81ffbd1712afe8c
> > > > >> > > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > > >> > > > > > > > <head><title>301' - RETRYING
> > > > >> > > > > > > > Downloading:
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > > >> > > > > > > > y-project/1.4/jersey-project-1.4.pom
> > > > >> > > > > > > > 178b downloaded  (jersey-project-1.4.pom)
> > > > >> > > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on
> > > > download:
> > > > >> > > local
> > > > >> > > > =
> > > > >> > > > > > > > '81ffbd1712afe8c
> > > > >> > > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > > >> > > > > > > > <head><title>301' - IGNORING
> > > > >> > > > > > > > [INFO]
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > >
> > ------------------------------------------------------------------------
> > > > >> > > > > > > > [ERROR] BUILD ERROR
> > > > >> > > > > > > > [INFO]
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > >
> > ------------------------------------------------------------------------
> > > > >> > > > > > > > [INFO] Failed to resolve dependencies for one or
> more
> > > > >> projects
> > > > >> > in
> > > > >> > > > the
> > > > >> > > > > > > > reactor. Reason
> > > > >> > > > > > > > : Unable to get dependency information: Unable to
> read
> > > the
> > > > >> > > metadata
> > > > >> > > > > > file
> > > > >> > > > > > > > for artifact
> > > > >> > > > > > > >  'com.sun.jersey:jersey-bundle:jar': Cannot find
> > parent:
> > > > >> > > > > > > > com.sun.jersey:jersey-projec
> > > > >> > > > > > > > t for project: null:jersey-bundle:jar:null for
> project
> > > > >> > > > > > > > null:jersey-bundle:jar:null
> > > > >> > > > > > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > > >> > > > > > > >
> > > > >> > > > > > > > from the specified remote repositories:
> > > > >> > > > > > > >   apache.snapshots (
> > > > http://repository.apache.org/snapshots
> > > > >> ),
> > > > >> > > > > > > >   apache.snapshots.https (
> > > > >> > > > > > > >
> > > > https://repository.apache.org/content/repositories/snapshot
> > > > >> > > > > > > > s),
> > > > >> > > > > > > >   central (http://repo1.maven.org/maven2),
> > > > >> > > > > > > >   apache.public.https (
> > > > >> > > > > > > >
> > > https://repository.apache.org/content/repositories/public
> > > > )
> > > > >> > > > > > > >
> > > > >> > > > > > > > Path to dependency:
> > > > >> > > > > > > >         1)
> > > org.apache.ranger:security-admin-web:war:0.4.0
> > > > >> > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > > > Not a v4.0.0 POM. for project
> > > > com.sun.jersey:jersey-project
> > > > >> at
> > > > >> > > > > > > > C:\Users\HomeXPS\.m2\r
> > > > >> > > > > > > >
> > > > >> > >
> > epository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > > > >> > > > > > > > [INFO]
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > >
> > ------------------------------------------------------------------------
> > > > >> > > > > > > > [INFO] For more information, run Maven with the -e
> > > switch
> > > > >> > > > > > > > [INFO]
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > >
> > ------------------------------------------------------------------------
> > > > >> > > > > > > > [INFO] Total time: 12 minutes 27 seconds
> > > > >> > > > > > > > [INFO] Finished at: Sat Jan 10 17:03:43 IST 2015
> > > > >> > > > > > > > [INFO] Final Memory: 238M/572M
> > > > >> > > > > > > > [INFO]
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > >
> > ------------------------------------------------------------------------
> > > > >> > > > > > > >
> > > > >> > > > > > > > On Sat, Jan 10, 2015 at 11:51 AM, Gautam Borad <
> > > > >> > gborad@gmail.com
> > > > >> > > >
> > > > >> > > > > > wrote:
> > > > >> > > > > > > >
> > > > >> > > > > > > > > Hi Sitaraman,
> > > > >> > > > > > > > >     Please try compiling with -DskipTests, the
> > problem
> > > > >> seem
> > > > >> > to
> > > > >> > > be
> > > > >> > > > > > with
> > > > >> > > > > > > > path
> > > > >> > > > > > > > > issue on Windows.
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > On Fri, Jan 9, 2015 at 2:18 PM, Sitaraman
> > Vilayannur <
> > > > >> > > > > > > > > vrsitaramanietflists@gmail.com> wrote:
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > > Hi,
> > > > >> > > > > > > > > >   I am just starting out on Ranger. When i used
> > the
> > > > >> command
> > > > >> > > > > > > > > >  mvn -DskipTests=false clean compile package
> > install
> > > > >> > > > > > > assembly:assembly
> > > > >> > > > > > > > > > to build i get the following error, what am i
> > > missing?
> > > > >> > Thanks
> > > > >> > > > > > > > > > Sitaraman
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > -------------------------------------------------------
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >  T E S T S
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > -------------------------------------------------------
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > Running
> > > > >> > > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > log4j:WARN No appenders could be found for
> logger
> > > > >> > > > > > > > > > (org.apache.hadoop.util.Shell).
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > log4j:WARN Please initialize the log4j system
> > > > properly.
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > log4j:WARN See
> > > > >> > > > > > http://logging.apache.org/log4j/1.2/faq.html#noconfig
> > > > >> > > > > > > > for
> > > > >> > > > > > > > > > more info.
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > java.io.IOException: Bad configuration of
> > > > >> > > > > > > > > > hadoop.security.credential.provider.path at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > edentialProviderFactory.java:70)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > ider(CredentialShell.java:164)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > edentialShell.java:323)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > 67)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > setup(RangerCredentialProviderTest.java:50)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > >> > > > > > > Method)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > 39)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > pl.java:25)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> java.lang.reflect.Method.invoke(Method.java:597)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > d.java:47)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > .java:12)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > java:44)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > 24)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > )
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > >
> > > > >> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > ava:70)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > ava:50)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > >
> > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > >
> > > > >> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > >
> > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > >
> > > > >> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > >
> > > > >> > >
> org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > >
> org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > a:264)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > der.java:153)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > :124)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > der(ForkedBooter.java:200)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > ter.java:153)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal
> > > > >> character
> > > > >> > in
> > > > >> > > > > > > authority
> > > > >> > > > > > > > at
> > > > >> > > > > > > > > > index 8: jc
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> java.net.URI$Parser.fail(URI.java:2810)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > java.net.URI$Parser.parse(URI.java:3015)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > edentialProviderFactory.java:55)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         ... 28 more
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > There are no valid CredentialProviders
> configured.
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > Credential will not be created.
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > Consider using the -provider option to indicate
> > the
> > > > >> > provider
> > > > >> > > to
> > > > >> > > > > > use.
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > java.io.IOException: Bad configuration of
> > > > >> > > > > > > > > > hadoop.security.credential.provider.path at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > edentialProviderFactory.java:70)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > ider(CredentialShell.java:164)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > edentialShell.java:254)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > 67)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > teardown(RangerCredentialProviderTest.java:85)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > >> > > > > > > Method)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > 39)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > pl.java:25)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> java.lang.reflect.Method.invoke(Method.java:597)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > d.java:47)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > .java:12)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > java:44)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > )
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > >
> > > > >> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > ava:70)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > ava:50)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > >
> > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > >
> > > > >> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > >
> > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > >
> > > > >> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > >
> > > > >> > >
> org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > >
> org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > a:264)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > der.java:153)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > :124)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > der(ForkedBooter.java:200)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > ter.java:153)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal
> > > > >> character
> > > > >> > in
> > > > >> > > > > > > authority
> > > > >> > > > > > > > at
> > > > >> > > > > > > > > > index 8: jc
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> java.net.URI$Parser.fail(URI.java:2810)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > java.net.URI$Parser.parse(URI.java:3015)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > edentialProviderFactory.java:55)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         ... 27 more
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > There are no valid CredentialProviders
> configured.
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > Nothing will be deleted.
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > Consider using the -provider option to indicate
> > the
> > > > >> > provider
> > > > >> > > to
> > > > >> > > > > > use.
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > java.io.IOException: Bad configuration of
> > > > >> > > > > > > > > > hadoop.security.credential.provider.path at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > edentialProviderFactory.java:70)
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >         at
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > ider(CredentialShell.java:164)
> > > > >> > > > >
> > > > ...
> > > >
> > > > [Message clipped]
> > >
> >
> >
> >
> > --
> > Thanks & Regards,
> > Ashish Singh
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>



-- 
Regards,
Gautam.

Re: Error while building.

Posted by Sitaraman Vilayannur <vr...@gmail.com>.
Hi Ashish,
  I had the file rat.txt open and therefore the clean failed earlier as
could not delete the target directory. After closing i tried the command
mvn -U option with skipTests=true again and now i am getting a different
error. I have also updated to Maven 3.2.5 and am using Java 1.7
http://pastebin.com/NXSGfMVV
Sitaraman

On Mon, Jan 12, 2015 at 12:38 PM, Ashish Singh <as...@hortonworks.com>
wrote:

> Hi Sitaraman,
>
> Are you logged in as "HomeXPS" user ?
> Can you please check the ownership and permissions for
> C:\Users\HomeXPS\.m2.
> Looks like due to your env, mvn is not able to write to .m2 cache.
> Also, try to use Maven 3 and JDK 1.6 and above, JDK 1.7 is better.
>
> On Sun, Jan 11, 2015 at 10:57 PM, Sitaraman Vilayannur <
> vrsitaramanietflists@gmail.com> wrote:
>
> > Hi Guatam,
> >  Windows version is Windows 7 Home premium.
> >  Maven Version is 2.2.1 http://pastebin.com/GBGdyhfk
> >  m2 rep location is C:\Users\HomeXPS\.m2
> >  I am unable to view this directory in my Windows Explorer though other .
> > files are visible. However when i try to create this directory windows
> > command prompt says the directory already exists.
> >  I am not behind a proxy or firewall.
> > Sitaraman
> >
> > On Mon, Jan 12, 2015 at 12:00 PM, Gautam Borad <gb...@gmail.com> wrote:
> >
> > > Sitaraman, Can you provide more information about the build
> environment?
> > >
> > > 1] Windows version
> > > 2] Maven version
> > > 3] M2 repo location and contents ( to check whether some artifacts are
> > > getting downloaded or not )
> > > 4] Network details ( whether using proxy, behind firewall etc )
> > >
> > > P.S: Please use services like pastebin/gist for pasting console
> outputs.
> > >
> > > Thanks.
> > >
> > >
> > > On Mon, Jan 12, 2015 at 10:40 AM, Sitaraman Vilayannur <
> > > vrsitaramanietflists@gmail.com> wrote:
> > >
> > > > Hi Ashish,
> > > >  Thanks for getting in touch with me regarding this issue i am
> facing.
> > I
> > > > am still getting a build error with the said mvn command.  Attached
> is
> > > the
> > > > rat.txt file.
> > > > Sitaraman
> > > > ******************************************************************
> > > > [DEBUG] Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
> > > > [DEBUG] RuntimeInstance initializing.
> > > > [DEBUG] Default Properties File:
> > > > org\apache\velocity\runtime\defaults\velocity.properties
> > > > [DEBUG] LogSystem has been deprecated. Please use a LogChute
> > > > implementation.
> > > > [DEBUG] Default ResourceManager initializing. (class
> > > > org.apache.velocity.runtime.resource.ResourceManagerImpl)
> > > > [DEBUG] ResourceLoader instantiated:
> > > > org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
> > > > [DEBUG] ResourceLoader instantiated:
> > > > org.codehaus.plexus.velocity.SiteResourceLoader
> > > > [DEBUG] ResourceCache: initialized (class
> > > > org.apache.velocity.runtime.resource.ResourceCacheImpl)
> > > > [DEBUG] Default ResourceManager initialization complete.
> > > > [DEBUG] Loaded System Directive:
> > > > org.apache.velocity.runtime.directive.Literal
> > > > [DEBUG] Loaded System Directive:
> > > > org.apache.velocity.runtime.directive.Macro
> > > > [DEBUG] Loaded System Directive:
> > > > org.apache.velocity.runtime.directive.Parse
> > > > [DEBUG] Loaded System Directive:
> > > > org.apache.velocity.runtime.directive.Include
> > > > [DEBUG] Loaded System Directive:
> > > > org.apache.velocity.runtime.directive.Foreach
> > > > [DEBUG] Created '20' parsers.
> > > > [DEBUG] Velocimacro : initialization starting.
> > > > [DEBUG] Velocimacro : allowInline = true : VMs can be defined inline
> in
> > > > templates
> > > > [DEBUG] Velocimacro : allowInlineToOverride = false : VMs defined
> > inline
> > > > may NOT replace previous VM definitions
> > > > [DEBUG] Velocimacro : allowInlineLocal = false : VMs defined inline
> > will
> > > > be global in scope if allowed.
> > > > [DEBUG] Velocimacro : autoload off : VM system will not automatically
> > > > reload global library macros
> > > > [DEBUG] Velocimacro : Velocimacro : initialization complete.
> > > > [DEBUG] RuntimeInstance successfully initialized.
> > > > [DEBUG] Configuring mojo
> > > >
> 'org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1:process'
> > > -->
> > > > [DEBUG]   (f) appendedResourcesDirectory =
> > > >
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\src\main\appended-resources
> > > > [DEBUG]   (f) attached = true
> > > > [DEBUG]   (f) basedir =
> > > >
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin
> > > > [DEBUG]   (f) encoding = UTF-8
> > > > [DEBUG]   (f) excludeTransitive = false
> > > > [DEBUG]   (f) includeProjectProperties = false
> > > > [DEBUG]   (f) includeScope = runtime
> > > > [DEBUG]   (f) localRepository =
> > > > Repository[local|file://C:\Users\HomeXPS\.m2\repository]
> > > > [DEBUG]   (f) mavenSession =
> > > > org.apache.maven.execution.MavenSession@77485542
> > > > [DEBUG]   (f) outputDirectory =
> > > >
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\target\maven-shared-archive-resources
> > > > [DEBUG]   (f) project = MavenProject:
> > > > org.apache.ranger:security-admin-web:0.4.0 @
> > > >
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\pom.xml
> > > > [DEBUG]   (f) remoteArtifactRepositories =
> > > > [Repository[apache.snapshots.https|
> > > > https://repository.apache.org/content/repositories/snapshots],
> > > > Repository[apache.public.https|
> > > > https://repository.apache.org/content/repositories/public],
> > > > Repository[apache.snapshots|http://repository.apache.org/snapshots],
> > > > Repository[central|http://repo1.maven.org/maven2]]
> > > > [DEBUG]   (f) resourceBundles =
> > > [org.apache:apache-jar-resource-bundle:1.4]
> > > > [DEBUG]   (f) resources = [Resource {targetPath: null, filtering:
> true,
> > > > FileSet {directory:
> > > >
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\src\main\resources,
> > > > PatternSet [includes: {}, excludes: {}]}}]
> > > > [DEBUG]   (f) runOnlyAtExecutionRoot = false
> > > > [DEBUG]   (f) skip = false
> > > > [DEBUG]   (f) useDefaultFilterDelimiters = true
> > > > [DEBUG] -- end configuration --
> > > > [INFO] [remote-resources:process {execution: default}]
> > > > [DEBUG] Supplemental data models won't be loaded.  No models
> specified.
> > > > [DEBUG] inceptionYear not specified, defaulting to 2015
> > > > [DEBUG] org.apache.ranger:security-admin-web:war:0.4.0 (selected for
> > > null)
> > > > [DEBUG] Retrieving parent-POM: org.antlr:antlr-master:pom:3.5.2 for
> > > > project: org.antlr:antlr-runtime:jar:null from the repository.
> > > > [DEBUG] Adding managed dependencies for org.antlr:antlr-runtime
> > > > [DEBUG]   junit:junit:jar:4.10:test
> > > > [DEBUG]   antlr:antlr:jar:2.7.7:compile
> > > > [DEBUG]   org.antlr:stringtemplate:jar:3.2.1:compile
> > > > [DEBUG]   org.antlr:ST4:jar:4.0.8:compile
> > > > [DEBUG]   org.antlr:antlr-runtime:jar:3.5.2:compile (selected for
> > > compile)
> > > > [DEBUG]   aopalliance:aopalliance:jar:1.0:compile (selected for
> > compile)
> > > > [DEBUG] Retrieving parent-POM: org.ow2.util.asm:asm-parent:pom:3.1
> for
> > > > project: null:asm:jar:3.1 from the repository.
> > > > [DEBUG] Adding managed dependencies for unknown:asm
> > > > [DEBUG]   org.ow2.util.asm:asm:jar:3.1
> > > > [DEBUG]   org.ow2.util.asm:asm-tree:jar:3.1
> > > > [DEBUG]   org.ow2.util.asm:asm-analysis:jar:3.1
> > > > [DEBUG]   org.ow2.util.asm:asm-commons:jar:3.1
> > > > [DEBUG]   org.ow2.util.asm:asm-util:jar:3.1
> > > > [DEBUG]   org.ow2.util.asm:asm-xml:jar:3.1
> > > > [DEBUG]   org.ow2.util.asm:asm:jar:3.1:compile (selected for compile)
> > > > [DEBUG]   c3p0:c3p0:jar:0.9.1.2:compile (selected for compile)
> > > > [DEBUG] Retrieving parent-POM:
> org.glassfish.hk2:external:pom:2.2.0-b23
> > > > for project: org.glassfish.hk2.external:cglib:jar:null from the
> > > repository.
> > > > [DEBUG] Retrieving parent-POM:
> > org.glassfish.hk2:hk2-public:pom:2.2.0-b23
> > > > for project: null:external:pom:null from the repository.
> > > > [DEBUG] Retrieving parent-POM:
> > org.glassfish.hk2:hk2-parent:pom:2.2.0-b23
> > > > for project: org.glassfish.hk2:hk2-public:pom:2.2.0-b23 from the
> > > repository.
> > > > [DEBUG] Retrieving parent-POM:
> org.glassfish.hk2:hk2-bom:pom:2.2.0-b23
> > > for
> > > > project: null:hk2-parent:pom:null from the repository.
> > > > [DEBUG] Adding managed dependencies for
> > org.glassfish.hk2.external:cglib
> > > > [DEBUG]   org.glassfish.hk2:auto-depends-plugin:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2-build:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:class-model:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:config-generator:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:config-types:jar:2.2.0-b23
> > > > [DEBUG]
> >  org.glassfish.hk2:consolidatedbundle-maven-plugin:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:core:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2-dependency-verifier:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2-dependency-visualizer:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:devtests:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:ctm-example:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:custom-resolver-example:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:examples:pom:2.2.0-b23
> > > > [DEBUG]
> >  org.glassfish.hk2:security-lockdown-example-alice:jar:2.2.0-b23
> > > > [DEBUG]
> > >  org.glassfish.hk2:security-lockdown-example-mallory:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:security-lockdown-example:pom:2.2.0-b23
> > > > [DEBUG]
> > >  org.glassfish.hk2:security-lockdown-example-runner:jar:2.2.0-b23
> > > > [DEBUG]
> > >  org.glassfish.hk2:security-lockdown-example-system:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2.external:asm-all-repackaged:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2.external:bean-validator:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2.external:bean-validator-cdi:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2.external:cglib:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2.external:javax.inject:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:external:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:tiger-types-osgi:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2-api:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2-config:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2-config-generator:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2-inhabitant-generator:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2-locator:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2-maven:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2-runlevel:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2-junitrunner:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2-testng:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2-testing:pom:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2-utils:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2-kernel-parent:pom:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:osgi-adapter:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:contract-bundle:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:faux-sdp-bundle:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:osgi-adapter-test:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:osgi-adapter-tests-parent:pom:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:sdp-management-bundle:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:test-module-startup:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:osgi:pom:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:osgiversion-maven-plugin:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2-parent:pom:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2:hk2-public:pom:2.2.0-b23
> > > > [DEBUG]   javax.validation:validation-api:jar:1.1.0.Final
> > > > [DEBUG]   org.hibernate:hibernate-validator:jar:5.0.0.Final
> > > > [DEBUG]   org.glassfish.hk2:guice-bridge:jar:2.2.0-b23
> > > > [DEBUG]   org.glassfish.hk2.external:cglib:jar:2.2.0-b23:compile
> > > (selected
> > > > for compile)
> > > > [DEBUG]
> > > >
> commons-beanutils:commons-beanutils-bean-collections:jar:1.8.3:compile
> > > > (selected for compile)
> > > > [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile
> (selected
> > > > for compile)
> > > > [DEBUG]   commons-beanutils:commons-beanutils-core:jar:1.8.3:compile
> > > > (selected for compile)
> > > > [DEBUG]   commons-cli:commons-cli:jar:1.2:compile (selected for
> > compile)
> > > > [DEBUG]   commons-codec:commons-codec:jar:1.9:compile (selected for
> > > > compile)
> > > > [DEBUG]   commons-collections:commons-collections:jar:3.2.1:compile
> > > > (selected for compile)
> > > > [DEBUG] Retrieving parent-POM:
> org.apache.commons:commons-parent:pom:33
> > > > for project: org.apache.commons:commons-compress:jar:1.8.1 from the
> > > > repository.
> > > > [DEBUG]   org.apache.commons:commons-compress:jar:1.8.1:compile
> > (selected
> > > > for compile)
> > > > [DEBUG]
>  commons-configuration:commons-configuration:jar:1.10:compile
> > > > (selected for compile)
> > > > [DEBUG]     commons-lang:commons-lang:jar:2.6:compile (selected for
> > > > compile)
> > > > [DEBUG]   commons-dbcp:commons-dbcp:jar:1.4:compile (selected for
> > > compile)
> > > > [DEBUG]     commons-pool:commons-pool:jar:1.5.4:compile (selected for
> > > > compile)
> > > > [DEBUG]   commons-digester:commons-digester:jar:2.1:compile (selected
> > for
> > > > compile)
> > > > [DEBUG] Retrieving parent-POM:
> org.apache.commons:commons-parent:pom:14
> > > > for project: commons-beanutils:commons-beanutils:jar:1.8.3 from the
> > > > repository.
> > > > [DEBUG]     commons-beanutils:commons-beanutils:jar:1.8.3:compile
> > > > (selected for compile)
> > > > [DEBUG] Trying repository apache.snapshots.https
> > > > [DEBUG] Using Wagon implementation lightweight from default mapping
> for
> > > > protocol https
> > > > [DEBUG] Checking for pre-existing User-Agent configuration.
> > > > [DEBUG] Adding User-Agent configuration.
> > > > [DEBUG] Connecting to repository: 'apache.snapshots.https' with url:
> '
> > > > https://repository.apache.org/content/repositories/snapshots'.
> > > > Downloading:
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > [DEBUG] Unable to locate resource in repository
> > > > org.apache.maven.wagon.ResourceDoesNotExistException: Unable to
> locate
> > > > resource in repository
> > > >     at
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
> > > >     at
> > > >
> org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> > > >     at
> > org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> > > >     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> > > >     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> > > >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> > > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> > > >     at
> > > >
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> > > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > >     at
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > >     at
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > >     at java.lang.reflect.Method.invoke(Method.java:597)
> > > >     at
> > > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > > >     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > > >     at
> > > > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > > >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > > Caused by: java.io.FileNotFoundException:
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > >     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> > > > Method)
> > > >     at
> > > >
> > >
> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> > > >     at
> > > >
> > >
> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> > > >     at
> java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> > > >     at
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> > > >     at java.security.AccessController.doPrivileged(Native Method)
> > > >     at
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> > > >     at
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> > > >     at
> > > >
> > >
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
> > > >     ... 41 more
> > > > Caused by: java.io.FileNotFoundException:
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > >     at
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
> > > >     at
> > > >
> java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> > > >     at
> > > >
> > >
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
> > > >     ... 41 more
> > > > [DEBUG] Using Wagon implementation lightweight from default mapping
> for
> > > > protocol https
> > > > [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> > > > repository apache.snapshots.https (
> > > > https://repository.apache.org/content/repositories/snapshots)
> > > > [DEBUG] Trying repository apache.public.https
> > > > [DEBUG] Using Wagon implementation lightweight from default mapping
> for
> > > > protocol https
> > > > [DEBUG] Checking for pre-existing User-Agent configuration.
> > > > [DEBUG] Adding User-Agent configuration.
> > > > [DEBUG] Connecting to repository: 'apache.public.https' with url: '
> > > > https://repository.apache.org/content/repositories/public'.
> > > > Downloading:
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > [DEBUG] Unable to locate resource in repository
> > > > org.apache.maven.wagon.ResourceDoesNotExistException: Unable to
> locate
> > > > resource in repository
> > > >     at
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
> > > >     at
> > > >
> org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> > > >     at
> > org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> > > >     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> > > >     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> > > >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> > > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> > > >     at
> > > >
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> > > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > >     at
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > >     at
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > >     at java.lang.reflect.Method.invoke(Method.java:597)
> > > >     at
> > > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > > >     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > > >     at
> > > > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > > >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > > Caused by: java.io.FileNotFoundException:
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > >     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> > > > Method)
> > > >     at
> > > >
> > >
> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> > > >     at
> > > >
> > >
> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> > > >     at
> java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> > > >     at
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> > > >     at java.security.AccessController.doPrivileged(Native Method)
> > > >     at
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> > > >     at
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> > > >     at
> > > >
> > >
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
> > > >     ... 41 more
> > > > Caused by: java.io.FileNotFoundException:
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > >     at
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
> > > >     at
> > > >
> java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> > > >     at
> > > >
> > >
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
> > > >     ... 41 more
> > > > [DEBUG] Using Wagon implementation lightweight from default mapping
> for
> > > > protocol https
> > > > [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> > > > repository apache.public.https (
> > > > https://repository.apache.org/content/repositories/public)
> > > > [DEBUG] Skipping disabled repository apache.snapshots
> > > > [DEBUG] Trying repository central
> > > > [DEBUG] Using Wagon implementation lightweight from default mapping
> for
> > > > protocol http
> > > > [DEBUG] Checking for pre-existing User-Agent configuration.
> > > > [DEBUG] Adding User-Agent configuration.
> > > > [DEBUG] Connecting to repository: 'central' with url: '
> > > > http://repo1.maven.org/maven2'.
> > > > Downloading:
> > > >
> > >
> >
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > > [DEBUG] Unable to locate resource in repository
> > > > org.apache.maven.wagon.ResourceDoesNotExistException: Unable to
> locate
> > > > resource in repository
> > > >     at
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
> > > >     at
> > > >
> org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> > > >     at
> > org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> > > >     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> > > >     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> > > >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> > > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> > > >     at
> > > >
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> > > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > >     at
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > >     at
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > >     at java.lang.reflect.Method.invoke(Method.java:597)
> > > >     at
> > > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > > >     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > > >     at
> > > > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > > >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > > Caused by: java.io.FileNotFoundException:
> > > >
> > >
> >
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > >     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> > > > Method)
> > > >     at
> > > >
> > >
> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> > > >     at
> > > >
> > >
> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> > > >     at
> java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> > > >     at
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> > > >     at java.security.AccessController.doPrivileged(Native Method)
> > > >     at
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> > > >     at
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
> > > >     ... 41 more
> > > > Caused by: java.io.FileNotFoundException:
> > > >
> > >
> >
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > >     at
> > > >
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
> > > >     at
> > > >
> java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
> > > >     ... 41 more
> > > > [DEBUG] Using Wagon implementation lightweight from default mapping
> for
> > > > protocol http
> > > > [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> > > > repository central (http://repo1.maven.org/maven2)
> > > > [DEBUG] Artifact not found - using stub model: Unable to download the
> > > > artifact from any repository
> > > >
> > > >   tomcat:commons-el:pom:5.5.23
> > > >
> > > > from the specified remote repositories:
> > > >   apache.snapshots.https (
> > > > https://repository.apache.org/content/repositories/snapshots),
> > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > >   central (http://repo1.maven.org/maven2),
> > > >   apache.public.https (
> > > > https://repository.apache.org/content/repositories/public)
> > > >
> > > >
> > > > [DEBUG] Using defaults for missing POM
> > > tomcat:commons-el:pom:5.5.23:compile
> > > > [DEBUG]   tomcat:commons-el:jar:5.5.23:compile (selected for compile)
> > > > [DEBUG]   commons-httpclient:commons-httpclient:jar:3.1:compile
> > (selected
> > > > for compile)
> > > > [DEBUG]     commons-logging:commons-logging:jar:1.0.4:compile
> (removed
> > -
> > > > nearer found: 1.1.1)
> > > > [DEBUG]     commons-codec:commons-codec:jar:1.2:compile (removed -
> > nearer
> > > > found: 1.9)
> > > > [DEBUG]   commons-io:commons-io:jar:2.4:compile (selected for
> compile)
> > > > [DEBUG]   commons-lang:commons-lang:jar:2.6:compile (selected for
> > > compile)
> > > > [DEBUG]   commons-logging:commons-logging:jar:1.1.1:compile (removed
> -
> > > > nearer found: 1.2)
> > > > [DEBUG]   commons-logging:commons-logging:jar:1.2:compile (selected
> for
> > > > compile)
> > > > [DEBUG]   org.apache.commons:commons-math:jar:2.2:compile (selected
> for
> > > > compile)
> > > > [DEBUG] Retrieving parent-POM:
> org.apache.commons:commons-parent:pom:30
> > > > for project: commons-net:commons-net:jar:3.3 from the repository.
> > > > [DEBUG]   commons-net:commons-net:jar:3.3:compile (selected for
> > compile)
> > > > [DEBUG]   commons-pool:commons-pool:jar:1.5.4:compile (removed -
> nearer
> > > > found: 1.6)
> > > > [DEBUG]   commons-pool:commons-pool:jar:1.6:compile (selected for
> > > compile)
> > > > [DEBUG]   org.eclipse.persistence:eclipselink:jar:2.5.2-M1:compile
> > > > (selected for compile)
> > > > [DEBUG]
>  org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
> > > > (selected for compile)
> > > > [DEBUG]     org.eclipse.persistence:commonj.sdo:jar:2.1.1:compile
> > > > (selected for compile)
> > > > [DEBUG]   org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
> > > > (selected for compile)
> > > > [DEBUG]   com.google.guava:guava:jar:17.0:compile (selected for
> > compile)
> > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.3:compile (selected for
> > > compile)
> > > > [DEBUG]   net.htmlparser.jericho:jericho-html:jar:3.3:compile
> (selected
> > > > for compile)
> > > > [DEBUG] Retrieving parent-POM:
> > > > org.springframework:spring-parent:pom:3.1.3.RELEASE for project:
> > > > org.springframework:spring-aop:jar:3.1.3.RELEASE from the repository.
> > > > [DEBUG] Adding managed dependencies for
> org.springframework:spring-aop
> > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > [DEBUG]
>  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > [DEBUG]   org.springframework:spring-aop:jar:3.1.3.RELEASE:compile
> > > > (selected for compile)
> > > > [DEBUG] Adding managed dependencies for
> org.springframework:spring-asm
> > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > [DEBUG]
>  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > [DEBUG]     org.springframework:spring-asm:jar:3.1.3.RELEASE:compile
> > > > (selected for compile)
> > > > [DEBUG] Adding managed dependencies for
> > org.springframework:spring-beans
> > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > [DEBUG]
>  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > [DEBUG]
>  org.springframework:spring-beans:jar:3.1.3.RELEASE:compile
> > > > (selected for compile)
> > > > [DEBUG] Adding managed dependencies for
> org.springframework:spring-core
> > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > [DEBUG]
>  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > [DEBUG]
>  org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> > > > (selected for compile)
> > > > [DEBUG]         commons-logging:commons-logging:jar:1.1.1:compile
> > > (removed
> > > > - nearer found: 1.2)
> > > > [DEBUG]     org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> > > > (selected for compile)
> > > > [DEBUG]       commons-logging:commons-logging:jar:1.1.1:compile
> > (removed
> > > -
> > > > nearer found: 1.2)
> > > > [DEBUG]   org.springframework:spring-asm:jar:3.1.3.RELEASE:compile
> > > > (selected for compile)
> > > > [DEBUG]   org.springframework:spring-beans:jar:3.1.3.RELEASE:compile
> > > > (selected for compile)
> > > > [DEBUG] Adding managed dependencies for
> > > org.springframework:spring-context
> > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > [DEBUG]
>  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > [DEBUG]
>  org.springframework:spring-context:jar:3.1.3.RELEASE:compile
> > > > (selected for compile)
> > > > [DEBUG] Adding managed dependencies for
> > > > org.springframework:spring-expression
> > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > [DEBUG]
>  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > [DEBUG]
> > > > org.springframework:spring-expression:jar:3.1.3.RELEASE:compile
> > (selected
> > > > for compile)
> > > > [DEBUG] Adding managed dependencies for
> > > > org.springframework:spring-context-support
> > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > [DEBUG]
>  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > [DEBUG]
> > > > org.springframework:spring-context-support:jar:3.1.3.RELEASE:compile
> > > > (selected for compile)
> > > > [DEBUG]   org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> > > > (selected for compile)
> > > > [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile
> (removed
> > -
> > > > nearer found: 1.2)
> > > > [DEBUG]
> >  org.springframework:spring-expression:jar:3.1.3.RELEASE:compile
> > > > (selected for compile)
> > > > [DEBUG] Adding managed dependencies for
> org.springframework:spring-jdbc
> > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > [DEBUG]
>  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > [DEBUG]   org.springframework:spring-jdbc:jar:3.1.3.RELEASE:compile
> > > > (selected for compile)
> > > > [DEBUG] Adding managed dependencies for org.springframework:spring-tx
> > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > [DEBUG]
>  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > [DEBUG]     org.springframework:spring-tx:jar:3.1.3.RELEASE:compile
> > > > (selected for compile)
> > > > [DEBUG] Adding managed dependencies for
> org.springframework:spring-orm
> > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > [DEBUG]
>  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > [DEBUG]   org.springframework:spring-orm:jar:3.1.3.RELEASE:compile
> > > > (selected for compile)
> > > > [DEBUG]   org.springframework:spring-tx:jar:3.1.3.RELEASE:compile
> > > > (selected for compile)
> > > > [DEBUG] Adding managed dependencies for
> org.springframework:spring-web
> > > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > > [DEBUG]
>  javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > > [DEBUG]   junit:junit:jar:4.9:test
> > > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > > [DEBUG]   org.springframework:spring-web:jar:3.1.3.RELEASE:compile
> > > > (selected for compile)
> > > > [DEBUG]   org.springframework:spring:jar:2.5.6:compile (selected for
> > > > compile)
> > > > [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile
> (removed
> > -
> > > > nearer found: 1.2)
> > > > [DEBUG] Retrieving parent-POM: com.sun.jersey:jersey-project:pom:1.4
> > for
> > > > project: null:jersey-bundle:jar:null from the repository.
> > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > [ERROR] BUILD ERROR
> > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > [INFO] Failed to resolve dependencies for one or more projects in the
> > > > reactor. Reason: Unable to get dependency information: Unable to read
> > the
> > > > metadata file for artifact 'com.sun.jersey:jersey-bundle:jar': Cannot
> > > find
> > > > parent: com.sun.jersey:jersey-project for project:
> > > > null:jersey-bundle:jar:null for project null:jersey-bundle:jar:null
> > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > >
> > > > from the specified remote repositories:
> > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > >   apache.snapshots.https (
> > > > https://repository.apache.org/content/repositories/snapshots),
> > > >   central (http://repo1.maven.org/maven2),
> > > >   apache.public.https (
> > > > https://repository.apache.org/content/repositories/public)
> > > >
> > > > Path to dependency:
> > > >     1) org.apache.ranger:security-admin-web:war:0.4.0
> > > >
> > > >
> > > >
> > > > Not a v4.0.0 POM. for project com.sun.jersey:jersey-project at
> > > >
> > >
> >
> C:\Users\HomeXPS\.m2\repository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > [DEBUG] Trace
> > > > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> > resolve
> > > > dependencies for one or more projects in the reactor. Reason: Unable
> to
> > > get
> > > > dependency information: Unable to read the metadata file for artifact
> > > > 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > > com.sun.jersey:jersey-project for project:
> null:jersey-bundle:jar:null
> > > for
> > > > project null:jersey-bundle:jar:null
> > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > >
> > > > from the specified remote repositories:
> > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > >   apache.snapshots.https (
> > > > https://repository.apache.org/content/repositories/snapshots),
> > > >   central (http://repo1.maven.org/maven2),
> > > >   apache.public.https (
> > > > https://repository.apache.org/content/repositories/public)
> > > >
> > > > Path to dependency:
> > > >     1) org.apache.ranger:security-admin-web:war:0.4.0
> > > >
> > > >
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> > > >     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> > > >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> > > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> > > >     at
> > > >
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> > > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > >     at
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > > >     at
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > > >     at java.lang.reflect.Method.invoke(Method.java:597)
> > > >     at
> > > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > > >     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > > >     at
> > > > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > > >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > > Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to
> > > > resolve dependencies for one or more projects in the reactor. Reason:
> > > > Unable to get dependency information: Unable to read the metadata
> file
> > > for
> > > > artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > > com.sun.jersey:jersey-project for project:
> null:jersey-bundle:jar:null
> > > for
> > > > project null:jersey-bundle:jar:null
> > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > >
> > > > from the specified remote repositories:
> > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > >   apache.snapshots.https (
> > > > https://repository.apache.org/content/repositories/snapshots),
> > > >   central (http://repo1.maven.org/maven2),
> > > >   apache.public.https (
> > > > https://repository.apache.org/content/repositories/public)
> > > >
> > > > Path to dependency:
> > > >     1) org.apache.ranger:security-admin-web:war:0.4.0
> > > >
> > > >
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:721)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> > > >     ... 17 more
> > > > Caused by:
> > > org.apache.maven.artifact.resolver.ArtifactResolutionException:
> > > > Unable to get dependency information: Unable to read the metadata
> file
> > > for
> > > > artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > > com.sun.jersey:jersey-project for project:
> null:jersey-bundle:jar:null
> > > for
> > > > project null:jersey-bundle:jar:null
> > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > >
> > > > from the specified remote repositories:
> > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > >   apache.snapshots.https (
> > > > https://repository.apache.org/content/repositories/snapshots),
> > > >   central (http://repo1.maven.org/maven2),
> > > >   apache.public.https (
> > > > https://repository.apache.org/content/repositories/public)
> > > >
> > > > Path to dependency:
> > > >     1) org.apache.ranger:security-admin-web:war:0.4.0
> > > >
> > > >
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:430)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> > > >     ... 22 more
> > > > Caused by:
> > > >
> org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException:
> > > > Unable to read the metadata file for artifact
> > > > 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > > com.sun.jersey:jersey-project for project:
> null:jersey-bundle:jar:null
> > > for
> > > > project null:jersey-bundle:jar:null
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:200)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> > > >     ... 28 more
> > > > Caused by: org.apache.maven.project.ProjectBuildingException: Cannot
> > find
> > > > parent: com.sun.jersey:jersey-project for project:
> > > > null:jersey-bundle:jar:null for project null:jersey-bundle:jar:null
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:255)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> > > >     ... 30 more
> > > > Caused by: org.apache.maven.project.InvalidProjectModelException:
> Not a
> > > > v4.0.0 POM. for project com.sun.jersey:jersey-project at
> > > >
> > >
> >
> C:\Users\HomeXPS\.m2\repository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1599)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1571)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:562)
> > > >     at
> > > >
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1392)
> > > >     ... 33 more
> > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > [INFO] Total time: 25 seconds
> > > > [INFO] Finished at: Mon Jan 12 10:00:56 IST 2015
> > > > [INFO] Final Memory: 171M/575M
> > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > >
> > > > On Mon, Jan 12, 2015 at 6:17 AM, Ashish Singh <
> ashish@hortonworks.com>
> > > > wrote:
> > > >
> > > >> HI Sitaram,
> > > >>
> > > >> Look, like you have some local files in your workspace, that is
> > > preventing
> > > >> to pass the Relase Audit Tool.
> > > >> Can, you list what is in this file
> > > >> F:\Consulting\DataGuise\Software\ApacheRanger\Git\
> > > >> incubator-ranger\target\rat.txt
> > > >> in your workspace.
> > > >>
> > > >> Use the below, command for code compilation.
> > > >>
> > > >> *mvn -X clean -DskipCheck=true -Dcheckstyle.skip=true package
> > > >> assembly:assembly install -DskipITs -DskipTests*
> > > >>
> > > >> Let me know, how it goes.
> > > >>
> > > >> Regards
> > > >> Ashish
> > > >>
> > > >>
> > > >>
> > > >> On Sun, Jan 11, 2015 at 7:39 AM, Sitaraman Vilayannur <
> > > >> vrsitaramanietflists@gmail.com> wrote:
> > > >>
> > > >> > Hi Gautam,
> > > >> >  Git branch says it is master.  with mvn -U i get the following
> > > >> > output...thanks.
> > > >> > Sitaraman
> > > >> > [INFO] Scanning for projects...
> > > >> > [INFO] Reactor build order:
> > > >> > [INFO]   ranger
> > > >> > [INFO]   Credential Support
> > > >> > [INFO]   Audit Component
> > > >> > [INFO]   Common library for Plugins
> > > >> > [INFO]   Hdfs Security Plugin
> > > >> > [INFO]   Hive Security Agent
> > > >> > [INFO]   HBaseSecurityAgents
> > > >> > [INFO]   Knox Security Plugin
> > > >> > [INFO]   Credential Builder
> > > >> > [INFO]   Storm Security Plugin
> > > >> > [INFO]   Agent Implementation Libary
> > > >> > [INFO]   Installer Support Component
> > > >> > [INFO]   Embeded Web Server Invoker
> > > >> > [INFO]   Resource Lookup API Implementation
> > > >> > [INFO]   Unix Authentication Client
> > > >> > [INFO]   Security Admin Web Application
> > > >> > [INFO]   Unix User Group Synchronizer
> > > >> > [INFO]   Unix Authentication Service
> > > >> > [INFO] Searching repository for plugin with prefix: 'assembly'.
> > > >> > [INFO] org.apache.maven.plugins: checking for updates from central
> > > >> > [WARNING] repository metadata for: 'org.apache.maven.plugins'
> could
> > > not
> > > >> be
> > > >> > retrieved from repository: central due to an error: Error copying
> > > >> temporary
> > > >> > file to the final destination:
> > > >> >
> > > >> >
> > > >>
> > >
> >
> C:\Users\HomeXPS\.m2\repository\org\apache\maven\plugins\maven-metadata-central.xml
> > > >> > (Access is denied)
> > > >> > [INFO] Repository 'central' will be blacklisted
> > > >> > [INFO]
> > > >> >
> > >
> ------------------------------------------------------------------------
> > > >> > [INFO] Building ranger
> > > >> > [INFO]    task-segment: [clean, compile, package, install]
> > > >> > [INFO]
> > > >> >
> > >
> ------------------------------------------------------------------------
> > > >> > [INFO] [clean:clean {execution: default-clean}]
> > > >> > [INFO] Deleting
> > > >> >
> > > >>
> > >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target
> > > >> > [INFO] [remote-resources:process {execution: default}]
> > > >> > [INFO] [antrun:run {execution: default}]
> > > >> > [INFO] Executing tasks
> > > >> >
> > > >> > main:
> > > >> > [INFO] Executed tasks
> > > >> > [INFO] [remote-resources:process {execution: default}]
> > > >> > [INFO] [antrun:run {execution: default}]
> > > >> > [INFO] Executing tasks
> > > >> >
> > > >> > main:
> > > >> > [INFO] Executed tasks
> > > >> > [INFO] [site:attach-descriptor {execution:
> > default-attach-descriptor}]
> > > >> > [INFO] [remote-resources:process {execution: default}]
> > > >> > [INFO] [antrun:run {execution: default}]
> > > >> > [INFO] Executing tasks
> > > >> >
> > > >> > main:
> > > >> > [INFO] Executed tasks
> > > >> > [INFO] [site:attach-descriptor {execution:
> > default-attach-descriptor}]
> > > >> > [INFO] [apache-rat:check {execution: default}]
> > > >> > [INFO] 51 implicit excludes (use -debug for more details).
> > > >> > [INFO] Exclude: **/dependency-reduced-pom.xml
> > > >> > [INFO] Exclude: **/robots.txt
> > > >> > [INFO] Exclude: **/MANIFEST.MF
> > > >> > [INFO] Exclude: **/bootstrap.min.js
> > > >> > [INFO] Exclude: **/src/main/webapp/fonts/**
> > > >> > [INFO] Exclude: **/src/main/webapp/libs/**
> > > >> > [INFO] Exclude: .git/**
> > > >> > [INFO] Exclude: .pc/**
> > > >> > [INFO] Exclude: debian/**
> > > >> > [INFO] Exclude: .gitignore/**
> > > >> > [INFO] Exclude: .svn/**
> > > >> > [INFO] Exclude: .idea/**
> > > >> > [INFO] Exclude: dev-support/**
> > > >> > [INFO] Exclude: **/.gitignore/**
> > > >> > [INFO] Exclude: **/.project/**
> > > >> > [INFO] Exclude: **/.settings/**
> > > >> > [INFO] Exclude: **/.classpath/**
> > > >> > [INFO] Exclude: **/*.iml
> > > >> > [INFO] Exclude: **/target/**
> > > >> > [INFO] Exclude: **/bin/**
> > > >> > [INFO] Exclude: **/CHANGES
> > > >> > [INFO] Exclude: **/ISSUES
> > > >> > [INFO] Exclude: **/patchprocess/**
> > > >> > [INFO] Exclude: **/test/resources/**
> > > >> > [INFO] Exclude: **/main/resources/**/*.json
> > > >> > [INFO] Exclude: **/.externalToolBuilders/*
> > > >> > [INFO] Exclude: *.patch
> > > >> > [INFO] Exclude: atlassian-ide-plugin.xml
> > > >> > [INFO] 803 resources included (use -debug for more details)
> > > >> > [INFO] Rat check: Summary of files. Unapproved: 1 unknown: 1
> > > generated:
> > > >> 0
> > > >> > approved: 766 licence.
> > > >> > [INFO]
> > > >> >
> > >
> ------------------------------------------------------------------------
> > > >> > [ERROR] BUILD FAILURE
> > > >> > [INFO]
> > > >> >
> > >
> ------------------------------------------------------------------------
> > > >> > [INFO] Too many files with unapproved license: 1 See RAT report
> in:
> > > >> >
> > > >> >
> > > >>
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target\rat.txt
> > > >> > [INFO]
> > > >> >
> > >
> ------------------------------------------------------------------------
> > > >> > [INFO] For more information, run Maven with the -e switch
> > > >> > [INFO]
> > > >> >
> > >
> ------------------------------------------------------------------------
> > > >> > [INFO] Total time: 7 seconds
> > > >> > [INFO] Finished at: Sun Jan 11 21:03:16 IST 2015
> > > >> > [INFO] Final Memory: 45M/488M
> > > >> > [INFO]
> > > >> >
> > >
> ------------------------------------------------------------------------
> > > >> >
> > > >> >
> > > >> >
> > > >> > On Sun, Jan 11, 2015 at 7:09 PM, Gautam Borad <gb...@gmail.com>
> > > wrote:
> > > >> >
> > > >> > > Sitaraman, you can check the branch with the help of following
> git
> > > >> > command
> > > >> > > : git branch
> > > >> > > I just did a git pull of master branch which is at *ef152319*
> > > >> currently
> > > >> > and
> > > >> > > was able to successfully build Ranger.
> > > >> > >
> > > >> > > Can you try again with the -U option to maven and post the
> entire
> > > >> output
> > > >> > of
> > > >> > > the command for us to inspect? Thanks.
> > > >> > >
> > > >> > > On Sat, Jan 10, 2015 at 6:39 PM, Sitaraman Vilayannur <
> > > >> > > vrsitaramanietflists@gmail.com> wrote:
> > > >> > >
> > > >> > > > Hi Gautam,
> > > >> > > >  I used the git command line as given in
> > > >> > > > http://ranger.incubator.apache.org/quick_start_guide.html to
> > > >> checkout
> > > >> > > from
> > > >> > > > the git repository...i.e git clone git://
> > > >> > > > git.apache.org/incubator-ranger.git
> > > >> > > > how do i find out which branch it is?
> > > >> > > > Sitaraman
> > > >> > > >
> > > >> > > > On Sat, Jan 10, 2015 at 6:32 PM, Gautam Borad <
> gborad@gmail.com
> > >
> > > >> > wrote:
> > > >> > > >
> > > >> > > > > Sitaraman, Which tool did you use to checkout the codebase?
> > Can
> > > >> you
> > > >> > let
> > > >> > > > me
> > > >> > > > > know the branch that you are trying to compile?
> > > >> > > > >
> > > >> > > > > On Sat, Jan 10, 2015 at 6:29 PM, Sitaraman Vilayannur <
> > > >> > > > > vrsitaramanietflists@gmail.com> wrote:
> > > >> > > > >
> > > >> > > > > > Hi Gautam,
> > > >> > > > > >    I am not behind a proxy.  Which other network
> > > configurations
> > > >> > > should
> > > >> > > > i
> > > >> > > > > be
> > > >> > > > > > checking. I got the code via a git clone git://
> > > >> > > > > > git.apache.org/incubator-ranger.git. Thanks for your
> > > continued
> > > >> > help.
> > > >> > > > > > Sitaraman
> > > >> > > > > >
> > > >> > > > > > On Sat, Jan 10, 2015 at 6:15 PM, Gautam Borad <
> > > gborad@gmail.com
> > > >> >
> > > >> > > > wrote:
> > > >> > > > > >
> > > >> > > > > > > Sitaraman, this is most likely a network issue. Can you
> > > check
> > > >> > your
> > > >> > > > > proxy
> > > >> > > > > > > and network configuration? Also can you let me know
> which
> > > >> branch
> > > >> > > are
> > > >> > > > > you
> > > >> > > > > > > trying to compile?
> > > >> > > > > > >
> > > >> > > > > > > Thanks.
> > > >> > > > > > >
> > > >> > > > > > > On Sat, Jan 10, 2015 at 5:11 PM, Sitaraman Vilayannur <
> > > >> > > > > > > vrsitaramanietflists@gmail.com> wrote:
> > > >> > > > > > >
> > > >> > > > > > > > Hi Gautam,
> > > >> > > > > > > >  Thanks for your response.
> > > >> > > > > > > >  Tried with -DskipTests=true and i am getting the
> > > following
> > > >> > > error.
> > > >> > > > > > > >
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> http://repo1.maven.org/maven2/net/htmlparser/jericho/jericho-html/3.3/je
> > > >> > > > > > > > richo-html-3.3.pom
> > > >> > > > > > > > 2K downloaded  (jericho-html-3.3.pom)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > >> > > > > > > >
> > > >> ramework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > > >> > > > > > > > repository apache.snapshots.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositories
> > > >> > > > > > > > /snapshots)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > >> > > > > > > >
> > > ework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > > >> > > > > > > > repository apache.public.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositories/pu
> > > >> > > > > > > > blic)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.3.RELEA
> > > >> > > > > > > > SE/spring-aop-3.1.3.RELEASE.pom
> > > >> > > > > > > > 2K downloaded  (spring-aop-3.1.3.RELEASE.pom)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > >> > > > > > > >
> > > >> > > >
> > > ramework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > >> > > > > > > > in repository apache.snapshots.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositor
> > > >> > > > > > > > ies/snapshots)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > >> > > > > > > >
> > > >> > ework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > >> > > > > > > > in repository apache.public.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositories
> > > >> > > > > > > > /public)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-parent/3.1.3.RE
> > > >> > > > > > > > LEASE/spring-parent-3.1.3.RELEASE.pom
> > > >> > > > > > > > 8K downloaded  (spring-parent-3.1.3.RELEASE.pom)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > >> > > > > > > >
> > > >> ramework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > > >> > > > > > > > repository apache.snapshots.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositories
> > > >> > > > > > > > /snapshots)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > >> > > > > > > >
> > > ework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > > >> > > > > > > > repository apache.public.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositories/pu
> > > >> > > > > > > > blic)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.3.RELEA
> > > >> > > > > > > > SE/spring-asm-3.1.3.RELEASE.pom
> > > >> > > > > > > > 2K downloaded  (spring-asm-3.1.3.RELEASE.pom)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > >> > > > > > > >
> > > >> > >
> ramework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > >> > > > > > > > n repository apache.snapshots.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositori
> > > >> > > > > > > > es/snapshots)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > >> > > > > > > >
> > > >> ework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > >> > > > > > > > n repository apache.public.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositories/
> > > >> > > > > > > > public)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.3.REL
> > > >> > > > > > > > EASE/spring-beans-3.1.3.RELEASE.pom
> > > >> > > > > > > > 2K downloaded  (spring-beans-3.1.3.RELEASE.pom)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > >> > > > > > > >
> > > >> > ramework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> > > >> > > > > > > >  repository apache.snapshots.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositorie
> > > >> > > > > > > > s/snapshots)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > >> > > > > > > >
> > > >> ework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> > > >> > > > > > > >  repository apache.public.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositories/p
> > > >> > > > > > > > ublic)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-core/3.1.3.RELE
> > > >> > > > > > > > ASE/spring-core-3.1.3.RELEASE.pom
> > > >> > > > > > > > 2K downloaded  (spring-core-3.1.3.RELEASE.pom)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > >> > > > > > > >
> > > >> > > > >
> > > >> >
> > ramework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > > >> > > > > > > >  in repository apache.snapshots.https (
> > > >> > > > > > > > https://repository.apache.org/content/reposito
> > > >> > > > > > > > ries/snapshots)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > >> > > > > > > >
> > > >> > >
> > ework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > > >> > > > > > > >  in repository apache.public.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositorie
> > > >> > > > > > > > s/public)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-context/3.1.3.R
> > > >> > > > > > > > ELEASE/spring-context-3.1.3.RELEASE.pom
> > > >> > > > > > > > 8K downloaded  (spring-context-3.1.3.RELEASE.pom)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > >> > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> ramework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > >> > > > > > > > SE' in repository apache.snapshots.https (
> > > >> > > > > > > > https://repository.apache.org/content/repos
> > > >> > > > > > > > itories/snapshots)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> ework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > >> > > > > > > > SE' in repository apache.public.https (
> > > >> > > > > > > > https://repository.apache.org/content/reposito
> > > >> > > > > > > > ries/public)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-expression/3.1
> > > >> .
> > > >> > > > > > > > 3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > >> > > > > > > > 1K downloaded  (spring-expression-3.1.3.RELEASE.pom)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > >> > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> ramework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.po
> > > >> > > > > > > > m
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-context-support:pom:3.1.3.
> > > >> > > > > > > > RELEASE' in repository apache.snapshots.https (
> > > >> > > > > > > > https://repository.apache.org/content/
> > > >> > > > > > > > repositories/snapshots)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > >> > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> ework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-context-support:pom:3.1.3.
> > > >> > > > > > > > RELEASE' in repository apache.public.https (
> > > >> > > > > > > > https://repository.apache.org/content/rep
> > > >> > > > > > > > ositories/public)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-context-support
> > > >> > > > > > > >
> /3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > >> > > > > > > > 4K downloaded
> > (spring-context-support-3.1.3.RELEASE.pom)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > >> > > > > > > >
> > > >> > ramework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> > > >> > > > > > > >  repository apache.snapshots.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositorie
> > > >> > > > > > > > s/snapshots)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > >> > > > > > > >
> > > >> ework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> > > >> > > > > > > >  repository apache.public.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositories/p
> > > >> > > > > > > > ublic)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-jdbc/3.1.3.RELE
> > > >> > > > > > > > ASE/spring-jdbc-3.1.3.RELEASE.pom
> > > >> > > > > > > > 3K downloaded  (spring-jdbc-3.1.3.RELEASE.pom)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > >> > > > > > > >
> > > ramework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > > >> > > > > > > > epository apache.snapshots.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositories/
> > > >> > > > > > > > snapshots)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > >> > > > > > > >
> > ework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > > >> > > > > > > > epository apache.public.https (
> > > >> > > > > > > >
> https://repository.apache.org/content/repositories/pub
> > > >> > > > > > > > lic)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-tx/3.1.3.RELEAS
> > > >> > > > > > > > E/spring-tx-3.1.3.RELEASE.pom
> > > >> > > > > > > > 3K downloaded  (spring-tx-3.1.3.RELEASE.pom)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > >> > > > > > > >
> > > >> ramework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > > >> > > > > > > > repository apache.snapshots.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositories
> > > >> > > > > > > > /snapshots)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > >> > > > > > > >
> > > ework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > > >> > > > > > > > repository apache.public.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositories/pu
> > > >> > > > > > > > blic)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-orm/3.1.3.RELEA
> > > >> > > > > > > > SE/spring-orm-3.1.3.RELEASE.pom
> > > >> > > > > > > > 7K downloaded  (spring-orm-3.1.3.RELEASE.pom)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > >> > > > > > > >
> > > >> ramework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > > >> > > > > > > > repository apache.snapshots.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositories
> > > >> > > > > > > > /snapshots)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > >> > > > > > > >
> > > ework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > > >> > > > > > > > repository apache.public.https (
> > > >> > > > > > > > https://repository.apache.org/content/repositories/pu
> > > >> > > > > > > > blic)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-web/3.1.3.RELEA
> > > >> > > > > > > > SE/spring-web-3.1.3.RELEASE.pom
> > > >> > > > > > > > 6K downloaded  (spring-web-3.1.3.RELEASE.pom)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/snapshots/com/sun/jer
> > > >> > > > > > > > sey/jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > 'com.sun.jersey:jersey-bundle:pom:1.4'
> > > >> > > > > > in
> > > >> > > > > > > > repository a
> > > >> > > > > > > > pache.snapshots.https (
> > > >> > > > > > > >
> > > >> https://repository.apache.org/content/repositories/snapshots)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> https://repository.apache.org/content/repositories/public/com/sun/jersey
> > > >> > > > > > > > /jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > >> > > > > > > > [INFO] Unable to find resource
> > > >> > > > 'com.sun.jersey:jersey-bundle:pom:1.4'
> > > >> > > > > > in
> > > >> > > > > > > > repository a
> > > >> > > > > > > > pache.public.https (
> > > >> > > > > > > >
> > https://repository.apache.org/content/repositories/public
> > > )
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.4/jersey-bu
> > > >> > > > > > > > ndle-1.4.pom
> > > >> > > > > > > > 19K downloaded  (jersey-bundle-1.4.pom)
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > >> > > > > > > > y-project/1.4/jersey-project-1.4.pom
> > > >> > > > > > > > 178b downloaded  (jersey-project-1.4.pom)
> > > >> > > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on
> > > download:
> > > >> > > local
> > > >> > > > =
> > > >> > > > > > > > '81ffbd1712afe8c
> > > >> > > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > >> > > > > > > > <head><title>301' - RETRYING
> > > >> > > > > > > > Downloading:
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > >> > > > > > > > y-project/1.4/jersey-project-1.4.pom
> > > >> > > > > > > > 178b downloaded  (jersey-project-1.4.pom)
> > > >> > > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on
> > > download:
> > > >> > > local
> > > >> > > > =
> > > >> > > > > > > > '81ffbd1712afe8c
> > > >> > > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > >> > > > > > > > <head><title>301' - IGNORING
> > > >> > > > > > > > [INFO]
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > >
> ------------------------------------------------------------------------
> > > >> > > > > > > > [ERROR] BUILD ERROR
> > > >> > > > > > > > [INFO]
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > >
> ------------------------------------------------------------------------
> > > >> > > > > > > > [INFO] Failed to resolve dependencies for one or more
> > > >> projects
> > > >> > in
> > > >> > > > the
> > > >> > > > > > > > reactor. Reason
> > > >> > > > > > > > : Unable to get dependency information: Unable to read
> > the
> > > >> > > metadata
> > > >> > > > > > file
> > > >> > > > > > > > for artifact
> > > >> > > > > > > >  'com.sun.jersey:jersey-bundle:jar': Cannot find
> parent:
> > > >> > > > > > > > com.sun.jersey:jersey-projec
> > > >> > > > > > > > t for project: null:jersey-bundle:jar:null for project
> > > >> > > > > > > > null:jersey-bundle:jar:null
> > > >> > > > > > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > >> > > > > > > >
> > > >> > > > > > > > from the specified remote repositories:
> > > >> > > > > > > >   apache.snapshots (
> > > http://repository.apache.org/snapshots
> > > >> ),
> > > >> > > > > > > >   apache.snapshots.https (
> > > >> > > > > > > >
> > > https://repository.apache.org/content/repositories/snapshot
> > > >> > > > > > > > s),
> > > >> > > > > > > >   central (http://repo1.maven.org/maven2),
> > > >> > > > > > > >   apache.public.https (
> > > >> > > > > > > >
> > https://repository.apache.org/content/repositories/public
> > > )
> > > >> > > > > > > >
> > > >> > > > > > > > Path to dependency:
> > > >> > > > > > > >         1)
> > org.apache.ranger:security-admin-web:war:0.4.0
> > > >> > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > > > Not a v4.0.0 POM. for project
> > > com.sun.jersey:jersey-project
> > > >> at
> > > >> > > > > > > > C:\Users\HomeXPS\.m2\r
> > > >> > > > > > > >
> > > >> > >
> epository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > > >> > > > > > > > [INFO]
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > >
> ------------------------------------------------------------------------
> > > >> > > > > > > > [INFO] For more information, run Maven with the -e
> > switch
> > > >> > > > > > > > [INFO]
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > >
> ------------------------------------------------------------------------
> > > >> > > > > > > > [INFO] Total time: 12 minutes 27 seconds
> > > >> > > > > > > > [INFO] Finished at: Sat Jan 10 17:03:43 IST 2015
> > > >> > > > > > > > [INFO] Final Memory: 238M/572M
> > > >> > > > > > > > [INFO]
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > >
> ------------------------------------------------------------------------
> > > >> > > > > > > >
> > > >> > > > > > > > On Sat, Jan 10, 2015 at 11:51 AM, Gautam Borad <
> > > >> > gborad@gmail.com
> > > >> > > >
> > > >> > > > > > wrote:
> > > >> > > > > > > >
> > > >> > > > > > > > > Hi Sitaraman,
> > > >> > > > > > > > >     Please try compiling with -DskipTests, the
> problem
> > > >> seem
> > > >> > to
> > > >> > > be
> > > >> > > > > > with
> > > >> > > > > > > > path
> > > >> > > > > > > > > issue on Windows.
> > > >> > > > > > > > >
> > > >> > > > > > > > > On Fri, Jan 9, 2015 at 2:18 PM, Sitaraman
> Vilayannur <
> > > >> > > > > > > > > vrsitaramanietflists@gmail.com> wrote:
> > > >> > > > > > > > >
> > > >> > > > > > > > > > Hi,
> > > >> > > > > > > > > >   I am just starting out on Ranger. When i used
> the
> > > >> command
> > > >> > > > > > > > > >  mvn -DskipTests=false clean compile package
> install
> > > >> > > > > > > assembly:assembly
> > > >> > > > > > > > > > to build i get the following error, what am i
> > missing?
> > > >> > Thanks
> > > >> > > > > > > > > > Sitaraman
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >
> > > -------------------------------------------------------
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >  T E S T S
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >
> > > -------------------------------------------------------
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > Running
> > > >> > > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > log4j:WARN No appenders could be found for logger
> > > >> > > > > > > > > > (org.apache.hadoop.util.Shell).
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > log4j:WARN Please initialize the log4j system
> > > properly.
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > log4j:WARN See
> > > >> > > > > > http://logging.apache.org/log4j/1.2/faq.html#noconfig
> > > >> > > > > > > > for
> > > >> > > > > > > > > > more info.
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > java.io.IOException: Bad configuration of
> > > >> > > > > > > > > > hadoop.security.credential.provider.path at
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > edentialProviderFactory.java:70)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > ider(CredentialShell.java:164)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > edentialShell.java:323)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > 67)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > setup(RangerCredentialProviderTest.java:50)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > >> > > > > > > Method)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > 39)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > pl.java:25)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> java.lang.reflect.Method.invoke(Method.java:597)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > d.java:47)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > .java:12)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > java:44)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > 24)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > )
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > >
> > > >> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > ava:70)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > ava:50)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > >
> > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > >
> > > >> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > >
> > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > >
> > > >> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > >
> > > >> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > a:264)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > der.java:153)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > :124)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > der(ForkedBooter.java:200)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > ter.java:153)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal
> > > >> character
> > > >> > in
> > > >> > > > > > > authority
> > > >> > > > > > > > at
> > > >> > > > > > > > > > index 8: jc
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> java.net.URI$Parser.parse(URI.java:3015)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > edentialProviderFactory.java:55)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         ... 28 more
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > There are no valid CredentialProviders configured.
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > Credential will not be created.
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > Consider using the -provider option to indicate
> the
> > > >> > provider
> > > >> > > to
> > > >> > > > > > use.
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > java.io.IOException: Bad configuration of
> > > >> > > > > > > > > > hadoop.security.credential.provider.path at
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > edentialProviderFactory.java:70)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > ider(CredentialShell.java:164)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > edentialShell.java:254)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > 67)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > teardown(RangerCredentialProviderTest.java:85)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > >> > > > > > > Method)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > 39)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > pl.java:25)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> java.lang.reflect.Method.invoke(Method.java:597)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > d.java:47)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > .java:12)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > java:44)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > )
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > >
> > > >> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > ava:70)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > ava:50)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > >
> > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > >
> > > >> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > >
> > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > >
> > > >> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > >
> > > >> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > a:264)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > der.java:153)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > :124)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > der(ForkedBooter.java:200)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > ter.java:153)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal
> > > >> character
> > > >> > in
> > > >> > > > > > > authority
> > > >> > > > > > > > at
> > > >> > > > > > > > > > index 8: jc
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> java.net.URI$Parser.parse(URI.java:3015)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > edentialProviderFactory.java:55)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         ... 27 more
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > There are no valid CredentialProviders configured.
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > Nothing will be deleted.
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > Consider using the -provider option to indicate
> the
> > > >> > provider
> > > >> > > to
> > > >> > > > > > use.
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > java.io.IOException: Bad configuration of
> > > >> > > > > > > > > > hadoop.security.credential.provider.path at
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > edentialProviderFactory.java:70)
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >         at
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > ider(CredentialShell.java:164)
> > > >> > > > >
> > > ...
> > >
> > > [Message clipped]
> >
>
>
>
> --
> Thanks & Regards,
> Ashish Singh
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Error while building.

Posted by Ashish Singh <as...@hortonworks.com>.
Hi Sitaraman,

Are you logged in as "HomeXPS" user ?
Can you please check the ownership and permissions for
C:\Users\HomeXPS\.m2.
Looks like due to your env, mvn is not able to write to .m2 cache.
Also, try to use Maven 3 and JDK 1.6 and above, JDK 1.7 is better.

On Sun, Jan 11, 2015 at 10:57 PM, Sitaraman Vilayannur <
vrsitaramanietflists@gmail.com> wrote:

> Hi Guatam,
>  Windows version is Windows 7 Home premium.
>  Maven Version is 2.2.1 http://pastebin.com/GBGdyhfk
>  m2 rep location is C:\Users\HomeXPS\.m2
>  I am unable to view this directory in my Windows Explorer though other .
> files are visible. However when i try to create this directory windows
> command prompt says the directory already exists.
>  I am not behind a proxy or firewall.
> Sitaraman
>
> On Mon, Jan 12, 2015 at 12:00 PM, Gautam Borad <gb...@gmail.com> wrote:
>
> > Sitaraman, Can you provide more information about the build environment?
> >
> > 1] Windows version
> > 2] Maven version
> > 3] M2 repo location and contents ( to check whether some artifacts are
> > getting downloaded or not )
> > 4] Network details ( whether using proxy, behind firewall etc )
> >
> > P.S: Please use services like pastebin/gist for pasting console outputs.
> >
> > Thanks.
> >
> >
> > On Mon, Jan 12, 2015 at 10:40 AM, Sitaraman Vilayannur <
> > vrsitaramanietflists@gmail.com> wrote:
> >
> > > Hi Ashish,
> > >  Thanks for getting in touch with me regarding this issue i am facing.
> I
> > > am still getting a build error with the said mvn command.  Attached is
> > the
> > > rat.txt file.
> > > Sitaraman
> > > ******************************************************************
> > > [DEBUG] Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
> > > [DEBUG] RuntimeInstance initializing.
> > > [DEBUG] Default Properties File:
> > > org\apache\velocity\runtime\defaults\velocity.properties
> > > [DEBUG] LogSystem has been deprecated. Please use a LogChute
> > > implementation.
> > > [DEBUG] Default ResourceManager initializing. (class
> > > org.apache.velocity.runtime.resource.ResourceManagerImpl)
> > > [DEBUG] ResourceLoader instantiated:
> > > org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
> > > [DEBUG] ResourceLoader instantiated:
> > > org.codehaus.plexus.velocity.SiteResourceLoader
> > > [DEBUG] ResourceCache: initialized (class
> > > org.apache.velocity.runtime.resource.ResourceCacheImpl)
> > > [DEBUG] Default ResourceManager initialization complete.
> > > [DEBUG] Loaded System Directive:
> > > org.apache.velocity.runtime.directive.Literal
> > > [DEBUG] Loaded System Directive:
> > > org.apache.velocity.runtime.directive.Macro
> > > [DEBUG] Loaded System Directive:
> > > org.apache.velocity.runtime.directive.Parse
> > > [DEBUG] Loaded System Directive:
> > > org.apache.velocity.runtime.directive.Include
> > > [DEBUG] Loaded System Directive:
> > > org.apache.velocity.runtime.directive.Foreach
> > > [DEBUG] Created '20' parsers.
> > > [DEBUG] Velocimacro : initialization starting.
> > > [DEBUG] Velocimacro : allowInline = true : VMs can be defined inline in
> > > templates
> > > [DEBUG] Velocimacro : allowInlineToOverride = false : VMs defined
> inline
> > > may NOT replace previous VM definitions
> > > [DEBUG] Velocimacro : allowInlineLocal = false : VMs defined inline
> will
> > > be global in scope if allowed.
> > > [DEBUG] Velocimacro : autoload off : VM system will not automatically
> > > reload global library macros
> > > [DEBUG] Velocimacro : Velocimacro : initialization complete.
> > > [DEBUG] RuntimeInstance successfully initialized.
> > > [DEBUG] Configuring mojo
> > > 'org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1:process'
> > -->
> > > [DEBUG]   (f) appendedResourcesDirectory =
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\src\main\appended-resources
> > > [DEBUG]   (f) attached = true
> > > [DEBUG]   (f) basedir =
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin
> > > [DEBUG]   (f) encoding = UTF-8
> > > [DEBUG]   (f) excludeTransitive = false
> > > [DEBUG]   (f) includeProjectProperties = false
> > > [DEBUG]   (f) includeScope = runtime
> > > [DEBUG]   (f) localRepository =
> > > Repository[local|file://C:\Users\HomeXPS\.m2\repository]
> > > [DEBUG]   (f) mavenSession =
> > > org.apache.maven.execution.MavenSession@77485542
> > > [DEBUG]   (f) outputDirectory =
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\target\maven-shared-archive-resources
> > > [DEBUG]   (f) project = MavenProject:
> > > org.apache.ranger:security-admin-web:0.4.0 @
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\pom.xml
> > > [DEBUG]   (f) remoteArtifactRepositories =
> > > [Repository[apache.snapshots.https|
> > > https://repository.apache.org/content/repositories/snapshots],
> > > Repository[apache.public.https|
> > > https://repository.apache.org/content/repositories/public],
> > > Repository[apache.snapshots|http://repository.apache.org/snapshots],
> > > Repository[central|http://repo1.maven.org/maven2]]
> > > [DEBUG]   (f) resourceBundles =
> > [org.apache:apache-jar-resource-bundle:1.4]
> > > [DEBUG]   (f) resources = [Resource {targetPath: null, filtering: true,
> > > FileSet {directory:
> > >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\src\main\resources,
> > > PatternSet [includes: {}, excludes: {}]}}]
> > > [DEBUG]   (f) runOnlyAtExecutionRoot = false
> > > [DEBUG]   (f) skip = false
> > > [DEBUG]   (f) useDefaultFilterDelimiters = true
> > > [DEBUG] -- end configuration --
> > > [INFO] [remote-resources:process {execution: default}]
> > > [DEBUG] Supplemental data models won't be loaded.  No models specified.
> > > [DEBUG] inceptionYear not specified, defaulting to 2015
> > > [DEBUG] org.apache.ranger:security-admin-web:war:0.4.0 (selected for
> > null)
> > > [DEBUG] Retrieving parent-POM: org.antlr:antlr-master:pom:3.5.2 for
> > > project: org.antlr:antlr-runtime:jar:null from the repository.
> > > [DEBUG] Adding managed dependencies for org.antlr:antlr-runtime
> > > [DEBUG]   junit:junit:jar:4.10:test
> > > [DEBUG]   antlr:antlr:jar:2.7.7:compile
> > > [DEBUG]   org.antlr:stringtemplate:jar:3.2.1:compile
> > > [DEBUG]   org.antlr:ST4:jar:4.0.8:compile
> > > [DEBUG]   org.antlr:antlr-runtime:jar:3.5.2:compile (selected for
> > compile)
> > > [DEBUG]   aopalliance:aopalliance:jar:1.0:compile (selected for
> compile)
> > > [DEBUG] Retrieving parent-POM: org.ow2.util.asm:asm-parent:pom:3.1 for
> > > project: null:asm:jar:3.1 from the repository.
> > > [DEBUG] Adding managed dependencies for unknown:asm
> > > [DEBUG]   org.ow2.util.asm:asm:jar:3.1
> > > [DEBUG]   org.ow2.util.asm:asm-tree:jar:3.1
> > > [DEBUG]   org.ow2.util.asm:asm-analysis:jar:3.1
> > > [DEBUG]   org.ow2.util.asm:asm-commons:jar:3.1
> > > [DEBUG]   org.ow2.util.asm:asm-util:jar:3.1
> > > [DEBUG]   org.ow2.util.asm:asm-xml:jar:3.1
> > > [DEBUG]   org.ow2.util.asm:asm:jar:3.1:compile (selected for compile)
> > > [DEBUG]   c3p0:c3p0:jar:0.9.1.2:compile (selected for compile)
> > > [DEBUG] Retrieving parent-POM: org.glassfish.hk2:external:pom:2.2.0-b23
> > > for project: org.glassfish.hk2.external:cglib:jar:null from the
> > repository.
> > > [DEBUG] Retrieving parent-POM:
> org.glassfish.hk2:hk2-public:pom:2.2.0-b23
> > > for project: null:external:pom:null from the repository.
> > > [DEBUG] Retrieving parent-POM:
> org.glassfish.hk2:hk2-parent:pom:2.2.0-b23
> > > for project: org.glassfish.hk2:hk2-public:pom:2.2.0-b23 from the
> > repository.
> > > [DEBUG] Retrieving parent-POM: org.glassfish.hk2:hk2-bom:pom:2.2.0-b23
> > for
> > > project: null:hk2-parent:pom:null from the repository.
> > > [DEBUG] Adding managed dependencies for
> org.glassfish.hk2.external:cglib
> > > [DEBUG]   org.glassfish.hk2:auto-depends-plugin:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2-build:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:class-model:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:config-generator:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:config-types:jar:2.2.0-b23
> > > [DEBUG]
>  org.glassfish.hk2:consolidatedbundle-maven-plugin:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:core:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2-dependency-verifier:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2-dependency-visualizer:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:devtests:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:ctm-example:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:custom-resolver-example:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:examples:pom:2.2.0-b23
> > > [DEBUG]
>  org.glassfish.hk2:security-lockdown-example-alice:jar:2.2.0-b23
> > > [DEBUG]
> >  org.glassfish.hk2:security-lockdown-example-mallory:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:security-lockdown-example:pom:2.2.0-b23
> > > [DEBUG]
> >  org.glassfish.hk2:security-lockdown-example-runner:jar:2.2.0-b23
> > > [DEBUG]
> >  org.glassfish.hk2:security-lockdown-example-system:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2.external:asm-all-repackaged:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2.external:bean-validator:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2.external:bean-validator-cdi:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2.external:cglib:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2.external:javax.inject:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:external:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:tiger-types-osgi:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2-api:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2-config:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2-config-generator:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2-inhabitant-generator:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2-locator:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2-maven:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2-runlevel:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2-junitrunner:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2-testng:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2-testing:pom:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2-utils:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2-kernel-parent:pom:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:osgi-adapter:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:contract-bundle:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:faux-sdp-bundle:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:osgi-adapter-test:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:osgi-adapter-tests-parent:pom:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:sdp-management-bundle:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:test-module-startup:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:osgi:pom:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:osgiversion-maven-plugin:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2-parent:pom:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2:hk2-public:pom:2.2.0-b23
> > > [DEBUG]   javax.validation:validation-api:jar:1.1.0.Final
> > > [DEBUG]   org.hibernate:hibernate-validator:jar:5.0.0.Final
> > > [DEBUG]   org.glassfish.hk2:guice-bridge:jar:2.2.0-b23
> > > [DEBUG]   org.glassfish.hk2.external:cglib:jar:2.2.0-b23:compile
> > (selected
> > > for compile)
> > > [DEBUG]
> > > commons-beanutils:commons-beanutils-bean-collections:jar:1.8.3:compile
> > > (selected for compile)
> > > [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile (selected
> > > for compile)
> > > [DEBUG]   commons-beanutils:commons-beanutils-core:jar:1.8.3:compile
> > > (selected for compile)
> > > [DEBUG]   commons-cli:commons-cli:jar:1.2:compile (selected for
> compile)
> > > [DEBUG]   commons-codec:commons-codec:jar:1.9:compile (selected for
> > > compile)
> > > [DEBUG]   commons-collections:commons-collections:jar:3.2.1:compile
> > > (selected for compile)
> > > [DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:33
> > > for project: org.apache.commons:commons-compress:jar:1.8.1 from the
> > > repository.
> > > [DEBUG]   org.apache.commons:commons-compress:jar:1.8.1:compile
> (selected
> > > for compile)
> > > [DEBUG]   commons-configuration:commons-configuration:jar:1.10:compile
> > > (selected for compile)
> > > [DEBUG]     commons-lang:commons-lang:jar:2.6:compile (selected for
> > > compile)
> > > [DEBUG]   commons-dbcp:commons-dbcp:jar:1.4:compile (selected for
> > compile)
> > > [DEBUG]     commons-pool:commons-pool:jar:1.5.4:compile (selected for
> > > compile)
> > > [DEBUG]   commons-digester:commons-digester:jar:2.1:compile (selected
> for
> > > compile)
> > > [DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:14
> > > for project: commons-beanutils:commons-beanutils:jar:1.8.3 from the
> > > repository.
> > > [DEBUG]     commons-beanutils:commons-beanutils:jar:1.8.3:compile
> > > (selected for compile)
> > > [DEBUG] Trying repository apache.snapshots.https
> > > [DEBUG] Using Wagon implementation lightweight from default mapping for
> > > protocol https
> > > [DEBUG] Checking for pre-existing User-Agent configuration.
> > > [DEBUG] Adding User-Agent configuration.
> > > [DEBUG] Connecting to repository: 'apache.snapshots.https' with url: '
> > > https://repository.apache.org/content/repositories/snapshots'.
> > > Downloading:
> > >
> >
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > [DEBUG] Unable to locate resource in repository
> > > org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
> > > resource in repository
> > >     at
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
> > >     at
> > > org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> > >     at
> org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> > >     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> > >     at
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
> > >     at
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
> > >     at
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
> > >     at
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
> > >     at
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
> > >     at
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> > >     at
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> > >     at
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> > >     at
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> > >     at
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> > >     at
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> > >     at
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> > >     at
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> > >     at
> > >
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> > >     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> > >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> > >     at
> > > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >     at
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > >     at
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > >     at java.lang.reflect.Method.invoke(Method.java:597)
> > >     at
> > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > >     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > >     at
> > > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > Caused by: java.io.FileNotFoundException:
> > >
> >
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > >     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> > > Method)
> > >     at
> > >
> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> > >     at
> > >
> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> > >     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> > >     at
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> > >     at java.security.AccessController.doPrivileged(Native Method)
> > >     at
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> > >     at
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> > >     at
> > >
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> > >     at
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
> > >     ... 41 more
> > > Caused by: java.io.FileNotFoundException:
> > >
> >
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > >     at
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
> > >     at
> > > java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> > >     at
> > >
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
> > >     at
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
> > >     ... 41 more
> > > [DEBUG] Using Wagon implementation lightweight from default mapping for
> > > protocol https
> > > [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> > > repository apache.snapshots.https (
> > > https://repository.apache.org/content/repositories/snapshots)
> > > [DEBUG] Trying repository apache.public.https
> > > [DEBUG] Using Wagon implementation lightweight from default mapping for
> > > protocol https
> > > [DEBUG] Checking for pre-existing User-Agent configuration.
> > > [DEBUG] Adding User-Agent configuration.
> > > [DEBUG] Connecting to repository: 'apache.public.https' with url: '
> > > https://repository.apache.org/content/repositories/public'.
> > > Downloading:
> > >
> >
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > [DEBUG] Unable to locate resource in repository
> > > org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
> > > resource in repository
> > >     at
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
> > >     at
> > > org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> > >     at
> org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> > >     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> > >     at
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
> > >     at
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
> > >     at
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
> > >     at
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
> > >     at
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
> > >     at
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> > >     at
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> > >     at
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> > >     at
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> > >     at
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> > >     at
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> > >     at
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> > >     at
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> > >     at
> > >
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> > >     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> > >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> > >     at
> > > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >     at
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > >     at
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > >     at java.lang.reflect.Method.invoke(Method.java:597)
> > >     at
> > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > >     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > >     at
> > > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > Caused by: java.io.FileNotFoundException:
> > >
> >
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > >     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> > > Method)
> > >     at
> > >
> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> > >     at
> > >
> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> > >     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> > >     at
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> > >     at java.security.AccessController.doPrivileged(Native Method)
> > >     at
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> > >     at
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> > >     at
> > >
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> > >     at
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
> > >     ... 41 more
> > > Caused by: java.io.FileNotFoundException:
> > >
> >
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > >     at
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
> > >     at
> > > java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> > >     at
> > >
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
> > >     at
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
> > >     ... 41 more
> > > [DEBUG] Using Wagon implementation lightweight from default mapping for
> > > protocol https
> > > [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> > > repository apache.public.https (
> > > https://repository.apache.org/content/repositories/public)
> > > [DEBUG] Skipping disabled repository apache.snapshots
> > > [DEBUG] Trying repository central
> > > [DEBUG] Using Wagon implementation lightweight from default mapping for
> > > protocol http
> > > [DEBUG] Checking for pre-existing User-Agent configuration.
> > > [DEBUG] Adding User-Agent configuration.
> > > [DEBUG] Connecting to repository: 'central' with url: '
> > > http://repo1.maven.org/maven2'.
> > > Downloading:
> > >
> >
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > > [DEBUG] Unable to locate resource in repository
> > > org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
> > > resource in repository
> > >     at
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
> > >     at
> > > org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> > >     at
> org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> > >     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> > >     at
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
> > >     at
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
> > >     at
> > >
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
> > >     at
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
> > >     at
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
> > >     at
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> > >     at
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> > >     at
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> > >     at
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> > >     at
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> > >     at
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> > >     at
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> > >     at
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> > >     at
> > >
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> > >     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> > >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> > >     at
> > > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >     at
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > >     at
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > >     at java.lang.reflect.Method.invoke(Method.java:597)
> > >     at
> > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > >     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > >     at
> > > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > Caused by: java.io.FileNotFoundException:
> > >
> >
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > >     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> > > Method)
> > >     at
> > >
> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> > >     at
> > >
> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> > >     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> > >     at
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> > >     at java.security.AccessController.doPrivileged(Native Method)
> > >     at
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> > >     at
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> > >     at
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
> > >     ... 41 more
> > > Caused by: java.io.FileNotFoundException:
> > >
> >
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > >     at
> > >
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
> > >     at
> > > java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> > >     at
> > >
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
> > >     ... 41 more
> > > [DEBUG] Using Wagon implementation lightweight from default mapping for
> > > protocol http
> > > [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> > > repository central (http://repo1.maven.org/maven2)
> > > [DEBUG] Artifact not found - using stub model: Unable to download the
> > > artifact from any repository
> > >
> > >   tomcat:commons-el:pom:5.5.23
> > >
> > > from the specified remote repositories:
> > >   apache.snapshots.https (
> > > https://repository.apache.org/content/repositories/snapshots),
> > >   apache.snapshots (http://repository.apache.org/snapshots),
> > >   central (http://repo1.maven.org/maven2),
> > >   apache.public.https (
> > > https://repository.apache.org/content/repositories/public)
> > >
> > >
> > > [DEBUG] Using defaults for missing POM
> > tomcat:commons-el:pom:5.5.23:compile
> > > [DEBUG]   tomcat:commons-el:jar:5.5.23:compile (selected for compile)
> > > [DEBUG]   commons-httpclient:commons-httpclient:jar:3.1:compile
> (selected
> > > for compile)
> > > [DEBUG]     commons-logging:commons-logging:jar:1.0.4:compile (removed
> -
> > > nearer found: 1.1.1)
> > > [DEBUG]     commons-codec:commons-codec:jar:1.2:compile (removed -
> nearer
> > > found: 1.9)
> > > [DEBUG]   commons-io:commons-io:jar:2.4:compile (selected for compile)
> > > [DEBUG]   commons-lang:commons-lang:jar:2.6:compile (selected for
> > compile)
> > > [DEBUG]   commons-logging:commons-logging:jar:1.1.1:compile (removed -
> > > nearer found: 1.2)
> > > [DEBUG]   commons-logging:commons-logging:jar:1.2:compile (selected for
> > > compile)
> > > [DEBUG]   org.apache.commons:commons-math:jar:2.2:compile (selected for
> > > compile)
> > > [DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:30
> > > for project: commons-net:commons-net:jar:3.3 from the repository.
> > > [DEBUG]   commons-net:commons-net:jar:3.3:compile (selected for
> compile)
> > > [DEBUG]   commons-pool:commons-pool:jar:1.5.4:compile (removed - nearer
> > > found: 1.6)
> > > [DEBUG]   commons-pool:commons-pool:jar:1.6:compile (selected for
> > compile)
> > > [DEBUG]   org.eclipse.persistence:eclipselink:jar:2.5.2-M1:compile
> > > (selected for compile)
> > > [DEBUG]     org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
> > > (selected for compile)
> > > [DEBUG]     org.eclipse.persistence:commonj.sdo:jar:2.1.1:compile
> > > (selected for compile)
> > > [DEBUG]   org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
> > > (selected for compile)
> > > [DEBUG]   com.google.guava:guava:jar:17.0:compile (selected for
> compile)
> > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.3:compile (selected for
> > compile)
> > > [DEBUG]   net.htmlparser.jericho:jericho-html:jar:3.3:compile (selected
> > > for compile)
> > > [DEBUG] Retrieving parent-POM:
> > > org.springframework:spring-parent:pom:3.1.3.RELEASE for project:
> > > org.springframework:spring-aop:jar:3.1.3.RELEASE from the repository.
> > > [DEBUG] Adding managed dependencies for org.springframework:spring-aop
> > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > [DEBUG]   junit:junit:jar:4.9:test
> > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > [DEBUG]   org.springframework:spring-aop:jar:3.1.3.RELEASE:compile
> > > (selected for compile)
> > > [DEBUG] Adding managed dependencies for org.springframework:spring-asm
> > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > [DEBUG]   junit:junit:jar:4.9:test
> > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > [DEBUG]     org.springframework:spring-asm:jar:3.1.3.RELEASE:compile
> > > (selected for compile)
> > > [DEBUG] Adding managed dependencies for
> org.springframework:spring-beans
> > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > [DEBUG]   junit:junit:jar:4.9:test
> > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > [DEBUG]     org.springframework:spring-beans:jar:3.1.3.RELEASE:compile
> > > (selected for compile)
> > > [DEBUG] Adding managed dependencies for org.springframework:spring-core
> > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > [DEBUG]   junit:junit:jar:4.9:test
> > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > [DEBUG]       org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> > > (selected for compile)
> > > [DEBUG]         commons-logging:commons-logging:jar:1.1.1:compile
> > (removed
> > > - nearer found: 1.2)
> > > [DEBUG]     org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> > > (selected for compile)
> > > [DEBUG]       commons-logging:commons-logging:jar:1.1.1:compile
> (removed
> > -
> > > nearer found: 1.2)
> > > [DEBUG]   org.springframework:spring-asm:jar:3.1.3.RELEASE:compile
> > > (selected for compile)
> > > [DEBUG]   org.springframework:spring-beans:jar:3.1.3.RELEASE:compile
> > > (selected for compile)
> > > [DEBUG] Adding managed dependencies for
> > org.springframework:spring-context
> > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > [DEBUG]   junit:junit:jar:4.9:test
> > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > [DEBUG]   org.springframework:spring-context:jar:3.1.3.RELEASE:compile
> > > (selected for compile)
> > > [DEBUG] Adding managed dependencies for
> > > org.springframework:spring-expression
> > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > [DEBUG]   junit:junit:jar:4.9:test
> > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > [DEBUG]
> > > org.springframework:spring-expression:jar:3.1.3.RELEASE:compile
> (selected
> > > for compile)
> > > [DEBUG] Adding managed dependencies for
> > > org.springframework:spring-context-support
> > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > [DEBUG]   junit:junit:jar:4.9:test
> > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > [DEBUG]
> > > org.springframework:spring-context-support:jar:3.1.3.RELEASE:compile
> > > (selected for compile)
> > > [DEBUG]   org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> > > (selected for compile)
> > > [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile (removed
> -
> > > nearer found: 1.2)
> > > [DEBUG]
>  org.springframework:spring-expression:jar:3.1.3.RELEASE:compile
> > > (selected for compile)
> > > [DEBUG] Adding managed dependencies for org.springframework:spring-jdbc
> > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > [DEBUG]   junit:junit:jar:4.9:test
> > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > [DEBUG]   org.springframework:spring-jdbc:jar:3.1.3.RELEASE:compile
> > > (selected for compile)
> > > [DEBUG] Adding managed dependencies for org.springframework:spring-tx
> > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > [DEBUG]   junit:junit:jar:4.9:test
> > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > [DEBUG]     org.springframework:spring-tx:jar:3.1.3.RELEASE:compile
> > > (selected for compile)
> > > [DEBUG] Adding managed dependencies for org.springframework:spring-orm
> > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > [DEBUG]   junit:junit:jar:4.9:test
> > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > [DEBUG]   org.springframework:spring-orm:jar:3.1.3.RELEASE:compile
> > > (selected for compile)
> > > [DEBUG]   org.springframework:spring-tx:jar:3.1.3.RELEASE:compile
> > > (selected for compile)
> > > [DEBUG] Adding managed dependencies for org.springframework:spring-web
> > > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > > [DEBUG]   junit:junit:jar:4.9:test
> > > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > > [DEBUG]   org.springframework:spring-web:jar:3.1.3.RELEASE:compile
> > > (selected for compile)
> > > [DEBUG]   org.springframework:spring:jar:2.5.6:compile (selected for
> > > compile)
> > > [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile (removed
> -
> > > nearer found: 1.2)
> > > [DEBUG] Retrieving parent-POM: com.sun.jersey:jersey-project:pom:1.4
> for
> > > project: null:jersey-bundle:jar:null from the repository.
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [ERROR] BUILD ERROR
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [INFO] Failed to resolve dependencies for one or more projects in the
> > > reactor. Reason: Unable to get dependency information: Unable to read
> the
> > > metadata file for artifact 'com.sun.jersey:jersey-bundle:jar': Cannot
> > find
> > > parent: com.sun.jersey:jersey-project for project:
> > > null:jersey-bundle:jar:null for project null:jersey-bundle:jar:null
> > >   com.sun.jersey:jersey-bundle:jar:1.4
> > >
> > > from the specified remote repositories:
> > >   apache.snapshots (http://repository.apache.org/snapshots),
> > >   apache.snapshots.https (
> > > https://repository.apache.org/content/repositories/snapshots),
> > >   central (http://repo1.maven.org/maven2),
> > >   apache.public.https (
> > > https://repository.apache.org/content/repositories/public)
> > >
> > > Path to dependency:
> > >     1) org.apache.ranger:security-admin-web:war:0.4.0
> > >
> > >
> > >
> > > Not a v4.0.0 POM. for project com.sun.jersey:jersey-project at
> > >
> >
> C:\Users\HomeXPS\.m2\repository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [DEBUG] Trace
> > > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> resolve
> > > dependencies for one or more projects in the reactor. Reason: Unable to
> > get
> > > dependency information: Unable to read the metadata file for artifact
> > > 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null
> > for
> > > project null:jersey-bundle:jar:null
> > >   com.sun.jersey:jersey-bundle:jar:1.4
> > >
> > > from the specified remote repositories:
> > >   apache.snapshots (http://repository.apache.org/snapshots),
> > >   apache.snapshots.https (
> > > https://repository.apache.org/content/repositories/snapshots),
> > >   central (http://repo1.maven.org/maven2),
> > >   apache.public.https (
> > > https://repository.apache.org/content/repositories/public)
> > >
> > > Path to dependency:
> > >     1) org.apache.ranger:security-admin-web:war:0.4.0
> > >
> > >
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> > >     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> > >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> > >     at
> > > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >     at
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > >     at
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > >     at java.lang.reflect.Method.invoke(Method.java:597)
> > >     at
> > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > >     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > >     at
> > > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to
> > > resolve dependencies for one or more projects in the reactor. Reason:
> > > Unable to get dependency information: Unable to read the metadata file
> > for
> > > artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null
> > for
> > > project null:jersey-bundle:jar:null
> > >   com.sun.jersey:jersey-bundle:jar:1.4
> > >
> > > from the specified remote repositories:
> > >   apache.snapshots (http://repository.apache.org/snapshots),
> > >   apache.snapshots.https (
> > > https://repository.apache.org/content/repositories/snapshots),
> > >   central (http://repo1.maven.org/maven2),
> > >   apache.public.https (
> > > https://repository.apache.org/content/repositories/public)
> > >
> > > Path to dependency:
> > >     1) org.apache.ranger:security-admin-web:war:0.4.0
> > >
> > >
> > >     at
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:721)
> > >     at
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> > >     at
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> > >     at
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> > >     at
> > >
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> > >     at
> > >
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> > >     ... 17 more
> > > Caused by:
> > org.apache.maven.artifact.resolver.ArtifactResolutionException:
> > > Unable to get dependency information: Unable to read the metadata file
> > for
> > > artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null
> > for
> > > project null:jersey-bundle:jar:null
> > >   com.sun.jersey:jersey-bundle:jar:1.4
> > >
> > > from the specified remote repositories:
> > >   apache.snapshots (http://repository.apache.org/snapshots),
> > >   apache.snapshots.https (
> > > https://repository.apache.org/content/repositories/snapshots),
> > >   central (http://repo1.maven.org/maven2),
> > >   apache.public.https (
> > > https://repository.apache.org/content/repositories/public)
> > >
> > > Path to dependency:
> > >     1) org.apache.ranger:security-admin-web:war:0.4.0
> > >
> > >
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:430)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> > >     at
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> > >     at
> > >
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> > >     at
> > >
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> > >     ... 22 more
> > > Caused by:
> > > org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException:
> > > Unable to read the metadata file for artifact
> > > 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null
> > for
> > > project null:jersey-bundle:jar:null
> > >     at
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:200)
> > >     at
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> > >     at
> > >
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> > >     ... 28 more
> > > Caused by: org.apache.maven.project.ProjectBuildingException: Cannot
> find
> > > parent: com.sun.jersey:jersey-project for project:
> > > null:jersey-bundle:jar:null for project null:jersey-bundle:jar:null
> > >     at
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
> > >     at
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
> > >     at
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:255)
> > >     at
> > >
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> > >     ... 30 more
> > > Caused by: org.apache.maven.project.InvalidProjectModelException: Not a
> > > v4.0.0 POM. for project com.sun.jersey:jersey-project at
> > >
> >
> C:\Users\HomeXPS\.m2\repository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > >     at
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1599)
> > >     at
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1571)
> > >     at
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:562)
> > >     at
> > >
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1392)
> > >     ... 33 more
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [INFO] Total time: 25 seconds
> > > [INFO] Finished at: Mon Jan 12 10:00:56 IST 2015
> > > [INFO] Final Memory: 171M/575M
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > >
> > > On Mon, Jan 12, 2015 at 6:17 AM, Ashish Singh <as...@hortonworks.com>
> > > wrote:
> > >
> > >> HI Sitaram,
> > >>
> > >> Look, like you have some local files in your workspace, that is
> > preventing
> > >> to pass the Relase Audit Tool.
> > >> Can, you list what is in this file
> > >> F:\Consulting\DataGuise\Software\ApacheRanger\Git\
> > >> incubator-ranger\target\rat.txt
> > >> in your workspace.
> > >>
> > >> Use the below, command for code compilation.
> > >>
> > >> *mvn -X clean -DskipCheck=true -Dcheckstyle.skip=true package
> > >> assembly:assembly install -DskipITs -DskipTests*
> > >>
> > >> Let me know, how it goes.
> > >>
> > >> Regards
> > >> Ashish
> > >>
> > >>
> > >>
> > >> On Sun, Jan 11, 2015 at 7:39 AM, Sitaraman Vilayannur <
> > >> vrsitaramanietflists@gmail.com> wrote:
> > >>
> > >> > Hi Gautam,
> > >> >  Git branch says it is master.  with mvn -U i get the following
> > >> > output...thanks.
> > >> > Sitaraman
> > >> > [INFO] Scanning for projects...
> > >> > [INFO] Reactor build order:
> > >> > [INFO]   ranger
> > >> > [INFO]   Credential Support
> > >> > [INFO]   Audit Component
> > >> > [INFO]   Common library for Plugins
> > >> > [INFO]   Hdfs Security Plugin
> > >> > [INFO]   Hive Security Agent
> > >> > [INFO]   HBaseSecurityAgents
> > >> > [INFO]   Knox Security Plugin
> > >> > [INFO]   Credential Builder
> > >> > [INFO]   Storm Security Plugin
> > >> > [INFO]   Agent Implementation Libary
> > >> > [INFO]   Installer Support Component
> > >> > [INFO]   Embeded Web Server Invoker
> > >> > [INFO]   Resource Lookup API Implementation
> > >> > [INFO]   Unix Authentication Client
> > >> > [INFO]   Security Admin Web Application
> > >> > [INFO]   Unix User Group Synchronizer
> > >> > [INFO]   Unix Authentication Service
> > >> > [INFO] Searching repository for plugin with prefix: 'assembly'.
> > >> > [INFO] org.apache.maven.plugins: checking for updates from central
> > >> > [WARNING] repository metadata for: 'org.apache.maven.plugins' could
> > not
> > >> be
> > >> > retrieved from repository: central due to an error: Error copying
> > >> temporary
> > >> > file to the final destination:
> > >> >
> > >> >
> > >>
> >
> C:\Users\HomeXPS\.m2\repository\org\apache\maven\plugins\maven-metadata-central.xml
> > >> > (Access is denied)
> > >> > [INFO] Repository 'central' will be blacklisted
> > >> > [INFO]
> > >> >
> > ------------------------------------------------------------------------
> > >> > [INFO] Building ranger
> > >> > [INFO]    task-segment: [clean, compile, package, install]
> > >> > [INFO]
> > >> >
> > ------------------------------------------------------------------------
> > >> > [INFO] [clean:clean {execution: default-clean}]
> > >> > [INFO] Deleting
> > >> >
> > >>
> > F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target
> > >> > [INFO] [remote-resources:process {execution: default}]
> > >> > [INFO] [antrun:run {execution: default}]
> > >> > [INFO] Executing tasks
> > >> >
> > >> > main:
> > >> > [INFO] Executed tasks
> > >> > [INFO] [remote-resources:process {execution: default}]
> > >> > [INFO] [antrun:run {execution: default}]
> > >> > [INFO] Executing tasks
> > >> >
> > >> > main:
> > >> > [INFO] Executed tasks
> > >> > [INFO] [site:attach-descriptor {execution:
> default-attach-descriptor}]
> > >> > [INFO] [remote-resources:process {execution: default}]
> > >> > [INFO] [antrun:run {execution: default}]
> > >> > [INFO] Executing tasks
> > >> >
> > >> > main:
> > >> > [INFO] Executed tasks
> > >> > [INFO] [site:attach-descriptor {execution:
> default-attach-descriptor}]
> > >> > [INFO] [apache-rat:check {execution: default}]
> > >> > [INFO] 51 implicit excludes (use -debug for more details).
> > >> > [INFO] Exclude: **/dependency-reduced-pom.xml
> > >> > [INFO] Exclude: **/robots.txt
> > >> > [INFO] Exclude: **/MANIFEST.MF
> > >> > [INFO] Exclude: **/bootstrap.min.js
> > >> > [INFO] Exclude: **/src/main/webapp/fonts/**
> > >> > [INFO] Exclude: **/src/main/webapp/libs/**
> > >> > [INFO] Exclude: .git/**
> > >> > [INFO] Exclude: .pc/**
> > >> > [INFO] Exclude: debian/**
> > >> > [INFO] Exclude: .gitignore/**
> > >> > [INFO] Exclude: .svn/**
> > >> > [INFO] Exclude: .idea/**
> > >> > [INFO] Exclude: dev-support/**
> > >> > [INFO] Exclude: **/.gitignore/**
> > >> > [INFO] Exclude: **/.project/**
> > >> > [INFO] Exclude: **/.settings/**
> > >> > [INFO] Exclude: **/.classpath/**
> > >> > [INFO] Exclude: **/*.iml
> > >> > [INFO] Exclude: **/target/**
> > >> > [INFO] Exclude: **/bin/**
> > >> > [INFO] Exclude: **/CHANGES
> > >> > [INFO] Exclude: **/ISSUES
> > >> > [INFO] Exclude: **/patchprocess/**
> > >> > [INFO] Exclude: **/test/resources/**
> > >> > [INFO] Exclude: **/main/resources/**/*.json
> > >> > [INFO] Exclude: **/.externalToolBuilders/*
> > >> > [INFO] Exclude: *.patch
> > >> > [INFO] Exclude: atlassian-ide-plugin.xml
> > >> > [INFO] 803 resources included (use -debug for more details)
> > >> > [INFO] Rat check: Summary of files. Unapproved: 1 unknown: 1
> > generated:
> > >> 0
> > >> > approved: 766 licence.
> > >> > [INFO]
> > >> >
> > ------------------------------------------------------------------------
> > >> > [ERROR] BUILD FAILURE
> > >> > [INFO]
> > >> >
> > ------------------------------------------------------------------------
> > >> > [INFO] Too many files with unapproved license: 1 See RAT report in:
> > >> >
> > >> >
> > >>
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target\rat.txt
> > >> > [INFO]
> > >> >
> > ------------------------------------------------------------------------
> > >> > [INFO] For more information, run Maven with the -e switch
> > >> > [INFO]
> > >> >
> > ------------------------------------------------------------------------
> > >> > [INFO] Total time: 7 seconds
> > >> > [INFO] Finished at: Sun Jan 11 21:03:16 IST 2015
> > >> > [INFO] Final Memory: 45M/488M
> > >> > [INFO]
> > >> >
> > ------------------------------------------------------------------------
> > >> >
> > >> >
> > >> >
> > >> > On Sun, Jan 11, 2015 at 7:09 PM, Gautam Borad <gb...@gmail.com>
> > wrote:
> > >> >
> > >> > > Sitaraman, you can check the branch with the help of following git
> > >> > command
> > >> > > : git branch
> > >> > > I just did a git pull of master branch which is at *ef152319*
> > >> currently
> > >> > and
> > >> > > was able to successfully build Ranger.
> > >> > >
> > >> > > Can you try again with the -U option to maven and post the entire
> > >> output
> > >> > of
> > >> > > the command for us to inspect? Thanks.
> > >> > >
> > >> > > On Sat, Jan 10, 2015 at 6:39 PM, Sitaraman Vilayannur <
> > >> > > vrsitaramanietflists@gmail.com> wrote:
> > >> > >
> > >> > > > Hi Gautam,
> > >> > > >  I used the git command line as given in
> > >> > > > http://ranger.incubator.apache.org/quick_start_guide.html to
> > >> checkout
> > >> > > from
> > >> > > > the git repository...i.e git clone git://
> > >> > > > git.apache.org/incubator-ranger.git
> > >> > > > how do i find out which branch it is?
> > >> > > > Sitaraman
> > >> > > >
> > >> > > > On Sat, Jan 10, 2015 at 6:32 PM, Gautam Borad <gborad@gmail.com
> >
> > >> > wrote:
> > >> > > >
> > >> > > > > Sitaraman, Which tool did you use to checkout the codebase?
> Can
> > >> you
> > >> > let
> > >> > > > me
> > >> > > > > know the branch that you are trying to compile?
> > >> > > > >
> > >> > > > > On Sat, Jan 10, 2015 at 6:29 PM, Sitaraman Vilayannur <
> > >> > > > > vrsitaramanietflists@gmail.com> wrote:
> > >> > > > >
> > >> > > > > > Hi Gautam,
> > >> > > > > >    I am not behind a proxy.  Which other network
> > configurations
> > >> > > should
> > >> > > > i
> > >> > > > > be
> > >> > > > > > checking. I got the code via a git clone git://
> > >> > > > > > git.apache.org/incubator-ranger.git. Thanks for your
> > continued
> > >> > help.
> > >> > > > > > Sitaraman
> > >> > > > > >
> > >> > > > > > On Sat, Jan 10, 2015 at 6:15 PM, Gautam Borad <
> > gborad@gmail.com
> > >> >
> > >> > > > wrote:
> > >> > > > > >
> > >> > > > > > > Sitaraman, this is most likely a network issue. Can you
> > check
> > >> > your
> > >> > > > > proxy
> > >> > > > > > > and network configuration? Also can you let me know which
> > >> branch
> > >> > > are
> > >> > > > > you
> > >> > > > > > > trying to compile?
> > >> > > > > > >
> > >> > > > > > > Thanks.
> > >> > > > > > >
> > >> > > > > > > On Sat, Jan 10, 2015 at 5:11 PM, Sitaraman Vilayannur <
> > >> > > > > > > vrsitaramanietflists@gmail.com> wrote:
> > >> > > > > > >
> > >> > > > > > > > Hi Gautam,
> > >> > > > > > > >  Thanks for your response.
> > >> > > > > > > >  Tried with -DskipTests=true and i am getting the
> > following
> > >> > > error.
> > >> > > > > > > >
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > http://repo1.maven.org/maven2/net/htmlparser/jericho/jericho-html/3.3/je
> > >> > > > > > > > richo-html-3.3.pom
> > >> > > > > > > > 2K downloaded  (jericho-html-3.3.pom)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > >> > > > > > > >
> > >> ramework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > >> > > > > > > > repository apache.snapshots.https (
> > >> > > > > > > > https://repository.apache.org/content/repositories
> > >> > > > > > > > /snapshots)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/public/org/springfram
> > >> > > > > > > >
> > ework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > >> > > > > > > > repository apache.public.https (
> > >> > > > > > > > https://repository.apache.org/content/repositories/pu
> > >> > > > > > > > blic)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.3.RELEA
> > >> > > > > > > > SE/spring-aop-3.1.3.RELEASE.pom
> > >> > > > > > > > 2K downloaded  (spring-aop-3.1.3.RELEASE.pom)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > >> > > > > > > >
> > >> > > >
> > ramework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > >> > > > > > > > in repository apache.snapshots.https (
> > >> > > > > > > > https://repository.apache.org/content/repositor
> > >> > > > > > > > ies/snapshots)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/public/org/springfram
> > >> > > > > > > >
> > >> > ework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > >> > > > > > > > in repository apache.public.https (
> > >> > > > > > > > https://repository.apache.org/content/repositories
> > >> > > > > > > > /public)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > http://repo1.maven.org/maven2/org/springframework/spring-parent/3.1.3.RE
> > >> > > > > > > > LEASE/spring-parent-3.1.3.RELEASE.pom
> > >> > > > > > > > 8K downloaded  (spring-parent-3.1.3.RELEASE.pom)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > >> > > > > > > >
> > >> ramework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > >> > > > > > > > repository apache.snapshots.https (
> > >> > > > > > > > https://repository.apache.org/content/repositories
> > >> > > > > > > > /snapshots)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/public/org/springfram
> > >> > > > > > > >
> > ework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > >> > > > > > > > repository apache.public.https (
> > >> > > > > > > > https://repository.apache.org/content/repositories/pu
> > >> > > > > > > > blic)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.3.RELEA
> > >> > > > > > > > SE/spring-asm-3.1.3.RELEASE.pom
> > >> > > > > > > > 2K downloaded  (spring-asm-3.1.3.RELEASE.pom)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > >> > > > > > > >
> > >> > > ramework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > >> > > > > > > > n repository apache.snapshots.https (
> > >> > > > > > > > https://repository.apache.org/content/repositori
> > >> > > > > > > > es/snapshots)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/public/org/springfram
> > >> > > > > > > >
> > >> ework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > >> > > > > > > > n repository apache.public.https (
> > >> > > > > > > > https://repository.apache.org/content/repositories/
> > >> > > > > > > > public)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.3.REL
> > >> > > > > > > > EASE/spring-beans-3.1.3.RELEASE.pom
> > >> > > > > > > > 2K downloaded  (spring-beans-3.1.3.RELEASE.pom)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > >> > > > > > > >
> > >> > ramework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> > >> > > > > > > >  repository apache.snapshots.https (
> > >> > > > > > > > https://repository.apache.org/content/repositorie
> > >> > > > > > > > s/snapshots)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/public/org/springfram
> > >> > > > > > > >
> > >> ework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> > >> > > > > > > >  repository apache.public.https (
> > >> > > > > > > > https://repository.apache.org/content/repositories/p
> > >> > > > > > > > ublic)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > http://repo1.maven.org/maven2/org/springframework/spring-core/3.1.3.RELE
> > >> > > > > > > > ASE/spring-core-3.1.3.RELEASE.pom
> > >> > > > > > > > 2K downloaded  (spring-core-3.1.3.RELEASE.pom)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > >> > > > > > > >
> > >> > > > >
> > >> >
> ramework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > >> > > > > > > >  in repository apache.snapshots.https (
> > >> > > > > > > > https://repository.apache.org/content/reposito
> > >> > > > > > > > ries/snapshots)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/public/org/springfram
> > >> > > > > > > >
> > >> > >
> ework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > >> > > > > > > >  in repository apache.public.https (
> > >> > > > > > > > https://repository.apache.org/content/repositorie
> > >> > > > > > > > s/public)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > http://repo1.maven.org/maven2/org/springframework/spring-context/3.1.3.R
> > >> > > > > > > > ELEASE/spring-context-3.1.3.RELEASE.pom
> > >> > > > > > > > 8K downloaded  (spring-context-3.1.3.RELEASE.pom)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > >> > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> ramework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > >> > > > > > > > SE' in repository apache.snapshots.https (
> > >> > > > > > > > https://repository.apache.org/content/repos
> > >> > > > > > > > itories/snapshots)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/public/org/springfram
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > ework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > >> > > > > > > > SE' in repository apache.public.https (
> > >> > > > > > > > https://repository.apache.org/content/reposito
> > >> > > > > > > > ries/public)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > http://repo1.maven.org/maven2/org/springframework/spring-expression/3.1
> > >> .
> > >> > > > > > > > 3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > >> > > > > > > > 1K downloaded  (spring-expression-3.1.3.RELEASE.pom)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > >> > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> ramework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.po
> > >> > > > > > > > m
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-context-support:pom:3.1.3.
> > >> > > > > > > > RELEASE' in repository apache.snapshots.https (
> > >> > > > > > > > https://repository.apache.org/content/
> > >> > > > > > > > repositories/snapshots)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/public/org/springfram
> > >> > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> ework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-context-support:pom:3.1.3.
> > >> > > > > > > > RELEASE' in repository apache.public.https (
> > >> > > > > > > > https://repository.apache.org/content/rep
> > >> > > > > > > > ositories/public)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > http://repo1.maven.org/maven2/org/springframework/spring-context-support
> > >> > > > > > > > /3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > >> > > > > > > > 4K downloaded
> (spring-context-support-3.1.3.RELEASE.pom)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > >> > > > > > > >
> > >> > ramework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> > >> > > > > > > >  repository apache.snapshots.https (
> > >> > > > > > > > https://repository.apache.org/content/repositorie
> > >> > > > > > > > s/snapshots)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/public/org/springfram
> > >> > > > > > > >
> > >> ework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> > >> > > > > > > >  repository apache.public.https (
> > >> > > > > > > > https://repository.apache.org/content/repositories/p
> > >> > > > > > > > ublic)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > http://repo1.maven.org/maven2/org/springframework/spring-jdbc/3.1.3.RELE
> > >> > > > > > > > ASE/spring-jdbc-3.1.3.RELEASE.pom
> > >> > > > > > > > 3K downloaded  (spring-jdbc-3.1.3.RELEASE.pom)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > >> > > > > > > >
> > ramework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > >> > > > > > > > epository apache.snapshots.https (
> > >> > > > > > > > https://repository.apache.org/content/repositories/
> > >> > > > > > > > snapshots)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/public/org/springfram
> > >> > > > > > > >
> ework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > >> > > > > > > > epository apache.public.https (
> > >> > > > > > > > https://repository.apache.org/content/repositories/pub
> > >> > > > > > > > lic)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > http://repo1.maven.org/maven2/org/springframework/spring-tx/3.1.3.RELEAS
> > >> > > > > > > > E/spring-tx-3.1.3.RELEASE.pom
> > >> > > > > > > > 3K downloaded  (spring-tx-3.1.3.RELEASE.pom)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > >> > > > > > > >
> > >> ramework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > >> > > > > > > > repository apache.snapshots.https (
> > >> > > > > > > > https://repository.apache.org/content/repositories
> > >> > > > > > > > /snapshots)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/public/org/springfram
> > >> > > > > > > >
> > ework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > >> > > > > > > > repository apache.public.https (
> > >> > > > > > > > https://repository.apache.org/content/repositories/pu
> > >> > > > > > > > blic)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > http://repo1.maven.org/maven2/org/springframework/spring-orm/3.1.3.RELEA
> > >> > > > > > > > SE/spring-orm-3.1.3.RELEASE.pom
> > >> > > > > > > > 7K downloaded  (spring-orm-3.1.3.RELEASE.pom)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > >> > > > > > > >
> > >> ramework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > >> > > > > > > > repository apache.snapshots.https (
> > >> > > > > > > > https://repository.apache.org/content/repositories
> > >> > > > > > > > /snapshots)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/public/org/springfram
> > >> > > > > > > >
> > ework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > >> > > > > > > > repository apache.public.https (
> > >> > > > > > > > https://repository.apache.org/content/repositories/pu
> > >> > > > > > > > blic)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > http://repo1.maven.org/maven2/org/springframework/spring-web/3.1.3.RELEA
> > >> > > > > > > > SE/spring-web-3.1.3.RELEASE.pom
> > >> > > > > > > > 6K downloaded  (spring-web-3.1.3.RELEASE.pom)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/snapshots/com/sun/jer
> > >> > > > > > > > sey/jersey-bundle/1.4/jersey-bundle-1.4.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > 'com.sun.jersey:jersey-bundle:pom:1.4'
> > >> > > > > > in
> > >> > > > > > > > repository a
> > >> > > > > > > > pache.snapshots.https (
> > >> > > > > > > >
> > >> https://repository.apache.org/content/repositories/snapshots)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > https://repository.apache.org/content/repositories/public/com/sun/jersey
> > >> > > > > > > > /jersey-bundle/1.4/jersey-bundle-1.4.pom
> > >> > > > > > > > [INFO] Unable to find resource
> > >> > > > 'com.sun.jersey:jersey-bundle:pom:1.4'
> > >> > > > > > in
> > >> > > > > > > > repository a
> > >> > > > > > > > pache.public.https (
> > >> > > > > > > >
> https://repository.apache.org/content/repositories/public
> > )
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.4/jersey-bu
> > >> > > > > > > > ndle-1.4.pom
> > >> > > > > > > > 19K downloaded  (jersey-bundle-1.4.pom)
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > >> > > > > > > > y-project/1.4/jersey-project-1.4.pom
> > >> > > > > > > > 178b downloaded  (jersey-project-1.4.pom)
> > >> > > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on
> > download:
> > >> > > local
> > >> > > > =
> > >> > > > > > > > '81ffbd1712afe8c
> > >> > > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > >> > > > > > > > <head><title>301' - RETRYING
> > >> > > > > > > > Downloading:
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > >> > > > > > > > y-project/1.4/jersey-project-1.4.pom
> > >> > > > > > > > 178b downloaded  (jersey-project-1.4.pom)
> > >> > > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on
> > download:
> > >> > > local
> > >> > > > =
> > >> > > > > > > > '81ffbd1712afe8c
> > >> > > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > >> > > > > > > > <head><title>301' - IGNORING
> > >> > > > > > > > [INFO]
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > ------------------------------------------------------------------------
> > >> > > > > > > > [ERROR] BUILD ERROR
> > >> > > > > > > > [INFO]
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > ------------------------------------------------------------------------
> > >> > > > > > > > [INFO] Failed to resolve dependencies for one or more
> > >> projects
> > >> > in
> > >> > > > the
> > >> > > > > > > > reactor. Reason
> > >> > > > > > > > : Unable to get dependency information: Unable to read
> the
> > >> > > metadata
> > >> > > > > > file
> > >> > > > > > > > for artifact
> > >> > > > > > > >  'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > >> > > > > > > > com.sun.jersey:jersey-projec
> > >> > > > > > > > t for project: null:jersey-bundle:jar:null for project
> > >> > > > > > > > null:jersey-bundle:jar:null
> > >> > > > > > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > >> > > > > > > >
> > >> > > > > > > > from the specified remote repositories:
> > >> > > > > > > >   apache.snapshots (
> > http://repository.apache.org/snapshots
> > >> ),
> > >> > > > > > > >   apache.snapshots.https (
> > >> > > > > > > >
> > https://repository.apache.org/content/repositories/snapshot
> > >> > > > > > > > s),
> > >> > > > > > > >   central (http://repo1.maven.org/maven2),
> > >> > > > > > > >   apache.public.https (
> > >> > > > > > > >
> https://repository.apache.org/content/repositories/public
> > )
> > >> > > > > > > >
> > >> > > > > > > > Path to dependency:
> > >> > > > > > > >         1)
> org.apache.ranger:security-admin-web:war:0.4.0
> > >> > > > > > > >
> > >> > > > > > > >
> > >> > > > > > > >
> > >> > > > > > > > Not a v4.0.0 POM. for project
> > com.sun.jersey:jersey-project
> > >> at
> > >> > > > > > > > C:\Users\HomeXPS\.m2\r
> > >> > > > > > > >
> > >> > > epository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > >> > > > > > > > [INFO]
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > ------------------------------------------------------------------------
> > >> > > > > > > > [INFO] For more information, run Maven with the -e
> switch
> > >> > > > > > > > [INFO]
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > ------------------------------------------------------------------------
> > >> > > > > > > > [INFO] Total time: 12 minutes 27 seconds
> > >> > > > > > > > [INFO] Finished at: Sat Jan 10 17:03:43 IST 2015
> > >> > > > > > > > [INFO] Final Memory: 238M/572M
> > >> > > > > > > > [INFO]
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > ------------------------------------------------------------------------
> > >> > > > > > > >
> > >> > > > > > > > On Sat, Jan 10, 2015 at 11:51 AM, Gautam Borad <
> > >> > gborad@gmail.com
> > >> > > >
> > >> > > > > > wrote:
> > >> > > > > > > >
> > >> > > > > > > > > Hi Sitaraman,
> > >> > > > > > > > >     Please try compiling with -DskipTests, the problem
> > >> seem
> > >> > to
> > >> > > be
> > >> > > > > > with
> > >> > > > > > > > path
> > >> > > > > > > > > issue on Windows.
> > >> > > > > > > > >
> > >> > > > > > > > > On Fri, Jan 9, 2015 at 2:18 PM, Sitaraman Vilayannur <
> > >> > > > > > > > > vrsitaramanietflists@gmail.com> wrote:
> > >> > > > > > > > >
> > >> > > > > > > > > > Hi,
> > >> > > > > > > > > >   I am just starting out on Ranger. When i used the
> > >> command
> > >> > > > > > > > > >  mvn -DskipTests=false clean compile package install
> > >> > > > > > > assembly:assembly
> > >> > > > > > > > > > to build i get the following error, what am i
> missing?
> > >> > Thanks
> > >> > > > > > > > > > Sitaraman
> > >> > > > > > > > > >
> > >> > > > > > > > > >
> > -------------------------------------------------------
> > >> > > > > > > > > >
> > >> > > > > > > > > >  T E S T S
> > >> > > > > > > > > >
> > >> > > > > > > > > >
> > -------------------------------------------------------
> > >> > > > > > > > > >
> > >> > > > > > > > > > Running
> > >> > > > > > > > > >
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > >> > > > > > > > > >
> > >> > > > > > > > > > log4j:WARN No appenders could be found for logger
> > >> > > > > > > > > > (org.apache.hadoop.util.Shell).
> > >> > > > > > > > > >
> > >> > > > > > > > > > log4j:WARN Please initialize the log4j system
> > properly.
> > >> > > > > > > > > >
> > >> > > > > > > > > > log4j:WARN See
> > >> > > > > > http://logging.apache.org/log4j/1.2/faq.html#noconfig
> > >> > > > > > > > for
> > >> > > > > > > > > > more info.
> > >> > > > > > > > > >
> > >> > > > > > > > > > java.io.IOException: Bad configuration of
> > >> > > > > > > > > > hadoop.security.credential.provider.path at
> > >> > > > > > > > > >
> > >> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > >> > > > > > > > > >
> > >> > > > > > > > > > edentialProviderFactory.java:70)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > >> > > > > > > > > >
> > >> > > > > > > > > > ider(CredentialShell.java:164)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > >> > > > > > > > > >
> > >> > > > > > > > > > edentialShell.java:323)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > >> > > > > > > > > >
> > >> > > > > > > > > > 67)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > >> > > > > > > > > >
> > >> > > > > > > > > > setup(RangerCredentialProviderTest.java:50)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > >> > > > > > > Method)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > >> > > > > > > > > >
> > >> > > > > > > > > > 39)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > >> > > > > > > > > >
> > >> > > > > > > > > > pl.java:25)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> java.lang.reflect.Method.invoke(Method.java:597)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > >> > > > > > > > > >
> > >> > > > > > > > > > d.java:47)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > >> > > > > > > > > >
> > >> > > > > > > > > > .java:12)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > >> > > > > > > > > >
> > >> > > > > > > > > > java:44)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > >> > > > > > > > > >
> > >> > > > > > > > > > 24)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > >> > > > > > > > > >
> > >> > > > > > > > > > )
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > >
> > >> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > >> > > > > > > > > >
> > >> > > > > > > > > > ava:70)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > >> > > > > > > > > >
> > >> > > > > > > > > > ava:50)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > >
> org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > >
> > >> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > >
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > >
> > >> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > >
> > >> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > >> > > > > > > > > >
> > >> > > > > > > > > > a:264)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > >> > > > > > > > > >
> > >> > > > > > > > > > der.java:153)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > >> > > > > > > > > >
> > >> > > > > > > > > > :124)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > >> > > > > > > > > >
> > >> > > > > > > > > > der(ForkedBooter.java:200)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > >> > > > > > > > > >
> > >> > > > > > > > > > ter.java:153)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > >> > > > > > > > > >
> > >> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal
> > >> character
> > >> > in
> > >> > > > > > > authority
> > >> > > > > > > > at
> > >> > > > > > > > > > index 8: jc
> > >> > > > > > > > > >
> > >> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > java.net.URI$Parser.parseAuthority(URI.java:3148)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > >> > > > > > > > > >
> > >> > > > > > > > > > edentialProviderFactory.java:55)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         ... 28 more
> > >> > > > > > > > > >
> > >> > > > > > > > > > There are no valid CredentialProviders configured.
> > >> > > > > > > > > >
> > >> > > > > > > > > > Credential will not be created.
> > >> > > > > > > > > >
> > >> > > > > > > > > > Consider using the -provider option to indicate the
> > >> > provider
> > >> > > to
> > >> > > > > > use.
> > >> > > > > > > > > >
> > >> > > > > > > > > > java.io.IOException: Bad configuration of
> > >> > > > > > > > > > hadoop.security.credential.provider.path at
> > >> > > > > > > > > >
> > >> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > >> > > > > > > > > >
> > >> > > > > > > > > > edentialProviderFactory.java:70)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > >> > > > > > > > > >
> > >> > > > > > > > > > ider(CredentialShell.java:164)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > >> > > > > > > > > >
> > >> > > > > > > > > > edentialShell.java:254)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > >> > > > > > > > > >
> > >> > > > > > > > > > 67)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > >> > > > > > > > > >
> > >> > > > > > > > > > teardown(RangerCredentialProviderTest.java:85)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > >> > > > > > > Method)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > >> > > > > > > > > >
> > >> > > > > > > > > > 39)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > >> > > > > > > > > >
> > >> > > > > > > > > > pl.java:25)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> java.lang.reflect.Method.invoke(Method.java:597)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > >> > > > > > > > > >
> > >> > > > > > > > > > d.java:47)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > >> > > > > > > > > >
> > >> > > > > > > > > > .java:12)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > >> > > > > > > > > >
> > >> > > > > > > > > > java:44)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > >> > > > > > > > > >
> > >> > > > > > > > > > )
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > >
> > >> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > >> > > > > > > > > >
> > >> > > > > > > > > > ava:70)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > >> > > > > > > > > >
> > >> > > > > > > > > > ava:50)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > >
> org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > >
> > >> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > >
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > >
> > >> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > >
> > >> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > >> > > > > > > > > >
> > >> > > > > > > > > > a:264)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > >> > > > > > > > > >
> > >> > > > > > > > > > der.java:153)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > >> > > > > > > > > >
> > >> > > > > > > > > > :124)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > >> > > > > > > > > >
> > >> > > > > > > > > > der(ForkedBooter.java:200)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > >> > > > > > > > > >
> > >> > > > > > > > > > ter.java:153)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > >> > > > > > > > > >
> > >> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal
> > >> character
> > >> > in
> > >> > > > > > > authority
> > >> > > > > > > > at
> > >> > > > > > > > > > index 8: jc
> > >> > > > > > > > > >
> > >> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > java.net.URI$Parser.parseAuthority(URI.java:3148)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > >> > > > > > > > > >
> > >> > > > > > > > > > edentialProviderFactory.java:55)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         ... 27 more
> > >> > > > > > > > > >
> > >> > > > > > > > > > There are no valid CredentialProviders configured.
> > >> > > > > > > > > >
> > >> > > > > > > > > > Nothing will be deleted.
> > >> > > > > > > > > >
> > >> > > > > > > > > > Consider using the -provider option to indicate the
> > >> > provider
> > >> > > to
> > >> > > > > > use.
> > >> > > > > > > > > >
> > >> > > > > > > > > > java.io.IOException: Bad configuration of
> > >> > > > > > > > > > hadoop.security.credential.provider.path at
> > >> > > > > > > > > >
> > >> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > >> > > > > > > > > >
> > >> > > > > > > > > > edentialProviderFactory.java:70)
> > >> > > > > > > > > >
> > >> > > > > > > > > >         at
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > >> > > > > > > > > >
> > >> > > > > > > > > > ider(CredentialShell.java:164)
> > >> > > > >
> > ...
> >
> > [Message clipped]
>



-- 
Thanks & Regards,
Ashish Singh

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Error while building.

Posted by Sitaraman Vilayannur <vr...@gmail.com>.
Hi Guatam,
 Windows version is Windows 7 Home premium.
 Maven Version is 2.2.1 http://pastebin.com/GBGdyhfk
 m2 rep location is C:\Users\HomeXPS\.m2
 I am unable to view this directory in my Windows Explorer though other .
files are visible. However when i try to create this directory windows
command prompt says the directory already exists.
 I am not behind a proxy or firewall.
Sitaraman

On Mon, Jan 12, 2015 at 12:00 PM, Gautam Borad <gb...@gmail.com> wrote:

> Sitaraman, Can you provide more information about the build environment?
>
> 1] Windows version
> 2] Maven version
> 3] M2 repo location and contents ( to check whether some artifacts are
> getting downloaded or not )
> 4] Network details ( whether using proxy, behind firewall etc )
>
> P.S: Please use services like pastebin/gist for pasting console outputs.
>
> Thanks.
>
>
> On Mon, Jan 12, 2015 at 10:40 AM, Sitaraman Vilayannur <
> vrsitaramanietflists@gmail.com> wrote:
>
> > Hi Ashish,
> >  Thanks for getting in touch with me regarding this issue i am facing. I
> > am still getting a build error with the said mvn command.  Attached is
> the
> > rat.txt file.
> > Sitaraman
> > ******************************************************************
> > [DEBUG] Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
> > [DEBUG] RuntimeInstance initializing.
> > [DEBUG] Default Properties File:
> > org\apache\velocity\runtime\defaults\velocity.properties
> > [DEBUG] LogSystem has been deprecated. Please use a LogChute
> > implementation.
> > [DEBUG] Default ResourceManager initializing. (class
> > org.apache.velocity.runtime.resource.ResourceManagerImpl)
> > [DEBUG] ResourceLoader instantiated:
> > org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
> > [DEBUG] ResourceLoader instantiated:
> > org.codehaus.plexus.velocity.SiteResourceLoader
> > [DEBUG] ResourceCache: initialized (class
> > org.apache.velocity.runtime.resource.ResourceCacheImpl)
> > [DEBUG] Default ResourceManager initialization complete.
> > [DEBUG] Loaded System Directive:
> > org.apache.velocity.runtime.directive.Literal
> > [DEBUG] Loaded System Directive:
> > org.apache.velocity.runtime.directive.Macro
> > [DEBUG] Loaded System Directive:
> > org.apache.velocity.runtime.directive.Parse
> > [DEBUG] Loaded System Directive:
> > org.apache.velocity.runtime.directive.Include
> > [DEBUG] Loaded System Directive:
> > org.apache.velocity.runtime.directive.Foreach
> > [DEBUG] Created '20' parsers.
> > [DEBUG] Velocimacro : initialization starting.
> > [DEBUG] Velocimacro : allowInline = true : VMs can be defined inline in
> > templates
> > [DEBUG] Velocimacro : allowInlineToOverride = false : VMs defined inline
> > may NOT replace previous VM definitions
> > [DEBUG] Velocimacro : allowInlineLocal = false : VMs defined inline will
> > be global in scope if allowed.
> > [DEBUG] Velocimacro : autoload off : VM system will not automatically
> > reload global library macros
> > [DEBUG] Velocimacro : Velocimacro : initialization complete.
> > [DEBUG] RuntimeInstance successfully initialized.
> > [DEBUG] Configuring mojo
> > 'org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1:process'
> -->
> > [DEBUG]   (f) appendedResourcesDirectory =
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\src\main\appended-resources
> > [DEBUG]   (f) attached = true
> > [DEBUG]   (f) basedir =
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin
> > [DEBUG]   (f) encoding = UTF-8
> > [DEBUG]   (f) excludeTransitive = false
> > [DEBUG]   (f) includeProjectProperties = false
> > [DEBUG]   (f) includeScope = runtime
> > [DEBUG]   (f) localRepository =
> > Repository[local|file://C:\Users\HomeXPS\.m2\repository]
> > [DEBUG]   (f) mavenSession =
> > org.apache.maven.execution.MavenSession@77485542
> > [DEBUG]   (f) outputDirectory =
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\target\maven-shared-archive-resources
> > [DEBUG]   (f) project = MavenProject:
> > org.apache.ranger:security-admin-web:0.4.0 @
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\pom.xml
> > [DEBUG]   (f) remoteArtifactRepositories =
> > [Repository[apache.snapshots.https|
> > https://repository.apache.org/content/repositories/snapshots],
> > Repository[apache.public.https|
> > https://repository.apache.org/content/repositories/public],
> > Repository[apache.snapshots|http://repository.apache.org/snapshots],
> > Repository[central|http://repo1.maven.org/maven2]]
> > [DEBUG]   (f) resourceBundles =
> [org.apache:apache-jar-resource-bundle:1.4]
> > [DEBUG]   (f) resources = [Resource {targetPath: null, filtering: true,
> > FileSet {directory:
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\src\main\resources,
> > PatternSet [includes: {}, excludes: {}]}}]
> > [DEBUG]   (f) runOnlyAtExecutionRoot = false
> > [DEBUG]   (f) skip = false
> > [DEBUG]   (f) useDefaultFilterDelimiters = true
> > [DEBUG] -- end configuration --
> > [INFO] [remote-resources:process {execution: default}]
> > [DEBUG] Supplemental data models won't be loaded.  No models specified.
> > [DEBUG] inceptionYear not specified, defaulting to 2015
> > [DEBUG] org.apache.ranger:security-admin-web:war:0.4.0 (selected for
> null)
> > [DEBUG] Retrieving parent-POM: org.antlr:antlr-master:pom:3.5.2 for
> > project: org.antlr:antlr-runtime:jar:null from the repository.
> > [DEBUG] Adding managed dependencies for org.antlr:antlr-runtime
> > [DEBUG]   junit:junit:jar:4.10:test
> > [DEBUG]   antlr:antlr:jar:2.7.7:compile
> > [DEBUG]   org.antlr:stringtemplate:jar:3.2.1:compile
> > [DEBUG]   org.antlr:ST4:jar:4.0.8:compile
> > [DEBUG]   org.antlr:antlr-runtime:jar:3.5.2:compile (selected for
> compile)
> > [DEBUG]   aopalliance:aopalliance:jar:1.0:compile (selected for compile)
> > [DEBUG] Retrieving parent-POM: org.ow2.util.asm:asm-parent:pom:3.1 for
> > project: null:asm:jar:3.1 from the repository.
> > [DEBUG] Adding managed dependencies for unknown:asm
> > [DEBUG]   org.ow2.util.asm:asm:jar:3.1
> > [DEBUG]   org.ow2.util.asm:asm-tree:jar:3.1
> > [DEBUG]   org.ow2.util.asm:asm-analysis:jar:3.1
> > [DEBUG]   org.ow2.util.asm:asm-commons:jar:3.1
> > [DEBUG]   org.ow2.util.asm:asm-util:jar:3.1
> > [DEBUG]   org.ow2.util.asm:asm-xml:jar:3.1
> > [DEBUG]   org.ow2.util.asm:asm:jar:3.1:compile (selected for compile)
> > [DEBUG]   c3p0:c3p0:jar:0.9.1.2:compile (selected for compile)
> > [DEBUG] Retrieving parent-POM: org.glassfish.hk2:external:pom:2.2.0-b23
> > for project: org.glassfish.hk2.external:cglib:jar:null from the
> repository.
> > [DEBUG] Retrieving parent-POM: org.glassfish.hk2:hk2-public:pom:2.2.0-b23
> > for project: null:external:pom:null from the repository.
> > [DEBUG] Retrieving parent-POM: org.glassfish.hk2:hk2-parent:pom:2.2.0-b23
> > for project: org.glassfish.hk2:hk2-public:pom:2.2.0-b23 from the
> repository.
> > [DEBUG] Retrieving parent-POM: org.glassfish.hk2:hk2-bom:pom:2.2.0-b23
> for
> > project: null:hk2-parent:pom:null from the repository.
> > [DEBUG] Adding managed dependencies for org.glassfish.hk2.external:cglib
> > [DEBUG]   org.glassfish.hk2:auto-depends-plugin:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2-build:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:class-model:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:config-generator:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:config-types:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:consolidatedbundle-maven-plugin:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:core:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2-dependency-verifier:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2-dependency-visualizer:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:devtests:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:ctm-example:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:custom-resolver-example:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:examples:pom:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:security-lockdown-example-alice:jar:2.2.0-b23
> > [DEBUG]
>  org.glassfish.hk2:security-lockdown-example-mallory:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:security-lockdown-example:pom:2.2.0-b23
> > [DEBUG]
>  org.glassfish.hk2:security-lockdown-example-runner:jar:2.2.0-b23
> > [DEBUG]
>  org.glassfish.hk2:security-lockdown-example-system:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2.external:asm-all-repackaged:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2.external:bean-validator:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2.external:bean-validator-cdi:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2.external:cglib:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2.external:javax.inject:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:external:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:tiger-types-osgi:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2-api:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2-config:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2-config-generator:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2-inhabitant-generator:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2-locator:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2-maven:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2-runlevel:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2-junitrunner:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2-testng:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2-testing:pom:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2-utils:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2-kernel-parent:pom:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:osgi-adapter:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:contract-bundle:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:faux-sdp-bundle:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:osgi-adapter-test:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:osgi-adapter-tests-parent:pom:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:sdp-management-bundle:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:test-module-startup:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:osgi:pom:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:osgiversion-maven-plugin:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2-parent:pom:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2:hk2-public:pom:2.2.0-b23
> > [DEBUG]   javax.validation:validation-api:jar:1.1.0.Final
> > [DEBUG]   org.hibernate:hibernate-validator:jar:5.0.0.Final
> > [DEBUG]   org.glassfish.hk2:guice-bridge:jar:2.2.0-b23
> > [DEBUG]   org.glassfish.hk2.external:cglib:jar:2.2.0-b23:compile
> (selected
> > for compile)
> > [DEBUG]
> > commons-beanutils:commons-beanutils-bean-collections:jar:1.8.3:compile
> > (selected for compile)
> > [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile (selected
> > for compile)
> > [DEBUG]   commons-beanutils:commons-beanutils-core:jar:1.8.3:compile
> > (selected for compile)
> > [DEBUG]   commons-cli:commons-cli:jar:1.2:compile (selected for compile)
> > [DEBUG]   commons-codec:commons-codec:jar:1.9:compile (selected for
> > compile)
> > [DEBUG]   commons-collections:commons-collections:jar:3.2.1:compile
> > (selected for compile)
> > [DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:33
> > for project: org.apache.commons:commons-compress:jar:1.8.1 from the
> > repository.
> > [DEBUG]   org.apache.commons:commons-compress:jar:1.8.1:compile (selected
> > for compile)
> > [DEBUG]   commons-configuration:commons-configuration:jar:1.10:compile
> > (selected for compile)
> > [DEBUG]     commons-lang:commons-lang:jar:2.6:compile (selected for
> > compile)
> > [DEBUG]   commons-dbcp:commons-dbcp:jar:1.4:compile (selected for
> compile)
> > [DEBUG]     commons-pool:commons-pool:jar:1.5.4:compile (selected for
> > compile)
> > [DEBUG]   commons-digester:commons-digester:jar:2.1:compile (selected for
> > compile)
> > [DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:14
> > for project: commons-beanutils:commons-beanutils:jar:1.8.3 from the
> > repository.
> > [DEBUG]     commons-beanutils:commons-beanutils:jar:1.8.3:compile
> > (selected for compile)
> > [DEBUG] Trying repository apache.snapshots.https
> > [DEBUG] Using Wagon implementation lightweight from default mapping for
> > protocol https
> > [DEBUG] Checking for pre-existing User-Agent configuration.
> > [DEBUG] Adding User-Agent configuration.
> > [DEBUG] Connecting to repository: 'apache.snapshots.https' with url: '
> > https://repository.apache.org/content/repositories/snapshots'.
> > Downloading:
> >
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > [DEBUG] Unable to locate resource in repository
> > org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
> > resource in repository
> >     at
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
> >     at
> > org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> >     at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> >     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> >     at
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
> >     at
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
> >     at
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
> >     at
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
> >     at
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
> >     at
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> >     at
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> >     at
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> >     at
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> >     at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> >     at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> >     at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> >     at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> >     at
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> >     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> >     at
> > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >     at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> >     at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> >     at java.lang.reflect.Method.invoke(Method.java:597)
> >     at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> >     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> >     at
> > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > Caused by: java.io.FileNotFoundException:
> >
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> >     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> > Method)
> >     at
> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> >     at
> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> >     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> >     at
> >
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> >     at java.security.AccessController.doPrivileged(Native Method)
> >     at
> >
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> >     at
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> >     at
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> >     at
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
> >     ... 41 more
> > Caused by: java.io.FileNotFoundException:
> >
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> >     at
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
> >     at
> > java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> >     at
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
> >     at
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
> >     ... 41 more
> > [DEBUG] Using Wagon implementation lightweight from default mapping for
> > protocol https
> > [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> > repository apache.snapshots.https (
> > https://repository.apache.org/content/repositories/snapshots)
> > [DEBUG] Trying repository apache.public.https
> > [DEBUG] Using Wagon implementation lightweight from default mapping for
> > protocol https
> > [DEBUG] Checking for pre-existing User-Agent configuration.
> > [DEBUG] Adding User-Agent configuration.
> > [DEBUG] Connecting to repository: 'apache.public.https' with url: '
> > https://repository.apache.org/content/repositories/public'.
> > Downloading:
> >
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > [DEBUG] Unable to locate resource in repository
> > org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
> > resource in repository
> >     at
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
> >     at
> > org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> >     at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> >     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> >     at
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
> >     at
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
> >     at
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
> >     at
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
> >     at
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
> >     at
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> >     at
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> >     at
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> >     at
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> >     at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> >     at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> >     at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> >     at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> >     at
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> >     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> >     at
> > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >     at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> >     at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> >     at java.lang.reflect.Method.invoke(Method.java:597)
> >     at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> >     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> >     at
> > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > Caused by: java.io.FileNotFoundException:
> >
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> >     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> > Method)
> >     at
> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> >     at
> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> >     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> >     at
> >
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> >     at java.security.AccessController.doPrivileged(Native Method)
> >     at
> >
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> >     at
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> >     at
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
> >     at
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
> >     ... 41 more
> > Caused by: java.io.FileNotFoundException:
> >
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> >     at
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
> >     at
> > java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> >     at
> >
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
> >     at
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
> >     ... 41 more
> > [DEBUG] Using Wagon implementation lightweight from default mapping for
> > protocol https
> > [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> > repository apache.public.https (
> > https://repository.apache.org/content/repositories/public)
> > [DEBUG] Skipping disabled repository apache.snapshots
> > [DEBUG] Trying repository central
> > [DEBUG] Using Wagon implementation lightweight from default mapping for
> > protocol http
> > [DEBUG] Checking for pre-existing User-Agent configuration.
> > [DEBUG] Adding User-Agent configuration.
> > [DEBUG] Connecting to repository: 'central' with url: '
> > http://repo1.maven.org/maven2'.
> > Downloading:
> >
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> > [DEBUG] Unable to locate resource in repository
> > org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
> > resource in repository
> >     at
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
> >     at
> > org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
> >     at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
> >     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
> >     at
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
> >     at
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
> >     at
> >
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
> >     at
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
> >     at
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
> >     at
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> >     at
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> >     at
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> >     at
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> >     at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> >     at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> >     at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> >     at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> >     at
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> >     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> >     at
> > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >     at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> >     at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> >     at java.lang.reflect.Method.invoke(Method.java:597)
> >     at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> >     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> >     at
> > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > Caused by: java.io.FileNotFoundException:
> >
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> >     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> > Method)
> >     at
> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> >     at
> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> >     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> >     at
> >
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
> >     at java.security.AccessController.doPrivileged(Native Method)
> >     at
> >
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
> >     at
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
> >     at
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
> >     ... 41 more
> > Caused by: java.io.FileNotFoundException:
> >
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> >     at
> >
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
> >     at
> > java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
> >     at
> >
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
> >     ... 41 more
> > [DEBUG] Using Wagon implementation lightweight from default mapping for
> > protocol http
> > [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> > repository central (http://repo1.maven.org/maven2)
> > [DEBUG] Artifact not found - using stub model: Unable to download the
> > artifact from any repository
> >
> >   tomcat:commons-el:pom:5.5.23
> >
> > from the specified remote repositories:
> >   apache.snapshots.https (
> > https://repository.apache.org/content/repositories/snapshots),
> >   apache.snapshots (http://repository.apache.org/snapshots),
> >   central (http://repo1.maven.org/maven2),
> >   apache.public.https (
> > https://repository.apache.org/content/repositories/public)
> >
> >
> > [DEBUG] Using defaults for missing POM
> tomcat:commons-el:pom:5.5.23:compile
> > [DEBUG]   tomcat:commons-el:jar:5.5.23:compile (selected for compile)
> > [DEBUG]   commons-httpclient:commons-httpclient:jar:3.1:compile (selected
> > for compile)
> > [DEBUG]     commons-logging:commons-logging:jar:1.0.4:compile (removed -
> > nearer found: 1.1.1)
> > [DEBUG]     commons-codec:commons-codec:jar:1.2:compile (removed - nearer
> > found: 1.9)
> > [DEBUG]   commons-io:commons-io:jar:2.4:compile (selected for compile)
> > [DEBUG]   commons-lang:commons-lang:jar:2.6:compile (selected for
> compile)
> > [DEBUG]   commons-logging:commons-logging:jar:1.1.1:compile (removed -
> > nearer found: 1.2)
> > [DEBUG]   commons-logging:commons-logging:jar:1.2:compile (selected for
> > compile)
> > [DEBUG]   org.apache.commons:commons-math:jar:2.2:compile (selected for
> > compile)
> > [DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:30
> > for project: commons-net:commons-net:jar:3.3 from the repository.
> > [DEBUG]   commons-net:commons-net:jar:3.3:compile (selected for compile)
> > [DEBUG]   commons-pool:commons-pool:jar:1.5.4:compile (removed - nearer
> > found: 1.6)
> > [DEBUG]   commons-pool:commons-pool:jar:1.6:compile (selected for
> compile)
> > [DEBUG]   org.eclipse.persistence:eclipselink:jar:2.5.2-M1:compile
> > (selected for compile)
> > [DEBUG]     org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
> > (selected for compile)
> > [DEBUG]     org.eclipse.persistence:commonj.sdo:jar:2.1.1:compile
> > (selected for compile)
> > [DEBUG]   org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
> > (selected for compile)
> > [DEBUG]   com.google.guava:guava:jar:17.0:compile (selected for compile)
> > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.3:compile (selected for
> compile)
> > [DEBUG]   net.htmlparser.jericho:jericho-html:jar:3.3:compile (selected
> > for compile)
> > [DEBUG] Retrieving parent-POM:
> > org.springframework:spring-parent:pom:3.1.3.RELEASE for project:
> > org.springframework:spring-aop:jar:3.1.3.RELEASE from the repository.
> > [DEBUG] Adding managed dependencies for org.springframework:spring-aop
> > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > [DEBUG]   junit:junit:jar:4.9:test
> > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > [DEBUG]   org.springframework:spring-aop:jar:3.1.3.RELEASE:compile
> > (selected for compile)
> > [DEBUG] Adding managed dependencies for org.springframework:spring-asm
> > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > [DEBUG]   junit:junit:jar:4.9:test
> > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > [DEBUG]     org.springframework:spring-asm:jar:3.1.3.RELEASE:compile
> > (selected for compile)
> > [DEBUG] Adding managed dependencies for org.springframework:spring-beans
> > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > [DEBUG]   junit:junit:jar:4.9:test
> > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > [DEBUG]     org.springframework:spring-beans:jar:3.1.3.RELEASE:compile
> > (selected for compile)
> > [DEBUG] Adding managed dependencies for org.springframework:spring-core
> > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > [DEBUG]   junit:junit:jar:4.9:test
> > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > [DEBUG]       org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> > (selected for compile)
> > [DEBUG]         commons-logging:commons-logging:jar:1.1.1:compile
> (removed
> > - nearer found: 1.2)
> > [DEBUG]     org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> > (selected for compile)
> > [DEBUG]       commons-logging:commons-logging:jar:1.1.1:compile (removed
> -
> > nearer found: 1.2)
> > [DEBUG]   org.springframework:spring-asm:jar:3.1.3.RELEASE:compile
> > (selected for compile)
> > [DEBUG]   org.springframework:spring-beans:jar:3.1.3.RELEASE:compile
> > (selected for compile)
> > [DEBUG] Adding managed dependencies for
> org.springframework:spring-context
> > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > [DEBUG]   junit:junit:jar:4.9:test
> > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > [DEBUG]   org.springframework:spring-context:jar:3.1.3.RELEASE:compile
> > (selected for compile)
> > [DEBUG] Adding managed dependencies for
> > org.springframework:spring-expression
> > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > [DEBUG]   junit:junit:jar:4.9:test
> > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > [DEBUG]
> > org.springframework:spring-expression:jar:3.1.3.RELEASE:compile (selected
> > for compile)
> > [DEBUG] Adding managed dependencies for
> > org.springframework:spring-context-support
> > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > [DEBUG]   junit:junit:jar:4.9:test
> > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > [DEBUG]
> > org.springframework:spring-context-support:jar:3.1.3.RELEASE:compile
> > (selected for compile)
> > [DEBUG]   org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> > (selected for compile)
> > [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile (removed -
> > nearer found: 1.2)
> > [DEBUG]   org.springframework:spring-expression:jar:3.1.3.RELEASE:compile
> > (selected for compile)
> > [DEBUG] Adding managed dependencies for org.springframework:spring-jdbc
> > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > [DEBUG]   junit:junit:jar:4.9:test
> > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > [DEBUG]   org.springframework:spring-jdbc:jar:3.1.3.RELEASE:compile
> > (selected for compile)
> > [DEBUG] Adding managed dependencies for org.springframework:spring-tx
> > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > [DEBUG]   junit:junit:jar:4.9:test
> > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > [DEBUG]     org.springframework:spring-tx:jar:3.1.3.RELEASE:compile
> > (selected for compile)
> > [DEBUG] Adding managed dependencies for org.springframework:spring-orm
> > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > [DEBUG]   junit:junit:jar:4.9:test
> > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > [DEBUG]   org.springframework:spring-orm:jar:3.1.3.RELEASE:compile
> > (selected for compile)
> > [DEBUG]   org.springframework:spring-tx:jar:3.1.3.RELEASE:compile
> > (selected for compile)
> > [DEBUG] Adding managed dependencies for org.springframework:spring-web
> > [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> > [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> > [DEBUG]   junit:junit:jar:4.9:test
> > [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> > [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> > [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> > [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> > [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> > [DEBUG]   log4j:log4j:jar:1.2.15:test
> > [DEBUG]   org.springframework:spring-web:jar:3.1.3.RELEASE:compile
> > (selected for compile)
> > [DEBUG]   org.springframework:spring:jar:2.5.6:compile (selected for
> > compile)
> > [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile (removed -
> > nearer found: 1.2)
> > [DEBUG] Retrieving parent-POM: com.sun.jersey:jersey-project:pom:1.4 for
> > project: null:jersey-bundle:jar:null from the repository.
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Failed to resolve dependencies for one or more projects in the
> > reactor. Reason: Unable to get dependency information: Unable to read the
> > metadata file for artifact 'com.sun.jersey:jersey-bundle:jar': Cannot
> find
> > parent: com.sun.jersey:jersey-project for project:
> > null:jersey-bundle:jar:null for project null:jersey-bundle:jar:null
> >   com.sun.jersey:jersey-bundle:jar:1.4
> >
> > from the specified remote repositories:
> >   apache.snapshots (http://repository.apache.org/snapshots),
> >   apache.snapshots.https (
> > https://repository.apache.org/content/repositories/snapshots),
> >   central (http://repo1.maven.org/maven2),
> >   apache.public.https (
> > https://repository.apache.org/content/repositories/public)
> >
> > Path to dependency:
> >     1) org.apache.ranger:security-admin-web:war:0.4.0
> >
> >
> >
> > Not a v4.0.0 POM. for project com.sun.jersey:jersey-project at
> >
> C:\Users\HomeXPS\.m2\repository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [DEBUG] Trace
> > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to resolve
> > dependencies for one or more projects in the reactor. Reason: Unable to
> get
> > dependency information: Unable to read the metadata file for artifact
> > 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null
> for
> > project null:jersey-bundle:jar:null
> >   com.sun.jersey:jersey-bundle:jar:1.4
> >
> > from the specified remote repositories:
> >   apache.snapshots (http://repository.apache.org/snapshots),
> >   apache.snapshots.https (
> > https://repository.apache.org/content/repositories/snapshots),
> >   central (http://repo1.maven.org/maven2),
> >   apache.public.https (
> > https://repository.apache.org/content/repositories/public)
> >
> > Path to dependency:
> >     1) org.apache.ranger:security-admin-web:war:0.4.0
> >
> >
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> >     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> >     at
> > org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >     at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> >     at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> >     at java.lang.reflect.Method.invoke(Method.java:597)
> >     at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> >     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> >     at
> > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> >     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to
> > resolve dependencies for one or more projects in the reactor. Reason:
> > Unable to get dependency information: Unable to read the metadata file
> for
> > artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null
> for
> > project null:jersey-bundle:jar:null
> >   com.sun.jersey:jersey-bundle:jar:1.4
> >
> > from the specified remote repositories:
> >   apache.snapshots (http://repository.apache.org/snapshots),
> >   apache.snapshots.https (
> > https://repository.apache.org/content/repositories/snapshots),
> >   central (http://repo1.maven.org/maven2),
> >   apache.public.https (
> > https://repository.apache.org/content/repositories/public)
> >
> > Path to dependency:
> >     1) org.apache.ranger:security-admin-web:war:0.4.0
> >
> >
> >     at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:721)
> >     at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
> >     at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
> >     at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
> >     at
> >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> >     at
> >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> >     ... 17 more
> > Caused by:
> org.apache.maven.artifact.resolver.ArtifactResolutionException:
> > Unable to get dependency information: Unable to read the metadata file
> for
> > artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null
> for
> > project null:jersey-bundle:jar:null
> >   com.sun.jersey:jersey-bundle:jar:1.4
> >
> > from the specified remote repositories:
> >   apache.snapshots (http://repository.apache.org/snapshots),
> >   apache.snapshots.https (
> > https://repository.apache.org/content/repositories/snapshots),
> >   central (http://repo1.maven.org/maven2),
> >   apache.public.https (
> > https://repository.apache.org/content/repositories/public)
> >
> > Path to dependency:
> >     1) org.apache.ranger:security-admin-web:war:0.4.0
> >
> >
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:430)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> >     at
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
> >     at
> >
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
> >     at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
> >     ... 22 more
> > Caused by:
> > org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException:
> > Unable to read the metadata file for artifact
> > 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null
> for
> > project null:jersey-bundle:jar:null
> >     at
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:200)
> >     at
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
> >     at
> >
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
> >     ... 28 more
> > Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find
> > parent: com.sun.jersey:jersey-project for project:
> > null:jersey-bundle:jar:null for project null:jersey-bundle:jar:null
> >     at
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
> >     at
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
> >     at
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:255)
> >     at
> >
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
> >     ... 30 more
> > Caused by: org.apache.maven.project.InvalidProjectModelException: Not a
> > v4.0.0 POM. for project com.sun.jersey:jersey-project at
> >
> C:\Users\HomeXPS\.m2\repository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> >     at
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1599)
> >     at
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1571)
> >     at
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:562)
> >     at
> >
> org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1392)
> >     ... 33 more
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 25 seconds
> > [INFO] Finished at: Mon Jan 12 10:00:56 IST 2015
> > [INFO] Final Memory: 171M/575M
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > On Mon, Jan 12, 2015 at 6:17 AM, Ashish Singh <as...@hortonworks.com>
> > wrote:
> >
> >> HI Sitaram,
> >>
> >> Look, like you have some local files in your workspace, that is
> preventing
> >> to pass the Relase Audit Tool.
> >> Can, you list what is in this file
> >> F:\Consulting\DataGuise\Software\ApacheRanger\Git\
> >> incubator-ranger\target\rat.txt
> >> in your workspace.
> >>
> >> Use the below, command for code compilation.
> >>
> >> *mvn -X clean -DskipCheck=true -Dcheckstyle.skip=true package
> >> assembly:assembly install -DskipITs -DskipTests*
> >>
> >> Let me know, how it goes.
> >>
> >> Regards
> >> Ashish
> >>
> >>
> >>
> >> On Sun, Jan 11, 2015 at 7:39 AM, Sitaraman Vilayannur <
> >> vrsitaramanietflists@gmail.com> wrote:
> >>
> >> > Hi Gautam,
> >> >  Git branch says it is master.  with mvn -U i get the following
> >> > output...thanks.
> >> > Sitaraman
> >> > [INFO] Scanning for projects...
> >> > [INFO] Reactor build order:
> >> > [INFO]   ranger
> >> > [INFO]   Credential Support
> >> > [INFO]   Audit Component
> >> > [INFO]   Common library for Plugins
> >> > [INFO]   Hdfs Security Plugin
> >> > [INFO]   Hive Security Agent
> >> > [INFO]   HBaseSecurityAgents
> >> > [INFO]   Knox Security Plugin
> >> > [INFO]   Credential Builder
> >> > [INFO]   Storm Security Plugin
> >> > [INFO]   Agent Implementation Libary
> >> > [INFO]   Installer Support Component
> >> > [INFO]   Embeded Web Server Invoker
> >> > [INFO]   Resource Lookup API Implementation
> >> > [INFO]   Unix Authentication Client
> >> > [INFO]   Security Admin Web Application
> >> > [INFO]   Unix User Group Synchronizer
> >> > [INFO]   Unix Authentication Service
> >> > [INFO] Searching repository for plugin with prefix: 'assembly'.
> >> > [INFO] org.apache.maven.plugins: checking for updates from central
> >> > [WARNING] repository metadata for: 'org.apache.maven.plugins' could
> not
> >> be
> >> > retrieved from repository: central due to an error: Error copying
> >> temporary
> >> > file to the final destination:
> >> >
> >> >
> >>
> C:\Users\HomeXPS\.m2\repository\org\apache\maven\plugins\maven-metadata-central.xml
> >> > (Access is denied)
> >> > [INFO] Repository 'central' will be blacklisted
> >> > [INFO]
> >> >
> ------------------------------------------------------------------------
> >> > [INFO] Building ranger
> >> > [INFO]    task-segment: [clean, compile, package, install]
> >> > [INFO]
> >> >
> ------------------------------------------------------------------------
> >> > [INFO] [clean:clean {execution: default-clean}]
> >> > [INFO] Deleting
> >> >
> >>
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target
> >> > [INFO] [remote-resources:process {execution: default}]
> >> > [INFO] [antrun:run {execution: default}]
> >> > [INFO] Executing tasks
> >> >
> >> > main:
> >> > [INFO] Executed tasks
> >> > [INFO] [remote-resources:process {execution: default}]
> >> > [INFO] [antrun:run {execution: default}]
> >> > [INFO] Executing tasks
> >> >
> >> > main:
> >> > [INFO] Executed tasks
> >> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> >> > [INFO] [remote-resources:process {execution: default}]
> >> > [INFO] [antrun:run {execution: default}]
> >> > [INFO] Executing tasks
> >> >
> >> > main:
> >> > [INFO] Executed tasks
> >> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> >> > [INFO] [apache-rat:check {execution: default}]
> >> > [INFO] 51 implicit excludes (use -debug for more details).
> >> > [INFO] Exclude: **/dependency-reduced-pom.xml
> >> > [INFO] Exclude: **/robots.txt
> >> > [INFO] Exclude: **/MANIFEST.MF
> >> > [INFO] Exclude: **/bootstrap.min.js
> >> > [INFO] Exclude: **/src/main/webapp/fonts/**
> >> > [INFO] Exclude: **/src/main/webapp/libs/**
> >> > [INFO] Exclude: .git/**
> >> > [INFO] Exclude: .pc/**
> >> > [INFO] Exclude: debian/**
> >> > [INFO] Exclude: .gitignore/**
> >> > [INFO] Exclude: .svn/**
> >> > [INFO] Exclude: .idea/**
> >> > [INFO] Exclude: dev-support/**
> >> > [INFO] Exclude: **/.gitignore/**
> >> > [INFO] Exclude: **/.project/**
> >> > [INFO] Exclude: **/.settings/**
> >> > [INFO] Exclude: **/.classpath/**
> >> > [INFO] Exclude: **/*.iml
> >> > [INFO] Exclude: **/target/**
> >> > [INFO] Exclude: **/bin/**
> >> > [INFO] Exclude: **/CHANGES
> >> > [INFO] Exclude: **/ISSUES
> >> > [INFO] Exclude: **/patchprocess/**
> >> > [INFO] Exclude: **/test/resources/**
> >> > [INFO] Exclude: **/main/resources/**/*.json
> >> > [INFO] Exclude: **/.externalToolBuilders/*
> >> > [INFO] Exclude: *.patch
> >> > [INFO] Exclude: atlassian-ide-plugin.xml
> >> > [INFO] 803 resources included (use -debug for more details)
> >> > [INFO] Rat check: Summary of files. Unapproved: 1 unknown: 1
> generated:
> >> 0
> >> > approved: 766 licence.
> >> > [INFO]
> >> >
> ------------------------------------------------------------------------
> >> > [ERROR] BUILD FAILURE
> >> > [INFO]
> >> >
> ------------------------------------------------------------------------
> >> > [INFO] Too many files with unapproved license: 1 See RAT report in:
> >> >
> >> >
> >>
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target\rat.txt
> >> > [INFO]
> >> >
> ------------------------------------------------------------------------
> >> > [INFO] For more information, run Maven with the -e switch
> >> > [INFO]
> >> >
> ------------------------------------------------------------------------
> >> > [INFO] Total time: 7 seconds
> >> > [INFO] Finished at: Sun Jan 11 21:03:16 IST 2015
> >> > [INFO] Final Memory: 45M/488M
> >> > [INFO]
> >> >
> ------------------------------------------------------------------------
> >> >
> >> >
> >> >
> >> > On Sun, Jan 11, 2015 at 7:09 PM, Gautam Borad <gb...@gmail.com>
> wrote:
> >> >
> >> > > Sitaraman, you can check the branch with the help of following git
> >> > command
> >> > > : git branch
> >> > > I just did a git pull of master branch which is at *ef152319*
> >> currently
> >> > and
> >> > > was able to successfully build Ranger.
> >> > >
> >> > > Can you try again with the -U option to maven and post the entire
> >> output
> >> > of
> >> > > the command for us to inspect? Thanks.
> >> > >
> >> > > On Sat, Jan 10, 2015 at 6:39 PM, Sitaraman Vilayannur <
> >> > > vrsitaramanietflists@gmail.com> wrote:
> >> > >
> >> > > > Hi Gautam,
> >> > > >  I used the git command line as given in
> >> > > > http://ranger.incubator.apache.org/quick_start_guide.html to
> >> checkout
> >> > > from
> >> > > > the git repository...i.e git clone git://
> >> > > > git.apache.org/incubator-ranger.git
> >> > > > how do i find out which branch it is?
> >> > > > Sitaraman
> >> > > >
> >> > > > On Sat, Jan 10, 2015 at 6:32 PM, Gautam Borad <gb...@gmail.com>
> >> > wrote:
> >> > > >
> >> > > > > Sitaraman, Which tool did you use to checkout the codebase? Can
> >> you
> >> > let
> >> > > > me
> >> > > > > know the branch that you are trying to compile?
> >> > > > >
> >> > > > > On Sat, Jan 10, 2015 at 6:29 PM, Sitaraman Vilayannur <
> >> > > > > vrsitaramanietflists@gmail.com> wrote:
> >> > > > >
> >> > > > > > Hi Gautam,
> >> > > > > >    I am not behind a proxy.  Which other network
> configurations
> >> > > should
> >> > > > i
> >> > > > > be
> >> > > > > > checking. I got the code via a git clone git://
> >> > > > > > git.apache.org/incubator-ranger.git. Thanks for your
> continued
> >> > help.
> >> > > > > > Sitaraman
> >> > > > > >
> >> > > > > > On Sat, Jan 10, 2015 at 6:15 PM, Gautam Borad <
> gborad@gmail.com
> >> >
> >> > > > wrote:
> >> > > > > >
> >> > > > > > > Sitaraman, this is most likely a network issue. Can you
> check
> >> > your
> >> > > > > proxy
> >> > > > > > > and network configuration? Also can you let me know which
> >> branch
> >> > > are
> >> > > > > you
> >> > > > > > > trying to compile?
> >> > > > > > >
> >> > > > > > > Thanks.
> >> > > > > > >
> >> > > > > > > On Sat, Jan 10, 2015 at 5:11 PM, Sitaraman Vilayannur <
> >> > > > > > > vrsitaramanietflists@gmail.com> wrote:
> >> > > > > > >
> >> > > > > > > > Hi Gautam,
> >> > > > > > > >  Thanks for your response.
> >> > > > > > > >  Tried with -DskipTests=true and i am getting the
> following
> >> > > error.
> >> > > > > > > >
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> http://repo1.maven.org/maven2/net/htmlparser/jericho/jericho-html/3.3/je
> >> > > > > > > > richo-html-3.3.pom
> >> > > > > > > > 2K downloaded  (jericho-html-3.3.pom)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/snapshots/org/springf
> >> > > > > > > >
> >> ramework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> >> > > > > > > > repository apache.snapshots.https (
> >> > > > > > > > https://repository.apache.org/content/repositories
> >> > > > > > > > /snapshots)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/public/org/springfram
> >> > > > > > > >
> ework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> >> > > > > > > > repository apache.public.https (
> >> > > > > > > > https://repository.apache.org/content/repositories/pu
> >> > > > > > > > blic)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.3.RELEA
> >> > > > > > > > SE/spring-aop-3.1.3.RELEASE.pom
> >> > > > > > > > 2K downloaded  (spring-aop-3.1.3.RELEASE.pom)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/snapshots/org/springf
> >> > > > > > > >
> >> > > >
> ramework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> >> > > > > > > > in repository apache.snapshots.https (
> >> > > > > > > > https://repository.apache.org/content/repositor
> >> > > > > > > > ies/snapshots)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/public/org/springfram
> >> > > > > > > >
> >> > ework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> >> > > > > > > > in repository apache.public.https (
> >> > > > > > > > https://repository.apache.org/content/repositories
> >> > > > > > > > /public)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> http://repo1.maven.org/maven2/org/springframework/spring-parent/3.1.3.RE
> >> > > > > > > > LEASE/spring-parent-3.1.3.RELEASE.pom
> >> > > > > > > > 8K downloaded  (spring-parent-3.1.3.RELEASE.pom)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/snapshots/org/springf
> >> > > > > > > >
> >> ramework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> >> > > > > > > > repository apache.snapshots.https (
> >> > > > > > > > https://repository.apache.org/content/repositories
> >> > > > > > > > /snapshots)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/public/org/springfram
> >> > > > > > > >
> ework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> >> > > > > > > > repository apache.public.https (
> >> > > > > > > > https://repository.apache.org/content/repositories/pu
> >> > > > > > > > blic)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.3.RELEA
> >> > > > > > > > SE/spring-asm-3.1.3.RELEASE.pom
> >> > > > > > > > 2K downloaded  (spring-asm-3.1.3.RELEASE.pom)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/snapshots/org/springf
> >> > > > > > > >
> >> > > ramework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> >> > > > > > > > n repository apache.snapshots.https (
> >> > > > > > > > https://repository.apache.org/content/repositori
> >> > > > > > > > es/snapshots)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/public/org/springfram
> >> > > > > > > >
> >> ework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> >> > > > > > > > n repository apache.public.https (
> >> > > > > > > > https://repository.apache.org/content/repositories/
> >> > > > > > > > public)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.3.REL
> >> > > > > > > > EASE/spring-beans-3.1.3.RELEASE.pom
> >> > > > > > > > 2K downloaded  (spring-beans-3.1.3.RELEASE.pom)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/snapshots/org/springf
> >> > > > > > > >
> >> > ramework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> >> > > > > > > >  repository apache.snapshots.https (
> >> > > > > > > > https://repository.apache.org/content/repositorie
> >> > > > > > > > s/snapshots)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/public/org/springfram
> >> > > > > > > >
> >> ework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> >> > > > > > > >  repository apache.public.https (
> >> > > > > > > > https://repository.apache.org/content/repositories/p
> >> > > > > > > > ublic)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> http://repo1.maven.org/maven2/org/springframework/spring-core/3.1.3.RELE
> >> > > > > > > > ASE/spring-core-3.1.3.RELEASE.pom
> >> > > > > > > > 2K downloaded  (spring-core-3.1.3.RELEASE.pom)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/snapshots/org/springf
> >> > > > > > > >
> >> > > > >
> >> > ramework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> >> > > > > > > >  in repository apache.snapshots.https (
> >> > > > > > > > https://repository.apache.org/content/reposito
> >> > > > > > > > ries/snapshots)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/public/org/springfram
> >> > > > > > > >
> >> > > ework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> >> > > > > > > >  in repository apache.public.https (
> >> > > > > > > > https://repository.apache.org/content/repositorie
> >> > > > > > > > s/public)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> http://repo1.maven.org/maven2/org/springframework/spring-context/3.1.3.R
> >> > > > > > > > ELEASE/spring-context-3.1.3.RELEASE.pom
> >> > > > > > > > 8K downloaded  (spring-context-3.1.3.RELEASE.pom)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/snapshots/org/springf
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> ramework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> >> > > > > > > > SE' in repository apache.snapshots.https (
> >> > > > > > > > https://repository.apache.org/content/repos
> >> > > > > > > > itories/snapshots)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/public/org/springfram
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> ework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> >> > > > > > > > SE' in repository apache.public.https (
> >> > > > > > > > https://repository.apache.org/content/reposito
> >> > > > > > > > ries/public)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> http://repo1.maven.org/maven2/org/springframework/spring-expression/3.1
> >> .
> >> > > > > > > > 3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> >> > > > > > > > 1K downloaded  (spring-expression-3.1.3.RELEASE.pom)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/snapshots/org/springf
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> ramework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.po
> >> > > > > > > > m
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-context-support:pom:3.1.3.
> >> > > > > > > > RELEASE' in repository apache.snapshots.https (
> >> > > > > > > > https://repository.apache.org/content/
> >> > > > > > > > repositories/snapshots)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/public/org/springfram
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> ework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-context-support:pom:3.1.3.
> >> > > > > > > > RELEASE' in repository apache.public.https (
> >> > > > > > > > https://repository.apache.org/content/rep
> >> > > > > > > > ositories/public)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> http://repo1.maven.org/maven2/org/springframework/spring-context-support
> >> > > > > > > > /3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> >> > > > > > > > 4K downloaded  (spring-context-support-3.1.3.RELEASE.pom)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/snapshots/org/springf
> >> > > > > > > >
> >> > ramework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> >> > > > > > > >  repository apache.snapshots.https (
> >> > > > > > > > https://repository.apache.org/content/repositorie
> >> > > > > > > > s/snapshots)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/public/org/springfram
> >> > > > > > > >
> >> ework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> >> > > > > > > >  repository apache.public.https (
> >> > > > > > > > https://repository.apache.org/content/repositories/p
> >> > > > > > > > ublic)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> http://repo1.maven.org/maven2/org/springframework/spring-jdbc/3.1.3.RELE
> >> > > > > > > > ASE/spring-jdbc-3.1.3.RELEASE.pom
> >> > > > > > > > 3K downloaded  (spring-jdbc-3.1.3.RELEASE.pom)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/snapshots/org/springf
> >> > > > > > > >
> ramework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> >> > > > > > > > epository apache.snapshots.https (
> >> > > > > > > > https://repository.apache.org/content/repositories/
> >> > > > > > > > snapshots)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/public/org/springfram
> >> > > > > > > > ework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> >> > > > > > > > epository apache.public.https (
> >> > > > > > > > https://repository.apache.org/content/repositories/pub
> >> > > > > > > > lic)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> http://repo1.maven.org/maven2/org/springframework/spring-tx/3.1.3.RELEAS
> >> > > > > > > > E/spring-tx-3.1.3.RELEASE.pom
> >> > > > > > > > 3K downloaded  (spring-tx-3.1.3.RELEASE.pom)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/snapshots/org/springf
> >> > > > > > > >
> >> ramework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> >> > > > > > > > repository apache.snapshots.https (
> >> > > > > > > > https://repository.apache.org/content/repositories
> >> > > > > > > > /snapshots)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/public/org/springfram
> >> > > > > > > >
> ework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> >> > > > > > > > repository apache.public.https (
> >> > > > > > > > https://repository.apache.org/content/repositories/pu
> >> > > > > > > > blic)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> http://repo1.maven.org/maven2/org/springframework/spring-orm/3.1.3.RELEA
> >> > > > > > > > SE/spring-orm-3.1.3.RELEASE.pom
> >> > > > > > > > 7K downloaded  (spring-orm-3.1.3.RELEASE.pom)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/snapshots/org/springf
> >> > > > > > > >
> >> ramework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> >> > > > > > > > repository apache.snapshots.https (
> >> > > > > > > > https://repository.apache.org/content/repositories
> >> > > > > > > > /snapshots)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/public/org/springfram
> >> > > > > > > >
> ework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> >> > > > > > > > repository apache.public.https (
> >> > > > > > > > https://repository.apache.org/content/repositories/pu
> >> > > > > > > > blic)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> http://repo1.maven.org/maven2/org/springframework/spring-web/3.1.3.RELEA
> >> > > > > > > > SE/spring-web-3.1.3.RELEASE.pom
> >> > > > > > > > 6K downloaded  (spring-web-3.1.3.RELEASE.pom)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/snapshots/com/sun/jer
> >> > > > > > > > sey/jersey-bundle/1.4/jersey-bundle-1.4.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > 'com.sun.jersey:jersey-bundle:pom:1.4'
> >> > > > > > in
> >> > > > > > > > repository a
> >> > > > > > > > pache.snapshots.https (
> >> > > > > > > >
> >> https://repository.apache.org/content/repositories/snapshots)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> https://repository.apache.org/content/repositories/public/com/sun/jersey
> >> > > > > > > > /jersey-bundle/1.4/jersey-bundle-1.4.pom
> >> > > > > > > > [INFO] Unable to find resource
> >> > > > 'com.sun.jersey:jersey-bundle:pom:1.4'
> >> > > > > > in
> >> > > > > > > > repository a
> >> > > > > > > > pache.public.https (
> >> > > > > > > > https://repository.apache.org/content/repositories/public
> )
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.4/jersey-bu
> >> > > > > > > > ndle-1.4.pom
> >> > > > > > > > 19K downloaded  (jersey-bundle-1.4.pom)
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> >> > > > > > > > y-project/1.4/jersey-project-1.4.pom
> >> > > > > > > > 178b downloaded  (jersey-project-1.4.pom)
> >> > > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on
> download:
> >> > > local
> >> > > > =
> >> > > > > > > > '81ffbd1712afe8c
> >> > > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> >> > > > > > > > <head><title>301' - RETRYING
> >> > > > > > > > Downloading:
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> >> > > > > > > > y-project/1.4/jersey-project-1.4.pom
> >> > > > > > > > 178b downloaded  (jersey-project-1.4.pom)
> >> > > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on
> download:
> >> > > local
> >> > > > =
> >> > > > > > > > '81ffbd1712afe8c
> >> > > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> >> > > > > > > > <head><title>301' - IGNORING
> >> > > > > > > > [INFO]
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> ------------------------------------------------------------------------
> >> > > > > > > > [ERROR] BUILD ERROR
> >> > > > > > > > [INFO]
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> ------------------------------------------------------------------------
> >> > > > > > > > [INFO] Failed to resolve dependencies for one or more
> >> projects
> >> > in
> >> > > > the
> >> > > > > > > > reactor. Reason
> >> > > > > > > > : Unable to get dependency information: Unable to read the
> >> > > metadata
> >> > > > > > file
> >> > > > > > > > for artifact
> >> > > > > > > >  'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> >> > > > > > > > com.sun.jersey:jersey-projec
> >> > > > > > > > t for project: null:jersey-bundle:jar:null for project
> >> > > > > > > > null:jersey-bundle:jar:null
> >> > > > > > > >   com.sun.jersey:jersey-bundle:jar:1.4
> >> > > > > > > >
> >> > > > > > > > from the specified remote repositories:
> >> > > > > > > >   apache.snapshots (
> http://repository.apache.org/snapshots
> >> ),
> >> > > > > > > >   apache.snapshots.https (
> >> > > > > > > >
> https://repository.apache.org/content/repositories/snapshot
> >> > > > > > > > s),
> >> > > > > > > >   central (http://repo1.maven.org/maven2),
> >> > > > > > > >   apache.public.https (
> >> > > > > > > > https://repository.apache.org/content/repositories/public
> )
> >> > > > > > > >
> >> > > > > > > > Path to dependency:
> >> > > > > > > >         1) org.apache.ranger:security-admin-web:war:0.4.0
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > > > Not a v4.0.0 POM. for project
> com.sun.jersey:jersey-project
> >> at
> >> > > > > > > > C:\Users\HomeXPS\.m2\r
> >> > > > > > > >
> >> > > epository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> >> > > > > > > > [INFO]
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> ------------------------------------------------------------------------
> >> > > > > > > > [INFO] For more information, run Maven with the -e switch
> >> > > > > > > > [INFO]
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> ------------------------------------------------------------------------
> >> > > > > > > > [INFO] Total time: 12 minutes 27 seconds
> >> > > > > > > > [INFO] Finished at: Sat Jan 10 17:03:43 IST 2015
> >> > > > > > > > [INFO] Final Memory: 238M/572M
> >> > > > > > > > [INFO]
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> ------------------------------------------------------------------------
> >> > > > > > > >
> >> > > > > > > > On Sat, Jan 10, 2015 at 11:51 AM, Gautam Borad <
> >> > gborad@gmail.com
> >> > > >
> >> > > > > > wrote:
> >> > > > > > > >
> >> > > > > > > > > Hi Sitaraman,
> >> > > > > > > > >     Please try compiling with -DskipTests, the problem
> >> seem
> >> > to
> >> > > be
> >> > > > > > with
> >> > > > > > > > path
> >> > > > > > > > > issue on Windows.
> >> > > > > > > > >
> >> > > > > > > > > On Fri, Jan 9, 2015 at 2:18 PM, Sitaraman Vilayannur <
> >> > > > > > > > > vrsitaramanietflists@gmail.com> wrote:
> >> > > > > > > > >
> >> > > > > > > > > > Hi,
> >> > > > > > > > > >   I am just starting out on Ranger. When i used the
> >> command
> >> > > > > > > > > >  mvn -DskipTests=false clean compile package install
> >> > > > > > > assembly:assembly
> >> > > > > > > > > > to build i get the following error, what am i missing?
> >> > Thanks
> >> > > > > > > > > > Sitaraman
> >> > > > > > > > > >
> >> > > > > > > > > >
> -------------------------------------------------------
> >> > > > > > > > > >
> >> > > > > > > > > >  T E S T S
> >> > > > > > > > > >
> >> > > > > > > > > >
> -------------------------------------------------------
> >> > > > > > > > > >
> >> > > > > > > > > > Running
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> >> > > > > > > > > >
> >> > > > > > > > > > log4j:WARN No appenders could be found for logger
> >> > > > > > > > > > (org.apache.hadoop.util.Shell).
> >> > > > > > > > > >
> >> > > > > > > > > > log4j:WARN Please initialize the log4j system
> properly.
> >> > > > > > > > > >
> >> > > > > > > > > > log4j:WARN See
> >> > > > > > http://logging.apache.org/log4j/1.2/faq.html#noconfig
> >> > > > > > > > for
> >> > > > > > > > > > more info.
> >> > > > > > > > > >
> >> > > > > > > > > > java.io.IOException: Bad configuration of
> >> > > > > > > > > > hadoop.security.credential.provider.path at
> >> > > > > > > > > >
> >> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> >> > > > > > > > > >
> >> > > > > > > > > > edentialProviderFactory.java:70)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> >> > > > > > > > > >
> >> > > > > > > > > > ider(CredentialShell.java:164)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> >> > > > > > > > > >
> >> > > > > > > > > > edentialShell.java:323)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> >> > > > > > > > > >
> >> > > > > > > > > > 67)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> >> > > > > > > > > >
> >> > > > > > > > > > setup(RangerCredentialProviderTest.java:50)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> >> > > > > > > Method)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> >> > > > > > > > > >
> >> > > > > > > > > > 39)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> >> > > > > > > > > >
> >> > > > > > > > > > pl.java:25)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> java.lang.reflect.Method.invoke(Method.java:597)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> >> > > > > > > > > >
> >> > > > > > > > > > d.java:47)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> >> > > > > > > > > >
> >> > > > > > > > > > .java:12)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> >> > > > > > > > > >
> >> > > > > > > > > > java:44)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> >> > > > > > > > > >
> >> > > > > > > > > > 24)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> >> > > > > > > > > >
> >> > > > > > > > > > )
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > >
> >> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> >> > > > > > > > > >
> >> > > > > > > > > > ava:70)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> >> > > > > > > > > >
> >> > > > > > > > > > ava:50)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > >
> >> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > >
> >> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > >
> >> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> >> > > > > > > > > >
> >> > > > > > > > > > a:264)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> >> > > > > > > > > >
> >> > > > > > > > > > der.java:153)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> >> > > > > > > > > >
> >> > > > > > > > > > :124)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> >> > > > > > > > > >
> >> > > > > > > > > > der(ForkedBooter.java:200)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> >> > > > > > > > > >
> >> > > > > > > > > > ter.java:153)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> >> > > > > > > > > >
> >> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal
> >> character
> >> > in
> >> > > > > > > authority
> >> > > > > > > > at
> >> > > > > > > > > > index 8: jc
> >> > > > > > > > > >
> >> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> >> > > > > > > > > >
> >> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > java.net.URI$Parser.parseAuthority(URI.java:3148)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> >> > > > > > > > > >
> >> > > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> >> > > > > > > > > >
> >> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> >> > > > > > > > > >
> >> > > > > > > > > > edentialProviderFactory.java:55)
> >> > > > > > > > > >
> >> > > > > > > > > >         ... 28 more
> >> > > > > > > > > >
> >> > > > > > > > > > There are no valid CredentialProviders configured.
> >> > > > > > > > > >
> >> > > > > > > > > > Credential will not be created.
> >> > > > > > > > > >
> >> > > > > > > > > > Consider using the -provider option to indicate the
> >> > provider
> >> > > to
> >> > > > > > use.
> >> > > > > > > > > >
> >> > > > > > > > > > java.io.IOException: Bad configuration of
> >> > > > > > > > > > hadoop.security.credential.provider.path at
> >> > > > > > > > > >
> >> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> >> > > > > > > > > >
> >> > > > > > > > > > edentialProviderFactory.java:70)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> >> > > > > > > > > >
> >> > > > > > > > > > ider(CredentialShell.java:164)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> >> > > > > > > > > >
> >> > > > > > > > > > edentialShell.java:254)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> >> > > > > > > > > >
> >> > > > > > > > > > 67)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> >> > > > > > > > > >
> >> > > > > > > > > > teardown(RangerCredentialProviderTest.java:85)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> >> > > > > > > Method)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> >> > > > > > > > > >
> >> > > > > > > > > > 39)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> >> > > > > > > > > >
> >> > > > > > > > > > pl.java:25)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> java.lang.reflect.Method.invoke(Method.java:597)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> >> > > > > > > > > >
> >> > > > > > > > > > d.java:47)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> >> > > > > > > > > >
> >> > > > > > > > > > .java:12)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> >> > > > > > > > > >
> >> > > > > > > > > > java:44)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> >> > > > > > > > > >
> >> > > > > > > > > > )
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > >
> >> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> >> > > > > > > > > >
> >> > > > > > > > > > ava:70)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> >> > > > > > > > > >
> >> > > > > > > > > > ava:50)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > >
> >> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > >
> >> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > >
> >> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> >> > > > > > > > > >
> >> > > > > > > > > > a:264)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> >> > > > > > > > > >
> >> > > > > > > > > > der.java:153)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> >> > > > > > > > > >
> >> > > > > > > > > > :124)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> >> > > > > > > > > >
> >> > > > > > > > > > der(ForkedBooter.java:200)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> >> > > > > > > > > >
> >> > > > > > > > > > ter.java:153)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> >> > > > > > > > > >
> >> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal
> >> character
> >> > in
> >> > > > > > > authority
> >> > > > > > > > at
> >> > > > > > > > > > index 8: jc
> >> > > > > > > > > >
> >> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> >> > > > > > > > > >
> >> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > java.net.URI$Parser.parseAuthority(URI.java:3148)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> >> > > > > > > > > >
> >> > > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> >> > > > > > > > > >
> >> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> >> > > > > > > > > >
> >> > > > > > > > > > edentialProviderFactory.java:55)
> >> > > > > > > > > >
> >> > > > > > > > > >         ... 27 more
> >> > > > > > > > > >
> >> > > > > > > > > > There are no valid CredentialProviders configured.
> >> > > > > > > > > >
> >> > > > > > > > > > Nothing will be deleted.
> >> > > > > > > > > >
> >> > > > > > > > > > Consider using the -provider option to indicate the
> >> > provider
> >> > > to
> >> > > > > > use.
> >> > > > > > > > > >
> >> > > > > > > > > > java.io.IOException: Bad configuration of
> >> > > > > > > > > > hadoop.security.credential.provider.path at
> >> > > > > > > > > >
> >> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> >> > > > > > > > > >
> >> > > > > > > > > > edentialProviderFactory.java:70)
> >> > > > > > > > > >
> >> > > > > > > > > >         at
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> >> > > > > > > > > >
> >> > > > > > > > > > ider(CredentialShell.java:164)
> >> > > > >
> ...
>
> [Message clipped]

Re: Error while building.

Posted by Gautam Borad <gb...@gmail.com>.
Sitaraman, Can you provide more information about the build environment?

1] Windows version
2] Maven version
3] M2 repo location and contents ( to check whether some artifacts are
getting downloaded or not )
4] Network details ( whether using proxy, behind firewall etc )

P.S: Please use services like pastebin/gist for pasting console outputs.

Thanks.


On Mon, Jan 12, 2015 at 10:40 AM, Sitaraman Vilayannur <
vrsitaramanietflists@gmail.com> wrote:

> Hi Ashish,
>  Thanks for getting in touch with me regarding this issue i am facing. I
> am still getting a build error with the said mvn command.  Attached is the
> rat.txt file.
> Sitaraman
> ******************************************************************
> [DEBUG] Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
> [DEBUG] RuntimeInstance initializing.
> [DEBUG] Default Properties File:
> org\apache\velocity\runtime\defaults\velocity.properties
> [DEBUG] LogSystem has been deprecated. Please use a LogChute
> implementation.
> [DEBUG] Default ResourceManager initializing. (class
> org.apache.velocity.runtime.resource.ResourceManagerImpl)
> [DEBUG] ResourceLoader instantiated:
> org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
> [DEBUG] ResourceLoader instantiated:
> org.codehaus.plexus.velocity.SiteResourceLoader
> [DEBUG] ResourceCache: initialized (class
> org.apache.velocity.runtime.resource.ResourceCacheImpl)
> [DEBUG] Default ResourceManager initialization complete.
> [DEBUG] Loaded System Directive:
> org.apache.velocity.runtime.directive.Literal
> [DEBUG] Loaded System Directive:
> org.apache.velocity.runtime.directive.Macro
> [DEBUG] Loaded System Directive:
> org.apache.velocity.runtime.directive.Parse
> [DEBUG] Loaded System Directive:
> org.apache.velocity.runtime.directive.Include
> [DEBUG] Loaded System Directive:
> org.apache.velocity.runtime.directive.Foreach
> [DEBUG] Created '20' parsers.
> [DEBUG] Velocimacro : initialization starting.
> [DEBUG] Velocimacro : allowInline = true : VMs can be defined inline in
> templates
> [DEBUG] Velocimacro : allowInlineToOverride = false : VMs defined inline
> may NOT replace previous VM definitions
> [DEBUG] Velocimacro : allowInlineLocal = false : VMs defined inline will
> be global in scope if allowed.
> [DEBUG] Velocimacro : autoload off : VM system will not automatically
> reload global library macros
> [DEBUG] Velocimacro : Velocimacro : initialization complete.
> [DEBUG] RuntimeInstance successfully initialized.
> [DEBUG] Configuring mojo
> 'org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1:process' -->
> [DEBUG]   (f) appendedResourcesDirectory =
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\src\main\appended-resources
> [DEBUG]   (f) attached = true
> [DEBUG]   (f) basedir =
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin
> [DEBUG]   (f) encoding = UTF-8
> [DEBUG]   (f) excludeTransitive = false
> [DEBUG]   (f) includeProjectProperties = false
> [DEBUG]   (f) includeScope = runtime
> [DEBUG]   (f) localRepository =
> Repository[local|file://C:\Users\HomeXPS\.m2\repository]
> [DEBUG]   (f) mavenSession =
> org.apache.maven.execution.MavenSession@77485542
> [DEBUG]   (f) outputDirectory =
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\target\maven-shared-archive-resources
> [DEBUG]   (f) project = MavenProject:
> org.apache.ranger:security-admin-web:0.4.0 @
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\pom.xml
> [DEBUG]   (f) remoteArtifactRepositories =
> [Repository[apache.snapshots.https|
> https://repository.apache.org/content/repositories/snapshots],
> Repository[apache.public.https|
> https://repository.apache.org/content/repositories/public],
> Repository[apache.snapshots|http://repository.apache.org/snapshots],
> Repository[central|http://repo1.maven.org/maven2]]
> [DEBUG]   (f) resourceBundles = [org.apache:apache-jar-resource-bundle:1.4]
> [DEBUG]   (f) resources = [Resource {targetPath: null, filtering: true,
> FileSet {directory:
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\src\main\resources,
> PatternSet [includes: {}, excludes: {}]}}]
> [DEBUG]   (f) runOnlyAtExecutionRoot = false
> [DEBUG]   (f) skip = false
> [DEBUG]   (f) useDefaultFilterDelimiters = true
> [DEBUG] -- end configuration --
> [INFO] [remote-resources:process {execution: default}]
> [DEBUG] Supplemental data models won't be loaded.  No models specified.
> [DEBUG] inceptionYear not specified, defaulting to 2015
> [DEBUG] org.apache.ranger:security-admin-web:war:0.4.0 (selected for null)
> [DEBUG] Retrieving parent-POM: org.antlr:antlr-master:pom:3.5.2 for
> project: org.antlr:antlr-runtime:jar:null from the repository.
> [DEBUG] Adding managed dependencies for org.antlr:antlr-runtime
> [DEBUG]   junit:junit:jar:4.10:test
> [DEBUG]   antlr:antlr:jar:2.7.7:compile
> [DEBUG]   org.antlr:stringtemplate:jar:3.2.1:compile
> [DEBUG]   org.antlr:ST4:jar:4.0.8:compile
> [DEBUG]   org.antlr:antlr-runtime:jar:3.5.2:compile (selected for compile)
> [DEBUG]   aopalliance:aopalliance:jar:1.0:compile (selected for compile)
> [DEBUG] Retrieving parent-POM: org.ow2.util.asm:asm-parent:pom:3.1 for
> project: null:asm:jar:3.1 from the repository.
> [DEBUG] Adding managed dependencies for unknown:asm
> [DEBUG]   org.ow2.util.asm:asm:jar:3.1
> [DEBUG]   org.ow2.util.asm:asm-tree:jar:3.1
> [DEBUG]   org.ow2.util.asm:asm-analysis:jar:3.1
> [DEBUG]   org.ow2.util.asm:asm-commons:jar:3.1
> [DEBUG]   org.ow2.util.asm:asm-util:jar:3.1
> [DEBUG]   org.ow2.util.asm:asm-xml:jar:3.1
> [DEBUG]   org.ow2.util.asm:asm:jar:3.1:compile (selected for compile)
> [DEBUG]   c3p0:c3p0:jar:0.9.1.2:compile (selected for compile)
> [DEBUG] Retrieving parent-POM: org.glassfish.hk2:external:pom:2.2.0-b23
> for project: org.glassfish.hk2.external:cglib:jar:null from the repository.
> [DEBUG] Retrieving parent-POM: org.glassfish.hk2:hk2-public:pom:2.2.0-b23
> for project: null:external:pom:null from the repository.
> [DEBUG] Retrieving parent-POM: org.glassfish.hk2:hk2-parent:pom:2.2.0-b23
> for project: org.glassfish.hk2:hk2-public:pom:2.2.0-b23 from the repository.
> [DEBUG] Retrieving parent-POM: org.glassfish.hk2:hk2-bom:pom:2.2.0-b23 for
> project: null:hk2-parent:pom:null from the repository.
> [DEBUG] Adding managed dependencies for org.glassfish.hk2.external:cglib
> [DEBUG]   org.glassfish.hk2:auto-depends-plugin:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-build:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:class-model:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:config-generator:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:config-types:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:consolidatedbundle-maven-plugin:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:core:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-dependency-verifier:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-dependency-visualizer:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:devtests:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:ctm-example:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:custom-resolver-example:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:examples:pom:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:security-lockdown-example-alice:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:security-lockdown-example-mallory:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:security-lockdown-example:pom:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:security-lockdown-example-runner:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:security-lockdown-example-system:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2.external:asm-all-repackaged:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2.external:bean-validator:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2.external:bean-validator-cdi:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2.external:cglib:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2.external:javax.inject:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:external:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:tiger-types-osgi:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-api:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-config:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-config-generator:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-inhabitant-generator:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-locator:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-maven:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-runlevel:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-junitrunner:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-testng:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-testing:pom:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-utils:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-kernel-parent:pom:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:osgi-adapter:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:contract-bundle:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:faux-sdp-bundle:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:osgi-adapter-test:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:osgi-adapter-tests-parent:pom:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:sdp-management-bundle:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:test-module-startup:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:osgi:pom:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:osgiversion-maven-plugin:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-parent:pom:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-public:pom:2.2.0-b23
> [DEBUG]   javax.validation:validation-api:jar:1.1.0.Final
> [DEBUG]   org.hibernate:hibernate-validator:jar:5.0.0.Final
> [DEBUG]   org.glassfish.hk2:guice-bridge:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2.external:cglib:jar:2.2.0-b23:compile (selected
> for compile)
> [DEBUG]
> commons-beanutils:commons-beanutils-bean-collections:jar:1.8.3:compile
> (selected for compile)
> [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile (selected
> for compile)
> [DEBUG]   commons-beanutils:commons-beanutils-core:jar:1.8.3:compile
> (selected for compile)
> [DEBUG]   commons-cli:commons-cli:jar:1.2:compile (selected for compile)
> [DEBUG]   commons-codec:commons-codec:jar:1.9:compile (selected for
> compile)
> [DEBUG]   commons-collections:commons-collections:jar:3.2.1:compile
> (selected for compile)
> [DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:33
> for project: org.apache.commons:commons-compress:jar:1.8.1 from the
> repository.
> [DEBUG]   org.apache.commons:commons-compress:jar:1.8.1:compile (selected
> for compile)
> [DEBUG]   commons-configuration:commons-configuration:jar:1.10:compile
> (selected for compile)
> [DEBUG]     commons-lang:commons-lang:jar:2.6:compile (selected for
> compile)
> [DEBUG]   commons-dbcp:commons-dbcp:jar:1.4:compile (selected for compile)
> [DEBUG]     commons-pool:commons-pool:jar:1.5.4:compile (selected for
> compile)
> [DEBUG]   commons-digester:commons-digester:jar:2.1:compile (selected for
> compile)
> [DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:14
> for project: commons-beanutils:commons-beanutils:jar:1.8.3 from the
> repository.
> [DEBUG]     commons-beanutils:commons-beanutils:jar:1.8.3:compile
> (selected for compile)
> [DEBUG] Trying repository apache.snapshots.https
> [DEBUG] Using Wagon implementation lightweight from default mapping for
> protocol https
> [DEBUG] Checking for pre-existing User-Agent configuration.
> [DEBUG] Adding User-Agent configuration.
> [DEBUG] Connecting to repository: 'apache.snapshots.https' with url: '
> https://repository.apache.org/content/repositories/snapshots'.
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> [DEBUG] Unable to locate resource in repository
> org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
> resource in repository
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
>     at
> org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
>     at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
>     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
>     at
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
>     at
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
>     at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>     at
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     at java.lang.reflect.Method.invoke(Method.java:597)
>     at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>     at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: java.io.FileNotFoundException:
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
>     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)
>     at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>     at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>     at
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
>     at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
>     at
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
>     ... 41 more
> Caused by: java.io.FileNotFoundException:
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
>     at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
>     at
> java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
>     at
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
>     ... 41 more
> [DEBUG] Using Wagon implementation lightweight from default mapping for
> protocol https
> [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> repository apache.snapshots.https (
> https://repository.apache.org/content/repositories/snapshots)
> [DEBUG] Trying repository apache.public.https
> [DEBUG] Using Wagon implementation lightweight from default mapping for
> protocol https
> [DEBUG] Checking for pre-existing User-Agent configuration.
> [DEBUG] Adding User-Agent configuration.
> [DEBUG] Connecting to repository: 'apache.public.https' with url: '
> https://repository.apache.org/content/repositories/public'.
> Downloading:
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> [DEBUG] Unable to locate resource in repository
> org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
> resource in repository
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
>     at
> org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
>     at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
>     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
>     at
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
>     at
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
>     at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>     at
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     at java.lang.reflect.Method.invoke(Method.java:597)
>     at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>     at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: java.io.FileNotFoundException:
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
>     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)
>     at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>     at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>     at
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
>     at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
>     at
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
>     ... 41 more
> Caused by: java.io.FileNotFoundException:
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
>     at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
>     at
> java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
>     at
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
>     ... 41 more
> [DEBUG] Using Wagon implementation lightweight from default mapping for
> protocol https
> [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> repository apache.public.https (
> https://repository.apache.org/content/repositories/public)
> [DEBUG] Skipping disabled repository apache.snapshots
> [DEBUG] Trying repository central
> [DEBUG] Using Wagon implementation lightweight from default mapping for
> protocol http
> [DEBUG] Checking for pre-existing User-Agent configuration.
> [DEBUG] Adding User-Agent configuration.
> [DEBUG] Connecting to repository: 'central' with url: '
> http://repo1.maven.org/maven2'.
> Downloading:
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> [DEBUG] Unable to locate resource in repository
> org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
> resource in repository
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
>     at
> org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
>     at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
>     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
>     at
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
>     at
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
>     at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>     at
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     at java.lang.reflect.Method.invoke(Method.java:597)
>     at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>     at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: java.io.FileNotFoundException:
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
>     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)
>     at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>     at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>     at
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
>     at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
>     ... 41 more
> Caused by: java.io.FileNotFoundException:
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
>     at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
>     at
> java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
>     ... 41 more
> [DEBUG] Using Wagon implementation lightweight from default mapping for
> protocol http
> [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> repository central (http://repo1.maven.org/maven2)
> [DEBUG] Artifact not found - using stub model: Unable to download the
> artifact from any repository
>
>   tomcat:commons-el:pom:5.5.23
>
> from the specified remote repositories:
>   apache.snapshots.https (
> https://repository.apache.org/content/repositories/snapshots),
>   apache.snapshots (http://repository.apache.org/snapshots),
>   central (http://repo1.maven.org/maven2),
>   apache.public.https (
> https://repository.apache.org/content/repositories/public)
>
>
> [DEBUG] Using defaults for missing POM tomcat:commons-el:pom:5.5.23:compile
> [DEBUG]   tomcat:commons-el:jar:5.5.23:compile (selected for compile)
> [DEBUG]   commons-httpclient:commons-httpclient:jar:3.1:compile (selected
> for compile)
> [DEBUG]     commons-logging:commons-logging:jar:1.0.4:compile (removed -
> nearer found: 1.1.1)
> [DEBUG]     commons-codec:commons-codec:jar:1.2:compile (removed - nearer
> found: 1.9)
> [DEBUG]   commons-io:commons-io:jar:2.4:compile (selected for compile)
> [DEBUG]   commons-lang:commons-lang:jar:2.6:compile (selected for compile)
> [DEBUG]   commons-logging:commons-logging:jar:1.1.1:compile (removed -
> nearer found: 1.2)
> [DEBUG]   commons-logging:commons-logging:jar:1.2:compile (selected for
> compile)
> [DEBUG]   org.apache.commons:commons-math:jar:2.2:compile (selected for
> compile)
> [DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:30
> for project: commons-net:commons-net:jar:3.3 from the repository.
> [DEBUG]   commons-net:commons-net:jar:3.3:compile (selected for compile)
> [DEBUG]   commons-pool:commons-pool:jar:1.5.4:compile (removed - nearer
> found: 1.6)
> [DEBUG]   commons-pool:commons-pool:jar:1.6:compile (selected for compile)
> [DEBUG]   org.eclipse.persistence:eclipselink:jar:2.5.2-M1:compile
> (selected for compile)
> [DEBUG]     org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
> (selected for compile)
> [DEBUG]     org.eclipse.persistence:commonj.sdo:jar:2.1.1:compile
> (selected for compile)
> [DEBUG]   org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
> (selected for compile)
> [DEBUG]   com.google.guava:guava:jar:17.0:compile (selected for compile)
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.3:compile (selected for compile)
> [DEBUG]   net.htmlparser.jericho:jericho-html:jar:3.3:compile (selected
> for compile)
> [DEBUG] Retrieving parent-POM:
> org.springframework:spring-parent:pom:3.1.3.RELEASE for project:
> org.springframework:spring-aop:jar:3.1.3.RELEASE from the repository.
> [DEBUG] Adding managed dependencies for org.springframework:spring-aop
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]   org.springframework:spring-aop:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for org.springframework:spring-asm
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]     org.springframework:spring-asm:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for org.springframework:spring-beans
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]     org.springframework:spring-beans:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for org.springframework:spring-core
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]       org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG]         commons-logging:commons-logging:jar:1.1.1:compile (removed
> - nearer found: 1.2)
> [DEBUG]     org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG]       commons-logging:commons-logging:jar:1.1.1:compile (removed -
> nearer found: 1.2)
> [DEBUG]   org.springframework:spring-asm:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG]   org.springframework:spring-beans:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for org.springframework:spring-context
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]   org.springframework:spring-context:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for
> org.springframework:spring-expression
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]
> org.springframework:spring-expression:jar:3.1.3.RELEASE:compile (selected
> for compile)
> [DEBUG] Adding managed dependencies for
> org.springframework:spring-context-support
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]
> org.springframework:spring-context-support:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG]   org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile (removed -
> nearer found: 1.2)
> [DEBUG]   org.springframework:spring-expression:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for org.springframework:spring-jdbc
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]   org.springframework:spring-jdbc:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for org.springframework:spring-tx
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]     org.springframework:spring-tx:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for org.springframework:spring-orm
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]   org.springframework:spring-orm:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG]   org.springframework:spring-tx:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for org.springframework:spring-web
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]   org.springframework:spring-web:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG]   org.springframework:spring:jar:2.5.6:compile (selected for
> compile)
> [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile (removed -
> nearer found: 1.2)
> [DEBUG] Retrieving parent-POM: com.sun.jersey:jersey-project:pom:1.4 for
> project: null:jersey-bundle:jar:null from the repository.
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve dependencies for one or more projects in the
> reactor. Reason: Unable to get dependency information: Unable to read the
> metadata file for artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find
> parent: com.sun.jersey:jersey-project for project:
> null:jersey-bundle:jar:null for project null:jersey-bundle:jar:null
>   com.sun.jersey:jersey-bundle:jar:1.4
>
> from the specified remote repositories:
>   apache.snapshots (http://repository.apache.org/snapshots),
>   apache.snapshots.https (
> https://repository.apache.org/content/repositories/snapshots),
>   central (http://repo1.maven.org/maven2),
>   apache.public.https (
> https://repository.apache.org/content/repositories/public)
>
> Path to dependency:
>     1) org.apache.ranger:security-admin-web:war:0.4.0
>
>
>
> Not a v4.0.0 POM. for project com.sun.jersey:jersey-project at
> C:\Users\HomeXPS\.m2\repository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> [INFO]
> ------------------------------------------------------------------------
> [DEBUG] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to resolve
> dependencies for one or more projects in the reactor. Reason: Unable to get
> dependency information: Unable to read the metadata file for artifact
> 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null for
> project null:jersey-bundle:jar:null
>   com.sun.jersey:jersey-bundle:jar:1.4
>
> from the specified remote repositories:
>   apache.snapshots (http://repository.apache.org/snapshots),
>   apache.snapshots.https (
> https://repository.apache.org/content/repositories/snapshots),
>   central (http://repo1.maven.org/maven2),
>   apache.public.https (
> https://repository.apache.org/content/repositories/public)
>
> Path to dependency:
>     1) org.apache.ranger:security-admin-web:war:0.4.0
>
>
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>     at
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     at java.lang.reflect.Method.invoke(Method.java:597)
>     at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>     at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to
> resolve dependencies for one or more projects in the reactor. Reason:
> Unable to get dependency information: Unable to read the metadata file for
> artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null for
> project null:jersey-bundle:jar:null
>   com.sun.jersey:jersey-bundle:jar:1.4
>
> from the specified remote repositories:
>   apache.snapshots (http://repository.apache.org/snapshots),
>   apache.snapshots.https (
> https://repository.apache.org/content/repositories/snapshots),
>   central (http://repo1.maven.org/maven2),
>   apache.public.https (
> https://repository.apache.org/content/repositories/public)
>
> Path to dependency:
>     1) org.apache.ranger:security-admin-web:war:0.4.0
>
>
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:721)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
>     at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>     ... 17 more
> Caused by: org.apache.maven.artifact.resolver.ArtifactResolutionException:
> Unable to get dependency information: Unable to read the metadata file for
> artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null for
> project null:jersey-bundle:jar:null
>   com.sun.jersey:jersey-bundle:jar:1.4
>
> from the specified remote repositories:
>   apache.snapshots (http://repository.apache.org/snapshots),
>   apache.snapshots.https (
> https://repository.apache.org/content/repositories/snapshots),
>   central (http://repo1.maven.org/maven2),
>   apache.public.https (
> https://repository.apache.org/content/repositories/public)
>
> Path to dependency:
>     1) org.apache.ranger:security-admin-web:war:0.4.0
>
>
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:430)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
>     at
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
>     at
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
>     ... 22 more
> Caused by:
> org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException:
> Unable to read the metadata file for artifact
> 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null for
> project null:jersey-bundle:jar:null
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:200)
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
>     ... 28 more
> Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find
> parent: com.sun.jersey:jersey-project for project:
> null:jersey-bundle:jar:null for project null:jersey-bundle:jar:null
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:255)
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
>     ... 30 more
> Caused by: org.apache.maven.project.InvalidProjectModelException: Not a
> v4.0.0 POM. for project com.sun.jersey:jersey-project at
> C:\Users\HomeXPS\.m2\repository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1599)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1571)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:562)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1392)
>     ... 33 more
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 25 seconds
> [INFO] Finished at: Mon Jan 12 10:00:56 IST 2015
> [INFO] Final Memory: 171M/575M
> [INFO]
> ------------------------------------------------------------------------
>
> On Mon, Jan 12, 2015 at 6:17 AM, Ashish Singh <as...@hortonworks.com>
> wrote:
>
>> HI Sitaram,
>>
>> Look, like you have some local files in your workspace, that is preventing
>> to pass the Relase Audit Tool.
>> Can, you list what is in this file
>> F:\Consulting\DataGuise\Software\ApacheRanger\Git\
>> incubator-ranger\target\rat.txt
>> in your workspace.
>>
>> Use the below, command for code compilation.
>>
>> *mvn -X clean -DskipCheck=true -Dcheckstyle.skip=true package
>> assembly:assembly install -DskipITs -DskipTests*
>>
>> Let me know, how it goes.
>>
>> Regards
>> Ashish
>>
>>
>>
>> On Sun, Jan 11, 2015 at 7:39 AM, Sitaraman Vilayannur <
>> vrsitaramanietflists@gmail.com> wrote:
>>
>> > Hi Gautam,
>> >  Git branch says it is master.  with mvn -U i get the following
>> > output...thanks.
>> > Sitaraman
>> > [INFO] Scanning for projects...
>> > [INFO] Reactor build order:
>> > [INFO]   ranger
>> > [INFO]   Credential Support
>> > [INFO]   Audit Component
>> > [INFO]   Common library for Plugins
>> > [INFO]   Hdfs Security Plugin
>> > [INFO]   Hive Security Agent
>> > [INFO]   HBaseSecurityAgents
>> > [INFO]   Knox Security Plugin
>> > [INFO]   Credential Builder
>> > [INFO]   Storm Security Plugin
>> > [INFO]   Agent Implementation Libary
>> > [INFO]   Installer Support Component
>> > [INFO]   Embeded Web Server Invoker
>> > [INFO]   Resource Lookup API Implementation
>> > [INFO]   Unix Authentication Client
>> > [INFO]   Security Admin Web Application
>> > [INFO]   Unix User Group Synchronizer
>> > [INFO]   Unix Authentication Service
>> > [INFO] Searching repository for plugin with prefix: 'assembly'.
>> > [INFO] org.apache.maven.plugins: checking for updates from central
>> > [WARNING] repository metadata for: 'org.apache.maven.plugins' could not
>> be
>> > retrieved from repository: central due to an error: Error copying
>> temporary
>> > file to the final destination:
>> >
>> >
>> C:\Users\HomeXPS\.m2\repository\org\apache\maven\plugins\maven-metadata-central.xml
>> > (Access is denied)
>> > [INFO] Repository 'central' will be blacklisted
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] Building ranger
>> > [INFO]    task-segment: [clean, compile, package, install]
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] [clean:clean {execution: default-clean}]
>> > [INFO] Deleting
>> >
>> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target
>> > [INFO] [remote-resources:process {execution: default}]
>> > [INFO] [antrun:run {execution: default}]
>> > [INFO] Executing tasks
>> >
>> > main:
>> > [INFO] Executed tasks
>> > [INFO] [remote-resources:process {execution: default}]
>> > [INFO] [antrun:run {execution: default}]
>> > [INFO] Executing tasks
>> >
>> > main:
>> > [INFO] Executed tasks
>> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>> > [INFO] [remote-resources:process {execution: default}]
>> > [INFO] [antrun:run {execution: default}]
>> > [INFO] Executing tasks
>> >
>> > main:
>> > [INFO] Executed tasks
>> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>> > [INFO] [apache-rat:check {execution: default}]
>> > [INFO] 51 implicit excludes (use -debug for more details).
>> > [INFO] Exclude: **/dependency-reduced-pom.xml
>> > [INFO] Exclude: **/robots.txt
>> > [INFO] Exclude: **/MANIFEST.MF
>> > [INFO] Exclude: **/bootstrap.min.js
>> > [INFO] Exclude: **/src/main/webapp/fonts/**
>> > [INFO] Exclude: **/src/main/webapp/libs/**
>> > [INFO] Exclude: .git/**
>> > [INFO] Exclude: .pc/**
>> > [INFO] Exclude: debian/**
>> > [INFO] Exclude: .gitignore/**
>> > [INFO] Exclude: .svn/**
>> > [INFO] Exclude: .idea/**
>> > [INFO] Exclude: dev-support/**
>> > [INFO] Exclude: **/.gitignore/**
>> > [INFO] Exclude: **/.project/**
>> > [INFO] Exclude: **/.settings/**
>> > [INFO] Exclude: **/.classpath/**
>> > [INFO] Exclude: **/*.iml
>> > [INFO] Exclude: **/target/**
>> > [INFO] Exclude: **/bin/**
>> > [INFO] Exclude: **/CHANGES
>> > [INFO] Exclude: **/ISSUES
>> > [INFO] Exclude: **/patchprocess/**
>> > [INFO] Exclude: **/test/resources/**
>> > [INFO] Exclude: **/main/resources/**/*.json
>> > [INFO] Exclude: **/.externalToolBuilders/*
>> > [INFO] Exclude: *.patch
>> > [INFO] Exclude: atlassian-ide-plugin.xml
>> > [INFO] 803 resources included (use -debug for more details)
>> > [INFO] Rat check: Summary of files. Unapproved: 1 unknown: 1 generated:
>> 0
>> > approved: 766 licence.
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [ERROR] BUILD FAILURE
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] Too many files with unapproved license: 1 See RAT report in:
>> >
>> >
>> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target\rat.txt
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] For more information, run Maven with the -e switch
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] Total time: 7 seconds
>> > [INFO] Finished at: Sun Jan 11 21:03:16 IST 2015
>> > [INFO] Final Memory: 45M/488M
>> > [INFO]
>> > ------------------------------------------------------------------------
>> >
>> >
>> >
>> > On Sun, Jan 11, 2015 at 7:09 PM, Gautam Borad <gb...@gmail.com> wrote:
>> >
>> > > Sitaraman, you can check the branch with the help of following git
>> > command
>> > > : git branch
>> > > I just did a git pull of master branch which is at *ef152319*
>> currently
>> > and
>> > > was able to successfully build Ranger.
>> > >
>> > > Can you try again with the -U option to maven and post the entire
>> output
>> > of
>> > > the command for us to inspect? Thanks.
>> > >
>> > > On Sat, Jan 10, 2015 at 6:39 PM, Sitaraman Vilayannur <
>> > > vrsitaramanietflists@gmail.com> wrote:
>> > >
>> > > > Hi Gautam,
>> > > >  I used the git command line as given in
>> > > > http://ranger.incubator.apache.org/quick_start_guide.html to
>> checkout
>> > > from
>> > > > the git repository...i.e git clone git://
>> > > > git.apache.org/incubator-ranger.git
>> > > > how do i find out which branch it is?
>> > > > Sitaraman
>> > > >
>> > > > On Sat, Jan 10, 2015 at 6:32 PM, Gautam Borad <gb...@gmail.com>
>> > wrote:
>> > > >
>> > > > > Sitaraman, Which tool did you use to checkout the codebase? Can
>> you
>> > let
>> > > > me
>> > > > > know the branch that you are trying to compile?
>> > > > >
>> > > > > On Sat, Jan 10, 2015 at 6:29 PM, Sitaraman Vilayannur <
>> > > > > vrsitaramanietflists@gmail.com> wrote:
>> > > > >
>> > > > > > Hi Gautam,
>> > > > > >    I am not behind a proxy.  Which other network configurations
>> > > should
>> > > > i
>> > > > > be
>> > > > > > checking. I got the code via a git clone git://
>> > > > > > git.apache.org/incubator-ranger.git. Thanks for your continued
>> > help.
>> > > > > > Sitaraman
>> > > > > >
>> > > > > > On Sat, Jan 10, 2015 at 6:15 PM, Gautam Borad <gborad@gmail.com
>> >
>> > > > wrote:
>> > > > > >
>> > > > > > > Sitaraman, this is most likely a network issue. Can you check
>> > your
>> > > > > proxy
>> > > > > > > and network configuration? Also can you let me know which
>> branch
>> > > are
>> > > > > you
>> > > > > > > trying to compile?
>> > > > > > >
>> > > > > > > Thanks.
>> > > > > > >
>> > > > > > > On Sat, Jan 10, 2015 at 5:11 PM, Sitaraman Vilayannur <
>> > > > > > > vrsitaramanietflists@gmail.com> wrote:
>> > > > > > >
>> > > > > > > > Hi Gautam,
>> > > > > > > >  Thanks for your response.
>> > > > > > > >  Tried with -DskipTests=true and i am getting the following
>> > > error.
>> > > > > > > >
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/net/htmlparser/jericho/jericho-html/3.3/je
>> > > > > > > > richo-html-3.3.pom
>> > > > > > > > 2K downloaded  (jericho-html-3.3.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> ramework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
>> > > > > > > > repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositories
>> > > > > > > > /snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > > ework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
>> > > > > > > > repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/pu
>> > > > > > > > blic)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.3.RELEA
>> > > > > > > > SE/spring-aop-3.1.3.RELEASE.pom
>> > > > > > > > 2K downloaded  (spring-aop-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> > > > ramework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
>> > > > > > > > in repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositor
>> > > > > > > > ies/snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > >
>> > ework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
>> > > > > > > > in repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories
>> > > > > > > > /public)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-parent/3.1.3.RE
>> > > > > > > > LEASE/spring-parent-3.1.3.RELEASE.pom
>> > > > > > > > 8K downloaded  (spring-parent-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> ramework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
>> > > > > > > > repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositories
>> > > > > > > > /snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > > ework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
>> > > > > > > > repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/pu
>> > > > > > > > blic)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.3.RELEA
>> > > > > > > > SE/spring-asm-3.1.3.RELEASE.pom
>> > > > > > > > 2K downloaded  (spring-asm-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> > > ramework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
>> > > > > > > > n repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositori
>> > > > > > > > es/snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > >
>> ework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
>> > > > > > > > n repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/
>> > > > > > > > public)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.3.REL
>> > > > > > > > EASE/spring-beans-3.1.3.RELEASE.pom
>> > > > > > > > 2K downloaded  (spring-beans-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> > ramework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
>> > > > > > > >  repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositorie
>> > > > > > > > s/snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > >
>> ework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
>> > > > > > > >  repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/p
>> > > > > > > > ublic)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-core/3.1.3.RELE
>> > > > > > > > ASE/spring-core-3.1.3.RELEASE.pom
>> > > > > > > > 2K downloaded  (spring-core-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> > > > >
>> > ramework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
>> > > > > > > >  in repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/reposito
>> > > > > > > > ries/snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > >
>> > > ework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
>> > > > > > > >  in repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositorie
>> > > > > > > > s/public)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-context/3.1.3.R
>> > > > > > > > ELEASE/spring-context-3.1.3.RELEASE.pom
>> > > > > > > > 8K downloaded  (spring-context-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> ramework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
>> > > > > > > > SE' in repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repos
>> > > > > > > > itories/snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> ework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
>> > > > > > > > SE' in repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/reposito
>> > > > > > > > ries/public)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> > http://repo1.maven.org/maven2/org/springframework/spring-expression/3.1
>> .
>> > > > > > > > 3.RELEASE/spring-expression-3.1.3.RELEASE.pom
>> > > > > > > > 1K downloaded  (spring-expression-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> ramework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.po
>> > > > > > > > m
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-context-support:pom:3.1.3.
>> > > > > > > > RELEASE' in repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/
>> > > > > > > > repositories/snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> ework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-context-support:pom:3.1.3.
>> > > > > > > > RELEASE' in repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/rep
>> > > > > > > > ositories/public)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-context-support
>> > > > > > > > /3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
>> > > > > > > > 4K downloaded  (spring-context-support-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> > ramework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
>> > > > > > > >  repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositorie
>> > > > > > > > s/snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > >
>> ework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
>> > > > > > > >  repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/p
>> > > > > > > > ublic)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-jdbc/3.1.3.RELE
>> > > > > > > > ASE/spring-jdbc-3.1.3.RELEASE.pom
>> > > > > > > > 3K downloaded  (spring-jdbc-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > > ramework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
>> > > > > > > > epository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositories/
>> > > > > > > > snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > > ework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
>> > > > > > > > epository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/pub
>> > > > > > > > lic)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-tx/3.1.3.RELEAS
>> > > > > > > > E/spring-tx-3.1.3.RELEASE.pom
>> > > > > > > > 3K downloaded  (spring-tx-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> ramework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
>> > > > > > > > repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositories
>> > > > > > > > /snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > > ework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
>> > > > > > > > repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/pu
>> > > > > > > > blic)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-orm/3.1.3.RELEA
>> > > > > > > > SE/spring-orm-3.1.3.RELEASE.pom
>> > > > > > > > 7K downloaded  (spring-orm-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> ramework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
>> > > > > > > > repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositories
>> > > > > > > > /snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > > ework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
>> > > > > > > > repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/pu
>> > > > > > > > blic)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-web/3.1.3.RELEA
>> > > > > > > > SE/spring-web-3.1.3.RELEASE.pom
>> > > > > > > > 6K downloaded  (spring-web-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/com/sun/jer
>> > > > > > > > sey/jersey-bundle/1.4/jersey-bundle-1.4.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > 'com.sun.jersey:jersey-bundle:pom:1.4'
>> > > > > > in
>> > > > > > > > repository a
>> > > > > > > > pache.snapshots.https (
>> > > > > > > >
>> https://repository.apache.org/content/repositories/snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/com/sun/jersey
>> > > > > > > > /jersey-bundle/1.4/jersey-bundle-1.4.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > 'com.sun.jersey:jersey-bundle:pom:1.4'
>> > > > > > in
>> > > > > > > > repository a
>> > > > > > > > pache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/public)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.4/jersey-bu
>> > > > > > > > ndle-1.4.pom
>> > > > > > > > 19K downloaded  (jersey-bundle-1.4.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
>> > > > > > > > y-project/1.4/jersey-project-1.4.pom
>> > > > > > > > 178b downloaded  (jersey-project-1.4.pom)
>> > > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on download:
>> > > local
>> > > > =
>> > > > > > > > '81ffbd1712afe8c
>> > > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
>> > > > > > > > <head><title>301' - RETRYING
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
>> > > > > > > > y-project/1.4/jersey-project-1.4.pom
>> > > > > > > > 178b downloaded  (jersey-project-1.4.pom)
>> > > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on download:
>> > > local
>> > > > =
>> > > > > > > > '81ffbd1712afe8c
>> > > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
>> > > > > > > > <head><title>301' - IGNORING
>> > > > > > > > [INFO]
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > > [ERROR] BUILD ERROR
>> > > > > > > > [INFO]
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > > [INFO] Failed to resolve dependencies for one or more
>> projects
>> > in
>> > > > the
>> > > > > > > > reactor. Reason
>> > > > > > > > : Unable to get dependency information: Unable to read the
>> > > metadata
>> > > > > > file
>> > > > > > > > for artifact
>> > > > > > > >  'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
>> > > > > > > > com.sun.jersey:jersey-projec
>> > > > > > > > t for project: null:jersey-bundle:jar:null for project
>> > > > > > > > null:jersey-bundle:jar:null
>> > > > > > > >   com.sun.jersey:jersey-bundle:jar:1.4
>> > > > > > > >
>> > > > > > > > from the specified remote repositories:
>> > > > > > > >   apache.snapshots (http://repository.apache.org/snapshots
>> ),
>> > > > > > > >   apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositories/snapshot
>> > > > > > > > s),
>> > > > > > > >   central (http://repo1.maven.org/maven2),
>> > > > > > > >   apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/public)
>> > > > > > > >
>> > > > > > > > Path to dependency:
>> > > > > > > >         1) org.apache.ranger:security-admin-web:war:0.4.0
>> > > > > > > >
>> > > > > > > >
>> > > > > > > >
>> > > > > > > > Not a v4.0.0 POM. for project com.sun.jersey:jersey-project
>> at
>> > > > > > > > C:\Users\HomeXPS\.m2\r
>> > > > > > > >
>> > > epository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
>> > > > > > > > [INFO]
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > > [INFO] For more information, run Maven with the -e switch
>> > > > > > > > [INFO]
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > > [INFO] Total time: 12 minutes 27 seconds
>> > > > > > > > [INFO] Finished at: Sat Jan 10 17:03:43 IST 2015
>> > > > > > > > [INFO] Final Memory: 238M/572M
>> > > > > > > > [INFO]
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > >
>> > > > > > > > On Sat, Jan 10, 2015 at 11:51 AM, Gautam Borad <
>> > gborad@gmail.com
>> > > >
>> > > > > > wrote:
>> > > > > > > >
>> > > > > > > > > Hi Sitaraman,
>> > > > > > > > >     Please try compiling with -DskipTests, the problem
>> seem
>> > to
>> > > be
>> > > > > > with
>> > > > > > > > path
>> > > > > > > > > issue on Windows.
>> > > > > > > > >
>> > > > > > > > > On Fri, Jan 9, 2015 at 2:18 PM, Sitaraman Vilayannur <
>> > > > > > > > > vrsitaramanietflists@gmail.com> wrote:
>> > > > > > > > >
>> > > > > > > > > > Hi,
>> > > > > > > > > >   I am just starting out on Ranger. When i used the
>> command
>> > > > > > > > > >  mvn -DskipTests=false clean compile package install
>> > > > > > > assembly:assembly
>> > > > > > > > > > to build i get the following error, what am i missing?
>> > Thanks
>> > > > > > > > > > Sitaraman
>> > > > > > > > > >
>> > > > > > > > > > -------------------------------------------------------
>> > > > > > > > > >
>> > > > > > > > > >  T E S T S
>> > > > > > > > > >
>> > > > > > > > > > -------------------------------------------------------
>> > > > > > > > > >
>> > > > > > > > > > Running
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
>> > > > > > > > > >
>> > > > > > > > > > log4j:WARN No appenders could be found for logger
>> > > > > > > > > > (org.apache.hadoop.util.Shell).
>> > > > > > > > > >
>> > > > > > > > > > log4j:WARN Please initialize the log4j system properly.
>> > > > > > > > > >
>> > > > > > > > > > log4j:WARN See
>> > > > > > http://logging.apache.org/log4j/1.2/faq.html#noconfig
>> > > > > > > > for
>> > > > > > > > > > more info.
>> > > > > > > > > >
>> > > > > > > > > > java.io.IOException: Bad configuration of
>> > > > > > > > > > hadoop.security.credential.provider.path at
>> > > > > > > > > >
>> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialProviderFactory.java:70)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
>> > > > > > > > > >
>> > > > > > > > > > ider(CredentialShell.java:164)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialShell.java:323)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
>> > > > > > > > > >
>> > > > > > > > > > 67)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>> > > > > > > > > >
>> > > > > > > > > > setup(RangerCredentialProviderTest.java:50)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> > > > > > > Method)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
>> > > > > > > > > >
>> > > > > > > > > > 39)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>> > > > > > > > > >
>> > > > > > > > > > pl.java:25)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> java.lang.reflect.Method.invoke(Method.java:597)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
>> > > > > > > > > >
>> > > > > > > > > > d.java:47)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
>> > > > > > > > > >
>> > > > > > > > > > .java:12)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
>> > > > > > > > > >
>> > > > > > > > > > java:44)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
>> > > > > > > > > >
>> > > > > > > > > > 24)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
>> > > > > > > > > >
>> > > > > > > > > > )
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > >
>> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>> > > > > > > > > >
>> > > > > > > > > > ava:70)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>> > > > > > > > > >
>> > > > > > > > > > ava:50)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
>> > > > > > > > > >
>> > > > > > > > > > a:264)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
>> > > > > > > > > >
>> > > > > > > > > > der.java:153)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
>> > > > > > > > > >
>> > > > > > > > > > :124)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
>> > > > > > > > > >
>> > > > > > > > > > der(ForkedBooter.java:200)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
>> > > > > > > > > >
>> > > > > > > > > > ter.java:153)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>> > > > > > > > > >
>> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal
>> character
>> > in
>> > > > > > > authority
>> > > > > > > > at
>> > > > > > > > > > index 8: jc
>> > > > > > > > > >
>> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > java.net.URI$Parser.parseAuthority(URI.java:3148)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialProviderFactory.java:55)
>> > > > > > > > > >
>> > > > > > > > > >         ... 28 more
>> > > > > > > > > >
>> > > > > > > > > > There are no valid CredentialProviders configured.
>> > > > > > > > > >
>> > > > > > > > > > Credential will not be created.
>> > > > > > > > > >
>> > > > > > > > > > Consider using the -provider option to indicate the
>> > provider
>> > > to
>> > > > > > use.
>> > > > > > > > > >
>> > > > > > > > > > java.io.IOException: Bad configuration of
>> > > > > > > > > > hadoop.security.credential.provider.path at
>> > > > > > > > > >
>> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialProviderFactory.java:70)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
>> > > > > > > > > >
>> > > > > > > > > > ider(CredentialShell.java:164)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialShell.java:254)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
>> > > > > > > > > >
>> > > > > > > > > > 67)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>> > > > > > > > > >
>> > > > > > > > > > teardown(RangerCredentialProviderTest.java:85)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> > > > > > > Method)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
>> > > > > > > > > >
>> > > > > > > > > > 39)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>> > > > > > > > > >
>> > > > > > > > > > pl.java:25)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> java.lang.reflect.Method.invoke(Method.java:597)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
>> > > > > > > > > >
>> > > > > > > > > > d.java:47)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
>> > > > > > > > > >
>> > > > > > > > > > .java:12)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
>> > > > > > > > > >
>> > > > > > > > > > java:44)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
>> > > > > > > > > >
>> > > > > > > > > > )
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > >
>> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>> > > > > > > > > >
>> > > > > > > > > > ava:70)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>> > > > > > > > > >
>> > > > > > > > > > ava:50)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
>> > > > > > > > > >
>> > > > > > > > > > a:264)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
>> > > > > > > > > >
>> > > > > > > > > > der.java:153)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
>> > > > > > > > > >
>> > > > > > > > > > :124)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
>> > > > > > > > > >
>> > > > > > > > > > der(ForkedBooter.java:200)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
>> > > > > > > > > >
>> > > > > > > > > > ter.java:153)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>> > > > > > > > > >
>> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal
>> character
>> > in
>> > > > > > > authority
>> > > > > > > > at
>> > > > > > > > > > index 8: jc
>> > > > > > > > > >
>> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > java.net.URI$Parser.parseAuthority(URI.java:3148)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialProviderFactory.java:55)
>> > > > > > > > > >
>> > > > > > > > > >         ... 27 more
>> > > > > > > > > >
>> > > > > > > > > > There are no valid CredentialProviders configured.
>> > > > > > > > > >
>> > > > > > > > > > Nothing will be deleted.
>> > > > > > > > > >
>> > > > > > > > > > Consider using the -provider option to indicate the
>> > provider
>> > > to
>> > > > > > use.
>> > > > > > > > > >
>> > > > > > > > > > java.io.IOException: Bad configuration of
>> > > > > > > > > > hadoop.security.credential.provider.path at
>> > > > > > > > > >
>> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialProviderFactory.java:70)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
>> > > > > > > > > >
>> > > > > > > > > > ider(CredentialShell.java:164)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialShell.java:323)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
>> > > > > > > > > >
>> > > > > > > > > > 67)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>> > > > > > > > > >
>> > > > > > > > > > setup(RangerCredentialProviderTest.java:50)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> > > > > > > Method)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
>> > > > > > > > > >
>> > > > > > > > > > 39)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>> > > > > > > > > >
>> > > > > > > > > > pl.java:25)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> java.lang.reflect.Method.invoke(Method.java:597)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
>> > > > > > > > > >
>> > > > > > > > > > d.java:47)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
>> > > > > > > > > >
>> > > > > > > > > > .java:12)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
>> > > > > > > > > >
>> > > > > > > > > > java:44)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
>> > > > > > > > > >
>> > > > > > > > > > 24)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
>> > > > > > > > > >
>> > > > > > > > > > )
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > >
>> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>> > > > > > > > > >
>> > > > > > > > > > ava:70)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>> > > > > > > > > >
>> > > > > > > > > > ava:50)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
>> > > > > > > > > >
>> > > > > > > > > > a:264)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
>> > > > > > > > > >
>> > > > > > > > > > der.java:153)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
>> > > > > > > > > >
>> > > > > > > > > > :124)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
>> > > > > > > > > >
>> > > > > > > > > > der(ForkedBooter.java:200)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
>> > > > > > > > > >
>> > > > > > > > > > ter.java:153)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>> > > > > > > > > >
>> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal
>> character
>> > in
>> > > > > > > authority
>> > > > > > > > at
>> > > > > > > > > > index 8: jc
>> > > > > > > > > >
>> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > java.net.URI$Parser.parseAuthority(URI.java:3148)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialProviderFactory.java:55)
>> > > > > > > > > >
>> > > > > > > > > >         ... 28 more
>> > > > > > > > > >
>> > > > > > > > > > There are no valid CredentialProviders configured.
>> > > > > > > > > >
>> > > > > > > > > > Credential will not be created.
>> > > > > > > > > >
>> > > > > > > > > > Consider using the -provider option to indicate the
>> > provider
>> > > to
>> > > > > > use.
>> > > > > > > > > >
>> > > > > > > > > > java.io.IOException: Bad configuration of
>> > > > > > > > > > hadoop.security.credential.provider.path at
>> > > > > > > > > >
>> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialProviderFactory.java:70)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
>> > > > > > > > > >
>> > > > > > > > > > ider(CredentialShell.java:164)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialShell.java:254)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
>> > > > > > > > > >
>> > > > > > > > > > 67)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>> > > > > > > > > >
>> > > > > > > > > > teardown(RangerCredentialProviderTest.java:85)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> > > > > > > Method)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
>> > > > > > > > > >
>> > > > > > > > > > 39)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>> > > > > > > > > >
>> > > > > > > > > > pl.java:25)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> java.lang.reflect.Method.invoke(Method.java:597)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
>> > > > > > > > > >
>> > > > > > > > > > d.java:47)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
>> > > > > > > > > >
>> > > > > > > > > > .java:12)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
>> > > > > > > > > >
>> > > > > > > > > > java:44)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
>> > > > > > > > > >
>> > > > > > > > > > )
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > >
>> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>> > > > > > > > > >
>> > > > > > > > > > ava:70)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>> > > > > > > > > >
>> > > > > > > > > > ava:50)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
>> > > > > > > > > >
>> > > > > > > > > > a:264)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
>> > > > > > > > > >
>> > > > > > > > > > der.java:153)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
>> > > > > > > > > >
>> > > > > > > > > > :124)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
>> > > > > > > > > >
>> > > > > > > > > > der(ForkedBooter.java:200)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
>> > > > > > > > > >
>> > > > > > > > > > ter.java:153)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>> > > > > > > > > >
>> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal
>> character
>> > in
>> > > > > > > authority
>> > > > > > > > at
>> > > > > > > > > > index 8: jc
>> > > > > > > > > >
>> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > java.net.URI$Parser.parseAuthority(URI.java:3148)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialProviderFactory.java:55)
>> > > > > > > > > >
>> > > > > > > > > >         ... 27 more
>> > > > > > > > > >
>> > > > > > > > > > There are no valid CredentialProviders configured.
>> > > > > > > > > >
>> > > > > > > > > > Nothing will be deleted.
>> > > > > > > > > >
>> > > > > > > > > > Consider using the -provider option to indicate the
>> > provider
>> > > to
>> > > > > > use.
>> > > > > > > > > >
>> > > > > > > > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time
>> > > elapsed:
>> > > > > > 0.823
>> > > > > > > > sec
>> > > > > > > > > > <<< FAILURE
>> > > > > > > > > >
>> > > > > > > > > > ! - in
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
>> > > > > > > > > >
>> > > > > > > > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
>> > > > > > > > > >
>> > > > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
>> > > > > > > > > >
>> > > > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.failNotEquals(Assert.java:743)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:118)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:555)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:542)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>> > > > > > > > > >
>> > > > > > > > > > setup(RangerCredentialProviderTest.java:54)
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
>> > > > > > > > > >
>> > > > > > > > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
>> > > > > > > > > >
>> > > > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
>> > > > > > > > > >
>> > > > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.failNotEquals(Assert.java:743)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:118)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:555)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:542)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>> > > > > > > > > >
>> > > > > > > > > > teardown(RangerCredentialProviderTest.java:89)
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
>> > > > > > > > > >
>> > > > > > > > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
>> > > > > > > > > >
>> > > > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
>> > > > > > > > > >
>> > > > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.failNotEquals(Assert.java:743)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:118)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:555)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:542)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>> > > > > > > > > >
>> > > > > > > > > > setup(RangerCredentialProviderTest.java:54)
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
>> > > > > > > > > >
>> > > > > > > > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
>> > > > > > > > > >
>> > > > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
>> > > > > > > > > >
>> > > > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.failNotEquals(Assert.java:743)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:118)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:555)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:542)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>> > > > > > > > > >
>> > > > > > > > > > teardown(RangerCredentialProviderTest.java:89)
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > Results :
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > Failed tests:
>> > > > > > > > > >
>> > > > > > > > > >   RangerCredentialProviderTest.setup:54 expected:<0> but
>> > > > was:<1>
>> > > > > > > > > >
>> > > > > > > > > >   RangerCredentialProviderTest.teardown:89 expected:<0>
>> but
>> > > > > was:<1>
>> > > > > > > > > >
>> > > > > > > > > >   RangerCredentialProviderTest.setup:54 expected:<0> but
>> > > > was:<1>
>> > > > > > > > > >
>> > > > > > > > > >   RangerCredentialProviderTest.teardown:89 expected:<0>
>> but
>> > > > > was:<1>
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > [INFO]
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > > > >
>> > > > > > > > > > [ERROR] BUILD FAILURE
>> > > > > > > > > >
>> > > > > > > > > > [INFO]
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > > > >
>> > > > > > > > > > [INFO] There are test failures.
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > Please refer to
>> > > > > > > > > >
>> > > > > >
>> > F:\Consulting\DataGuise\Software\ApacheRanger\incubator-ranger-master
>> > > > > > > > > >
>> > > > > > > > > >
>> > \incubator-ranger-master\agents-cred\target\surefire-reports
>> > > > for
>> > > > > > the
>> > > > > > > > > > individual test
>> > > > > > > > > >
>> > > > > > > > > > results.
>> > > > > > > > > >
>> > > > > > > > > > [INFO]
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > > > >
>> > > > > > > > > > [INFO] For more information, run Maven with the -e
>> switch
>> > > > > > > > > >
>> > > > > > > > > > [INFO]
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > > > >
>> > > > > > > > > > [INFO] Total time: 15 minutes 7 seconds
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > > --
>> > > > > > > > > Regards,
>> > > > > > > > > Gautam.
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > > --
>> > > > > > > Regards,
>> > > > > > > Gautam.
>> > > > > > >
>> > > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > > --
>> > > > > Regards,
>> > > > > Gautam.
>> > > > >
>> > > >
>> > >
>> > >
>> > >
>> > > --
>> > > Regards,
>> > > Gautam.
>> > >
>> >
>>
>>
>>
>> --
>> Thanks & Regards,
>> Ashish Singh
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity
>> to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified
>> that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender
>> immediately
>> and delete it from your system. Thank You.
>>
>
>


-- 
Regards,
Gautam.

Re: Error while building.

Posted by Sitaraman Vilayannur <vr...@gmail.com>.
Hi Ashish,
 I removed the output.txt and output1.txt files from my workspace and now i
get the following with the -U command....what could be the problem?  I am
running the command prompt as administrator...Thanks
F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger>mvn -e
-U -DskipT
ests=true clean compile package install assembly:assembly
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   ranger
[INFO]   Credential Support
[INFO]   Audit Component
[INFO]   Common library for Plugins
[INFO]   Hdfs Security Plugin
[INFO]   Hive Security Agent
[INFO]   HBaseSecurityAgents
[INFO]   Knox Security Plugin
[INFO]   Credential Builder
[INFO]   Storm Security Plugin
[INFO]   Agent Implementation Libary
[INFO]   Installer Support Component
[INFO]   Embeded Web Server Invoker
[INFO]   Resource Lookup API Implementation
[INFO]   Unix Authentication Client
[INFO]   Security Admin Web Application
[INFO]   Unix User Group Synchronizer
[INFO]   Unix Authentication Service
[INFO] Searching repository for plugin with prefix: 'assembly'.
[INFO] org.apache.maven.plugins: checking for updates from central
[WARNING] repository metadata for: 'org.apache.maven.plugins' could not be
retrieved
from repository: central due to an error: Error copying temporary file to
the final d
estination:
C:\Users\HomeXPS\.m2\repository\org\apache\maven\plugins\maven-metadata-c
entral.xml (Access is denied)
[INFO] Repository 'central' will be blacklisted
[INFO]
------------------------------------------------------------------------
[INFO] Building ranger
[INFO]    task-segment: [clean, compile, package, install]
[INFO]
------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting
F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\ta
rget
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to clean project: Failed to delete
F:\Consulting\DataGuise\Software\Apa
cheRanger\Git\incubator-ranger\target

[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to clean
project: Fail
ed to delete
F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\targe
t
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLi
fecycleExecutor.java:719)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecyc
le(DefaultLifecycleExecutor.java:556)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLif
ecycleExecutor.java:535)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFa
ilures(DefaultLifecycleExecutor.java:387)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(De
faultLifecycleExecutor.java:348)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecyc
leExecutor.java:180)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
        at
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
pl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to clean
project: F
ailed to delete
F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\ta
rget
        at
org.apache.maven.plugin.clean.CleanMojo.execute(CleanMojo.java:188)
        at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMana
ger.java:490)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLi
fecycleExecutor.java:694)
        ... 17 more
Caused by: java.io.IOException: Failed to delete
F:\Consulting\DataGuise\Software\Apa
cheRanger\Git\incubator-ranger\target
        at org.apache.maven.plugin.clean.Cleaner.delete(Cleaner.java:227)
        at org.apache.maven.plugin.clean.Cleaner.delete(Cleaner.java:186)
        at org.apache.maven.plugin.clean.Cleaner.delete(Cleaner.java:115)
        at
org.apache.maven.plugin.clean.CleanMojo.execute(CleanMojo.java:168)
        ... 19 more
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Mon Jan 12 11:26:15 IST 2015
[INFO] Final Memory: 8M/245M
[INFO]
------------------------------------------------------------------------
F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger>
F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger>md
C:\Users\HomeXP
S\.m2
A subdirectory or file C:\Users\HomeXPS\.m2 already exists.


On Mon, Jan 12, 2015 at 10:40 AM, Sitaraman Vilayannur <
vrsitaramanietflists@gmail.com> wrote:

> Hi Ashish,
>  Thanks for getting in touch with me regarding this issue i am facing. I
> am still getting a build error with the said mvn command.  Attached is the
> rat.txt file.
> Sitaraman
> ******************************************************************
> [DEBUG] Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
> [DEBUG] RuntimeInstance initializing.
> [DEBUG] Default Properties File:
> org\apache\velocity\runtime\defaults\velocity.properties
> [DEBUG] LogSystem has been deprecated. Please use a LogChute
> implementation.
> [DEBUG] Default ResourceManager initializing. (class
> org.apache.velocity.runtime.resource.ResourceManagerImpl)
> [DEBUG] ResourceLoader instantiated:
> org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
> [DEBUG] ResourceLoader instantiated:
> org.codehaus.plexus.velocity.SiteResourceLoader
> [DEBUG] ResourceCache: initialized (class
> org.apache.velocity.runtime.resource.ResourceCacheImpl)
> [DEBUG] Default ResourceManager initialization complete.
> [DEBUG] Loaded System Directive:
> org.apache.velocity.runtime.directive.Literal
> [DEBUG] Loaded System Directive:
> org.apache.velocity.runtime.directive.Macro
> [DEBUG] Loaded System Directive:
> org.apache.velocity.runtime.directive.Parse
> [DEBUG] Loaded System Directive:
> org.apache.velocity.runtime.directive.Include
> [DEBUG] Loaded System Directive:
> org.apache.velocity.runtime.directive.Foreach
> [DEBUG] Created '20' parsers.
> [DEBUG] Velocimacro : initialization starting.
> [DEBUG] Velocimacro : allowInline = true : VMs can be defined inline in
> templates
> [DEBUG] Velocimacro : allowInlineToOverride = false : VMs defined inline
> may NOT replace previous VM definitions
> [DEBUG] Velocimacro : allowInlineLocal = false : VMs defined inline will
> be global in scope if allowed.
> [DEBUG] Velocimacro : autoload off : VM system will not automatically
> reload global library macros
> [DEBUG] Velocimacro : Velocimacro : initialization complete.
> [DEBUG] RuntimeInstance successfully initialized.
> [DEBUG] Configuring mojo
> 'org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1:process' -->
> [DEBUG]   (f) appendedResourcesDirectory =
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\src\main\appended-resources
> [DEBUG]   (f) attached = true
> [DEBUG]   (f) basedir =
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin
> [DEBUG]   (f) encoding = UTF-8
> [DEBUG]   (f) excludeTransitive = false
> [DEBUG]   (f) includeProjectProperties = false
> [DEBUG]   (f) includeScope = runtime
> [DEBUG]   (f) localRepository =
> Repository[local|file://C:\Users\HomeXPS\.m2\repository]
> [DEBUG]   (f) mavenSession =
> org.apache.maven.execution.MavenSession@77485542
> [DEBUG]   (f) outputDirectory =
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\target\maven-shared-archive-resources
> [DEBUG]   (f) project = MavenProject:
> org.apache.ranger:security-admin-web:0.4.0 @
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\pom.xml
> [DEBUG]   (f) remoteArtifactRepositories =
> [Repository[apache.snapshots.https|
> https://repository.apache.org/content/repositories/snapshots],
> Repository[apache.public.https|
> https://repository.apache.org/content/repositories/public],
> Repository[apache.snapshots|http://repository.apache.org/snapshots],
> Repository[central|http://repo1.maven.org/maven2]]
> [DEBUG]   (f) resourceBundles = [org.apache:apache-jar-resource-bundle:1.4]
> [DEBUG]   (f) resources = [Resource {targetPath: null, filtering: true,
> FileSet {directory:
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\src\main\resources,
> PatternSet [includes: {}, excludes: {}]}}]
> [DEBUG]   (f) runOnlyAtExecutionRoot = false
> [DEBUG]   (f) skip = false
> [DEBUG]   (f) useDefaultFilterDelimiters = true
> [DEBUG] -- end configuration --
> [INFO] [remote-resources:process {execution: default}]
> [DEBUG] Supplemental data models won't be loaded.  No models specified.
> [DEBUG] inceptionYear not specified, defaulting to 2015
> [DEBUG] org.apache.ranger:security-admin-web:war:0.4.0 (selected for null)
> [DEBUG] Retrieving parent-POM: org.antlr:antlr-master:pom:3.5.2 for
> project: org.antlr:antlr-runtime:jar:null from the repository.
> [DEBUG] Adding managed dependencies for org.antlr:antlr-runtime
> [DEBUG]   junit:junit:jar:4.10:test
> [DEBUG]   antlr:antlr:jar:2.7.7:compile
> [DEBUG]   org.antlr:stringtemplate:jar:3.2.1:compile
> [DEBUG]   org.antlr:ST4:jar:4.0.8:compile
> [DEBUG]   org.antlr:antlr-runtime:jar:3.5.2:compile (selected for compile)
> [DEBUG]   aopalliance:aopalliance:jar:1.0:compile (selected for compile)
> [DEBUG] Retrieving parent-POM: org.ow2.util.asm:asm-parent:pom:3.1 for
> project: null:asm:jar:3.1 from the repository.
> [DEBUG] Adding managed dependencies for unknown:asm
> [DEBUG]   org.ow2.util.asm:asm:jar:3.1
> [DEBUG]   org.ow2.util.asm:asm-tree:jar:3.1
> [DEBUG]   org.ow2.util.asm:asm-analysis:jar:3.1
> [DEBUG]   org.ow2.util.asm:asm-commons:jar:3.1
> [DEBUG]   org.ow2.util.asm:asm-util:jar:3.1
> [DEBUG]   org.ow2.util.asm:asm-xml:jar:3.1
> [DEBUG]   org.ow2.util.asm:asm:jar:3.1:compile (selected for compile)
> [DEBUG]   c3p0:c3p0:jar:0.9.1.2:compile (selected for compile)
> [DEBUG] Retrieving parent-POM: org.glassfish.hk2:external:pom:2.2.0-b23
> for project: org.glassfish.hk2.external:cglib:jar:null from the repository.
> [DEBUG] Retrieving parent-POM: org.glassfish.hk2:hk2-public:pom:2.2.0-b23
> for project: null:external:pom:null from the repository.
> [DEBUG] Retrieving parent-POM: org.glassfish.hk2:hk2-parent:pom:2.2.0-b23
> for project: org.glassfish.hk2:hk2-public:pom:2.2.0-b23 from the repository.
> [DEBUG] Retrieving parent-POM: org.glassfish.hk2:hk2-bom:pom:2.2.0-b23 for
> project: null:hk2-parent:pom:null from the repository.
> [DEBUG] Adding managed dependencies for org.glassfish.hk2.external:cglib
> [DEBUG]   org.glassfish.hk2:auto-depends-plugin:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-build:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:class-model:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:config-generator:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:config-types:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:consolidatedbundle-maven-plugin:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:core:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-dependency-verifier:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-dependency-visualizer:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:devtests:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:ctm-example:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:custom-resolver-example:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:examples:pom:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:security-lockdown-example-alice:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:security-lockdown-example-mallory:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:security-lockdown-example:pom:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:security-lockdown-example-runner:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:security-lockdown-example-system:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2.external:asm-all-repackaged:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2.external:bean-validator:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2.external:bean-validator-cdi:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2.external:cglib:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2.external:javax.inject:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:external:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:tiger-types-osgi:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-api:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-config:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-config-generator:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-inhabitant-generator:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-locator:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-maven:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-runlevel:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-junitrunner:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-testng:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-testing:pom:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-utils:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-kernel-parent:pom:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:osgi-adapter:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:contract-bundle:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:faux-sdp-bundle:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:osgi-adapter-test:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:osgi-adapter-tests-parent:pom:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:sdp-management-bundle:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:test-module-startup:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:osgi:pom:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:osgiversion-maven-plugin:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-parent:pom:2.2.0-b23
> [DEBUG]   org.glassfish.hk2:hk2-public:pom:2.2.0-b23
> [DEBUG]   javax.validation:validation-api:jar:1.1.0.Final
> [DEBUG]   org.hibernate:hibernate-validator:jar:5.0.0.Final
> [DEBUG]   org.glassfish.hk2:guice-bridge:jar:2.2.0-b23
> [DEBUG]   org.glassfish.hk2.external:cglib:jar:2.2.0-b23:compile (selected
> for compile)
> [DEBUG]
> commons-beanutils:commons-beanutils-bean-collections:jar:1.8.3:compile
> (selected for compile)
> [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile (selected
> for compile)
> [DEBUG]   commons-beanutils:commons-beanutils-core:jar:1.8.3:compile
> (selected for compile)
> [DEBUG]   commons-cli:commons-cli:jar:1.2:compile (selected for compile)
> [DEBUG]   commons-codec:commons-codec:jar:1.9:compile (selected for
> compile)
> [DEBUG]   commons-collections:commons-collections:jar:3.2.1:compile
> (selected for compile)
> [DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:33
> for project: org.apache.commons:commons-compress:jar:1.8.1 from the
> repository.
> [DEBUG]   org.apache.commons:commons-compress:jar:1.8.1:compile (selected
> for compile)
> [DEBUG]   commons-configuration:commons-configuration:jar:1.10:compile
> (selected for compile)
> [DEBUG]     commons-lang:commons-lang:jar:2.6:compile (selected for
> compile)
> [DEBUG]   commons-dbcp:commons-dbcp:jar:1.4:compile (selected for compile)
> [DEBUG]     commons-pool:commons-pool:jar:1.5.4:compile (selected for
> compile)
> [DEBUG]   commons-digester:commons-digester:jar:2.1:compile (selected for
> compile)
> [DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:14
> for project: commons-beanutils:commons-beanutils:jar:1.8.3 from the
> repository.
> [DEBUG]     commons-beanutils:commons-beanutils:jar:1.8.3:compile
> (selected for compile)
> [DEBUG] Trying repository apache.snapshots.https
> [DEBUG] Using Wagon implementation lightweight from default mapping for
> protocol https
> [DEBUG] Checking for pre-existing User-Agent configuration.
> [DEBUG] Adding User-Agent configuration.
> [DEBUG] Connecting to repository: 'apache.snapshots.https' with url: '
> https://repository.apache.org/content/repositories/snapshots'.
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> [DEBUG] Unable to locate resource in repository
> org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
> resource in repository
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
>     at
> org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
>     at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
>     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
>     at
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
>     at
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
>     at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>     at
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     at java.lang.reflect.Method.invoke(Method.java:597)
>     at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>     at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: java.io.FileNotFoundException:
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
>     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)
>     at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>     at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>     at
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
>     at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
>     at
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
>     ... 41 more
> Caused by: java.io.FileNotFoundException:
> https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
>     at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
>     at
> java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
>     at
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
>     ... 41 more
> [DEBUG] Using Wagon implementation lightweight from default mapping for
> protocol https
> [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> repository apache.snapshots.https (
> https://repository.apache.org/content/repositories/snapshots)
> [DEBUG] Trying repository apache.public.https
> [DEBUG] Using Wagon implementation lightweight from default mapping for
> protocol https
> [DEBUG] Checking for pre-existing User-Agent configuration.
> [DEBUG] Adding User-Agent configuration.
> [DEBUG] Connecting to repository: 'apache.public.https' with url: '
> https://repository.apache.org/content/repositories/public'.
> Downloading:
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> [DEBUG] Unable to locate resource in repository
> org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
> resource in repository
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
>     at
> org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
>     at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
>     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
>     at
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
>     at
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
>     at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>     at
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     at java.lang.reflect.Method.invoke(Method.java:597)
>     at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>     at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: java.io.FileNotFoundException:
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
>     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)
>     at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>     at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>     at
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
>     at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
>     at
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
>     ... 41 more
> Caused by: java.io.FileNotFoundException:
> https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
>     at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
>     at
> java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
>     at
> sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
>     ... 41 more
> [DEBUG] Using Wagon implementation lightweight from default mapping for
> protocol https
> [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> repository apache.public.https (
> https://repository.apache.org/content/repositories/public)
> [DEBUG] Skipping disabled repository apache.snapshots
> [DEBUG] Trying repository central
> [DEBUG] Using Wagon implementation lightweight from default mapping for
> protocol http
> [DEBUG] Checking for pre-existing User-Agent configuration.
> [DEBUG] Adding User-Agent configuration.
> [DEBUG] Connecting to repository: 'central' with url: '
> http://repo1.maven.org/maven2'.
> Downloading:
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
> [DEBUG] Unable to locate resource in repository
> org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
> resource in repository
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
>     at
> org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
>     at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
>     at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
>     at
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
>     at
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
>     at
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
>     at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>     at
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     at java.lang.reflect.Method.invoke(Method.java:597)
>     at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>     at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: java.io.FileNotFoundException:
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
>     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)
>     at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>     at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>     at
> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at
> sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
>     at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
>     ... 41 more
> Caused by: java.io.FileNotFoundException:
> http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
>     at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
>     at
> java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
>     at
> org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
>     ... 41 more
> [DEBUG] Using Wagon implementation lightweight from default mapping for
> protocol http
> [INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in
> repository central (http://repo1.maven.org/maven2)
> [DEBUG] Artifact not found - using stub model: Unable to download the
> artifact from any repository
>
>   tomcat:commons-el:pom:5.5.23
>
> from the specified remote repositories:
>   apache.snapshots.https (
> https://repository.apache.org/content/repositories/snapshots),
>   apache.snapshots (http://repository.apache.org/snapshots),
>   central (http://repo1.maven.org/maven2),
>   apache.public.https (
> https://repository.apache.org/content/repositories/public)
>
>
> [DEBUG] Using defaults for missing POM tomcat:commons-el:pom:5.5.23:compile
> [DEBUG]   tomcat:commons-el:jar:5.5.23:compile (selected for compile)
> [DEBUG]   commons-httpclient:commons-httpclient:jar:3.1:compile (selected
> for compile)
> [DEBUG]     commons-logging:commons-logging:jar:1.0.4:compile (removed -
> nearer found: 1.1.1)
> [DEBUG]     commons-codec:commons-codec:jar:1.2:compile (removed - nearer
> found: 1.9)
> [DEBUG]   commons-io:commons-io:jar:2.4:compile (selected for compile)
> [DEBUG]   commons-lang:commons-lang:jar:2.6:compile (selected for compile)
> [DEBUG]   commons-logging:commons-logging:jar:1.1.1:compile (removed -
> nearer found: 1.2)
> [DEBUG]   commons-logging:commons-logging:jar:1.2:compile (selected for
> compile)
> [DEBUG]   org.apache.commons:commons-math:jar:2.2:compile (selected for
> compile)
> [DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:30
> for project: commons-net:commons-net:jar:3.3 from the repository.
> [DEBUG]   commons-net:commons-net:jar:3.3:compile (selected for compile)
> [DEBUG]   commons-pool:commons-pool:jar:1.5.4:compile (removed - nearer
> found: 1.6)
> [DEBUG]   commons-pool:commons-pool:jar:1.6:compile (selected for compile)
> [DEBUG]   org.eclipse.persistence:eclipselink:jar:2.5.2-M1:compile
> (selected for compile)
> [DEBUG]     org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
> (selected for compile)
> [DEBUG]     org.eclipse.persistence:commonj.sdo:jar:2.1.1:compile
> (selected for compile)
> [DEBUG]   org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
> (selected for compile)
> [DEBUG]   com.google.guava:guava:jar:17.0:compile (selected for compile)
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.3:compile (selected for compile)
> [DEBUG]   net.htmlparser.jericho:jericho-html:jar:3.3:compile (selected
> for compile)
> [DEBUG] Retrieving parent-POM:
> org.springframework:spring-parent:pom:3.1.3.RELEASE for project:
> org.springframework:spring-aop:jar:3.1.3.RELEASE from the repository.
> [DEBUG] Adding managed dependencies for org.springframework:spring-aop
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]   org.springframework:spring-aop:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for org.springframework:spring-asm
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]     org.springframework:spring-asm:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for org.springframework:spring-beans
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]     org.springframework:spring-beans:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for org.springframework:spring-core
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]       org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG]         commons-logging:commons-logging:jar:1.1.1:compile (removed
> - nearer found: 1.2)
> [DEBUG]     org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG]       commons-logging:commons-logging:jar:1.1.1:compile (removed -
> nearer found: 1.2)
> [DEBUG]   org.springframework:spring-asm:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG]   org.springframework:spring-beans:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for org.springframework:spring-context
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]   org.springframework:spring-context:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for
> org.springframework:spring-expression
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]
> org.springframework:spring-expression:jar:3.1.3.RELEASE:compile (selected
> for compile)
> [DEBUG] Adding managed dependencies for
> org.springframework:spring-context-support
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]
> org.springframework:spring-context-support:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG]   org.springframework:spring-core:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile (removed -
> nearer found: 1.2)
> [DEBUG]   org.springframework:spring-expression:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for org.springframework:spring-jdbc
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]   org.springframework:spring-jdbc:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for org.springframework:spring-tx
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]     org.springframework:spring-tx:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for org.springframework:spring-orm
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]   org.springframework:spring-orm:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG]   org.springframework:spring-tx:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG] Adding managed dependencies for org.springframework:spring-web
> [DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
> [DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
> [DEBUG]   junit:junit:jar:4.9:test
> [DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
> [DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
> [DEBUG]   org.easymock:easymock:jar:2.5.1:test
> [DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
> [DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
> [DEBUG]   log4j:log4j:jar:1.2.15:test
> [DEBUG]   org.springframework:spring-web:jar:3.1.3.RELEASE:compile
> (selected for compile)
> [DEBUG]   org.springframework:spring:jar:2.5.6:compile (selected for
> compile)
> [DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile (removed -
> nearer found: 1.2)
> [DEBUG] Retrieving parent-POM: com.sun.jersey:jersey-project:pom:1.4 for
> project: null:jersey-bundle:jar:null from the repository.
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve dependencies for one or more projects in the
> reactor. Reason: Unable to get dependency information: Unable to read the
> metadata file for artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find
> parent: com.sun.jersey:jersey-project for project:
> null:jersey-bundle:jar:null for project null:jersey-bundle:jar:null
>   com.sun.jersey:jersey-bundle:jar:1.4
>
> from the specified remote repositories:
>   apache.snapshots (http://repository.apache.org/snapshots),
>   apache.snapshots.https (
> https://repository.apache.org/content/repositories/snapshots),
>   central (http://repo1.maven.org/maven2),
>   apache.public.https (
> https://repository.apache.org/content/repositories/public)
>
> Path to dependency:
>     1) org.apache.ranger:security-admin-web:war:0.4.0
>
>
>
> Not a v4.0.0 POM. for project com.sun.jersey:jersey-project at
> C:\Users\HomeXPS\.m2\repository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> [INFO]
> ------------------------------------------------------------------------
> [DEBUG] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to resolve
> dependencies for one or more projects in the reactor. Reason: Unable to get
> dependency information: Unable to read the metadata file for artifact
> 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null for
> project null:jersey-bundle:jar:null
>   com.sun.jersey:jersey-bundle:jar:1.4
>
> from the specified remote repositories:
>   apache.snapshots (http://repository.apache.org/snapshots),
>   apache.snapshots.https (
> https://repository.apache.org/content/repositories/snapshots),
>   central (http://repo1.maven.org/maven2),
>   apache.public.https (
> https://repository.apache.org/content/repositories/public)
>
> Path to dependency:
>     1) org.apache.ranger:security-admin-web:war:0.4.0
>
>
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>     at
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     at java.lang.reflect.Method.invoke(Method.java:597)
>     at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>     at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to
> resolve dependencies for one or more projects in the reactor. Reason:
> Unable to get dependency information: Unable to read the metadata file for
> artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null for
> project null:jersey-bundle:jar:null
>   com.sun.jersey:jersey-bundle:jar:1.4
>
> from the specified remote repositories:
>   apache.snapshots (http://repository.apache.org/snapshots),
>   apache.snapshots.https (
> https://repository.apache.org/content/repositories/snapshots),
>   central (http://repo1.maven.org/maven2),
>   apache.public.https (
> https://repository.apache.org/content/repositories/public)
>
> Path to dependency:
>     1) org.apache.ranger:security-admin-web:war:0.4.0
>
>
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:721)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
>     at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>     at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>     ... 17 more
> Caused by: org.apache.maven.artifact.resolver.ArtifactResolutionException:
> Unable to get dependency information: Unable to read the metadata file for
> artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null for
> project null:jersey-bundle:jar:null
>   com.sun.jersey:jersey-bundle:jar:1.4
>
> from the specified remote repositories:
>   apache.snapshots (http://repository.apache.org/snapshots),
>   apache.snapshots.https (
> https://repository.apache.org/content/repositories/snapshots),
>   central (http://repo1.maven.org/maven2),
>   apache.public.https (
> https://repository.apache.org/content/repositories/public)
>
> Path to dependency:
>     1) org.apache.ranger:security-admin-web:war:0.4.0
>
>
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:430)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
>     at
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
>     at
> org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
>     at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
>     ... 22 more
> Caused by:
> org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException:
> Unable to read the metadata file for artifact
> 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null for
> project null:jersey-bundle:jar:null
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:200)
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
>     at
> org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
>     ... 28 more
> Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find
> parent: com.sun.jersey:jersey-project for project:
> null:jersey-bundle:jar:null for project null:jersey-bundle:jar:null
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:255)
>     at
> org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
>     ... 30 more
> Caused by: org.apache.maven.project.InvalidProjectModelException: Not a
> v4.0.0 POM. for project com.sun.jersey:jersey-project at
> C:\Users\HomeXPS\.m2\repository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1599)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1571)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:562)
>     at
> org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1392)
>     ... 33 more
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 25 seconds
> [INFO] Finished at: Mon Jan 12 10:00:56 IST 2015
> [INFO] Final Memory: 171M/575M
> [INFO]
> ------------------------------------------------------------------------
>
> On Mon, Jan 12, 2015 at 6:17 AM, Ashish Singh <as...@hortonworks.com>
> wrote:
>
>> HI Sitaram,
>>
>> Look, like you have some local files in your workspace, that is preventing
>> to pass the Relase Audit Tool.
>> Can, you list what is in this file
>> F:\Consulting\DataGuise\Software\ApacheRanger\Git\
>> incubator-ranger\target\rat.txt
>> in your workspace.
>>
>> Use the below, command for code compilation.
>>
>> *mvn -X clean -DskipCheck=true -Dcheckstyle.skip=true package
>> assembly:assembly install -DskipITs -DskipTests*
>>
>> Let me know, how it goes.
>>
>> Regards
>> Ashish
>>
>>
>>
>> On Sun, Jan 11, 2015 at 7:39 AM, Sitaraman Vilayannur <
>> vrsitaramanietflists@gmail.com> wrote:
>>
>> > Hi Gautam,
>> >  Git branch says it is master.  with mvn -U i get the following
>> > output...thanks.
>> > Sitaraman
>> > [INFO] Scanning for projects...
>> > [INFO] Reactor build order:
>> > [INFO]   ranger
>> > [INFO]   Credential Support
>> > [INFO]   Audit Component
>> > [INFO]   Common library for Plugins
>> > [INFO]   Hdfs Security Plugin
>> > [INFO]   Hive Security Agent
>> > [INFO]   HBaseSecurityAgents
>> > [INFO]   Knox Security Plugin
>> > [INFO]   Credential Builder
>> > [INFO]   Storm Security Plugin
>> > [INFO]   Agent Implementation Libary
>> > [INFO]   Installer Support Component
>> > [INFO]   Embeded Web Server Invoker
>> > [INFO]   Resource Lookup API Implementation
>> > [INFO]   Unix Authentication Client
>> > [INFO]   Security Admin Web Application
>> > [INFO]   Unix User Group Synchronizer
>> > [INFO]   Unix Authentication Service
>> > [INFO] Searching repository for plugin with prefix: 'assembly'.
>> > [INFO] org.apache.maven.plugins: checking for updates from central
>> > [WARNING] repository metadata for: 'org.apache.maven.plugins' could not
>> be
>> > retrieved from repository: central due to an error: Error copying
>> temporary
>> > file to the final destination:
>> >
>> >
>> C:\Users\HomeXPS\.m2\repository\org\apache\maven\plugins\maven-metadata-central.xml
>> > (Access is denied)
>> > [INFO] Repository 'central' will be blacklisted
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] Building ranger
>> > [INFO]    task-segment: [clean, compile, package, install]
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] [clean:clean {execution: default-clean}]
>> > [INFO] Deleting
>> >
>> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target
>> > [INFO] [remote-resources:process {execution: default}]
>> > [INFO] [antrun:run {execution: default}]
>> > [INFO] Executing tasks
>> >
>> > main:
>> > [INFO] Executed tasks
>> > [INFO] [remote-resources:process {execution: default}]
>> > [INFO] [antrun:run {execution: default}]
>> > [INFO] Executing tasks
>> >
>> > main:
>> > [INFO] Executed tasks
>> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>> > [INFO] [remote-resources:process {execution: default}]
>> > [INFO] [antrun:run {execution: default}]
>> > [INFO] Executing tasks
>> >
>> > main:
>> > [INFO] Executed tasks
>> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>> > [INFO] [apache-rat:check {execution: default}]
>> > [INFO] 51 implicit excludes (use -debug for more details).
>> > [INFO] Exclude: **/dependency-reduced-pom.xml
>> > [INFO] Exclude: **/robots.txt
>> > [INFO] Exclude: **/MANIFEST.MF
>> > [INFO] Exclude: **/bootstrap.min.js
>> > [INFO] Exclude: **/src/main/webapp/fonts/**
>> > [INFO] Exclude: **/src/main/webapp/libs/**
>> > [INFO] Exclude: .git/**
>> > [INFO] Exclude: .pc/**
>> > [INFO] Exclude: debian/**
>> > [INFO] Exclude: .gitignore/**
>> > [INFO] Exclude: .svn/**
>> > [INFO] Exclude: .idea/**
>> > [INFO] Exclude: dev-support/**
>> > [INFO] Exclude: **/.gitignore/**
>> > [INFO] Exclude: **/.project/**
>> > [INFO] Exclude: **/.settings/**
>> > [INFO] Exclude: **/.classpath/**
>> > [INFO] Exclude: **/*.iml
>> > [INFO] Exclude: **/target/**
>> > [INFO] Exclude: **/bin/**
>> > [INFO] Exclude: **/CHANGES
>> > [INFO] Exclude: **/ISSUES
>> > [INFO] Exclude: **/patchprocess/**
>> > [INFO] Exclude: **/test/resources/**
>> > [INFO] Exclude: **/main/resources/**/*.json
>> > [INFO] Exclude: **/.externalToolBuilders/*
>> > [INFO] Exclude: *.patch
>> > [INFO] Exclude: atlassian-ide-plugin.xml
>> > [INFO] 803 resources included (use -debug for more details)
>> > [INFO] Rat check: Summary of files. Unapproved: 1 unknown: 1 generated:
>> 0
>> > approved: 766 licence.
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [ERROR] BUILD FAILURE
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] Too many files with unapproved license: 1 See RAT report in:
>> >
>> >
>> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target\rat.txt
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] For more information, run Maven with the -e switch
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] Total time: 7 seconds
>> > [INFO] Finished at: Sun Jan 11 21:03:16 IST 2015
>> > [INFO] Final Memory: 45M/488M
>> > [INFO]
>> > ------------------------------------------------------------------------
>> >
>> >
>> >
>> > On Sun, Jan 11, 2015 at 7:09 PM, Gautam Borad <gb...@gmail.com> wrote:
>> >
>> > > Sitaraman, you can check the branch with the help of following git
>> > command
>> > > : git branch
>> > > I just did a git pull of master branch which is at *ef152319*
>> currently
>> > and
>> > > was able to successfully build Ranger.
>> > >
>> > > Can you try again with the -U option to maven and post the entire
>> output
>> > of
>> > > the command for us to inspect? Thanks.
>> > >
>> > > On Sat, Jan 10, 2015 at 6:39 PM, Sitaraman Vilayannur <
>> > > vrsitaramanietflists@gmail.com> wrote:
>> > >
>> > > > Hi Gautam,
>> > > >  I used the git command line as given in
>> > > > http://ranger.incubator.apache.org/quick_start_guide.html to
>> checkout
>> > > from
>> > > > the git repository...i.e git clone git://
>> > > > git.apache.org/incubator-ranger.git
>> > > > how do i find out which branch it is?
>> > > > Sitaraman
>> > > >
>> > > > On Sat, Jan 10, 2015 at 6:32 PM, Gautam Borad <gb...@gmail.com>
>> > wrote:
>> > > >
>> > > > > Sitaraman, Which tool did you use to checkout the codebase? Can
>> you
>> > let
>> > > > me
>> > > > > know the branch that you are trying to compile?
>> > > > >
>> > > > > On Sat, Jan 10, 2015 at 6:29 PM, Sitaraman Vilayannur <
>> > > > > vrsitaramanietflists@gmail.com> wrote:
>> > > > >
>> > > > > > Hi Gautam,
>> > > > > >    I am not behind a proxy.  Which other network configurations
>> > > should
>> > > > i
>> > > > > be
>> > > > > > checking. I got the code via a git clone git://
>> > > > > > git.apache.org/incubator-ranger.git. Thanks for your continued
>> > help.
>> > > > > > Sitaraman
>> > > > > >
>> > > > > > On Sat, Jan 10, 2015 at 6:15 PM, Gautam Borad <gborad@gmail.com
>> >
>> > > > wrote:
>> > > > > >
>> > > > > > > Sitaraman, this is most likely a network issue. Can you check
>> > your
>> > > > > proxy
>> > > > > > > and network configuration? Also can you let me know which
>> branch
>> > > are
>> > > > > you
>> > > > > > > trying to compile?
>> > > > > > >
>> > > > > > > Thanks.
>> > > > > > >
>> > > > > > > On Sat, Jan 10, 2015 at 5:11 PM, Sitaraman Vilayannur <
>> > > > > > > vrsitaramanietflists@gmail.com> wrote:
>> > > > > > >
>> > > > > > > > Hi Gautam,
>> > > > > > > >  Thanks for your response.
>> > > > > > > >  Tried with -DskipTests=true and i am getting the following
>> > > error.
>> > > > > > > >
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/net/htmlparser/jericho/jericho-html/3.3/je
>> > > > > > > > richo-html-3.3.pom
>> > > > > > > > 2K downloaded  (jericho-html-3.3.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> ramework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
>> > > > > > > > repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositories
>> > > > > > > > /snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > > ework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
>> > > > > > > > repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/pu
>> > > > > > > > blic)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.3.RELEA
>> > > > > > > > SE/spring-aop-3.1.3.RELEASE.pom
>> > > > > > > > 2K downloaded  (spring-aop-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> > > > ramework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
>> > > > > > > > in repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositor
>> > > > > > > > ies/snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > >
>> > ework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
>> > > > > > > > in repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories
>> > > > > > > > /public)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-parent/3.1.3.RE
>> > > > > > > > LEASE/spring-parent-3.1.3.RELEASE.pom
>> > > > > > > > 8K downloaded  (spring-parent-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> ramework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
>> > > > > > > > repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositories
>> > > > > > > > /snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > > ework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
>> > > > > > > > repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/pu
>> > > > > > > > blic)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.3.RELEA
>> > > > > > > > SE/spring-asm-3.1.3.RELEASE.pom
>> > > > > > > > 2K downloaded  (spring-asm-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> > > ramework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
>> > > > > > > > n repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositori
>> > > > > > > > es/snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > >
>> ework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
>> > > > > > > > n repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/
>> > > > > > > > public)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.3.REL
>> > > > > > > > EASE/spring-beans-3.1.3.RELEASE.pom
>> > > > > > > > 2K downloaded  (spring-beans-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> > ramework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
>> > > > > > > >  repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositorie
>> > > > > > > > s/snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > >
>> ework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
>> > > > > > > >  repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/p
>> > > > > > > > ublic)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-core/3.1.3.RELE
>> > > > > > > > ASE/spring-core-3.1.3.RELEASE.pom
>> > > > > > > > 2K downloaded  (spring-core-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> > > > >
>> > ramework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
>> > > > > > > >  in repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/reposito
>> > > > > > > > ries/snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > >
>> > > ework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
>> > > > > > > >  in repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositorie
>> > > > > > > > s/public)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-context/3.1.3.R
>> > > > > > > > ELEASE/spring-context-3.1.3.RELEASE.pom
>> > > > > > > > 8K downloaded  (spring-context-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> ramework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
>> > > > > > > > SE' in repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repos
>> > > > > > > > itories/snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> ework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
>> > > > > > > > SE' in repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/reposito
>> > > > > > > > ries/public)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> > http://repo1.maven.org/maven2/org/springframework/spring-expression/3.1
>> .
>> > > > > > > > 3.RELEASE/spring-expression-3.1.3.RELEASE.pom
>> > > > > > > > 1K downloaded  (spring-expression-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> ramework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.po
>> > > > > > > > m
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-context-support:pom:3.1.3.
>> > > > > > > > RELEASE' in repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/
>> > > > > > > > repositories/snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> ework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-context-support:pom:3.1.3.
>> > > > > > > > RELEASE' in repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/rep
>> > > > > > > > ositories/public)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-context-support
>> > > > > > > > /3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
>> > > > > > > > 4K downloaded  (spring-context-support-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> > ramework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
>> > > > > > > >  repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositorie
>> > > > > > > > s/snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > >
>> ework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
>> > > > > > > >  repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/p
>> > > > > > > > ublic)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-jdbc/3.1.3.RELE
>> > > > > > > > ASE/spring-jdbc-3.1.3.RELEASE.pom
>> > > > > > > > 3K downloaded  (spring-jdbc-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > > ramework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
>> > > > > > > > epository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositories/
>> > > > > > > > snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > > ework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
>> > > > > > > > epository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/pub
>> > > > > > > > lic)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-tx/3.1.3.RELEAS
>> > > > > > > > E/spring-tx-3.1.3.RELEASE.pom
>> > > > > > > > 3K downloaded  (spring-tx-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> ramework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
>> > > > > > > > repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositories
>> > > > > > > > /snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > > ework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
>> > > > > > > > repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/pu
>> > > > > > > > blic)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-orm/3.1.3.RELEA
>> > > > > > > > SE/spring-orm-3.1.3.RELEASE.pom
>> > > > > > > > 7K downloaded  (spring-orm-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/org/springf
>> > > > > > > >
>> ramework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
>> > > > > > > > repository apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositories
>> > > > > > > > /snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/org/springfram
>> > > > > > > > ework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
>> > > > > > > > repository apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/pu
>> > > > > > > > blic)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/org/springframework/spring-web/3.1.3.RELEA
>> > > > > > > > SE/spring-web-3.1.3.RELEASE.pom
>> > > > > > > > 6K downloaded  (spring-web-3.1.3.RELEASE.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/snapshots/com/sun/jer
>> > > > > > > > sey/jersey-bundle/1.4/jersey-bundle-1.4.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > 'com.sun.jersey:jersey-bundle:pom:1.4'
>> > > > > > in
>> > > > > > > > repository a
>> > > > > > > > pache.snapshots.https (
>> > > > > > > >
>> https://repository.apache.org/content/repositories/snapshots)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> https://repository.apache.org/content/repositories/public/com/sun/jersey
>> > > > > > > > /jersey-bundle/1.4/jersey-bundle-1.4.pom
>> > > > > > > > [INFO] Unable to find resource
>> > > > 'com.sun.jersey:jersey-bundle:pom:1.4'
>> > > > > > in
>> > > > > > > > repository a
>> > > > > > > > pache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/public)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.4/jersey-bu
>> > > > > > > > ndle-1.4.pom
>> > > > > > > > 19K downloaded  (jersey-bundle-1.4.pom)
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
>> > > > > > > > y-project/1.4/jersey-project-1.4.pom
>> > > > > > > > 178b downloaded  (jersey-project-1.4.pom)
>> > > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on download:
>> > > local
>> > > > =
>> > > > > > > > '81ffbd1712afe8c
>> > > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
>> > > > > > > > <head><title>301' - RETRYING
>> > > > > > > > Downloading:
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
>> > > > > > > > y-project/1.4/jersey-project-1.4.pom
>> > > > > > > > 178b downloaded  (jersey-project-1.4.pom)
>> > > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on download:
>> > > local
>> > > > =
>> > > > > > > > '81ffbd1712afe8c
>> > > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
>> > > > > > > > <head><title>301' - IGNORING
>> > > > > > > > [INFO]
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > > [ERROR] BUILD ERROR
>> > > > > > > > [INFO]
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > > [INFO] Failed to resolve dependencies for one or more
>> projects
>> > in
>> > > > the
>> > > > > > > > reactor. Reason
>> > > > > > > > : Unable to get dependency information: Unable to read the
>> > > metadata
>> > > > > > file
>> > > > > > > > for artifact
>> > > > > > > >  'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
>> > > > > > > > com.sun.jersey:jersey-projec
>> > > > > > > > t for project: null:jersey-bundle:jar:null for project
>> > > > > > > > null:jersey-bundle:jar:null
>> > > > > > > >   com.sun.jersey:jersey-bundle:jar:1.4
>> > > > > > > >
>> > > > > > > > from the specified remote repositories:
>> > > > > > > >   apache.snapshots (http://repository.apache.org/snapshots
>> ),
>> > > > > > > >   apache.snapshots.https (
>> > > > > > > > https://repository.apache.org/content/repositories/snapshot
>> > > > > > > > s),
>> > > > > > > >   central (http://repo1.maven.org/maven2),
>> > > > > > > >   apache.public.https (
>> > > > > > > > https://repository.apache.org/content/repositories/public)
>> > > > > > > >
>> > > > > > > > Path to dependency:
>> > > > > > > >         1) org.apache.ranger:security-admin-web:war:0.4.0
>> > > > > > > >
>> > > > > > > >
>> > > > > > > >
>> > > > > > > > Not a v4.0.0 POM. for project com.sun.jersey:jersey-project
>> at
>> > > > > > > > C:\Users\HomeXPS\.m2\r
>> > > > > > > >
>> > > epository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
>> > > > > > > > [INFO]
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > > [INFO] For more information, run Maven with the -e switch
>> > > > > > > > [INFO]
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > > [INFO] Total time: 12 minutes 27 seconds
>> > > > > > > > [INFO] Finished at: Sat Jan 10 17:03:43 IST 2015
>> > > > > > > > [INFO] Final Memory: 238M/572M
>> > > > > > > > [INFO]
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > >
>> > > > > > > > On Sat, Jan 10, 2015 at 11:51 AM, Gautam Borad <
>> > gborad@gmail.com
>> > > >
>> > > > > > wrote:
>> > > > > > > >
>> > > > > > > > > Hi Sitaraman,
>> > > > > > > > >     Please try compiling with -DskipTests, the problem
>> seem
>> > to
>> > > be
>> > > > > > with
>> > > > > > > > path
>> > > > > > > > > issue on Windows.
>> > > > > > > > >
>> > > > > > > > > On Fri, Jan 9, 2015 at 2:18 PM, Sitaraman Vilayannur <
>> > > > > > > > > vrsitaramanietflists@gmail.com> wrote:
>> > > > > > > > >
>> > > > > > > > > > Hi,
>> > > > > > > > > >   I am just starting out on Ranger. When i used the
>> command
>> > > > > > > > > >  mvn -DskipTests=false clean compile package install
>> > > > > > > assembly:assembly
>> > > > > > > > > > to build i get the following error, what am i missing?
>> > Thanks
>> > > > > > > > > > Sitaraman
>> > > > > > > > > >
>> > > > > > > > > > -------------------------------------------------------
>> > > > > > > > > >
>> > > > > > > > > >  T E S T S
>> > > > > > > > > >
>> > > > > > > > > > -------------------------------------------------------
>> > > > > > > > > >
>> > > > > > > > > > Running
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
>> > > > > > > > > >
>> > > > > > > > > > log4j:WARN No appenders could be found for logger
>> > > > > > > > > > (org.apache.hadoop.util.Shell).
>> > > > > > > > > >
>> > > > > > > > > > log4j:WARN Please initialize the log4j system properly.
>> > > > > > > > > >
>> > > > > > > > > > log4j:WARN See
>> > > > > > http://logging.apache.org/log4j/1.2/faq.html#noconfig
>> > > > > > > > for
>> > > > > > > > > > more info.
>> > > > > > > > > >
>> > > > > > > > > > java.io.IOException: Bad configuration of
>> > > > > > > > > > hadoop.security.credential.provider.path at
>> > > > > > > > > >
>> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialProviderFactory.java:70)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
>> > > > > > > > > >
>> > > > > > > > > > ider(CredentialShell.java:164)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialShell.java:323)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
>> > > > > > > > > >
>> > > > > > > > > > 67)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>> > > > > > > > > >
>> > > > > > > > > > setup(RangerCredentialProviderTest.java:50)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> > > > > > > Method)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
>> > > > > > > > > >
>> > > > > > > > > > 39)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>> > > > > > > > > >
>> > > > > > > > > > pl.java:25)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> java.lang.reflect.Method.invoke(Method.java:597)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
>> > > > > > > > > >
>> > > > > > > > > > d.java:47)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
>> > > > > > > > > >
>> > > > > > > > > > .java:12)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
>> > > > > > > > > >
>> > > > > > > > > > java:44)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
>> > > > > > > > > >
>> > > > > > > > > > 24)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
>> > > > > > > > > >
>> > > > > > > > > > )
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > >
>> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>> > > > > > > > > >
>> > > > > > > > > > ava:70)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>> > > > > > > > > >
>> > > > > > > > > > ava:50)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
>> > > > > > > > > >
>> > > > > > > > > > a:264)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
>> > > > > > > > > >
>> > > > > > > > > > der.java:153)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
>> > > > > > > > > >
>> > > > > > > > > > :124)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
>> > > > > > > > > >
>> > > > > > > > > > der(ForkedBooter.java:200)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
>> > > > > > > > > >
>> > > > > > > > > > ter.java:153)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>> > > > > > > > > >
>> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal
>> character
>> > in
>> > > > > > > authority
>> > > > > > > > at
>> > > > > > > > > > index 8: jc
>> > > > > > > > > >
>> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > java.net.URI$Parser.parseAuthority(URI.java:3148)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialProviderFactory.java:55)
>> > > > > > > > > >
>> > > > > > > > > >         ... 28 more
>> > > > > > > > > >
>> > > > > > > > > > There are no valid CredentialProviders configured.
>> > > > > > > > > >
>> > > > > > > > > > Credential will not be created.
>> > > > > > > > > >
>> > > > > > > > > > Consider using the -provider option to indicate the
>> > provider
>> > > to
>> > > > > > use.
>> > > > > > > > > >
>> > > > > > > > > > java.io.IOException: Bad configuration of
>> > > > > > > > > > hadoop.security.credential.provider.path at
>> > > > > > > > > >
>> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialProviderFactory.java:70)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
>> > > > > > > > > >
>> > > > > > > > > > ider(CredentialShell.java:164)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialShell.java:254)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
>> > > > > > > > > >
>> > > > > > > > > > 67)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>> > > > > > > > > >
>> > > > > > > > > > teardown(RangerCredentialProviderTest.java:85)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> > > > > > > Method)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
>> > > > > > > > > >
>> > > > > > > > > > 39)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>> > > > > > > > > >
>> > > > > > > > > > pl.java:25)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> java.lang.reflect.Method.invoke(Method.java:597)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
>> > > > > > > > > >
>> > > > > > > > > > d.java:47)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
>> > > > > > > > > >
>> > > > > > > > > > .java:12)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
>> > > > > > > > > >
>> > > > > > > > > > java:44)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
>> > > > > > > > > >
>> > > > > > > > > > )
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > >
>> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>> > > > > > > > > >
>> > > > > > > > > > ava:70)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>> > > > > > > > > >
>> > > > > > > > > > ava:50)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
>> > > > > > > > > >
>> > > > > > > > > > a:264)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
>> > > > > > > > > >
>> > > > > > > > > > der.java:153)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
>> > > > > > > > > >
>> > > > > > > > > > :124)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
>> > > > > > > > > >
>> > > > > > > > > > der(ForkedBooter.java:200)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
>> > > > > > > > > >
>> > > > > > > > > > ter.java:153)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>> > > > > > > > > >
>> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal
>> character
>> > in
>> > > > > > > authority
>> > > > > > > > at
>> > > > > > > > > > index 8: jc
>> > > > > > > > > >
>> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > java.net.URI$Parser.parseAuthority(URI.java:3148)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialProviderFactory.java:55)
>> > > > > > > > > >
>> > > > > > > > > >         ... 27 more
>> > > > > > > > > >
>> > > > > > > > > > There are no valid CredentialProviders configured.
>> > > > > > > > > >
>> > > > > > > > > > Nothing will be deleted.
>> > > > > > > > > >
>> > > > > > > > > > Consider using the -provider option to indicate the
>> > provider
>> > > to
>> > > > > > use.
>> > > > > > > > > >
>> > > > > > > > > > java.io.IOException: Bad configuration of
>> > > > > > > > > > hadoop.security.credential.provider.path at
>> > > > > > > > > >
>> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialProviderFactory.java:70)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
>> > > > > > > > > >
>> > > > > > > > > > ider(CredentialShell.java:164)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialShell.java:323)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
>> > > > > > > > > >
>> > > > > > > > > > 67)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>> > > > > > > > > >
>> > > > > > > > > > setup(RangerCredentialProviderTest.java:50)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> > > > > > > Method)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
>> > > > > > > > > >
>> > > > > > > > > > 39)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>> > > > > > > > > >
>> > > > > > > > > > pl.java:25)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> java.lang.reflect.Method.invoke(Method.java:597)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
>> > > > > > > > > >
>> > > > > > > > > > d.java:47)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
>> > > > > > > > > >
>> > > > > > > > > > .java:12)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
>> > > > > > > > > >
>> > > > > > > > > > java:44)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
>> > > > > > > > > >
>> > > > > > > > > > 24)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
>> > > > > > > > > >
>> > > > > > > > > > )
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > >
>> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>> > > > > > > > > >
>> > > > > > > > > > ava:70)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>> > > > > > > > > >
>> > > > > > > > > > ava:50)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
>> > > > > > > > > >
>> > > > > > > > > > a:264)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
>> > > > > > > > > >
>> > > > > > > > > > der.java:153)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
>> > > > > > > > > >
>> > > > > > > > > > :124)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
>> > > > > > > > > >
>> > > > > > > > > > der(ForkedBooter.java:200)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
>> > > > > > > > > >
>> > > > > > > > > > ter.java:153)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>> > > > > > > > > >
>> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal
>> character
>> > in
>> > > > > > > authority
>> > > > > > > > at
>> > > > > > > > > > index 8: jc
>> > > > > > > > > >
>> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > java.net.URI$Parser.parseAuthority(URI.java:3148)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialProviderFactory.java:55)
>> > > > > > > > > >
>> > > > > > > > > >         ... 28 more
>> > > > > > > > > >
>> > > > > > > > > > There are no valid CredentialProviders configured.
>> > > > > > > > > >
>> > > > > > > > > > Credential will not be created.
>> > > > > > > > > >
>> > > > > > > > > > Consider using the -provider option to indicate the
>> > provider
>> > > to
>> > > > > > use.
>> > > > > > > > > >
>> > > > > > > > > > java.io.IOException: Bad configuration of
>> > > > > > > > > > hadoop.security.credential.provider.path at
>> > > > > > > > > >
>> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialProviderFactory.java:70)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
>> > > > > > > > > >
>> > > > > > > > > > ider(CredentialShell.java:164)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialShell.java:254)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
>> > > > > > > > > >
>> > > > > > > > > > 67)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>> > > > > > > > > >
>> > > > > > > > > > teardown(RangerCredentialProviderTest.java:85)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> > > > > > > Method)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
>> > > > > > > > > >
>> > > > > > > > > > 39)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>> > > > > > > > > >
>> > > > > > > > > > pl.java:25)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> java.lang.reflect.Method.invoke(Method.java:597)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
>> > > > > > > > > >
>> > > > > > > > > > d.java:47)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
>> > > > > > > > > >
>> > > > > > > > > > .java:12)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
>> > > > > > > > > >
>> > > > > > > > > > java:44)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
>> > > > > > > > > >
>> > > > > > > > > > )
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > >
>> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>> > > > > > > > > >
>> > > > > > > > > > ava:70)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>> > > > > > > > > >
>> > > > > > > > > > ava:50)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > >
>> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
>> > > > > > > > > >
>> > > > > > > > > > a:264)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
>> > > > > > > > > >
>> > > > > > > > > > der.java:153)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
>> > > > > > > > > >
>> > > > > > > > > > :124)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
>> > > > > > > > > >
>> > > > > > > > > > der(ForkedBooter.java:200)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
>> > > > > > > > > >
>> > > > > > > > > > ter.java:153)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>> > > > > > > > > >
>> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal
>> character
>> > in
>> > > > > > > authority
>> > > > > > > > at
>> > > > > > > > > > index 8: jc
>> > > > > > > > > >
>> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > java.net.URI$Parser.parseAuthority(URI.java:3148)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
>> > > > > > > > > >
>> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>> > > > > > > > > >
>> > > > > > > > > > edentialProviderFactory.java:55)
>> > > > > > > > > >
>> > > > > > > > > >         ... 27 more
>> > > > > > > > > >
>> > > > > > > > > > There are no valid CredentialProviders configured.
>> > > > > > > > > >
>> > > > > > > > > > Nothing will be deleted.
>> > > > > > > > > >
>> > > > > > > > > > Consider using the -provider option to indicate the
>> > provider
>> > > to
>> > > > > > use.
>> > > > > > > > > >
>> > > > > > > > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time
>> > > elapsed:
>> > > > > > 0.823
>> > > > > > > > sec
>> > > > > > > > > > <<< FAILURE
>> > > > > > > > > >
>> > > > > > > > > > ! - in
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
>> > > > > > > > > >
>> > > > > > > > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
>> > > > > > > > > >
>> > > > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
>> > > > > > > > > >
>> > > > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.failNotEquals(Assert.java:743)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:118)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:555)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:542)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>> > > > > > > > > >
>> > > > > > > > > > setup(RangerCredentialProviderTest.java:54)
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
>> > > > > > > > > >
>> > > > > > > > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
>> > > > > > > > > >
>> > > > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
>> > > > > > > > > >
>> > > > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.failNotEquals(Assert.java:743)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:118)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:555)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:542)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>> > > > > > > > > >
>> > > > > > > > > > teardown(RangerCredentialProviderTest.java:89)
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
>> > > > > > > > > >
>> > > > > > > > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
>> > > > > > > > > >
>> > > > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
>> > > > > > > > > >
>> > > > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.failNotEquals(Assert.java:743)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:118)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:555)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:542)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>> > > > > > > > > >
>> > > > > > > > > > setup(RangerCredentialProviderTest.java:54)
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
>> > > > > > > > > >
>> > > > > > > > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
>> > > > > > > > > >
>> > > > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
>> > > > > > > > > >
>> > > > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.failNotEquals(Assert.java:743)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:118)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:555)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> org.junit.Assert.assertEquals(Assert.java:542)
>> > > > > > > > > >
>> > > > > > > > > >         at
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>> > > > > > > > > >
>> > > > > > > > > > teardown(RangerCredentialProviderTest.java:89)
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > Results :
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > Failed tests:
>> > > > > > > > > >
>> > > > > > > > > >   RangerCredentialProviderTest.setup:54 expected:<0> but
>> > > > was:<1>
>> > > > > > > > > >
>> > > > > > > > > >   RangerCredentialProviderTest.teardown:89 expected:<0>
>> but
>> > > > > was:<1>
>> > > > > > > > > >
>> > > > > > > > > >   RangerCredentialProviderTest.setup:54 expected:<0> but
>> > > > was:<1>
>> > > > > > > > > >
>> > > > > > > > > >   RangerCredentialProviderTest.teardown:89 expected:<0>
>> but
>> > > > > was:<1>
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > [INFO]
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > > > >
>> > > > > > > > > > [ERROR] BUILD FAILURE
>> > > > > > > > > >
>> > > > > > > > > > [INFO]
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > > > >
>> > > > > > > > > > [INFO] There are test failures.
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > Please refer to
>> > > > > > > > > >
>> > > > > >
>> > F:\Consulting\DataGuise\Software\ApacheRanger\incubator-ranger-master
>> > > > > > > > > >
>> > > > > > > > > >
>> > \incubator-ranger-master\agents-cred\target\surefire-reports
>> > > > for
>> > > > > > the
>> > > > > > > > > > individual test
>> > > > > > > > > >
>> > > > > > > > > > results.
>> > > > > > > > > >
>> > > > > > > > > > [INFO]
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > > > >
>> > > > > > > > > > [INFO] For more information, run Maven with the -e
>> switch
>> > > > > > > > > >
>> > > > > > > > > > [INFO]
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> > ------------------------------------------------------------------------
>> > > > > > > > > >
>> > > > > > > > > > [INFO] Total time: 15 minutes 7 seconds
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > > --
>> > > > > > > > > Regards,
>> > > > > > > > > Gautam.
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > > --
>> > > > > > > Regards,
>> > > > > > > Gautam.
>> > > > > > >
>> > > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > > --
>> > > > > Regards,
>> > > > > Gautam.
>> > > > >
>> > > >
>> > >
>> > >
>> > >
>> > > --
>> > > Regards,
>> > > Gautam.
>> > >
>> >
>>
>>
>>
>> --
>> Thanks & Regards,
>> Ashish Singh
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity
>> to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified
>> that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender
>> immediately
>> and delete it from your system. Thank You.
>>
>
>

Re: Error while building.

Posted by Sitaraman Vilayannur <vr...@gmail.com>.
Hi Ashish,
 Thanks for getting in touch with me regarding this issue i am facing. I am
still getting a build error with the said mvn command.  Attached is the
rat.txt file.
Sitaraman
******************************************************************
[DEBUG] Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
[DEBUG] RuntimeInstance initializing.
[DEBUG] Default Properties File:
org\apache\velocity\runtime\defaults\velocity.properties
[DEBUG] LogSystem has been deprecated. Please use a LogChute implementation.
[DEBUG] Default ResourceManager initializing. (class
org.apache.velocity.runtime.resource.ResourceManagerImpl)
[DEBUG] ResourceLoader instantiated:
org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[DEBUG] ResourceLoader instantiated:
org.codehaus.plexus.velocity.SiteResourceLoader
[DEBUG] ResourceCache: initialized (class
org.apache.velocity.runtime.resource.ResourceCacheImpl)
[DEBUG] Default ResourceManager initialization complete.
[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Literal
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Include
[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Foreach
[DEBUG] Created '20' parsers.
[DEBUG] Velocimacro : initialization starting.
[DEBUG] Velocimacro : allowInline = true : VMs can be defined inline in
templates
[DEBUG] Velocimacro : allowInlineToOverride = false : VMs defined inline
may NOT replace previous VM definitions
[DEBUG] Velocimacro : allowInlineLocal = false : VMs defined inline will be
global in scope if allowed.
[DEBUG] Velocimacro : autoload off : VM system will not automatically
reload global library macros
[DEBUG] Velocimacro : Velocimacro : initialization complete.
[DEBUG] RuntimeInstance successfully initialized.
[DEBUG] Configuring mojo
'org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1:process' -->
[DEBUG]   (f) appendedResourcesDirectory =
F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\src\main\appended-resources
[DEBUG]   (f) attached = true
[DEBUG]   (f) basedir =
F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) excludeTransitive = false
[DEBUG]   (f) includeProjectProperties = false
[DEBUG]   (f) includeScope = runtime
[DEBUG]   (f) localRepository =
Repository[local|file://C:\Users\HomeXPS\.m2\repository]
[DEBUG]   (f) mavenSession =
org.apache.maven.execution.MavenSession@77485542
[DEBUG]   (f) outputDirectory =
F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\target\maven-shared-archive-resources
[DEBUG]   (f) project = MavenProject:
org.apache.ranger:security-admin-web:0.4.0 @
F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\pom.xml
[DEBUG]   (f) remoteArtifactRepositories =
[Repository[apache.snapshots.https|
https://repository.apache.org/content/repositories/snapshots],
Repository[apache.public.https|
https://repository.apache.org/content/repositories/public],
Repository[apache.snapshots|http://repository.apache.org/snapshots],
Repository[central|http://repo1.maven.org/maven2]]
[DEBUG]   (f) resourceBundles = [org.apache:apache-jar-resource-bundle:1.4]
[DEBUG]   (f) resources = [Resource {targetPath: null, filtering: true,
FileSet {directory:
F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\security-admin\src\main\resources,
PatternSet [includes: {}, excludes: {}]}}]
[DEBUG]   (f) runOnlyAtExecutionRoot = false
[DEBUG]   (f) skip = false
[DEBUG]   (f) useDefaultFilterDelimiters = true
[DEBUG] -- end configuration --
[INFO] [remote-resources:process {execution: default}]
[DEBUG] Supplemental data models won't be loaded.  No models specified.
[DEBUG] inceptionYear not specified, defaulting to 2015
[DEBUG] org.apache.ranger:security-admin-web:war:0.4.0 (selected for null)
[DEBUG] Retrieving parent-POM: org.antlr:antlr-master:pom:3.5.2 for
project: org.antlr:antlr-runtime:jar:null from the repository.
[DEBUG] Adding managed dependencies for org.antlr:antlr-runtime
[DEBUG]   junit:junit:jar:4.10:test
[DEBUG]   antlr:antlr:jar:2.7.7:compile
[DEBUG]   org.antlr:stringtemplate:jar:3.2.1:compile
[DEBUG]   org.antlr:ST4:jar:4.0.8:compile
[DEBUG]   org.antlr:antlr-runtime:jar:3.5.2:compile (selected for compile)
[DEBUG]   aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.ow2.util.asm:asm-parent:pom:3.1 for
project: null:asm:jar:3.1 from the repository.
[DEBUG] Adding managed dependencies for unknown:asm
[DEBUG]   org.ow2.util.asm:asm:jar:3.1
[DEBUG]   org.ow2.util.asm:asm-tree:jar:3.1
[DEBUG]   org.ow2.util.asm:asm-analysis:jar:3.1
[DEBUG]   org.ow2.util.asm:asm-commons:jar:3.1
[DEBUG]   org.ow2.util.asm:asm-util:jar:3.1
[DEBUG]   org.ow2.util.asm:asm-xml:jar:3.1
[DEBUG]   org.ow2.util.asm:asm:jar:3.1:compile (selected for compile)
[DEBUG]   c3p0:c3p0:jar:0.9.1.2:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.glassfish.hk2:external:pom:2.2.0-b23 for
project: org.glassfish.hk2.external:cglib:jar:null from the repository.
[DEBUG] Retrieving parent-POM: org.glassfish.hk2:hk2-public:pom:2.2.0-b23
for project: null:external:pom:null from the repository.
[DEBUG] Retrieving parent-POM: org.glassfish.hk2:hk2-parent:pom:2.2.0-b23
for project: org.glassfish.hk2:hk2-public:pom:2.2.0-b23 from the repository.
[DEBUG] Retrieving parent-POM: org.glassfish.hk2:hk2-bom:pom:2.2.0-b23 for
project: null:hk2-parent:pom:null from the repository.
[DEBUG] Adding managed dependencies for org.glassfish.hk2.external:cglib
[DEBUG]   org.glassfish.hk2:auto-depends-plugin:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2-build:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:class-model:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:config-generator:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:config-types:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:consolidatedbundle-maven-plugin:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:core:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2-dependency-verifier:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2-dependency-visualizer:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:devtests:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:ctm-example:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:custom-resolver-example:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:examples:pom:2.2.0-b23
[DEBUG]   org.glassfish.hk2:security-lockdown-example-alice:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:security-lockdown-example-mallory:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:security-lockdown-example:pom:2.2.0-b23
[DEBUG]   org.glassfish.hk2:security-lockdown-example-runner:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:security-lockdown-example-system:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2.external:asm-all-repackaged:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2.external:bean-validator:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2.external:bean-validator-cdi:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2.external:cglib:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2.external:javax.inject:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:external:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:tiger-types-osgi:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2-api:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2-config:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2-config-generator:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2-inhabitant-generator:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2-locator:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2-maven:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2-runlevel:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2-junitrunner:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2-testng:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2-testing:pom:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2-utils:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2-kernel-parent:pom:2.2.0-b23
[DEBUG]   org.glassfish.hk2:osgi-adapter:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:contract-bundle:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:faux-sdp-bundle:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:osgi-adapter-test:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:osgi-adapter-tests-parent:pom:2.2.0-b23
[DEBUG]   org.glassfish.hk2:sdp-management-bundle:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:test-module-startup:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:osgi:pom:2.2.0-b23
[DEBUG]   org.glassfish.hk2:osgiversion-maven-plugin:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2-parent:pom:2.2.0-b23
[DEBUG]   org.glassfish.hk2:hk2-public:pom:2.2.0-b23
[DEBUG]   javax.validation:validation-api:jar:1.1.0.Final
[DEBUG]   org.hibernate:hibernate-validator:jar:5.0.0.Final
[DEBUG]   org.glassfish.hk2:guice-bridge:jar:2.2.0-b23
[DEBUG]   org.glassfish.hk2.external:cglib:jar:2.2.0-b23:compile (selected
for compile)
[DEBUG]
commons-beanutils:commons-beanutils-bean-collections:jar:1.8.3:compile
(selected for compile)
[DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile (selected for
compile)
[DEBUG]   commons-beanutils:commons-beanutils-core:jar:1.8.3:compile
(selected for compile)
[DEBUG]   commons-cli:commons-cli:jar:1.2:compile (selected for compile)
[DEBUG]   commons-codec:commons-codec:jar:1.9:compile (selected for compile)
[DEBUG]   commons-collections:commons-collections:jar:3.2.1:compile
(selected for compile)
[DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:33 for
project: org.apache.commons:commons-compress:jar:1.8.1 from the repository.
[DEBUG]   org.apache.commons:commons-compress:jar:1.8.1:compile (selected
for compile)
[DEBUG]   commons-configuration:commons-configuration:jar:1.10:compile
(selected for compile)
[DEBUG]     commons-lang:commons-lang:jar:2.6:compile (selected for compile)
[DEBUG]   commons-dbcp:commons-dbcp:jar:1.4:compile (selected for compile)
[DEBUG]     commons-pool:commons-pool:jar:1.5.4:compile (selected for
compile)
[DEBUG]   commons-digester:commons-digester:jar:2.1:compile (selected for
compile)
[DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:14 for
project: commons-beanutils:commons-beanutils:jar:1.8.3 from the repository.
[DEBUG]     commons-beanutils:commons-beanutils:jar:1.8.3:compile (selected
for compile)
[DEBUG] Trying repository apache.snapshots.https
[DEBUG] Using Wagon implementation lightweight from default mapping for
protocol https
[DEBUG] Checking for pre-existing User-Agent configuration.
[DEBUG] Adding User-Agent configuration.
[DEBUG] Connecting to repository: 'apache.snapshots.https' with url: '
https://repository.apache.org/content/repositories/snapshots'.
Downloading:
https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
[DEBUG] Unable to locate resource in repository
org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
resource in repository
    at
org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
    at
org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
    at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
    at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
    at
org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
    at
org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
    at
org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
    at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
    at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
    at
org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
    at
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
    at
org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
    at
org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
    at
org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
    at
org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
    at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
    at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
    at
org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
    at
org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
    at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
    at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
    at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
    at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
    at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
    at
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: java.io.FileNotFoundException:
https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at
sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
    at java.security.AccessController.doPrivileged(Native Method)
    at
sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
    at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
    at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
    at
org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
    ... 41 more
Caused by: java.io.FileNotFoundException:
https://repository.apache.org/content/repositories/snapshots/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
    at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
    at
java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
    at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
    at
org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
    ... 41 more
[DEBUG] Using Wagon implementation lightweight from default mapping for
protocol https
[INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in repository
apache.snapshots.https (
https://repository.apache.org/content/repositories/snapshots)
[DEBUG] Trying repository apache.public.https
[DEBUG] Using Wagon implementation lightweight from default mapping for
protocol https
[DEBUG] Checking for pre-existing User-Agent configuration.
[DEBUG] Adding User-Agent configuration.
[DEBUG] Connecting to repository: 'apache.public.https' with url: '
https://repository.apache.org/content/repositories/public'.
Downloading:
https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
[DEBUG] Unable to locate resource in repository
org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
resource in repository
    at
org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
    at
org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
    at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
    at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
    at
org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
    at
org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
    at
org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
    at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
    at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
    at
org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
    at
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
    at
org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
    at
org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
    at
org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
    at
org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
    at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
    at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
    at
org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
    at
org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
    at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
    at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
    at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
    at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
    at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
    at
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: java.io.FileNotFoundException:
https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at
sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
    at java.security.AccessController.doPrivileged(Native Method)
    at
sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
    at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
    at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
    at
org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
    ... 41 more
Caused by: java.io.FileNotFoundException:
https://repository.apache.org/content/repositories/public/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
    at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
    at
java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
    at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
    at
org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
    ... 41 more
[DEBUG] Using Wagon implementation lightweight from default mapping for
protocol https
[INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in repository
apache.public.https (
https://repository.apache.org/content/repositories/public)
[DEBUG] Skipping disabled repository apache.snapshots
[DEBUG] Trying repository central
[DEBUG] Using Wagon implementation lightweight from default mapping for
protocol http
[DEBUG] Checking for pre-existing User-Agent configuration.
[DEBUG] Adding User-Agent configuration.
[DEBUG] Connecting to repository: 'central' with url: '
http://repo1.maven.org/maven2'.
Downloading:
http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
[DEBUG] Unable to locate resource in repository
org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
resource in repository
    at
org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:139)
    at
org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
    at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
    at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
    at
org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:546)
    at
org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:427)
    at
org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:382)
    at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
    at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
    at
org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
    at
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
    at
org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
    at
org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
    at
org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
    at
org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
    at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
    at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
    at
org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
    at
org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
    at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
    at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
    at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
    at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
    at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
    at
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: java.io.FileNotFoundException:
http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at
sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
    at java.security.AccessController.doPrivileged(Native Method)
    at
sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
    at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
    at
org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
    ... 41 more
Caused by: java.io.FileNotFoundException:
http://repo1.maven.org/maven2/tomcat/commons-el/5.5.23/commons-el-5.5.23.pom
    at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
    at
java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
    at
org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
    ... 41 more
[DEBUG] Using Wagon implementation lightweight from default mapping for
protocol http
[INFO] Unable to find resource 'tomcat:commons-el:pom:5.5.23' in repository
central (http://repo1.maven.org/maven2)
[DEBUG] Artifact not found - using stub model: Unable to download the
artifact from any repository

  tomcat:commons-el:pom:5.5.23

from the specified remote repositories:
  apache.snapshots.https (
https://repository.apache.org/content/repositories/snapshots),
  apache.snapshots (http://repository.apache.org/snapshots),
  central (http://repo1.maven.org/maven2),
  apache.public.https (
https://repository.apache.org/content/repositories/public)


[DEBUG] Using defaults for missing POM tomcat:commons-el:pom:5.5.23:compile
[DEBUG]   tomcat:commons-el:jar:5.5.23:compile (selected for compile)
[DEBUG]   commons-httpclient:commons-httpclient:jar:3.1:compile (selected
for compile)
[DEBUG]     commons-logging:commons-logging:jar:1.0.4:compile (removed -
nearer found: 1.1.1)
[DEBUG]     commons-codec:commons-codec:jar:1.2:compile (removed - nearer
found: 1.9)
[DEBUG]   commons-io:commons-io:jar:2.4:compile (selected for compile)
[DEBUG]   commons-lang:commons-lang:jar:2.6:compile (selected for compile)
[DEBUG]   commons-logging:commons-logging:jar:1.1.1:compile (removed -
nearer found: 1.2)
[DEBUG]   commons-logging:commons-logging:jar:1.2:compile (selected for
compile)
[DEBUG]   org.apache.commons:commons-math:jar:2.2:compile (selected for
compile)
[DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:30 for
project: commons-net:commons-net:jar:3.3 from the repository.
[DEBUG]   commons-net:commons-net:jar:3.3:compile (selected for compile)
[DEBUG]   commons-pool:commons-pool:jar:1.5.4:compile (removed - nearer
found: 1.6)
[DEBUG]   commons-pool:commons-pool:jar:1.6:compile (selected for compile)
[DEBUG]   org.eclipse.persistence:eclipselink:jar:2.5.2-M1:compile
(selected for compile)
[DEBUG]     org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
(selected for compile)
[DEBUG]     org.eclipse.persistence:commonj.sdo:jar:2.1.1:compile (selected
for compile)
[DEBUG]   org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
(selected for compile)
[DEBUG]   com.google.guava:guava:jar:17.0:compile (selected for compile)
[DEBUG]   org.hamcrest:hamcrest-all:jar:1.3:compile (selected for compile)
[DEBUG]   net.htmlparser.jericho:jericho-html:jar:3.3:compile (selected for
compile)
[DEBUG] Retrieving parent-POM:
org.springframework:spring-parent:pom:3.1.3.RELEASE for project:
org.springframework:spring-aop:jar:3.1.3.RELEASE from the repository.
[DEBUG] Adding managed dependencies for org.springframework:spring-aop
[DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG]   junit:junit:jar:4.9:test
[DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
[DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG]   org.easymock:easymock:jar:2.5.1:test
[DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
[DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG]   log4j:log4j:jar:1.2.15:test
[DEBUG]   org.springframework:spring-aop:jar:3.1.3.RELEASE:compile
(selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-asm
[DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG]   junit:junit:jar:4.9:test
[DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
[DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG]   org.easymock:easymock:jar:2.5.1:test
[DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
[DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG]   log4j:log4j:jar:1.2.15:test
[DEBUG]     org.springframework:spring-asm:jar:3.1.3.RELEASE:compile
(selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-beans
[DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG]   junit:junit:jar:4.9:test
[DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
[DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG]   org.easymock:easymock:jar:2.5.1:test
[DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
[DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG]   log4j:log4j:jar:1.2.15:test
[DEBUG]     org.springframework:spring-beans:jar:3.1.3.RELEASE:compile
(selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-core
[DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG]   junit:junit:jar:4.9:test
[DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
[DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG]   org.easymock:easymock:jar:2.5.1:test
[DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
[DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG]   log4j:log4j:jar:1.2.15:test
[DEBUG]       org.springframework:spring-core:jar:3.1.3.RELEASE:compile
(selected for compile)
[DEBUG]         commons-logging:commons-logging:jar:1.1.1:compile (removed
- nearer found: 1.2)
[DEBUG]     org.springframework:spring-core:jar:3.1.3.RELEASE:compile
(selected for compile)
[DEBUG]       commons-logging:commons-logging:jar:1.1.1:compile (removed -
nearer found: 1.2)
[DEBUG]   org.springframework:spring-asm:jar:3.1.3.RELEASE:compile
(selected for compile)
[DEBUG]   org.springframework:spring-beans:jar:3.1.3.RELEASE:compile
(selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-context
[DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG]   junit:junit:jar:4.9:test
[DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
[DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG]   org.easymock:easymock:jar:2.5.1:test
[DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
[DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG]   log4j:log4j:jar:1.2.15:test
[DEBUG]   org.springframework:spring-context:jar:3.1.3.RELEASE:compile
(selected for compile)
[DEBUG] Adding managed dependencies for
org.springframework:spring-expression
[DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG]   junit:junit:jar:4.9:test
[DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
[DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG]   org.easymock:easymock:jar:2.5.1:test
[DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
[DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG]   log4j:log4j:jar:1.2.15:test
[DEBUG]     org.springframework:spring-expression:jar:3.1.3.RELEASE:compile
(selected for compile)
[DEBUG] Adding managed dependencies for
org.springframework:spring-context-support
[DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG]   junit:junit:jar:4.9:test
[DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
[DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG]   org.easymock:easymock:jar:2.5.1:test
[DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
[DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG]   log4j:log4j:jar:1.2.15:test
[DEBUG]
org.springframework:spring-context-support:jar:3.1.3.RELEASE:compile
(selected for compile)
[DEBUG]   org.springframework:spring-core:jar:3.1.3.RELEASE:compile
(selected for compile)
[DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile (removed -
nearer found: 1.2)
[DEBUG]   org.springframework:spring-expression:jar:3.1.3.RELEASE:compile
(selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-jdbc
[DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG]   junit:junit:jar:4.9:test
[DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
[DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG]   org.easymock:easymock:jar:2.5.1:test
[DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
[DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG]   log4j:log4j:jar:1.2.15:test
[DEBUG]   org.springframework:spring-jdbc:jar:3.1.3.RELEASE:compile
(selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-tx
[DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG]   junit:junit:jar:4.9:test
[DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
[DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG]   org.easymock:easymock:jar:2.5.1:test
[DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
[DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG]   log4j:log4j:jar:1.2.15:test
[DEBUG]     org.springframework:spring-tx:jar:3.1.3.RELEASE:compile
(selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-orm
[DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG]   junit:junit:jar:4.9:test
[DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
[DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG]   org.easymock:easymock:jar:2.5.1:test
[DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
[DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG]   log4j:log4j:jar:1.2.15:test
[DEBUG]   org.springframework:spring-orm:jar:3.1.3.RELEASE:compile
(selected for compile)
[DEBUG]   org.springframework:spring-tx:jar:3.1.3.RELEASE:compile (selected
for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-web
[DEBUG]   javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG]   javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG]   junit:junit:jar:4.9:test
[DEBUG]   org.hamcrest:hamcrest-all:jar:1.1:test
[DEBUG]   org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG]   org.easymock:easymock:jar:2.5.1:test
[DEBUG]   org.slf4j:slf4j-api:jar:1.5.10
[DEBUG]   org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG]   log4j:log4j:jar:1.2.15:test
[DEBUG]   org.springframework:spring-web:jar:3.1.3.RELEASE:compile
(selected for compile)
[DEBUG]   org.springframework:spring:jar:2.5.6:compile (selected for
compile)
[DEBUG]     commons-logging:commons-logging:jar:1.1.1:compile (removed -
nearer found: 1.2)
[DEBUG] Retrieving parent-POM: com.sun.jersey:jersey-project:pom:1.4 for
project: null:jersey-bundle:jar:null from the repository.
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve dependencies for one or more projects in the
reactor. Reason: Unable to get dependency information: Unable to read the
metadata file for artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find
parent: com.sun.jersey:jersey-project for project:
null:jersey-bundle:jar:null for project null:jersey-bundle:jar:null
  com.sun.jersey:jersey-bundle:jar:1.4

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  apache.snapshots.https (
https://repository.apache.org/content/repositories/snapshots),
  central (http://repo1.maven.org/maven2),
  apache.public.https (
https://repository.apache.org/content/repositories/public)

Path to dependency:
    1) org.apache.ranger:security-admin-web:war:0.4.0



Not a v4.0.0 POM. for project com.sun.jersey:jersey-project at
C:\Users\HomeXPS\.m2\repository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
[INFO]
------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to resolve
dependencies for one or more projects in the reactor. Reason: Unable to get
dependency information: Unable to read the metadata file for artifact
'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null for
project null:jersey-bundle:jar:null
  com.sun.jersey:jersey-bundle:jar:1.4

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  apache.snapshots.https (
https://repository.apache.org/content/repositories/snapshots),
  central (http://repo1.maven.org/maven2),
  apache.public.https (
https://repository.apache.org/content/repositories/public)

Path to dependency:
    1) org.apache.ranger:security-admin-web:war:0.4.0


    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
    at
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to
resolve dependencies for one or more projects in the reactor. Reason:
Unable to get dependency information: Unable to read the metadata file for
artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null for
project null:jersey-bundle:jar:null
  com.sun.jersey:jersey-bundle:jar:1.4

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  apache.snapshots.https (
https://repository.apache.org/content/repositories/snapshots),
  central (http://repo1.maven.org/maven2),
  apache.public.https (
https://repository.apache.org/content/repositories/public)

Path to dependency:
    1) org.apache.ranger:security-admin-web:war:0.4.0


    at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:721)
    at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:621)
    at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:988)
    at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:511)
    at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
    ... 17 more
Caused by: org.apache.maven.artifact.resolver.ArtifactResolutionException:
Unable to get dependency information: Unable to read the metadata file for
artifact 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null for
project null:jersey-bundle:jar:null
  com.sun.jersey:jersey-bundle:jar:1.4

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  apache.snapshots.https (
https://repository.apache.org/content/repositories/snapshots),
  central (http://repo1.maven.org/maven2),
  apache.public.https (
https://repository.apache.org/content/repositories/public)

Path to dependency:
    1) org.apache.ranger:security-admin-web:war:0.4.0


    at
org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:430)
    at
org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
    at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
    at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
    at
org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
    at
org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
    at
org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:716)
    ... 22 more
Caused by:
org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException:
Unable to read the metadata file for artifact
'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
com.sun.jersey:jersey-project for project: null:jersey-bundle:jar:null for
project null:jersey-bundle:jar:null
    at
org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:200)
    at
org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
    at
org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
    ... 28 more
Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find
parent: com.sun.jersey:jersey-project for project:
null:jersey-bundle:jar:null for project null:jersey-bundle:jar:null
    at
org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
    at
org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
    at
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:255)
    at
org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
    ... 30 more
Caused by: org.apache.maven.project.InvalidProjectModelException: Not a
v4.0.0 POM. for project com.sun.jersey:jersey-project at
C:\Users\HomeXPS\.m2\repository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
    at
org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1599)
    at
org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1571)
    at
org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:562)
    at
org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1392)
    ... 33 more
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 25 seconds
[INFO] Finished at: Mon Jan 12 10:00:56 IST 2015
[INFO] Final Memory: 171M/575M
[INFO]
------------------------------------------------------------------------

On Mon, Jan 12, 2015 at 6:17 AM, Ashish Singh <as...@hortonworks.com>
wrote:

> HI Sitaram,
>
> Look, like you have some local files in your workspace, that is preventing
> to pass the Relase Audit Tool.
> Can, you list what is in this file
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\
> incubator-ranger\target\rat.txt
> in your workspace.
>
> Use the below, command for code compilation.
>
> *mvn -X clean -DskipCheck=true -Dcheckstyle.skip=true package
> assembly:assembly install -DskipITs -DskipTests*
>
> Let me know, how it goes.
>
> Regards
> Ashish
>
>
>
> On Sun, Jan 11, 2015 at 7:39 AM, Sitaraman Vilayannur <
> vrsitaramanietflists@gmail.com> wrote:
>
> > Hi Gautam,
> >  Git branch says it is master.  with mvn -U i get the following
> > output...thanks.
> > Sitaraman
> > [INFO] Scanning for projects...
> > [INFO] Reactor build order:
> > [INFO]   ranger
> > [INFO]   Credential Support
> > [INFO]   Audit Component
> > [INFO]   Common library for Plugins
> > [INFO]   Hdfs Security Plugin
> > [INFO]   Hive Security Agent
> > [INFO]   HBaseSecurityAgents
> > [INFO]   Knox Security Plugin
> > [INFO]   Credential Builder
> > [INFO]   Storm Security Plugin
> > [INFO]   Agent Implementation Libary
> > [INFO]   Installer Support Component
> > [INFO]   Embeded Web Server Invoker
> > [INFO]   Resource Lookup API Implementation
> > [INFO]   Unix Authentication Client
> > [INFO]   Security Admin Web Application
> > [INFO]   Unix User Group Synchronizer
> > [INFO]   Unix Authentication Service
> > [INFO] Searching repository for plugin with prefix: 'assembly'.
> > [INFO] org.apache.maven.plugins: checking for updates from central
> > [WARNING] repository metadata for: 'org.apache.maven.plugins' could not
> be
> > retrieved from repository: central due to an error: Error copying
> temporary
> > file to the final destination:
> >
> >
> C:\Users\HomeXPS\.m2\repository\org\apache\maven\plugins\maven-metadata-central.xml
> > (Access is denied)
> > [INFO] Repository 'central' will be blacklisted
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building ranger
> > [INFO]    task-segment: [clean, compile, package, install]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [clean:clean {execution: default-clean}]
> > [INFO] Deleting
> > F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [antrun:run {execution: default}]
> > [INFO] Executing tasks
> >
> > main:
> > [INFO] Executed tasks
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [antrun:run {execution: default}]
> > [INFO] Executing tasks
> >
> > main:
> > [INFO] Executed tasks
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [remote-resources:process {execution: default}]
> > [INFO] [antrun:run {execution: default}]
> > [INFO] Executing tasks
> >
> > main:
> > [INFO] Executed tasks
> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> > [INFO] [apache-rat:check {execution: default}]
> > [INFO] 51 implicit excludes (use -debug for more details).
> > [INFO] Exclude: **/dependency-reduced-pom.xml
> > [INFO] Exclude: **/robots.txt
> > [INFO] Exclude: **/MANIFEST.MF
> > [INFO] Exclude: **/bootstrap.min.js
> > [INFO] Exclude: **/src/main/webapp/fonts/**
> > [INFO] Exclude: **/src/main/webapp/libs/**
> > [INFO] Exclude: .git/**
> > [INFO] Exclude: .pc/**
> > [INFO] Exclude: debian/**
> > [INFO] Exclude: .gitignore/**
> > [INFO] Exclude: .svn/**
> > [INFO] Exclude: .idea/**
> > [INFO] Exclude: dev-support/**
> > [INFO] Exclude: **/.gitignore/**
> > [INFO] Exclude: **/.project/**
> > [INFO] Exclude: **/.settings/**
> > [INFO] Exclude: **/.classpath/**
> > [INFO] Exclude: **/*.iml
> > [INFO] Exclude: **/target/**
> > [INFO] Exclude: **/bin/**
> > [INFO] Exclude: **/CHANGES
> > [INFO] Exclude: **/ISSUES
> > [INFO] Exclude: **/patchprocess/**
> > [INFO] Exclude: **/test/resources/**
> > [INFO] Exclude: **/main/resources/**/*.json
> > [INFO] Exclude: **/.externalToolBuilders/*
> > [INFO] Exclude: *.patch
> > [INFO] Exclude: atlassian-ide-plugin.xml
> > [INFO] 803 resources included (use -debug for more details)
> > [INFO] Rat check: Summary of files. Unapproved: 1 unknown: 1 generated: 0
> > approved: 766 licence.
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Too many files with unapproved license: 1 See RAT report in:
> >
> >
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target\rat.txt
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 7 seconds
> > [INFO] Finished at: Sun Jan 11 21:03:16 IST 2015
> > [INFO] Final Memory: 45M/488M
> > [INFO]
> > ------------------------------------------------------------------------
> >
> >
> >
> > On Sun, Jan 11, 2015 at 7:09 PM, Gautam Borad <gb...@gmail.com> wrote:
> >
> > > Sitaraman, you can check the branch with the help of following git
> > command
> > > : git branch
> > > I just did a git pull of master branch which is at *ef152319* currently
> > and
> > > was able to successfully build Ranger.
> > >
> > > Can you try again with the -U option to maven and post the entire
> output
> > of
> > > the command for us to inspect? Thanks.
> > >
> > > On Sat, Jan 10, 2015 at 6:39 PM, Sitaraman Vilayannur <
> > > vrsitaramanietflists@gmail.com> wrote:
> > >
> > > > Hi Gautam,
> > > >  I used the git command line as given in
> > > > http://ranger.incubator.apache.org/quick_start_guide.html to
> checkout
> > > from
> > > > the git repository...i.e git clone git://
> > > > git.apache.org/incubator-ranger.git
> > > > how do i find out which branch it is?
> > > > Sitaraman
> > > >
> > > > On Sat, Jan 10, 2015 at 6:32 PM, Gautam Borad <gb...@gmail.com>
> > wrote:
> > > >
> > > > > Sitaraman, Which tool did you use to checkout the codebase? Can you
> > let
> > > > me
> > > > > know the branch that you are trying to compile?
> > > > >
> > > > > On Sat, Jan 10, 2015 at 6:29 PM, Sitaraman Vilayannur <
> > > > > vrsitaramanietflists@gmail.com> wrote:
> > > > >
> > > > > > Hi Gautam,
> > > > > >    I am not behind a proxy.  Which other network configurations
> > > should
> > > > i
> > > > > be
> > > > > > checking. I got the code via a git clone git://
> > > > > > git.apache.org/incubator-ranger.git. Thanks for your continued
> > help.
> > > > > > Sitaraman
> > > > > >
> > > > > > On Sat, Jan 10, 2015 at 6:15 PM, Gautam Borad <gb...@gmail.com>
> > > > wrote:
> > > > > >
> > > > > > > Sitaraman, this is most likely a network issue. Can you check
> > your
> > > > > proxy
> > > > > > > and network configuration? Also can you let me know which
> branch
> > > are
> > > > > you
> > > > > > > trying to compile?
> > > > > > >
> > > > > > > Thanks.
> > > > > > >
> > > > > > > On Sat, Jan 10, 2015 at 5:11 PM, Sitaraman Vilayannur <
> > > > > > > vrsitaramanietflists@gmail.com> wrote:
> > > > > > >
> > > > > > > > Hi Gautam,
> > > > > > > >  Thanks for your response.
> > > > > > > >  Tried with -DskipTests=true and i am getting the following
> > > error.
> > > > > > > >
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/net/htmlparser/jericho/jericho-html/3.3/je
> > > > > > > > richo-html-3.3.pom
> > > > > > > > 2K downloaded  (jericho-html-3.3.pom)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > > >
> ramework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > > > > > > > repository apache.snapshots.https (
> > > > > > > > https://repository.apache.org/content/repositories
> > > > > > > > /snapshots)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > > ework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > > > > > > > repository apache.public.https (
> > > > > > > > https://repository.apache.org/content/repositories/pu
> > > > > > > > blic)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.3.RELEA
> > > > > > > > SE/spring-aop-3.1.3.RELEASE.pom
> > > > > > > > 2K downloaded  (spring-aop-3.1.3.RELEASE.pom)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > > >
> > > > ramework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > > > > > > in repository apache.snapshots.https (
> > > > > > > > https://repository.apache.org/content/repositor
> > > > > > > > ies/snapshots)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > >
> > ework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > > > > > > in repository apache.public.https (
> > > > > > > > https://repository.apache.org/content/repositories
> > > > > > > > /public)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-parent/3.1.3.RE
> > > > > > > > LEASE/spring-parent-3.1.3.RELEASE.pom
> > > > > > > > 8K downloaded  (spring-parent-3.1.3.RELEASE.pom)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > > >
> ramework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > > > > > > > repository apache.snapshots.https (
> > > > > > > > https://repository.apache.org/content/repositories
> > > > > > > > /snapshots)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > > ework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > > > > > > > repository apache.public.https (
> > > > > > > > https://repository.apache.org/content/repositories/pu
> > > > > > > > blic)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.3.RELEA
> > > > > > > > SE/spring-asm-3.1.3.RELEASE.pom
> > > > > > > > 2K downloaded  (spring-asm-3.1.3.RELEASE.pom)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > > >
> > > ramework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > > > > > > n repository apache.snapshots.https (
> > > > > > > > https://repository.apache.org/content/repositori
> > > > > > > > es/snapshots)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > >
> ework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > > > > > > n repository apache.public.https (
> > > > > > > > https://repository.apache.org/content/repositories/
> > > > > > > > public)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.3.REL
> > > > > > > > EASE/spring-beans-3.1.3.RELEASE.pom
> > > > > > > > 2K downloaded  (spring-beans-3.1.3.RELEASE.pom)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > > >
> > ramework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> > > > > > > >  repository apache.snapshots.https (
> > > > > > > > https://repository.apache.org/content/repositorie
> > > > > > > > s/snapshots)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > > ework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> > > > > > > >  repository apache.public.https (
> > > > > > > > https://repository.apache.org/content/repositories/p
> > > > > > > > ublic)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-core/3.1.3.RELE
> > > > > > > > ASE/spring-core-3.1.3.RELEASE.pom
> > > > > > > > 2K downloaded  (spring-core-3.1.3.RELEASE.pom)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > > >
> > > > >
> > ramework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > > > > > > >  in repository apache.snapshots.https (
> > > > > > > > https://repository.apache.org/content/reposito
> > > > > > > > ries/snapshots)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > >
> > > ework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > > > > > > >  in repository apache.public.https (
> > > > > > > > https://repository.apache.org/content/repositorie
> > > > > > > > s/public)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-context/3.1.3.R
> > > > > > > > ELEASE/spring-context-3.1.3.RELEASE.pom
> > > > > > > > 8K downloaded  (spring-context-3.1.3.RELEASE.pom)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ramework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > > > > > > SE' in repository apache.snapshots.https (
> > > > > > > > https://repository.apache.org/content/repos
> > > > > > > > itories/snapshots)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > >
> > > > > >
> > > >
> > ework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > > > > > > SE' in repository apache.public.https (
> > > > > > > > https://repository.apache.org/content/reposito
> > > > > > > > ries/public)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-expression/3.1.
> > > > > > > > 3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > > > > > 1K downloaded  (spring-expression-3.1.3.RELEASE.pom)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ramework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.po
> > > > > > > > m
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-context-support:pom:3.1.3.
> > > > > > > > RELEASE' in repository apache.snapshots.https (
> > > > > > > > https://repository.apache.org/content/
> > > > > > > > repositories/snapshots)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-context-support:pom:3.1.3.
> > > > > > > > RELEASE' in repository apache.public.https (
> > > > > > > > https://repository.apache.org/content/rep
> > > > > > > > ositories/public)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-context-support
> > > > > > > > /3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > > > > > > 4K downloaded  (spring-context-support-3.1.3.RELEASE.pom)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > > >
> > ramework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> > > > > > > >  repository apache.snapshots.https (
> > > > > > > > https://repository.apache.org/content/repositorie
> > > > > > > > s/snapshots)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > > ework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> > > > > > > >  repository apache.public.https (
> > > > > > > > https://repository.apache.org/content/repositories/p
> > > > > > > > ublic)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-jdbc/3.1.3.RELE
> > > > > > > > ASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > > > > > 3K downloaded  (spring-jdbc-3.1.3.RELEASE.pom)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > > > ramework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > > > > > > > epository apache.snapshots.https (
> > > > > > > > https://repository.apache.org/content/repositories/
> > > > > > > > snapshots)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > > ework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > > > > > > > epository apache.public.https (
> > > > > > > > https://repository.apache.org/content/repositories/pub
> > > > > > > > lic)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-tx/3.1.3.RELEAS
> > > > > > > > E/spring-tx-3.1.3.RELEASE.pom
> > > > > > > > 3K downloaded  (spring-tx-3.1.3.RELEASE.pom)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > > >
> ramework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > > > > > > > repository apache.snapshots.https (
> > > > > > > > https://repository.apache.org/content/repositories
> > > > > > > > /snapshots)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > > ework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > > > > > > > repository apache.public.https (
> > > > > > > > https://repository.apache.org/content/repositories/pu
> > > > > > > > blic)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-orm/3.1.3.RELEA
> > > > > > > > SE/spring-orm-3.1.3.RELEASE.pom
> > > > > > > > 7K downloaded  (spring-orm-3.1.3.RELEASE.pom)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > > >
> ramework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > > > > > > > repository apache.snapshots.https (
> > > > > > > > https://repository.apache.org/content/repositories
> > > > > > > > /snapshots)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > > ework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > > > > > > [INFO] Unable to find resource
> > > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > > > > > > > repository apache.public.https (
> > > > > > > > https://repository.apache.org/content/repositories/pu
> > > > > > > > blic)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-web/3.1.3.RELEA
> > > > > > > > SE/spring-web-3.1.3.RELEASE.pom
> > > > > > > > 6K downloaded  (spring-web-3.1.3.RELEASE.pom)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/com/sun/jer
> > > > > > > > sey/jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > > > > > > [INFO] Unable to find resource
> > > > 'com.sun.jersey:jersey-bundle:pom:1.4'
> > > > > > in
> > > > > > > > repository a
> > > > > > > > pache.snapshots.https (
> > > > > > > > https://repository.apache.org/content/repositories/snapshots
> )
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/com/sun/jersey
> > > > > > > > /jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > > > > > > [INFO] Unable to find resource
> > > > 'com.sun.jersey:jersey-bundle:pom:1.4'
> > > > > > in
> > > > > > > > repository a
> > > > > > > > pache.public.https (
> > > > > > > > https://repository.apache.org/content/repositories/public)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.4/jersey-bu
> > > > > > > > ndle-1.4.pom
> > > > > > > > 19K downloaded  (jersey-bundle-1.4.pom)
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > > > > > > y-project/1.4/jersey-project-1.4.pom
> > > > > > > > 178b downloaded  (jersey-project-1.4.pom)
> > > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on download:
> > > local
> > > > =
> > > > > > > > '81ffbd1712afe8c
> > > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > > > > > > <head><title>301' - RETRYING
> > > > > > > > Downloading:
> > > > > > > >
> > > > > >
> > > >
> > http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > > > > > > y-project/1.4/jersey-project-1.4.pom
> > > > > > > > 178b downloaded  (jersey-project-1.4.pom)
> > > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on download:
> > > local
> > > > =
> > > > > > > > '81ffbd1712afe8c
> > > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > > > > > > <head><title>301' - IGNORING
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > > [ERROR] BUILD ERROR
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > > [INFO] Failed to resolve dependencies for one or more
> projects
> > in
> > > > the
> > > > > > > > reactor. Reason
> > > > > > > > : Unable to get dependency information: Unable to read the
> > > metadata
> > > > > > file
> > > > > > > > for artifact
> > > > > > > >  'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > > > > > > com.sun.jersey:jersey-projec
> > > > > > > > t for project: null:jersey-bundle:jar:null for project
> > > > > > > > null:jersey-bundle:jar:null
> > > > > > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > > > > > >
> > > > > > > > from the specified remote repositories:
> > > > > > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > > > > > >   apache.snapshots.https (
> > > > > > > > https://repository.apache.org/content/repositories/snapshot
> > > > > > > > s),
> > > > > > > >   central (http://repo1.maven.org/maven2),
> > > > > > > >   apache.public.https (
> > > > > > > > https://repository.apache.org/content/repositories/public)
> > > > > > > >
> > > > > > > > Path to dependency:
> > > > > > > >         1) org.apache.ranger:security-admin-web:war:0.4.0
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Not a v4.0.0 POM. for project com.sun.jersey:jersey-project
> at
> > > > > > > > C:\Users\HomeXPS\.m2\r
> > > > > > > >
> > > epository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > > [INFO] For more information, run Maven with the -e switch
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > > [INFO] Total time: 12 minutes 27 seconds
> > > > > > > > [INFO] Finished at: Sat Jan 10 17:03:43 IST 2015
> > > > > > > > [INFO] Final Memory: 238M/572M
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > >
> > > > > > > > On Sat, Jan 10, 2015 at 11:51 AM, Gautam Borad <
> > gborad@gmail.com
> > > >
> > > > > > wrote:
> > > > > > > >
> > > > > > > > > Hi Sitaraman,
> > > > > > > > >     Please try compiling with -DskipTests, the problem seem
> > to
> > > be
> > > > > > with
> > > > > > > > path
> > > > > > > > > issue on Windows.
> > > > > > > > >
> > > > > > > > > On Fri, Jan 9, 2015 at 2:18 PM, Sitaraman Vilayannur <
> > > > > > > > > vrsitaramanietflists@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > > Hi,
> > > > > > > > > >   I am just starting out on Ranger. When i used the
> command
> > > > > > > > > >  mvn -DskipTests=false clean compile package install
> > > > > > > assembly:assembly
> > > > > > > > > > to build i get the following error, what am i missing?
> > Thanks
> > > > > > > > > > Sitaraman
> > > > > > > > > >
> > > > > > > > > > -------------------------------------------------------
> > > > > > > > > >
> > > > > > > > > >  T E S T S
> > > > > > > > > >
> > > > > > > > > > -------------------------------------------------------
> > > > > > > > > >
> > > > > > > > > > Running
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> > org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > > > > > > > > >
> > > > > > > > > > log4j:WARN No appenders could be found for logger
> > > > > > > > > > (org.apache.hadoop.util.Shell).
> > > > > > > > > >
> > > > > > > > > > log4j:WARN Please initialize the log4j system properly.
> > > > > > > > > >
> > > > > > > > > > log4j:WARN See
> > > > > > http://logging.apache.org/log4j/1.2/faq.html#noconfig
> > > > > > > > for
> > > > > > > > > > more info.
> > > > > > > > > >
> > > > > > > > > > java.io.IOException: Bad configuration of
> > > > > > > > > > hadoop.security.credential.provider.path at
> > > > > > > > > >
> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > > > >
> > > > > > > > > > edentialProviderFactory.java:70)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > > > > > >
> > > > > > > > > > ider(CredentialShell.java:164)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > > > > > > > > >
> > > > > > > > > > edentialShell.java:323)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > > > > > >
> > > > > > > > > > 67)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > > > >
> > > > > > > > > > setup(RangerCredentialProviderTest.java:50)
> > > > > > > > > >
> > > > > > > > > >         at
> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > > > > Method)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > > > > > >
> > > > > > > > > > 39)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > > > > > >
> > > > > > > > > > pl.java:25)
> > > > > > > > > >
> > > > > > > > > >         at
> java.lang.reflect.Method.invoke(Method.java:597)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > > > > > >
> > > > > > > > > > d.java:47)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > > > > > >
> > > > > > > > > > .java:12)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > > > > > >
> > > > > > > > > > java:44)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > > > > > > > > >
> > > > > > > > > > 24)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > > > > > > > > >
> > > > > > > > > > )
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > > > >
> > > > > > > > > > ava:70)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > > > >
> > > > > > > > > > ava:50)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > >
> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > >
> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > >
> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > > > > > >
> > > > > > > > > > a:264)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > > > > > >
> > > > > > > > > > der.java:153)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > > > > > >
> > > > > > > > > > :124)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > > > > > >
> > > > > > > > > > der(ForkedBooter.java:200)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > > > > > >
> > > > > > > > > > ter.java:153)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > > > > > >
> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal character
> > in
> > > > > > > authority
> > > > > > > > at
> > > > > > > > > > index 8: jc
> > > > > > > > > >
> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > > > >
> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > > > > > >
> > > > > > > > > >         at
> > java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > > > > > >
> > > > > > > > > >         at
> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > > > > > >
> > > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > > > > > >
> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > > > >
> > > > > > > > > > edentialProviderFactory.java:55)
> > > > > > > > > >
> > > > > > > > > >         ... 28 more
> > > > > > > > > >
> > > > > > > > > > There are no valid CredentialProviders configured.
> > > > > > > > > >
> > > > > > > > > > Credential will not be created.
> > > > > > > > > >
> > > > > > > > > > Consider using the -provider option to indicate the
> > provider
> > > to
> > > > > > use.
> > > > > > > > > >
> > > > > > > > > > java.io.IOException: Bad configuration of
> > > > > > > > > > hadoop.security.credential.provider.path at
> > > > > > > > > >
> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > > > >
> > > > > > > > > > edentialProviderFactory.java:70)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > > > > > >
> > > > > > > > > > ider(CredentialShell.java:164)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > > > > > > > > >
> > > > > > > > > > edentialShell.java:254)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > > > > > >
> > > > > > > > > > 67)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > > > >
> > > > > > > > > > teardown(RangerCredentialProviderTest.java:85)
> > > > > > > > > >
> > > > > > > > > >         at
> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > > > > Method)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > > > > > >
> > > > > > > > > > 39)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > > > > > >
> > > > > > > > > > pl.java:25)
> > > > > > > > > >
> > > > > > > > > >         at
> java.lang.reflect.Method.invoke(Method.java:597)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > > > > > >
> > > > > > > > > > d.java:47)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > > > > > >
> > > > > > > > > > .java:12)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > > > > > >
> > > > > > > > > > java:44)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > > > > > > > > >
> > > > > > > > > > )
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > > > >
> > > > > > > > > > ava:70)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > > > >
> > > > > > > > > > ava:50)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > >
> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > >
> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > >
> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > > > > > >
> > > > > > > > > > a:264)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > > > > > >
> > > > > > > > > > der.java:153)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > > > > > >
> > > > > > > > > > :124)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > > > > > >
> > > > > > > > > > der(ForkedBooter.java:200)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > > > > > >
> > > > > > > > > > ter.java:153)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > > > > > >
> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal character
> > in
> > > > > > > authority
> > > > > > > > at
> > > > > > > > > > index 8: jc
> > > > > > > > > >
> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > > > >
> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > > > > > >
> > > > > > > > > >         at
> > java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > > > > > >
> > > > > > > > > >         at
> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > > > > > >
> > > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > > > > > >
> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > > > >
> > > > > > > > > > edentialProviderFactory.java:55)
> > > > > > > > > >
> > > > > > > > > >         ... 27 more
> > > > > > > > > >
> > > > > > > > > > There are no valid CredentialProviders configured.
> > > > > > > > > >
> > > > > > > > > > Nothing will be deleted.
> > > > > > > > > >
> > > > > > > > > > Consider using the -provider option to indicate the
> > provider
> > > to
> > > > > > use.
> > > > > > > > > >
> > > > > > > > > > java.io.IOException: Bad configuration of
> > > > > > > > > > hadoop.security.credential.provider.path at
> > > > > > > > > >
> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > > > >
> > > > > > > > > > edentialProviderFactory.java:70)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > > > > > >
> > > > > > > > > > ider(CredentialShell.java:164)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > > > > > > > > >
> > > > > > > > > > edentialShell.java:323)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > > > > > >
> > > > > > > > > > 67)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > > > >
> > > > > > > > > > setup(RangerCredentialProviderTest.java:50)
> > > > > > > > > >
> > > > > > > > > >         at
> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > > > > Method)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > > > > > >
> > > > > > > > > > 39)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > > > > > >
> > > > > > > > > > pl.java:25)
> > > > > > > > > >
> > > > > > > > > >         at
> java.lang.reflect.Method.invoke(Method.java:597)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > > > > > >
> > > > > > > > > > d.java:47)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > > > > > >
> > > > > > > > > > .java:12)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > > > > > >
> > > > > > > > > > java:44)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > > > > > > > > >
> > > > > > > > > > 24)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > > > > > > > > >
> > > > > > > > > > )
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > > > >
> > > > > > > > > > ava:70)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > > > >
> > > > > > > > > > ava:50)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > >
> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > >
> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > >
> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > > > > > >
> > > > > > > > > > a:264)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > > > > > >
> > > > > > > > > > der.java:153)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > > > > > >
> > > > > > > > > > :124)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > > > > > >
> > > > > > > > > > der(ForkedBooter.java:200)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > > > > > >
> > > > > > > > > > ter.java:153)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > > > > > >
> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal character
> > in
> > > > > > > authority
> > > > > > > > at
> > > > > > > > > > index 8: jc
> > > > > > > > > >
> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > > > >
> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > > > > > >
> > > > > > > > > >         at
> > java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > > > > > >
> > > > > > > > > >         at
> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > > > > > >
> > > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > > > > > >
> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > > > >
> > > > > > > > > > edentialProviderFactory.java:55)
> > > > > > > > > >
> > > > > > > > > >         ... 28 more
> > > > > > > > > >
> > > > > > > > > > There are no valid CredentialProviders configured.
> > > > > > > > > >
> > > > > > > > > > Credential will not be created.
> > > > > > > > > >
> > > > > > > > > > Consider using the -provider option to indicate the
> > provider
> > > to
> > > > > > use.
> > > > > > > > > >
> > > > > > > > > > java.io.IOException: Bad configuration of
> > > > > > > > > > hadoop.security.credential.provider.path at
> > > > > > > > > >
> > > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > > > >
> > > > > > > > > > edentialProviderFactory.java:70)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > > > > > >
> > > > > > > > > > ider(CredentialShell.java:164)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > > > > > > > > >
> > > > > > > > > > edentialShell.java:254)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > > > > > >
> > > > > > > > > > 67)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > > > >
> > > > > > > > > > teardown(RangerCredentialProviderTest.java:85)
> > > > > > > > > >
> > > > > > > > > >         at
> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > > > > Method)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > > > > > >
> > > > > > > > > > 39)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > > > > > >
> > > > > > > > > > pl.java:25)
> > > > > > > > > >
> > > > > > > > > >         at
> java.lang.reflect.Method.invoke(Method.java:597)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > > > > > >
> > > > > > > > > > d.java:47)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > > > > > >
> > > > > > > > > > .java:12)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > > > > > >
> > > > > > > > > > java:44)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > > > > > > > > >
> > > > > > > > > > )
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > > > >
> > > > > > > > > > ava:70)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > > > >
> > > > > > > > > > ava:50)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > >
> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > >
> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > >
> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > > > > > >
> > > > > > > > > > a:264)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > > > > > >
> > > > > > > > > > der.java:153)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > > > > > >
> > > > > > > > > > :124)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > > > > > >
> > > > > > > > > > der(ForkedBooter.java:200)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > > > > > >
> > > > > > > > > > ter.java:153)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > > > > > >
> > > > > > > > > > Caused by: java.net.URISyntaxException: Illegal character
> > in
> > > > > > > authority
> > > > > > > > at
> > > > > > > > > > index 8: jc
> > > > > > > > > >
> > > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > > > >
> > > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > > > > > >
> > > > > > > > > >         at
> > java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > > > > > >
> > > > > > > > > >         at
> > > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > > > > > >
> > > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > > > > > >
> > > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > > > >
> > > > > > > > > > edentialProviderFactory.java:55)
> > > > > > > > > >
> > > > > > > > > >         ... 27 more
> > > > > > > > > >
> > > > > > > > > > There are no valid CredentialProviders configured.
> > > > > > > > > >
> > > > > > > > > > Nothing will be deleted.
> > > > > > > > > >
> > > > > > > > > > Consider using the -provider option to indicate the
> > provider
> > > to
> > > > > > use.
> > > > > > > > > >
> > > > > > > > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time
> > > elapsed:
> > > > > > 0.823
> > > > > > > > sec
> > > > > > > > > > <<< FAILURE
> > > > > > > > > >
> > > > > > > > > > ! - in
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> > org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> > > > > > > > > >
> > > > > > > > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> > > > > > > > > >
> > > > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > > > > > >
> > > > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > > > > > >
> > > > > > > > > >         at
> org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > > > > > >
> > > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > > > > > >
> > > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > > > > > >
> > > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > > > >
> > > > > > > > > > setup(RangerCredentialProviderTest.java:54)
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> > > > > > > > > >
> > > > > > > > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> > > > > > > > > >
> > > > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > > > > > >
> > > > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > > > > > >
> > > > > > > > > >         at
> org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > > > > > >
> > > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > > > > > >
> > > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > > > > > >
> > > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > > > >
> > > > > > > > > > teardown(RangerCredentialProviderTest.java:89)
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> > > > > > > > > >
> > > > > > > > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> > > > > > > > > >
> > > > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > > > > > >
> > > > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > > > > > >
> > > > > > > > > >         at
> org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > > > > > >
> > > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > > > > > >
> > > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > > > > > >
> > > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > > > >
> > > > > > > > > > setup(RangerCredentialProviderTest.java:54)
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> > > > > > > > > >
> > > > > > > > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> > > > > > > > > >
> > > > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > > > > > >
> > > > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > > > > > >
> > > > > > > > > >         at
> org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > > > > > >
> > > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > > > > > >
> > > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > > > > > >
> > > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > > > > > >
> > > > > > > > > >         at
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > > > >
> > > > > > > > > > teardown(RangerCredentialProviderTest.java:89)
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Results :
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Failed tests:
> > > > > > > > > >
> > > > > > > > > >   RangerCredentialProviderTest.setup:54 expected:<0> but
> > > > was:<1>
> > > > > > > > > >
> > > > > > > > > >   RangerCredentialProviderTest.teardown:89 expected:<0>
> but
> > > > > was:<1>
> > > > > > > > > >
> > > > > > > > > >   RangerCredentialProviderTest.setup:54 expected:<0> but
> > > > was:<1>
> > > > > > > > > >
> > > > > > > > > >   RangerCredentialProviderTest.teardown:89 expected:<0>
> but
> > > > > was:<1>
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > [INFO]
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > > > >
> > > > > > > > > > [ERROR] BUILD FAILURE
> > > > > > > > > >
> > > > > > > > > > [INFO]
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > > > >
> > > > > > > > > > [INFO] There are test failures.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Please refer to
> > > > > > > > > >
> > > > > >
> > F:\Consulting\DataGuise\Software\ApacheRanger\incubator-ranger-master
> > > > > > > > > >
> > > > > > > > > >
> > \incubator-ranger-master\agents-cred\target\surefire-reports
> > > > for
> > > > > > the
> > > > > > > > > > individual test
> > > > > > > > > >
> > > > > > > > > > results.
> > > > > > > > > >
> > > > > > > > > > [INFO]
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > > > >
> > > > > > > > > > [INFO] For more information, run Maven with the -e switch
> > > > > > > > > >
> > > > > > > > > > [INFO]
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > > > >
> > > > > > > > > > [INFO] Total time: 15 minutes 7 seconds
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Regards,
> > > > > > > > > Gautam.
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Regards,
> > > > > > > Gautam.
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Regards,
> > > > > Gautam.
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Regards,
> > > Gautam.
> > >
> >
>
>
>
> --
> Thanks & Regards,
> Ashish Singh
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Error while building.

Posted by Ashish Singh <as...@hortonworks.com>.
HI Sitaram,

Look, like you have some local files in your workspace, that is preventing
to pass the Relase Audit Tool.
Can, you list what is in this file
F:\Consulting\DataGuise\Software\ApacheRanger\Git\
incubator-ranger\target\rat.txt
in your workspace.

Use the below, command for code compilation.

*mvn -X clean -DskipCheck=true -Dcheckstyle.skip=true package
assembly:assembly install -DskipITs -DskipTests*

Let me know, how it goes.

Regards
Ashish



On Sun, Jan 11, 2015 at 7:39 AM, Sitaraman Vilayannur <
vrsitaramanietflists@gmail.com> wrote:

> Hi Gautam,
>  Git branch says it is master.  with mvn -U i get the following
> output...thanks.
> Sitaraman
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   ranger
> [INFO]   Credential Support
> [INFO]   Audit Component
> [INFO]   Common library for Plugins
> [INFO]   Hdfs Security Plugin
> [INFO]   Hive Security Agent
> [INFO]   HBaseSecurityAgents
> [INFO]   Knox Security Plugin
> [INFO]   Credential Builder
> [INFO]   Storm Security Plugin
> [INFO]   Agent Implementation Libary
> [INFO]   Installer Support Component
> [INFO]   Embeded Web Server Invoker
> [INFO]   Resource Lookup API Implementation
> [INFO]   Unix Authentication Client
> [INFO]   Security Admin Web Application
> [INFO]   Unix User Group Synchronizer
> [INFO]   Unix Authentication Service
> [INFO] Searching repository for plugin with prefix: 'assembly'.
> [INFO] org.apache.maven.plugins: checking for updates from central
> [WARNING] repository metadata for: 'org.apache.maven.plugins' could not be
> retrieved from repository: central due to an error: Error copying temporary
> file to the final destination:
>
> C:\Users\HomeXPS\.m2\repository\org\apache\maven\plugins\maven-metadata-central.xml
> (Access is denied)
> [INFO] Repository 'central' will be blacklisted
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building ranger
> [INFO]    task-segment: [clean, compile, package, install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [antrun:run {execution: default}]
> [INFO] Executing tasks
>
> main:
> [INFO] Executed tasks
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [antrun:run {execution: default}]
> [INFO] Executing tasks
>
> main:
> [INFO] Executed tasks
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [antrun:run {execution: default}]
> [INFO] Executing tasks
>
> main:
> [INFO] Executed tasks
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [apache-rat:check {execution: default}]
> [INFO] 51 implicit excludes (use -debug for more details).
> [INFO] Exclude: **/dependency-reduced-pom.xml
> [INFO] Exclude: **/robots.txt
> [INFO] Exclude: **/MANIFEST.MF
> [INFO] Exclude: **/bootstrap.min.js
> [INFO] Exclude: **/src/main/webapp/fonts/**
> [INFO] Exclude: **/src/main/webapp/libs/**
> [INFO] Exclude: .git/**
> [INFO] Exclude: .pc/**
> [INFO] Exclude: debian/**
> [INFO] Exclude: .gitignore/**
> [INFO] Exclude: .svn/**
> [INFO] Exclude: .idea/**
> [INFO] Exclude: dev-support/**
> [INFO] Exclude: **/.gitignore/**
> [INFO] Exclude: **/.project/**
> [INFO] Exclude: **/.settings/**
> [INFO] Exclude: **/.classpath/**
> [INFO] Exclude: **/*.iml
> [INFO] Exclude: **/target/**
> [INFO] Exclude: **/bin/**
> [INFO] Exclude: **/CHANGES
> [INFO] Exclude: **/ISSUES
> [INFO] Exclude: **/patchprocess/**
> [INFO] Exclude: **/test/resources/**
> [INFO] Exclude: **/main/resources/**/*.json
> [INFO] Exclude: **/.externalToolBuilders/*
> [INFO] Exclude: *.patch
> [INFO] Exclude: atlassian-ide-plugin.xml
> [INFO] 803 resources included (use -debug for more details)
> [INFO] Rat check: Summary of files. Unapproved: 1 unknown: 1 generated: 0
> approved: 766 licence.
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Too many files with unapproved license: 1 See RAT report in:
>
> F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target\rat.txt
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 7 seconds
> [INFO] Finished at: Sun Jan 11 21:03:16 IST 2015
> [INFO] Final Memory: 45M/488M
> [INFO]
> ------------------------------------------------------------------------
>
>
>
> On Sun, Jan 11, 2015 at 7:09 PM, Gautam Borad <gb...@gmail.com> wrote:
>
> > Sitaraman, you can check the branch with the help of following git
> command
> > : git branch
> > I just did a git pull of master branch which is at *ef152319* currently
> and
> > was able to successfully build Ranger.
> >
> > Can you try again with the -U option to maven and post the entire output
> of
> > the command for us to inspect? Thanks.
> >
> > On Sat, Jan 10, 2015 at 6:39 PM, Sitaraman Vilayannur <
> > vrsitaramanietflists@gmail.com> wrote:
> >
> > > Hi Gautam,
> > >  I used the git command line as given in
> > > http://ranger.incubator.apache.org/quick_start_guide.html to checkout
> > from
> > > the git repository...i.e git clone git://
> > > git.apache.org/incubator-ranger.git
> > > how do i find out which branch it is?
> > > Sitaraman
> > >
> > > On Sat, Jan 10, 2015 at 6:32 PM, Gautam Borad <gb...@gmail.com>
> wrote:
> > >
> > > > Sitaraman, Which tool did you use to checkout the codebase? Can you
> let
> > > me
> > > > know the branch that you are trying to compile?
> > > >
> > > > On Sat, Jan 10, 2015 at 6:29 PM, Sitaraman Vilayannur <
> > > > vrsitaramanietflists@gmail.com> wrote:
> > > >
> > > > > Hi Gautam,
> > > > >    I am not behind a proxy.  Which other network configurations
> > should
> > > i
> > > > be
> > > > > checking. I got the code via a git clone git://
> > > > > git.apache.org/incubator-ranger.git. Thanks for your continued
> help.
> > > > > Sitaraman
> > > > >
> > > > > On Sat, Jan 10, 2015 at 6:15 PM, Gautam Borad <gb...@gmail.com>
> > > wrote:
> > > > >
> > > > > > Sitaraman, this is most likely a network issue. Can you check
> your
> > > > proxy
> > > > > > and network configuration? Also can you let me know which branch
> > are
> > > > you
> > > > > > trying to compile?
> > > > > >
> > > > > > Thanks.
> > > > > >
> > > > > > On Sat, Jan 10, 2015 at 5:11 PM, Sitaraman Vilayannur <
> > > > > > vrsitaramanietflists@gmail.com> wrote:
> > > > > >
> > > > > > > Hi Gautam,
> > > > > > >  Thanks for your response.
> > > > > > >  Tried with -DskipTests=true and i am getting the following
> > error.
> > > > > > >
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> http://repo1.maven.org/maven2/net/htmlparser/jericho/jericho-html/3.3/je
> > > > > > > richo-html-3.3.pom
> > > > > > > 2K downloaded  (jericho-html-3.3.pom)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > > ramework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > > > > > > repository apache.snapshots.https (
> > > > > > > https://repository.apache.org/content/repositories
> > > > > > > /snapshots)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > ework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > > > > > > repository apache.public.https (
> > > > > > > https://repository.apache.org/content/repositories/pu
> > > > > > > blic)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.3.RELEA
> > > > > > > SE/spring-aop-3.1.3.RELEASE.pom
> > > > > > > 2K downloaded  (spring-aop-3.1.3.RELEASE.pom)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > >
> > > ramework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > > > > > in repository apache.snapshots.https (
> > > > > > > https://repository.apache.org/content/repositor
> > > > > > > ies/snapshots)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > >
> ework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > > > > > in repository apache.public.https (
> > > > > > > https://repository.apache.org/content/repositories
> > > > > > > /public)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-parent/3.1.3.RE
> > > > > > > LEASE/spring-parent-3.1.3.RELEASE.pom
> > > > > > > 8K downloaded  (spring-parent-3.1.3.RELEASE.pom)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > > ramework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > > > > > > repository apache.snapshots.https (
> > > > > > > https://repository.apache.org/content/repositories
> > > > > > > /snapshots)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > ework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > > > > > > repository apache.public.https (
> > > > > > > https://repository.apache.org/content/repositories/pu
> > > > > > > blic)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.3.RELEA
> > > > > > > SE/spring-asm-3.1.3.RELEASE.pom
> > > > > > > 2K downloaded  (spring-asm-3.1.3.RELEASE.pom)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > >
> > ramework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > > > > > n repository apache.snapshots.https (
> > > > > > > https://repository.apache.org/content/repositori
> > > > > > > es/snapshots)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > ework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > > > > > n repository apache.public.https (
> > > > > > > https://repository.apache.org/content/repositories/
> > > > > > > public)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.3.REL
> > > > > > > EASE/spring-beans-3.1.3.RELEASE.pom
> > > > > > > 2K downloaded  (spring-beans-3.1.3.RELEASE.pom)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > >
> ramework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> > > > > > >  repository apache.snapshots.https (
> > > > > > > https://repository.apache.org/content/repositorie
> > > > > > > s/snapshots)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > ework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> > > > > > >  repository apache.public.https (
> > > > > > > https://repository.apache.org/content/repositories/p
> > > > > > > ublic)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-core/3.1.3.RELE
> > > > > > > ASE/spring-core-3.1.3.RELEASE.pom
> > > > > > > 2K downloaded  (spring-core-3.1.3.RELEASE.pom)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > >
> > > >
> ramework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > > > > > >  in repository apache.snapshots.https (
> > > > > > > https://repository.apache.org/content/reposito
> > > > > > > ries/snapshots)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > >
> > ework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > > > > > >  in repository apache.public.https (
> > > > > > > https://repository.apache.org/content/repositorie
> > > > > > > s/public)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-context/3.1.3.R
> > > > > > > ELEASE/spring-context-3.1.3.RELEASE.pom
> > > > > > > 8K downloaded  (spring-context-3.1.3.RELEASE.pom)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ramework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > > > > > SE' in repository apache.snapshots.https (
> > > > > > > https://repository.apache.org/content/repos
> > > > > > > itories/snapshots)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > >
> > > > >
> > >
> ework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > > > > > SE' in repository apache.public.https (
> > > > > > > https://repository.apache.org/content/reposito
> > > > > > > ries/public)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-expression/3.1.
> > > > > > > 3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > > > > 1K downloaded  (spring-expression-3.1.3.RELEASE.pom)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ramework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.po
> > > > > > > m
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-context-support:pom:3.1.3.
> > > > > > > RELEASE' in repository apache.snapshots.https (
> > > > > > > https://repository.apache.org/content/
> > > > > > > repositories/snapshots)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-context-support:pom:3.1.3.
> > > > > > > RELEASE' in repository apache.public.https (
> > > > > > > https://repository.apache.org/content/rep
> > > > > > > ositories/public)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-context-support
> > > > > > > /3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > > > > > 4K downloaded  (spring-context-support-3.1.3.RELEASE.pom)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > >
> ramework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> > > > > > >  repository apache.snapshots.https (
> > > > > > > https://repository.apache.org/content/repositorie
> > > > > > > s/snapshots)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > ework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> > > > > > >  repository apache.public.https (
> > > > > > > https://repository.apache.org/content/repositories/p
> > > > > > > ublic)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-jdbc/3.1.3.RELE
> > > > > > > ASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > > > > 3K downloaded  (spring-jdbc-3.1.3.RELEASE.pom)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > > ramework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > > > > > > epository apache.snapshots.https (
> > > > > > > https://repository.apache.org/content/repositories/
> > > > > > > snapshots)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > ework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > > > > > > epository apache.public.https (
> > > > > > > https://repository.apache.org/content/repositories/pub
> > > > > > > lic)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-tx/3.1.3.RELEAS
> > > > > > > E/spring-tx-3.1.3.RELEASE.pom
> > > > > > > 3K downloaded  (spring-tx-3.1.3.RELEASE.pom)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > > ramework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > > > > > > repository apache.snapshots.https (
> > > > > > > https://repository.apache.org/content/repositories
> > > > > > > /snapshots)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > ework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > > > > > > repository apache.public.https (
> > > > > > > https://repository.apache.org/content/repositories/pu
> > > > > > > blic)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-orm/3.1.3.RELEA
> > > > > > > SE/spring-orm-3.1.3.RELEASE.pom
> > > > > > > 7K downloaded  (spring-orm-3.1.3.RELEASE.pom)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > > ramework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > > > > > > repository apache.snapshots.https (
> > > > > > > https://repository.apache.org/content/repositories
> > > > > > > /snapshots)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > > ework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > > > > > [INFO] Unable to find resource
> > > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > > > > > > repository apache.public.https (
> > > > > > > https://repository.apache.org/content/repositories/pu
> > > > > > > blic)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-web/3.1.3.RELEA
> > > > > > > SE/spring-web-3.1.3.RELEASE.pom
> > > > > > > 6K downloaded  (spring-web-3.1.3.RELEASE.pom)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/com/sun/jer
> > > > > > > sey/jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > > > > > [INFO] Unable to find resource
> > > 'com.sun.jersey:jersey-bundle:pom:1.4'
> > > > > in
> > > > > > > repository a
> > > > > > > pache.snapshots.https (
> > > > > > > https://repository.apache.org/content/repositories/snapshots)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/com/sun/jersey
> > > > > > > /jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > > > > > [INFO] Unable to find resource
> > > 'com.sun.jersey:jersey-bundle:pom:1.4'
> > > > > in
> > > > > > > repository a
> > > > > > > pache.public.https (
> > > > > > > https://repository.apache.org/content/repositories/public)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.4/jersey-bu
> > > > > > > ndle-1.4.pom
> > > > > > > 19K downloaded  (jersey-bundle-1.4.pom)
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > > > > > y-project/1.4/jersey-project-1.4.pom
> > > > > > > 178b downloaded  (jersey-project-1.4.pom)
> > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on download:
> > local
> > > =
> > > > > > > '81ffbd1712afe8c
> > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > > > > > <head><title>301' - RETRYING
> > > > > > > Downloading:
> > > > > > >
> > > > >
> > >
> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > > > > > y-project/1.4/jersey-project-1.4.pom
> > > > > > > 178b downloaded  (jersey-project-1.4.pom)
> > > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on download:
> > local
> > > =
> > > > > > > '81ffbd1712afe8c
> > > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > > > > > <head><title>301' - IGNORING
> > > > > > > [INFO]
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > > [ERROR] BUILD ERROR
> > > > > > > [INFO]
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > > [INFO] Failed to resolve dependencies for one or more projects
> in
> > > the
> > > > > > > reactor. Reason
> > > > > > > : Unable to get dependency information: Unable to read the
> > metadata
> > > > > file
> > > > > > > for artifact
> > > > > > >  'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > > > > > com.sun.jersey:jersey-projec
> > > > > > > t for project: null:jersey-bundle:jar:null for project
> > > > > > > null:jersey-bundle:jar:null
> > > > > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > > > > >
> > > > > > > from the specified remote repositories:
> > > > > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > > > > >   apache.snapshots.https (
> > > > > > > https://repository.apache.org/content/repositories/snapshot
> > > > > > > s),
> > > > > > >   central (http://repo1.maven.org/maven2),
> > > > > > >   apache.public.https (
> > > > > > > https://repository.apache.org/content/repositories/public)
> > > > > > >
> > > > > > > Path to dependency:
> > > > > > >         1) org.apache.ranger:security-admin-web:war:0.4.0
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Not a v4.0.0 POM. for project com.sun.jersey:jersey-project at
> > > > > > > C:\Users\HomeXPS\.m2\r
> > > > > > >
> > epository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > > > > > > [INFO]
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > > [INFO] For more information, run Maven with the -e switch
> > > > > > > [INFO]
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > > [INFO] Total time: 12 minutes 27 seconds
> > > > > > > [INFO] Finished at: Sat Jan 10 17:03:43 IST 2015
> > > > > > > [INFO] Final Memory: 238M/572M
> > > > > > > [INFO]
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > >
> > > > > > > On Sat, Jan 10, 2015 at 11:51 AM, Gautam Borad <
> gborad@gmail.com
> > >
> > > > > wrote:
> > > > > > >
> > > > > > > > Hi Sitaraman,
> > > > > > > >     Please try compiling with -DskipTests, the problem seem
> to
> > be
> > > > > with
> > > > > > > path
> > > > > > > > issue on Windows.
> > > > > > > >
> > > > > > > > On Fri, Jan 9, 2015 at 2:18 PM, Sitaraman Vilayannur <
> > > > > > > > vrsitaramanietflists@gmail.com> wrote:
> > > > > > > >
> > > > > > > > > Hi,
> > > > > > > > >   I am just starting out on Ranger. When i used the command
> > > > > > > > >  mvn -DskipTests=false clean compile package install
> > > > > > assembly:assembly
> > > > > > > > > to build i get the following error, what am i missing?
> Thanks
> > > > > > > > > Sitaraman
> > > > > > > > >
> > > > > > > > > -------------------------------------------------------
> > > > > > > > >
> > > > > > > > >  T E S T S
> > > > > > > > >
> > > > > > > > > -------------------------------------------------------
> > > > > > > > >
> > > > > > > > > Running
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > > > > > > > >
> > > > > > > > > log4j:WARN No appenders could be found for logger
> > > > > > > > > (org.apache.hadoop.util.Shell).
> > > > > > > > >
> > > > > > > > > log4j:WARN Please initialize the log4j system properly.
> > > > > > > > >
> > > > > > > > > log4j:WARN See
> > > > > http://logging.apache.org/log4j/1.2/faq.html#noconfig
> > > > > > > for
> > > > > > > > > more info.
> > > > > > > > >
> > > > > > > > > java.io.IOException: Bad configuration of
> > > > > > > > > hadoop.security.credential.provider.path at
> > > > > > > > >
> > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > > >
> > > > > > > > > edentialProviderFactory.java:70)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > > > > >
> > > > > > > > > ider(CredentialShell.java:164)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > > > > > > > >
> > > > > > > > > edentialShell.java:323)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > > > > >
> > > > > > > > > 67)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > > >
> > > > > > > > > setup(RangerCredentialProviderTest.java:50)
> > > > > > > > >
> > > > > > > > >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > > > Method)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > > > > >
> > > > > > > > > 39)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > > > > >
> > > > > > > > > pl.java:25)
> > > > > > > > >
> > > > > > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > > > > >
> > > > > > > > > d.java:47)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > > > > >
> > > > > > > > > .java:12)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > > > > >
> > > > > > > > > java:44)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > > > > > > > >
> > > > > > > > > 24)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > > > > > > > >
> > > > > > > > > )
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > > >
> > > > > > > > > ava:70)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > > >
> > > > > > > > > ava:50)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > >
> org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > >
> org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > >
> > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > > > > >
> > > > > > > > >         at
> > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > > > > >
> > > > > > > > > a:264)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > > > > >
> > > > > > > > > der.java:153)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > > > > >
> > > > > > > > > :124)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > > > > >
> > > > > > > > > der(ForkedBooter.java:200)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > > > > >
> > > > > > > > > ter.java:153)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > > > > >
> > > > > > > > > Caused by: java.net.URISyntaxException: Illegal character
> in
> > > > > > authority
> > > > > > > at
> > > > > > > > > index 8: jc
> > > > > > > > >
> > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > > >
> > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > > > > >
> > > > > > > > >         at
> java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > > > > >
> > > > > > > > >         at
> > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > > > > >
> > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > > > > >
> > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > > >
> > > > > > > > > edentialProviderFactory.java:55)
> > > > > > > > >
> > > > > > > > >         ... 28 more
> > > > > > > > >
> > > > > > > > > There are no valid CredentialProviders configured.
> > > > > > > > >
> > > > > > > > > Credential will not be created.
> > > > > > > > >
> > > > > > > > > Consider using the -provider option to indicate the
> provider
> > to
> > > > > use.
> > > > > > > > >
> > > > > > > > > java.io.IOException: Bad configuration of
> > > > > > > > > hadoop.security.credential.provider.path at
> > > > > > > > >
> > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > > >
> > > > > > > > > edentialProviderFactory.java:70)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > > > > >
> > > > > > > > > ider(CredentialShell.java:164)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > > > > > > > >
> > > > > > > > > edentialShell.java:254)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > > > > >
> > > > > > > > > 67)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > > >
> > > > > > > > > teardown(RangerCredentialProviderTest.java:85)
> > > > > > > > >
> > > > > > > > >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > > > Method)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > > > > >
> > > > > > > > > 39)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > > > > >
> > > > > > > > > pl.java:25)
> > > > > > > > >
> > > > > > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > > > > >
> > > > > > > > > d.java:47)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > > > > >
> > > > > > > > > .java:12)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > > > > >
> > > > > > > > > java:44)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > > > > > > > >
> > > > > > > > > )
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > > >
> > > > > > > > > ava:70)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > > >
> > > > > > > > > ava:50)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > >
> org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > >
> org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > >
> > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > > > > >
> > > > > > > > >         at
> > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > > > > >
> > > > > > > > > a:264)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > > > > >
> > > > > > > > > der.java:153)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > > > > >
> > > > > > > > > :124)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > > > > >
> > > > > > > > > der(ForkedBooter.java:200)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > > > > >
> > > > > > > > > ter.java:153)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > > > > >
> > > > > > > > > Caused by: java.net.URISyntaxException: Illegal character
> in
> > > > > > authority
> > > > > > > at
> > > > > > > > > index 8: jc
> > > > > > > > >
> > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > > >
> > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > > > > >
> > > > > > > > >         at
> java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > > > > >
> > > > > > > > >         at
> > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > > > > >
> > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > > > > >
> > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > > >
> > > > > > > > > edentialProviderFactory.java:55)
> > > > > > > > >
> > > > > > > > >         ... 27 more
> > > > > > > > >
> > > > > > > > > There are no valid CredentialProviders configured.
> > > > > > > > >
> > > > > > > > > Nothing will be deleted.
> > > > > > > > >
> > > > > > > > > Consider using the -provider option to indicate the
> provider
> > to
> > > > > use.
> > > > > > > > >
> > > > > > > > > java.io.IOException: Bad configuration of
> > > > > > > > > hadoop.security.credential.provider.path at
> > > > > > > > >
> > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > > >
> > > > > > > > > edentialProviderFactory.java:70)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > > > > >
> > > > > > > > > ider(CredentialShell.java:164)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > > > > > > > >
> > > > > > > > > edentialShell.java:323)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > > > > >
> > > > > > > > > 67)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > > >
> > > > > > > > > setup(RangerCredentialProviderTest.java:50)
> > > > > > > > >
> > > > > > > > >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > > > Method)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > > > > >
> > > > > > > > > 39)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > > > > >
> > > > > > > > > pl.java:25)
> > > > > > > > >
> > > > > > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > > > > >
> > > > > > > > > d.java:47)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > > > > >
> > > > > > > > > .java:12)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > > > > >
> > > > > > > > > java:44)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > > > > > > > >
> > > > > > > > > 24)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > > > > > > > >
> > > > > > > > > )
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > > >
> > > > > > > > > ava:70)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > > >
> > > > > > > > > ava:50)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > >
> org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > >
> org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > >
> > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > > > > >
> > > > > > > > >         at
> > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > > > > >
> > > > > > > > > a:264)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > > > > >
> > > > > > > > > der.java:153)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > > > > >
> > > > > > > > > :124)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > > > > >
> > > > > > > > > der(ForkedBooter.java:200)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > > > > >
> > > > > > > > > ter.java:153)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > > > > >
> > > > > > > > > Caused by: java.net.URISyntaxException: Illegal character
> in
> > > > > > authority
> > > > > > > at
> > > > > > > > > index 8: jc
> > > > > > > > >
> > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > > >
> > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > > > > >
> > > > > > > > >         at
> java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > > > > >
> > > > > > > > >         at
> > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > > > > >
> > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > > > > >
> > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > > >
> > > > > > > > > edentialProviderFactory.java:55)
> > > > > > > > >
> > > > > > > > >         ... 28 more
> > > > > > > > >
> > > > > > > > > There are no valid CredentialProviders configured.
> > > > > > > > >
> > > > > > > > > Credential will not be created.
> > > > > > > > >
> > > > > > > > > Consider using the -provider option to indicate the
> provider
> > to
> > > > > use.
> > > > > > > > >
> > > > > > > > > java.io.IOException: Bad configuration of
> > > > > > > > > hadoop.security.credential.provider.path at
> > > > > > > > >
> > > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > > >
> > > > > > > > > edentialProviderFactory.java:70)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > > > > >
> > > > > > > > > ider(CredentialShell.java:164)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > > > > > > > >
> > > > > > > > > edentialShell.java:254)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > > > > >
> > > > > > > > > 67)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > > >
> > > > > > > > > teardown(RangerCredentialProviderTest.java:85)
> > > > > > > > >
> > > > > > > > >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > > > Method)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > > > > >
> > > > > > > > > 39)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > > > > >
> > > > > > > > > pl.java:25)
> > > > > > > > >
> > > > > > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > > > > >
> > > > > > > > > d.java:47)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > > > > >
> > > > > > > > > .java:12)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > > > > >
> > > > > > > > > java:44)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > > > > > > > >
> > > > > > > > > )
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > > >
> > > > > > > > > ava:70)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > > >
> > > > > > > > > ava:50)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > >
> org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > >
> org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > >
> > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > > > > >
> > > > > > > > >         at
> > > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > > > > >
> > > > > > > > > a:264)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > > > > >
> > > > > > > > > der.java:153)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > > > > >
> > > > > > > > > :124)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > > > > >
> > > > > > > > > der(ForkedBooter.java:200)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > > > > >
> > > > > > > > > ter.java:153)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > > > > >
> > > > > > > > > Caused by: java.net.URISyntaxException: Illegal character
> in
> > > > > > authority
> > > > > > > at
> > > > > > > > > index 8: jc
> > > > > > > > >
> > > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > > >
> > > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > > > > >
> > > > > > > > >         at
> java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > > > > >
> > > > > > > > >         at
> > java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > > > > >
> > > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > > > > >
> > > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > > >
> > > > > > > > > edentialProviderFactory.java:55)
> > > > > > > > >
> > > > > > > > >         ... 27 more
> > > > > > > > >
> > > > > > > > > There are no valid CredentialProviders configured.
> > > > > > > > >
> > > > > > > > > Nothing will be deleted.
> > > > > > > > >
> > > > > > > > > Consider using the -provider option to indicate the
> provider
> > to
> > > > > use.
> > > > > > > > >
> > > > > > > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time
> > elapsed:
> > > > > 0.823
> > > > > > > sec
> > > > > > > > > <<< FAILURE
> > > > > > > > >
> > > > > > > > > ! - in
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> > > > > > > > >
> > > > > > > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> > > > > > > > >
> > > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > > >
> > > > > > > > > setup(RangerCredentialProviderTest.java:54)
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> > > > > > > > >
> > > > > > > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> > > > > > > > >
> > > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > > >
> > > > > > > > > teardown(RangerCredentialProviderTest.java:89)
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> > > > > > > > >
> > > > > > > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> > > > > > > > >
> > > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > > >
> > > > > > > > > setup(RangerCredentialProviderTest.java:54)
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> > > > > > > > >
> > > > > > > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> > > > > > > > >
> > > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > > > > >
> > > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > > > > >
> > > > > > > > >         at
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > > >
> > > > > > > > > teardown(RangerCredentialProviderTest.java:89)
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Results :
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Failed tests:
> > > > > > > > >
> > > > > > > > >   RangerCredentialProviderTest.setup:54 expected:<0> but
> > > was:<1>
> > > > > > > > >
> > > > > > > > >   RangerCredentialProviderTest.teardown:89 expected:<0> but
> > > > was:<1>
> > > > > > > > >
> > > > > > > > >   RangerCredentialProviderTest.setup:54 expected:<0> but
> > > was:<1>
> > > > > > > > >
> > > > > > > > >   RangerCredentialProviderTest.teardown:89 expected:<0> but
> > > > was:<1>
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > [INFO]
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > > > >
> > > > > > > > > [ERROR] BUILD FAILURE
> > > > > > > > >
> > > > > > > > > [INFO]
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > > > >
> > > > > > > > > [INFO] There are test failures.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Please refer to
> > > > > > > > >
> > > > >
> F:\Consulting\DataGuise\Software\ApacheRanger\incubator-ranger-master
> > > > > > > > >
> > > > > > > > >
> \incubator-ranger-master\agents-cred\target\surefire-reports
> > > for
> > > > > the
> > > > > > > > > individual test
> > > > > > > > >
> > > > > > > > > results.
> > > > > > > > >
> > > > > > > > > [INFO]
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > > > >
> > > > > > > > > [INFO] For more information, run Maven with the -e switch
> > > > > > > > >
> > > > > > > > > [INFO]
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > > > >
> > > > > > > > > [INFO] Total time: 15 minutes 7 seconds
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Regards,
> > > > > > > > Gautam.
> > > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Regards,
> > > > > > Gautam.
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Regards,
> > > > Gautam.
> > > >
> > >
> >
> >
> >
> > --
> > Regards,
> > Gautam.
> >
>



-- 
Thanks & Regards,
Ashish Singh

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Error while building.

Posted by Sitaraman Vilayannur <vr...@gmail.com>.
Hi Gautam,
 Git branch says it is master.  with mvn -U i get the following
output...thanks.
Sitaraman
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   ranger
[INFO]   Credential Support
[INFO]   Audit Component
[INFO]   Common library for Plugins
[INFO]   Hdfs Security Plugin
[INFO]   Hive Security Agent
[INFO]   HBaseSecurityAgents
[INFO]   Knox Security Plugin
[INFO]   Credential Builder
[INFO]   Storm Security Plugin
[INFO]   Agent Implementation Libary
[INFO]   Installer Support Component
[INFO]   Embeded Web Server Invoker
[INFO]   Resource Lookup API Implementation
[INFO]   Unix Authentication Client
[INFO]   Security Admin Web Application
[INFO]   Unix User Group Synchronizer
[INFO]   Unix Authentication Service
[INFO] Searching repository for plugin with prefix: 'assembly'.
[INFO] org.apache.maven.plugins: checking for updates from central
[WARNING] repository metadata for: 'org.apache.maven.plugins' could not be
retrieved from repository: central due to an error: Error copying temporary
file to the final destination:
C:\Users\HomeXPS\.m2\repository\org\apache\maven\plugins\maven-metadata-central.xml
(Access is denied)
[INFO] Repository 'central' will be blacklisted
[INFO]
------------------------------------------------------------------------
[INFO] Building ranger
[INFO]    task-segment: [clean, compile, package, install]
[INFO]
------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting
F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target
[INFO] [remote-resources:process {execution: default}]
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] [remote-resources:process {execution: default}]
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [apache-rat:check {execution: default}]
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] Exclude: **/robots.txt
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/bootstrap.min.js
[INFO] Exclude: **/src/main/webapp/fonts/**
[INFO] Exclude: **/src/main/webapp/libs/**
[INFO] Exclude: .git/**
[INFO] Exclude: .pc/**
[INFO] Exclude: debian/**
[INFO] Exclude: .gitignore/**
[INFO] Exclude: .svn/**
[INFO] Exclude: .idea/**
[INFO] Exclude: dev-support/**
[INFO] Exclude: **/.gitignore/**
[INFO] Exclude: **/.project/**
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/target/**
[INFO] Exclude: **/bin/**
[INFO] Exclude: **/CHANGES
[INFO] Exclude: **/ISSUES
[INFO] Exclude: **/patchprocess/**
[INFO] Exclude: **/test/resources/**
[INFO] Exclude: **/main/resources/**/*.json
[INFO] Exclude: **/.externalToolBuilders/*
[INFO] Exclude: *.patch
[INFO] Exclude: atlassian-ide-plugin.xml
[INFO] 803 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 1 unknown: 1 generated: 0
approved: 766 licence.
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Too many files with unapproved license: 1 See RAT report in:
F:\Consulting\DataGuise\Software\ApacheRanger\Git\incubator-ranger\target\rat.txt
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Sun Jan 11 21:03:16 IST 2015
[INFO] Final Memory: 45M/488M
[INFO]
------------------------------------------------------------------------



On Sun, Jan 11, 2015 at 7:09 PM, Gautam Borad <gb...@gmail.com> wrote:

> Sitaraman, you can check the branch with the help of following git command
> : git branch
> I just did a git pull of master branch which is at *ef152319* currently and
> was able to successfully build Ranger.
>
> Can you try again with the -U option to maven and post the entire output of
> the command for us to inspect? Thanks.
>
> On Sat, Jan 10, 2015 at 6:39 PM, Sitaraman Vilayannur <
> vrsitaramanietflists@gmail.com> wrote:
>
> > Hi Gautam,
> >  I used the git command line as given in
> > http://ranger.incubator.apache.org/quick_start_guide.html to checkout
> from
> > the git repository...i.e git clone git://
> > git.apache.org/incubator-ranger.git
> > how do i find out which branch it is?
> > Sitaraman
> >
> > On Sat, Jan 10, 2015 at 6:32 PM, Gautam Borad <gb...@gmail.com> wrote:
> >
> > > Sitaraman, Which tool did you use to checkout the codebase? Can you let
> > me
> > > know the branch that you are trying to compile?
> > >
> > > On Sat, Jan 10, 2015 at 6:29 PM, Sitaraman Vilayannur <
> > > vrsitaramanietflists@gmail.com> wrote:
> > >
> > > > Hi Gautam,
> > > >    I am not behind a proxy.  Which other network configurations
> should
> > i
> > > be
> > > > checking. I got the code via a git clone git://
> > > > git.apache.org/incubator-ranger.git. Thanks for your continued help.
> > > > Sitaraman
> > > >
> > > > On Sat, Jan 10, 2015 at 6:15 PM, Gautam Borad <gb...@gmail.com>
> > wrote:
> > > >
> > > > > Sitaraman, this is most likely a network issue. Can you check your
> > > proxy
> > > > > and network configuration? Also can you let me know which branch
> are
> > > you
> > > > > trying to compile?
> > > > >
> > > > > Thanks.
> > > > >
> > > > > On Sat, Jan 10, 2015 at 5:11 PM, Sitaraman Vilayannur <
> > > > > vrsitaramanietflists@gmail.com> wrote:
> > > > >
> > > > > > Hi Gautam,
> > > > > >  Thanks for your response.
> > > > > >  Tried with -DskipTests=true and i am getting the following
> error.
> > > > > >
> > > > > > Downloading:
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/net/htmlparser/jericho/jericho-html/3.3/je
> > > > > > richo-html-3.3.pom
> > > > > > 2K downloaded  (jericho-html-3.3.pom)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > ramework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > > > > > repository apache.snapshots.https (
> > > > > > https://repository.apache.org/content/repositories
> > > > > > /snapshots)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > ework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > > > > > repository apache.public.https (
> > > > > > https://repository.apache.org/content/repositories/pu
> > > > > > blic)
> > > > > > Downloading:
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.3.RELEA
> > > > > > SE/spring-aop-3.1.3.RELEASE.pom
> > > > > > 2K downloaded  (spring-aop-3.1.3.RELEASE.pom)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > >
> > ramework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > > > > in repository apache.snapshots.https (
> > > > > > https://repository.apache.org/content/repositor
> > > > > > ies/snapshots)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > ework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > > > > in repository apache.public.https (
> > > > > > https://repository.apache.org/content/repositories
> > > > > > /public)
> > > > > > Downloading:
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-parent/3.1.3.RE
> > > > > > LEASE/spring-parent-3.1.3.RELEASE.pom
> > > > > > 8K downloaded  (spring-parent-3.1.3.RELEASE.pom)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > ramework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > > > > > repository apache.snapshots.https (
> > > > > > https://repository.apache.org/content/repositories
> > > > > > /snapshots)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > ework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > > > > > repository apache.public.https (
> > > > > > https://repository.apache.org/content/repositories/pu
> > > > > > blic)
> > > > > > Downloading:
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.3.RELEA
> > > > > > SE/spring-asm-3.1.3.RELEASE.pom
> > > > > > 2K downloaded  (spring-asm-3.1.3.RELEASE.pom)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > >
> ramework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > > > > n repository apache.snapshots.https (
> > > > > > https://repository.apache.org/content/repositori
> > > > > > es/snapshots)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > ework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > > > > n repository apache.public.https (
> > > > > > https://repository.apache.org/content/repositories/
> > > > > > public)
> > > > > > Downloading:
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.3.REL
> > > > > > EASE/spring-beans-3.1.3.RELEASE.pom
> > > > > > 2K downloaded  (spring-beans-3.1.3.RELEASE.pom)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > ramework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> > > > > >  repository apache.snapshots.https (
> > > > > > https://repository.apache.org/content/repositorie
> > > > > > s/snapshots)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > ework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> > > > > >  repository apache.public.https (
> > > > > > https://repository.apache.org/content/repositories/p
> > > > > > ublic)
> > > > > > Downloading:
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-core/3.1.3.RELE
> > > > > > ASE/spring-core-3.1.3.RELEASE.pom
> > > > > > 2K downloaded  (spring-core-3.1.3.RELEASE.pom)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > >
> > > ramework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > > > > >  in repository apache.snapshots.https (
> > > > > > https://repository.apache.org/content/reposito
> > > > > > ries/snapshots)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > >
> ework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > > > > >  in repository apache.public.https (
> > > > > > https://repository.apache.org/content/repositorie
> > > > > > s/public)
> > > > > > Downloading:
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-context/3.1.3.R
> > > > > > ELEASE/spring-context-3.1.3.RELEASE.pom
> > > > > > 8K downloaded  (spring-context-3.1.3.RELEASE.pom)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ramework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > > > > SE' in repository apache.snapshots.https (
> > > > > > https://repository.apache.org/content/repos
> > > > > > itories/snapshots)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > >
> > > >
> > ework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > > > > SE' in repository apache.public.https (
> > > > > > https://repository.apache.org/content/reposito
> > > > > > ries/public)
> > > > > > Downloading:
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-expression/3.1.
> > > > > > 3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > > > 1K downloaded  (spring-expression-3.1.3.RELEASE.pom)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ramework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.po
> > > > > > m
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-context-support:pom:3.1.3.
> > > > > > RELEASE' in repository apache.snapshots.https (
> > > > > > https://repository.apache.org/content/
> > > > > > repositories/snapshots)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-context-support:pom:3.1.3.
> > > > > > RELEASE' in repository apache.public.https (
> > > > > > https://repository.apache.org/content/rep
> > > > > > ositories/public)
> > > > > > Downloading:
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-context-support
> > > > > > /3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > > > > 4K downloaded  (spring-context-support-3.1.3.RELEASE.pom)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > ramework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> > > > > >  repository apache.snapshots.https (
> > > > > > https://repository.apache.org/content/repositorie
> > > > > > s/snapshots)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > ework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> > > > > >  repository apache.public.https (
> > > > > > https://repository.apache.org/content/repositories/p
> > > > > > ublic)
> > > > > > Downloading:
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-jdbc/3.1.3.RELE
> > > > > > ASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > > > 3K downloaded  (spring-jdbc-3.1.3.RELEASE.pom)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > ramework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > > > > > epository apache.snapshots.https (
> > > > > > https://repository.apache.org/content/repositories/
> > > > > > snapshots)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > ework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > > > > > epository apache.public.https (
> > > > > > https://repository.apache.org/content/repositories/pub
> > > > > > lic)
> > > > > > Downloading:
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-tx/3.1.3.RELEAS
> > > > > > E/spring-tx-3.1.3.RELEASE.pom
> > > > > > 3K downloaded  (spring-tx-3.1.3.RELEASE.pom)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > ramework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > > > > > repository apache.snapshots.https (
> > > > > > https://repository.apache.org/content/repositories
> > > > > > /snapshots)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > ework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > > > > > repository apache.public.https (
> > > > > > https://repository.apache.org/content/repositories/pu
> > > > > > blic)
> > > > > > Downloading:
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-orm/3.1.3.RELEA
> > > > > > SE/spring-orm-3.1.3.RELEASE.pom
> > > > > > 7K downloaded  (spring-orm-3.1.3.RELEASE.pom)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > > ramework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > > > > > repository apache.snapshots.https (
> > > > > > https://repository.apache.org/content/repositories
> > > > > > /snapshots)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > > > ework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > > > > [INFO] Unable to find resource
> > > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > > > > > repository apache.public.https (
> > > > > > https://repository.apache.org/content/repositories/pu
> > > > > > blic)
> > > > > > Downloading:
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-web/3.1.3.RELEA
> > > > > > SE/spring-web-3.1.3.RELEASE.pom
> > > > > > 6K downloaded  (spring-web-3.1.3.RELEASE.pom)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/snapshots/com/sun/jer
> > > > > > sey/jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > > > > [INFO] Unable to find resource
> > 'com.sun.jersey:jersey-bundle:pom:1.4'
> > > > in
> > > > > > repository a
> > > > > > pache.snapshots.https (
> > > > > > https://repository.apache.org/content/repositories/snapshots)
> > > > > > Downloading:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/public/com/sun/jersey
> > > > > > /jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > > > > [INFO] Unable to find resource
> > 'com.sun.jersey:jersey-bundle:pom:1.4'
> > > > in
> > > > > > repository a
> > > > > > pache.public.https (
> > > > > > https://repository.apache.org/content/repositories/public)
> > > > > > Downloading:
> > > > > >
> > > >
> > http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.4/jersey-bu
> > > > > > ndle-1.4.pom
> > > > > > 19K downloaded  (jersey-bundle-1.4.pom)
> > > > > > Downloading:
> > > > > >
> > > >
> > http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > > > > y-project/1.4/jersey-project-1.4.pom
> > > > > > 178b downloaded  (jersey-project-1.4.pom)
> > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on download:
> local
> > =
> > > > > > '81ffbd1712afe8c
> > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > > > > <head><title>301' - RETRYING
> > > > > > Downloading:
> > > > > >
> > > >
> > http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > > > > y-project/1.4/jersey-project-1.4.pom
> > > > > > 178b downloaded  (jersey-project-1.4.pom)
> > > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on download:
> local
> > =
> > > > > > '81ffbd1712afe8c
> > > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > > > > <head><title>301' - IGNORING
> > > > > > [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > [ERROR] BUILD ERROR
> > > > > > [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > [INFO] Failed to resolve dependencies for one or more projects in
> > the
> > > > > > reactor. Reason
> > > > > > : Unable to get dependency information: Unable to read the
> metadata
> > > > file
> > > > > > for artifact
> > > > > >  'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > > > > com.sun.jersey:jersey-projec
> > > > > > t for project: null:jersey-bundle:jar:null for project
> > > > > > null:jersey-bundle:jar:null
> > > > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > > > >
> > > > > > from the specified remote repositories:
> > > > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > > > >   apache.snapshots.https (
> > > > > > https://repository.apache.org/content/repositories/snapshot
> > > > > > s),
> > > > > >   central (http://repo1.maven.org/maven2),
> > > > > >   apache.public.https (
> > > > > > https://repository.apache.org/content/repositories/public)
> > > > > >
> > > > > > Path to dependency:
> > > > > >         1) org.apache.ranger:security-admin-web:war:0.4.0
> > > > > >
> > > > > >
> > > > > >
> > > > > > Not a v4.0.0 POM. for project com.sun.jersey:jersey-project at
> > > > > > C:\Users\HomeXPS\.m2\r
> > > > > >
> epository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > > > > > [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > [INFO] For more information, run Maven with the -e switch
> > > > > > [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > [INFO] Total time: 12 minutes 27 seconds
> > > > > > [INFO] Finished at: Sat Jan 10 17:03:43 IST 2015
> > > > > > [INFO] Final Memory: 238M/572M
> > > > > > [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > >
> > > > > > On Sat, Jan 10, 2015 at 11:51 AM, Gautam Borad <gborad@gmail.com
> >
> > > > wrote:
> > > > > >
> > > > > > > Hi Sitaraman,
> > > > > > >     Please try compiling with -DskipTests, the problem seem to
> be
> > > > with
> > > > > > path
> > > > > > > issue on Windows.
> > > > > > >
> > > > > > > On Fri, Jan 9, 2015 at 2:18 PM, Sitaraman Vilayannur <
> > > > > > > vrsitaramanietflists@gmail.com> wrote:
> > > > > > >
> > > > > > > > Hi,
> > > > > > > >   I am just starting out on Ranger. When i used the command
> > > > > > > >  mvn -DskipTests=false clean compile package install
> > > > > assembly:assembly
> > > > > > > > to build i get the following error, what am i missing? Thanks
> > > > > > > > Sitaraman
> > > > > > > >
> > > > > > > > -------------------------------------------------------
> > > > > > > >
> > > > > > > >  T E S T S
> > > > > > > >
> > > > > > > > -------------------------------------------------------
> > > > > > > >
> > > > > > > > Running
> > > > > > > >
> > > > > >
> > > >
> > org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > > > > > > >
> > > > > > > > log4j:WARN No appenders could be found for logger
> > > > > > > > (org.apache.hadoop.util.Shell).
> > > > > > > >
> > > > > > > > log4j:WARN Please initialize the log4j system properly.
> > > > > > > >
> > > > > > > > log4j:WARN See
> > > > http://logging.apache.org/log4j/1.2/faq.html#noconfig
> > > > > > for
> > > > > > > > more info.
> > > > > > > >
> > > > > > > > java.io.IOException: Bad configuration of
> > > > > > > > hadoop.security.credential.provider.path at
> > > > > > > >
> > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > >
> > > > > > > > edentialProviderFactory.java:70)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > > > >
> > > > > > > > ider(CredentialShell.java:164)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > > > > > > >
> > > > > > > > edentialShell.java:323)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > > > >
> > > > > > > > 67)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > >
> > > > > > > > setup(RangerCredentialProviderTest.java:50)
> > > > > > > >
> > > > > > > >         at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > > Method)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > > > >
> > > > > > > > 39)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > > > >
> > > > > > > > pl.java:25)
> > > > > > > >
> > > > > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > > > >
> > > > > > > > d.java:47)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > > > >
> > > > > > > > .java:12)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > > > >
> > > > > > > > java:44)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > > > > > > >
> > > > > > > > 24)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > > > > > > >
> > > > > > > > )
> > > > > > > >
> > > > > > > >         at
> > > > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > >
> > > > > > > > ava:70)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > >
> > > > > > > > ava:50)
> > > > > > > >
> > > > > > > >         at
> > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > > > >
> > > > > > > >         at
> > > > > > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > > > >
> > > > > > > >         at
> > > > > > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > > > >
> > > > > > > >         at
> > > > > > >
> org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > > > >
> > > > > > > >         at
> > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > > > >
> > > > > > > > a:264)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > > > >
> > > > > > > > der.java:153)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > > > >
> > > > > > > > :124)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > > > >
> > > > > > > > der(ForkedBooter.java:200)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > > > >
> > > > > > > > ter.java:153)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > >
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > > > >
> > > > > > > > Caused by: java.net.URISyntaxException: Illegal character in
> > > > > authority
> > > > > > at
> > > > > > > > index 8: jc
> > > > > > > >
> > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > >
> > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > > > >
> > > > > > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > > > >
> > > > > > > >         at
> java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > > > >
> > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > > > >
> > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > >
> > > > > > > > edentialProviderFactory.java:55)
> > > > > > > >
> > > > > > > >         ... 28 more
> > > > > > > >
> > > > > > > > There are no valid CredentialProviders configured.
> > > > > > > >
> > > > > > > > Credential will not be created.
> > > > > > > >
> > > > > > > > Consider using the -provider option to indicate the provider
> to
> > > > use.
> > > > > > > >
> > > > > > > > java.io.IOException: Bad configuration of
> > > > > > > > hadoop.security.credential.provider.path at
> > > > > > > >
> > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > >
> > > > > > > > edentialProviderFactory.java:70)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > > > >
> > > > > > > > ider(CredentialShell.java:164)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > > > > > > >
> > > > > > > > edentialShell.java:254)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > > > >
> > > > > > > > 67)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > >
> > > > > > > > teardown(RangerCredentialProviderTest.java:85)
> > > > > > > >
> > > > > > > >         at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > > Method)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > > > >
> > > > > > > > 39)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > > > >
> > > > > > > > pl.java:25)
> > > > > > > >
> > > > > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > > > >
> > > > > > > > d.java:47)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > > > >
> > > > > > > > .java:12)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > > > >
> > > > > > > > java:44)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > > > > > > >
> > > > > > > > )
> > > > > > > >
> > > > > > > >         at
> > > > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > >
> > > > > > > > ava:70)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > >
> > > > > > > > ava:50)
> > > > > > > >
> > > > > > > >         at
> > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > > > >
> > > > > > > >         at
> > > > > > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > > > >
> > > > > > > >         at
> > > > > > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > > > >
> > > > > > > >         at
> > > > > > >
> org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > > > >
> > > > > > > >         at
> > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > > > >
> > > > > > > > a:264)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > > > >
> > > > > > > > der.java:153)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > > > >
> > > > > > > > :124)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > > > >
> > > > > > > > der(ForkedBooter.java:200)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > > > >
> > > > > > > > ter.java:153)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > >
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > > > >
> > > > > > > > Caused by: java.net.URISyntaxException: Illegal character in
> > > > > authority
> > > > > > at
> > > > > > > > index 8: jc
> > > > > > > >
> > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > >
> > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > > > >
> > > > > > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > > > >
> > > > > > > >         at
> java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > > > >
> > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > > > >
> > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > >
> > > > > > > > edentialProviderFactory.java:55)
> > > > > > > >
> > > > > > > >         ... 27 more
> > > > > > > >
> > > > > > > > There are no valid CredentialProviders configured.
> > > > > > > >
> > > > > > > > Nothing will be deleted.
> > > > > > > >
> > > > > > > > Consider using the -provider option to indicate the provider
> to
> > > > use.
> > > > > > > >
> > > > > > > > java.io.IOException: Bad configuration of
> > > > > > > > hadoop.security.credential.provider.path at
> > > > > > > >
> > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > >
> > > > > > > > edentialProviderFactory.java:70)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > > > >
> > > > > > > > ider(CredentialShell.java:164)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > > > > > > >
> > > > > > > > edentialShell.java:323)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > > > >
> > > > > > > > 67)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > >
> > > > > > > > setup(RangerCredentialProviderTest.java:50)
> > > > > > > >
> > > > > > > >         at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > > Method)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > > > >
> > > > > > > > 39)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > > > >
> > > > > > > > pl.java:25)
> > > > > > > >
> > > > > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > > > >
> > > > > > > > d.java:47)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > > > >
> > > > > > > > .java:12)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > > > >
> > > > > > > > java:44)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > > > > > > >
> > > > > > > > 24)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > > > > > > >
> > > > > > > > )
> > > > > > > >
> > > > > > > >         at
> > > > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > >
> > > > > > > > ava:70)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > >
> > > > > > > > ava:50)
> > > > > > > >
> > > > > > > >         at
> > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > > > >
> > > > > > > >         at
> > > > > > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > > > >
> > > > > > > >         at
> > > > > > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > > > >
> > > > > > > >         at
> > > > > > >
> org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > > > >
> > > > > > > >         at
> > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > > > >
> > > > > > > > a:264)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > > > >
> > > > > > > > der.java:153)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > > > >
> > > > > > > > :124)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > > > >
> > > > > > > > der(ForkedBooter.java:200)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > > > >
> > > > > > > > ter.java:153)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > >
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > > > >
> > > > > > > > Caused by: java.net.URISyntaxException: Illegal character in
> > > > > authority
> > > > > > at
> > > > > > > > index 8: jc
> > > > > > > >
> > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > >
> > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > > > >
> > > > > > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > > > >
> > > > > > > >         at
> java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > > > >
> > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > > > >
> > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > >
> > > > > > > > edentialProviderFactory.java:55)
> > > > > > > >
> > > > > > > >         ... 28 more
> > > > > > > >
> > > > > > > > There are no valid CredentialProviders configured.
> > > > > > > >
> > > > > > > > Credential will not be created.
> > > > > > > >
> > > > > > > > Consider using the -provider option to indicate the provider
> to
> > > > use.
> > > > > > > >
> > > > > > > > java.io.IOException: Bad configuration of
> > > > > > > > hadoop.security.credential.provider.path at
> > > > > > > >
> > > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > >
> > > > > > > > edentialProviderFactory.java:70)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > > > >
> > > > > > > > ider(CredentialShell.java:164)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > > > > > > >
> > > > > > > > edentialShell.java:254)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > > > >
> > > > > > > > 67)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > >
> > > > > > > > teardown(RangerCredentialProviderTest.java:85)
> > > > > > > >
> > > > > > > >         at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > > Method)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > > > >
> > > > > > > > 39)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > > > >
> > > > > > > > pl.java:25)
> > > > > > > >
> > > > > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > > > >
> > > > > > > > d.java:47)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > > > >
> > > > > > > > .java:12)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > > > >
> > > > > > > > java:44)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > > > > > > >
> > > > > > > > )
> > > > > > > >
> > > > > > > >         at
> > > > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > >
> > > > > > > > ava:70)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > > >
> > > > > > > > ava:50)
> > > > > > > >
> > > > > > > >         at
> > > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > > > >
> > > > > > > >         at
> > > > > > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > > > >
> > > > > > > >         at
> > > > > > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > > > >
> > > > > > > >         at
> > > > > > >
> org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > > > >
> > > > > > > >         at
> > > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > > > >
> > > > > > > > a:264)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > > > >
> > > > > > > > der.java:153)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > > > >
> > > > > > > > :124)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > > > >
> > > > > > > > der(ForkedBooter.java:200)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > > > >
> > > > > > > > ter.java:153)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > >
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > > > >
> > > > > > > > Caused by: java.net.URISyntaxException: Illegal character in
> > > > > authority
> > > > > > at
> > > > > > > > index 8: jc
> > > > > > > >
> > > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > > >
> > > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > > > >
> > > > > > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > > > >
> > > > > > > >         at
> java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > > > >
> > > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > > > >
> > > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > > >
> > > > > > > > edentialProviderFactory.java:55)
> > > > > > > >
> > > > > > > >         ... 27 more
> > > > > > > >
> > > > > > > > There are no valid CredentialProviders configured.
> > > > > > > >
> > > > > > > > Nothing will be deleted.
> > > > > > > >
> > > > > > > > Consider using the -provider option to indicate the provider
> to
> > > > use.
> > > > > > > >
> > > > > > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time
> elapsed:
> > > > 0.823
> > > > > > sec
> > > > > > > > <<< FAILURE
> > > > > > > >
> > > > > > > > ! - in
> > > > > > > >
> > > > > >
> > > >
> > org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> > > > > > > >
> > > > > > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> > > > > > > >
> > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > > > >
> > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > > > >
> > > > > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > > > >
> > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > > > >
> > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > > > >
> > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > >
> > > > > > > > setup(RangerCredentialProviderTest.java:54)
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> > > > > > > >
> > > > > > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> > > > > > > >
> > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > > > >
> > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > > > >
> > > > > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > > > >
> > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > > > >
> > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > > > >
> > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > >
> > > > > > > > teardown(RangerCredentialProviderTest.java:89)
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> > > > > > > >
> > > > > > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> > > > > > > >
> > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > > > >
> > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > > > >
> > > > > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > > > >
> > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > > > >
> > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > > > >
> > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > >
> > > > > > > > setup(RangerCredentialProviderTest.java:54)
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> > > > > > > >
> > > > > > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> > > > > > > >
> > > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > > > >
> > > > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > > > >
> > > > > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > > > >
> > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > > > >
> > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > > > >
> > > > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > > > >
> > > > > > > >         at
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > > >
> > > > > > > > teardown(RangerCredentialProviderTest.java:89)
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Results :
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Failed tests:
> > > > > > > >
> > > > > > > >   RangerCredentialProviderTest.setup:54 expected:<0> but
> > was:<1>
> > > > > > > >
> > > > > > > >   RangerCredentialProviderTest.teardown:89 expected:<0> but
> > > was:<1>
> > > > > > > >
> > > > > > > >   RangerCredentialProviderTest.setup:54 expected:<0> but
> > was:<1>
> > > > > > > >
> > > > > > > >   RangerCredentialProviderTest.teardown:89 expected:<0> but
> > > was:<1>
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > >
> > > > > > > > [ERROR] BUILD FAILURE
> > > > > > > >
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > >
> > > > > > > > [INFO] There are test failures.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Please refer to
> > > > > > > >
> > > > F:\Consulting\DataGuise\Software\ApacheRanger\incubator-ranger-master
> > > > > > > >
> > > > > > > > \incubator-ranger-master\agents-cred\target\surefire-reports
> > for
> > > > the
> > > > > > > > individual test
> > > > > > > >
> > > > > > > > results.
> > > > > > > >
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > >
> > > > > > > > [INFO] For more information, run Maven with the -e switch
> > > > > > > >
> > > > > > > > [INFO]
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > >
> > > > > > > > [INFO] Total time: 15 minutes 7 seconds
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Regards,
> > > > > > > Gautam.
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Regards,
> > > > > Gautam.
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Regards,
> > > Gautam.
> > >
> >
>
>
>
> --
> Regards,
> Gautam.
>

Re: Error while building.

Posted by Gautam Borad <gb...@gmail.com>.
Sitaraman, you can check the branch with the help of following git command
: git branch
I just did a git pull of master branch which is at *ef152319* currently and
was able to successfully build Ranger.

Can you try again with the -U option to maven and post the entire output of
the command for us to inspect? Thanks.

On Sat, Jan 10, 2015 at 6:39 PM, Sitaraman Vilayannur <
vrsitaramanietflists@gmail.com> wrote:

> Hi Gautam,
>  I used the git command line as given in
> http://ranger.incubator.apache.org/quick_start_guide.html to checkout from
> the git repository...i.e git clone git://
> git.apache.org/incubator-ranger.git
> how do i find out which branch it is?
> Sitaraman
>
> On Sat, Jan 10, 2015 at 6:32 PM, Gautam Borad <gb...@gmail.com> wrote:
>
> > Sitaraman, Which tool did you use to checkout the codebase? Can you let
> me
> > know the branch that you are trying to compile?
> >
> > On Sat, Jan 10, 2015 at 6:29 PM, Sitaraman Vilayannur <
> > vrsitaramanietflists@gmail.com> wrote:
> >
> > > Hi Gautam,
> > >    I am not behind a proxy.  Which other network configurations should
> i
> > be
> > > checking. I got the code via a git clone git://
> > > git.apache.org/incubator-ranger.git. Thanks for your continued help.
> > > Sitaraman
> > >
> > > On Sat, Jan 10, 2015 at 6:15 PM, Gautam Borad <gb...@gmail.com>
> wrote:
> > >
> > > > Sitaraman, this is most likely a network issue. Can you check your
> > proxy
> > > > and network configuration? Also can you let me know which branch are
> > you
> > > > trying to compile?
> > > >
> > > > Thanks.
> > > >
> > > > On Sat, Jan 10, 2015 at 5:11 PM, Sitaraman Vilayannur <
> > > > vrsitaramanietflists@gmail.com> wrote:
> > > >
> > > > > Hi Gautam,
> > > > >  Thanks for your response.
> > > > >  Tried with -DskipTests=true and i am getting the following error.
> > > > >
> > > > > Downloading:
> > > > >
> > >
> http://repo1.maven.org/maven2/net/htmlparser/jericho/jericho-html/3.3/je
> > > > > richo-html-3.3.pom
> > > > > 2K downloaded  (jericho-html-3.3.pom)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > ramework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > > > > repository apache.snapshots.https (
> > > > > https://repository.apache.org/content/repositories
> > > > > /snapshots)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > ework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > > > > repository apache.public.https (
> > > > > https://repository.apache.org/content/repositories/pu
> > > > > blic)
> > > > > Downloading:
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.3.RELEA
> > > > > SE/spring-aop-3.1.3.RELEASE.pom
> > > > > 2K downloaded  (spring-aop-3.1.3.RELEASE.pom)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > >
> ramework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > > > in repository apache.snapshots.https (
> > > > > https://repository.apache.org/content/repositor
> > > > > ies/snapshots)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > ework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > > > in repository apache.public.https (
> > > > > https://repository.apache.org/content/repositories
> > > > > /public)
> > > > > Downloading:
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-parent/3.1.3.RE
> > > > > LEASE/spring-parent-3.1.3.RELEASE.pom
> > > > > 8K downloaded  (spring-parent-3.1.3.RELEASE.pom)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > ramework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > > > > repository apache.snapshots.https (
> > > > > https://repository.apache.org/content/repositories
> > > > > /snapshots)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > ework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > > > > repository apache.public.https (
> > > > > https://repository.apache.org/content/repositories/pu
> > > > > blic)
> > > > > Downloading:
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.3.RELEA
> > > > > SE/spring-asm-3.1.3.RELEASE.pom
> > > > > 2K downloaded  (spring-asm-3.1.3.RELEASE.pom)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > ramework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > > > n repository apache.snapshots.https (
> > > > > https://repository.apache.org/content/repositori
> > > > > es/snapshots)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > ework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > > > n repository apache.public.https (
> > > > > https://repository.apache.org/content/repositories/
> > > > > public)
> > > > > Downloading:
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.3.REL
> > > > > EASE/spring-beans-3.1.3.RELEASE.pom
> > > > > 2K downloaded  (spring-beans-3.1.3.RELEASE.pom)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > ramework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> > > > >  repository apache.snapshots.https (
> > > > > https://repository.apache.org/content/repositorie
> > > > > s/snapshots)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > ework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> > > > >  repository apache.public.https (
> > > > > https://repository.apache.org/content/repositories/p
> > > > > ublic)
> > > > > Downloading:
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-core/3.1.3.RELE
> > > > > ASE/spring-core-3.1.3.RELEASE.pom
> > > > > 2K downloaded  (spring-core-3.1.3.RELEASE.pom)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > >
> > ramework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > > > >  in repository apache.snapshots.https (
> > > > > https://repository.apache.org/content/reposito
> > > > > ries/snapshots)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > ework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > > > >  in repository apache.public.https (
> > > > > https://repository.apache.org/content/repositorie
> > > > > s/public)
> > > > > Downloading:
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-context/3.1.3.R
> > > > > ELEASE/spring-context-3.1.3.RELEASE.pom
> > > > > 8K downloaded  (spring-context-3.1.3.RELEASE.pom)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > >
> > > > >
> > > >
> > >
> >
> ramework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > > > SE' in repository apache.snapshots.https (
> > > > > https://repository.apache.org/content/repos
> > > > > itories/snapshots)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > >
> > >
> ework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > > > SE' in repository apache.public.https (
> > > > > https://repository.apache.org/content/reposito
> > > > > ries/public)
> > > > > Downloading:
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-expression/3.1.
> > > > > 3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > > 1K downloaded  (spring-expression-3.1.3.RELEASE.pom)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > >
> > > > >
> > > >
> > >
> >
> ramework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.po
> > > > > m
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-context-support:pom:3.1.3.
> > > > > RELEASE' in repository apache.snapshots.https (
> > > > > https://repository.apache.org/content/
> > > > > repositories/snapshots)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > >
> > > > >
> > > >
> > >
> >
> ework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-context-support:pom:3.1.3.
> > > > > RELEASE' in repository apache.public.https (
> > > > > https://repository.apache.org/content/rep
> > > > > ositories/public)
> > > > > Downloading:
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-context-support
> > > > > /3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > > > 4K downloaded  (spring-context-support-3.1.3.RELEASE.pom)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > ramework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> > > > >  repository apache.snapshots.https (
> > > > > https://repository.apache.org/content/repositorie
> > > > > s/snapshots)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > ework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> > > > >  repository apache.public.https (
> > > > > https://repository.apache.org/content/repositories/p
> > > > > ublic)
> > > > > Downloading:
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-jdbc/3.1.3.RELE
> > > > > ASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > > 3K downloaded  (spring-jdbc-3.1.3.RELEASE.pom)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > ramework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > > > > epository apache.snapshots.https (
> > > > > https://repository.apache.org/content/repositories/
> > > > > snapshots)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > ework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > > > > epository apache.public.https (
> > > > > https://repository.apache.org/content/repositories/pub
> > > > > lic)
> > > > > Downloading:
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-tx/3.1.3.RELEAS
> > > > > E/spring-tx-3.1.3.RELEASE.pom
> > > > > 3K downloaded  (spring-tx-3.1.3.RELEASE.pom)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > ramework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > > > > repository apache.snapshots.https (
> > > > > https://repository.apache.org/content/repositories
> > > > > /snapshots)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > ework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > > > > repository apache.public.https (
> > > > > https://repository.apache.org/content/repositories/pu
> > > > > blic)
> > > > > Downloading:
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-orm/3.1.3.RELEA
> > > > > SE/spring-orm-3.1.3.RELEASE.pom
> > > > > 7K downloaded  (spring-orm-3.1.3.RELEASE.pom)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > > ramework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > > > > repository apache.snapshots.https (
> > > > > https://repository.apache.org/content/repositories
> > > > > /snapshots)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > > > ework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > > > [INFO] Unable to find resource
> > > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > > > > repository apache.public.https (
> > > > > https://repository.apache.org/content/repositories/pu
> > > > > blic)
> > > > > Downloading:
> > > > >
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-web/3.1.3.RELEA
> > > > > SE/spring-web-3.1.3.RELEASE.pom
> > > > > 6K downloaded  (spring-web-3.1.3.RELEASE.pom)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/snapshots/com/sun/jer
> > > > > sey/jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > > > [INFO] Unable to find resource
> 'com.sun.jersey:jersey-bundle:pom:1.4'
> > > in
> > > > > repository a
> > > > > pache.snapshots.https (
> > > > > https://repository.apache.org/content/repositories/snapshots)
> > > > > Downloading:
> > > > >
> > >
> https://repository.apache.org/content/repositories/public/com/sun/jersey
> > > > > /jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > > > [INFO] Unable to find resource
> 'com.sun.jersey:jersey-bundle:pom:1.4'
> > > in
> > > > > repository a
> > > > > pache.public.https (
> > > > > https://repository.apache.org/content/repositories/public)
> > > > > Downloading:
> > > > >
> > >
> http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.4/jersey-bu
> > > > > ndle-1.4.pom
> > > > > 19K downloaded  (jersey-bundle-1.4.pom)
> > > > > Downloading:
> > > > >
> > >
> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > > > y-project/1.4/jersey-project-1.4.pom
> > > > > 178b downloaded  (jersey-project-1.4.pom)
> > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local
> =
> > > > > '81ffbd1712afe8c
> > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > > > <head><title>301' - RETRYING
> > > > > Downloading:
> > > > >
> > >
> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > > > y-project/1.4/jersey-project-1.4.pom
> > > > > 178b downloaded  (jersey-project-1.4.pom)
> > > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local
> =
> > > > > '81ffbd1712afe8c
> > > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > > > <head><title>301' - IGNORING
> > > > > [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > [ERROR] BUILD ERROR
> > > > > [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > [INFO] Failed to resolve dependencies for one or more projects in
> the
> > > > > reactor. Reason
> > > > > : Unable to get dependency information: Unable to read the metadata
> > > file
> > > > > for artifact
> > > > >  'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > > > com.sun.jersey:jersey-projec
> > > > > t for project: null:jersey-bundle:jar:null for project
> > > > > null:jersey-bundle:jar:null
> > > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > > >
> > > > > from the specified remote repositories:
> > > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > > >   apache.snapshots.https (
> > > > > https://repository.apache.org/content/repositories/snapshot
> > > > > s),
> > > > >   central (http://repo1.maven.org/maven2),
> > > > >   apache.public.https (
> > > > > https://repository.apache.org/content/repositories/public)
> > > > >
> > > > > Path to dependency:
> > > > >         1) org.apache.ranger:security-admin-web:war:0.4.0
> > > > >
> > > > >
> > > > >
> > > > > Not a v4.0.0 POM. for project com.sun.jersey:jersey-project at
> > > > > C:\Users\HomeXPS\.m2\r
> > > > > epository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > > > > [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > [INFO] For more information, run Maven with the -e switch
> > > > > [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > [INFO] Total time: 12 minutes 27 seconds
> > > > > [INFO] Finished at: Sat Jan 10 17:03:43 IST 2015
> > > > > [INFO] Final Memory: 238M/572M
> > > > > [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > >
> > > > > On Sat, Jan 10, 2015 at 11:51 AM, Gautam Borad <gb...@gmail.com>
> > > wrote:
> > > > >
> > > > > > Hi Sitaraman,
> > > > > >     Please try compiling with -DskipTests, the problem seem to be
> > > with
> > > > > path
> > > > > > issue on Windows.
> > > > > >
> > > > > > On Fri, Jan 9, 2015 at 2:18 PM, Sitaraman Vilayannur <
> > > > > > vrsitaramanietflists@gmail.com> wrote:
> > > > > >
> > > > > > > Hi,
> > > > > > >   I am just starting out on Ranger. When i used the command
> > > > > > >  mvn -DskipTests=false clean compile package install
> > > > assembly:assembly
> > > > > > > to build i get the following error, what am i missing? Thanks
> > > > > > > Sitaraman
> > > > > > >
> > > > > > > -------------------------------------------------------
> > > > > > >
> > > > > > >  T E S T S
> > > > > > >
> > > > > > > -------------------------------------------------------
> > > > > > >
> > > > > > > Running
> > > > > > >
> > > > >
> > >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > > > > > >
> > > > > > > log4j:WARN No appenders could be found for logger
> > > > > > > (org.apache.hadoop.util.Shell).
> > > > > > >
> > > > > > > log4j:WARN Please initialize the log4j system properly.
> > > > > > >
> > > > > > > log4j:WARN See
> > > http://logging.apache.org/log4j/1.2/faq.html#noconfig
> > > > > for
> > > > > > > more info.
> > > > > > >
> > > > > > > java.io.IOException: Bad configuration of
> > > > > > > hadoop.security.credential.provider.path at
> > > > > > >
> > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > >
> > > > > > > edentialProviderFactory.java:70)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > > >
> > > > > > > ider(CredentialShell.java:164)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > > > > > >
> > > > > > > edentialShell.java:323)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > > >
> > > > > > > 67)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > >
> > > > > > > setup(RangerCredentialProviderTest.java:50)
> > > > > > >
> > > > > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > Method)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > > >
> > > > > > > 39)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > > >
> > > > > > > pl.java:25)
> > > > > > >
> > > > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > > >
> > > > > > > d.java:47)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > > >
> > > > > > > .java:12)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > > >
> > > > > > > java:44)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > > > > > >
> > > > > > > 24)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > > > > > >
> > > > > > > )
> > > > > > >
> > > > > > >         at
> > > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > >
> > > > > > > ava:70)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > >
> > > > > > > ava:50)
> > > > > > >
> > > > > > >         at
> > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > > >
> > > > > > >         at
> > > > > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > > >
> > > > > > >         at
> > > > > > >
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > > >
> > > > > > >         at
> > > > > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > > >
> > > > > > >         at
> > > > > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > > >
> > > > > > >         at
> > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > > >
> > > > > > > a:264)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > > >
> > > > > > > der.java:153)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > > >
> > > > > > > :124)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > > >
> > > > > > > der(ForkedBooter.java:200)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > > >
> > > > > > > ter.java:153)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > >
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > > >
> > > > > > > Caused by: java.net.URISyntaxException: Illegal character in
> > > > authority
> > > > > at
> > > > > > > index 8: jc
> > > > > > >
> > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > >
> > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > > >
> > > > > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > > >
> > > > > > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > > >
> > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > > >
> > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > >
> > > > > > > edentialProviderFactory.java:55)
> > > > > > >
> > > > > > >         ... 28 more
> > > > > > >
> > > > > > > There are no valid CredentialProviders configured.
> > > > > > >
> > > > > > > Credential will not be created.
> > > > > > >
> > > > > > > Consider using the -provider option to indicate the provider to
> > > use.
> > > > > > >
> > > > > > > java.io.IOException: Bad configuration of
> > > > > > > hadoop.security.credential.provider.path at
> > > > > > >
> > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > >
> > > > > > > edentialProviderFactory.java:70)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > > >
> > > > > > > ider(CredentialShell.java:164)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > > > > > >
> > > > > > > edentialShell.java:254)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > > >
> > > > > > > 67)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > >
> > > > > > > teardown(RangerCredentialProviderTest.java:85)
> > > > > > >
> > > > > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > Method)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > > >
> > > > > > > 39)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > > >
> > > > > > > pl.java:25)
> > > > > > >
> > > > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > > >
> > > > > > > d.java:47)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > > >
> > > > > > > .java:12)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > > >
> > > > > > > java:44)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > > > > > >
> > > > > > > )
> > > > > > >
> > > > > > >         at
> > > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > >
> > > > > > > ava:70)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > >
> > > > > > > ava:50)
> > > > > > >
> > > > > > >         at
> > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > > >
> > > > > > >         at
> > > > > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > > >
> > > > > > >         at
> > > > > > >
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > > >
> > > > > > >         at
> > > > > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > > >
> > > > > > >         at
> > > > > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > > >
> > > > > > >         at
> > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > > >
> > > > > > > a:264)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > > >
> > > > > > > der.java:153)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > > >
> > > > > > > :124)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > > >
> > > > > > > der(ForkedBooter.java:200)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > > >
> > > > > > > ter.java:153)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > >
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > > >
> > > > > > > Caused by: java.net.URISyntaxException: Illegal character in
> > > > authority
> > > > > at
> > > > > > > index 8: jc
> > > > > > >
> > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > >
> > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > > >
> > > > > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > > >
> > > > > > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > > >
> > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > > >
> > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > >
> > > > > > > edentialProviderFactory.java:55)
> > > > > > >
> > > > > > >         ... 27 more
> > > > > > >
> > > > > > > There are no valid CredentialProviders configured.
> > > > > > >
> > > > > > > Nothing will be deleted.
> > > > > > >
> > > > > > > Consider using the -provider option to indicate the provider to
> > > use.
> > > > > > >
> > > > > > > java.io.IOException: Bad configuration of
> > > > > > > hadoop.security.credential.provider.path at
> > > > > > >
> > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > >
> > > > > > > edentialProviderFactory.java:70)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > > >
> > > > > > > ider(CredentialShell.java:164)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > > > > > >
> > > > > > > edentialShell.java:323)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > > >
> > > > > > > 67)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > >
> > > > > > > setup(RangerCredentialProviderTest.java:50)
> > > > > > >
> > > > > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > Method)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > > >
> > > > > > > 39)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > > >
> > > > > > > pl.java:25)
> > > > > > >
> > > > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > > >
> > > > > > > d.java:47)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > > >
> > > > > > > .java:12)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > > >
> > > > > > > java:44)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > > > > > >
> > > > > > > 24)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > > > > > >
> > > > > > > )
> > > > > > >
> > > > > > >         at
> > > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > >
> > > > > > > ava:70)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > >
> > > > > > > ava:50)
> > > > > > >
> > > > > > >         at
> > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > > >
> > > > > > >         at
> > > > > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > > >
> > > > > > >         at
> > > > > > >
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > > >
> > > > > > >         at
> > > > > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > > >
> > > > > > >         at
> > > > > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > > >
> > > > > > >         at
> > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > > >
> > > > > > > a:264)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > > >
> > > > > > > der.java:153)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > > >
> > > > > > > :124)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > > >
> > > > > > > der(ForkedBooter.java:200)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > > >
> > > > > > > ter.java:153)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > >
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > > >
> > > > > > > Caused by: java.net.URISyntaxException: Illegal character in
> > > > authority
> > > > > at
> > > > > > > index 8: jc
> > > > > > >
> > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > >
> > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > > >
> > > > > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > > >
> > > > > > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > > >
> > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > > >
> > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > >
> > > > > > > edentialProviderFactory.java:55)
> > > > > > >
> > > > > > >         ... 28 more
> > > > > > >
> > > > > > > There are no valid CredentialProviders configured.
> > > > > > >
> > > > > > > Credential will not be created.
> > > > > > >
> > > > > > > Consider using the -provider option to indicate the provider to
> > > use.
> > > > > > >
> > > > > > > java.io.IOException: Bad configuration of
> > > > > > > hadoop.security.credential.provider.path at
> > > > > > >
> > > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > >
> > > > > > > edentialProviderFactory.java:70)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > > >
> > > > > > > ider(CredentialShell.java:164)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > > > > > >
> > > > > > > edentialShell.java:254)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > > >
> > > > > > > 67)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > >
> > > > > > > teardown(RangerCredentialProviderTest.java:85)
> > > > > > >
> > > > > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > Method)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > > >
> > > > > > > 39)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > > >
> > > > > > > pl.java:25)
> > > > > > >
> > > > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > > >
> > > > > > > d.java:47)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > > >
> > > > > > > .java:12)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > > >
> > > > > > > java:44)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > > > > > >
> > > > > > > )
> > > > > > >
> > > > > > >         at
> > > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > >
> > > > > > > ava:70)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > > >
> > > > > > > ava:50)
> > > > > > >
> > > > > > >         at
> > > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > > >
> > > > > > >         at
> > > > > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > > >
> > > > > > >         at
> > > > > > >
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > > >
> > > > > > >         at
> > > > > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > > >
> > > > > > >         at
> > > > > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > > >
> > > > > > >         at
> > > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > > >
> > > > > > > a:264)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > > >
> > > > > > > der.java:153)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > > >
> > > > > > > :124)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > > >
> > > > > > > der(ForkedBooter.java:200)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > > >
> > > > > > > ter.java:153)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > >
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > > >
> > > > > > > Caused by: java.net.URISyntaxException: Illegal character in
> > > > authority
> > > > > at
> > > > > > > index 8: jc
> > > > > > >
> > > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > > >
> > > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > > >
> > > > > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > > >
> > > > > > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > > >
> > > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > > >
> > > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > > >
> > > > > > > edentialProviderFactory.java:55)
> > > > > > >
> > > > > > >         ... 27 more
> > > > > > >
> > > > > > > There are no valid CredentialProviders configured.
> > > > > > >
> > > > > > > Nothing will be deleted.
> > > > > > >
> > > > > > > Consider using the -provider option to indicate the provider to
> > > use.
> > > > > > >
> > > > > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time elapsed:
> > > 0.823
> > > > > sec
> > > > > > > <<< FAILURE
> > > > > > >
> > > > > > > ! - in
> > > > > > >
> > > > >
> > >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> > > > > > >
> > > > > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> > > > > > >
> > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > > >
> > > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > > >
> > > > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > > >
> > > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > > >
> > > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > > >
> > > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > >
> > > > > > > setup(RangerCredentialProviderTest.java:54)
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> > > > > > >
> > > > > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> > > > > > >
> > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > > >
> > > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > > >
> > > > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > > >
> > > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > > >
> > > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > > >
> > > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > >
> > > > > > > teardown(RangerCredentialProviderTest.java:89)
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> > > > > > >
> > > > > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> > > > > > >
> > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > > >
> > > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > > >
> > > > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > > >
> > > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > > >
> > > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > > >
> > > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > >
> > > > > > > setup(RangerCredentialProviderTest.java:54)
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> > > > > > >
> > > > > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> > > > > > >
> > > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > > >
> > > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > > >
> > > > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > > >
> > > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > > >
> > > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > > >
> > > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > > >
> > > > > > >         at
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > > >
> > > > > > > teardown(RangerCredentialProviderTest.java:89)
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Results :
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Failed tests:
> > > > > > >
> > > > > > >   RangerCredentialProviderTest.setup:54 expected:<0> but
> was:<1>
> > > > > > >
> > > > > > >   RangerCredentialProviderTest.teardown:89 expected:<0> but
> > was:<1>
> > > > > > >
> > > > > > >   RangerCredentialProviderTest.setup:54 expected:<0> but
> was:<1>
> > > > > > >
> > > > > > >   RangerCredentialProviderTest.teardown:89 expected:<0> but
> > was:<1>
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > [INFO]
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > >
> > > > > > > [ERROR] BUILD FAILURE
> > > > > > >
> > > > > > > [INFO]
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > >
> > > > > > > [INFO] There are test failures.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Please refer to
> > > > > > >
> > > F:\Consulting\DataGuise\Software\ApacheRanger\incubator-ranger-master
> > > > > > >
> > > > > > > \incubator-ranger-master\agents-cred\target\surefire-reports
> for
> > > the
> > > > > > > individual test
> > > > > > >
> > > > > > > results.
> > > > > > >
> > > > > > > [INFO]
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > >
> > > > > > > [INFO] For more information, run Maven with the -e switch
> > > > > > >
> > > > > > > [INFO]
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > >
> > > > > > > [INFO] Total time: 15 minutes 7 seconds
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Regards,
> > > > > > Gautam.
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Regards,
> > > > Gautam.
> > > >
> > >
> >
> >
> >
> > --
> > Regards,
> > Gautam.
> >
>



-- 
Regards,
Gautam.

Re: Error while building.

Posted by Sitaraman Vilayannur <vr...@gmail.com>.
Hi Gautam,
 I used the git command line as given in
http://ranger.incubator.apache.org/quick_start_guide.html to checkout from
the git repository...i.e git clone git://git.apache.org/incubator-ranger.git
how do i find out which branch it is?
Sitaraman

On Sat, Jan 10, 2015 at 6:32 PM, Gautam Borad <gb...@gmail.com> wrote:

> Sitaraman, Which tool did you use to checkout the codebase? Can you let me
> know the branch that you are trying to compile?
>
> On Sat, Jan 10, 2015 at 6:29 PM, Sitaraman Vilayannur <
> vrsitaramanietflists@gmail.com> wrote:
>
> > Hi Gautam,
> >    I am not behind a proxy.  Which other network configurations should i
> be
> > checking. I got the code via a git clone git://
> > git.apache.org/incubator-ranger.git. Thanks for your continued help.
> > Sitaraman
> >
> > On Sat, Jan 10, 2015 at 6:15 PM, Gautam Borad <gb...@gmail.com> wrote:
> >
> > > Sitaraman, this is most likely a network issue. Can you check your
> proxy
> > > and network configuration? Also can you let me know which branch are
> you
> > > trying to compile?
> > >
> > > Thanks.
> > >
> > > On Sat, Jan 10, 2015 at 5:11 PM, Sitaraman Vilayannur <
> > > vrsitaramanietflists@gmail.com> wrote:
> > >
> > > > Hi Gautam,
> > > >  Thanks for your response.
> > > >  Tried with -DskipTests=true and i am getting the following error.
> > > >
> > > > Downloading:
> > > >
> > http://repo1.maven.org/maven2/net/htmlparser/jericho/jericho-html/3.3/je
> > > > richo-html-3.3.pom
> > > > 2K downloaded  (jericho-html-3.3.pom)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > ramework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > > > repository apache.snapshots.https (
> > > > https://repository.apache.org/content/repositories
> > > > /snapshots)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > ework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > > > repository apache.public.https (
> > > > https://repository.apache.org/content/repositories/pu
> > > > blic)
> > > > Downloading:
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.3.RELEA
> > > > SE/spring-aop-3.1.3.RELEASE.pom
> > > > 2K downloaded  (spring-aop-3.1.3.RELEASE.pom)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > ramework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > > in repository apache.snapshots.https (
> > > > https://repository.apache.org/content/repositor
> > > > ies/snapshots)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > ework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > > in repository apache.public.https (
> > > > https://repository.apache.org/content/repositories
> > > > /public)
> > > > Downloading:
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-parent/3.1.3.RE
> > > > LEASE/spring-parent-3.1.3.RELEASE.pom
> > > > 8K downloaded  (spring-parent-3.1.3.RELEASE.pom)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > ramework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > > > repository apache.snapshots.https (
> > > > https://repository.apache.org/content/repositories
> > > > /snapshots)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > ework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > > > repository apache.public.https (
> > > > https://repository.apache.org/content/repositories/pu
> > > > blic)
> > > > Downloading:
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.3.RELEA
> > > > SE/spring-asm-3.1.3.RELEASE.pom
> > > > 2K downloaded  (spring-asm-3.1.3.RELEASE.pom)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > ramework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > > n repository apache.snapshots.https (
> > > > https://repository.apache.org/content/repositori
> > > > es/snapshots)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > ework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > > n repository apache.public.https (
> > > > https://repository.apache.org/content/repositories/
> > > > public)
> > > > Downloading:
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.3.REL
> > > > EASE/spring-beans-3.1.3.RELEASE.pom
> > > > 2K downloaded  (spring-beans-3.1.3.RELEASE.pom)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > ramework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> > > >  repository apache.snapshots.https (
> > > > https://repository.apache.org/content/repositorie
> > > > s/snapshots)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > ework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> > > >  repository apache.public.https (
> > > > https://repository.apache.org/content/repositories/p
> > > > ublic)
> > > > Downloading:
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-core/3.1.3.RELE
> > > > ASE/spring-core-3.1.3.RELEASE.pom
> > > > 2K downloaded  (spring-core-3.1.3.RELEASE.pom)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > >
> ramework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > > >  in repository apache.snapshots.https (
> > > > https://repository.apache.org/content/reposito
> > > > ries/snapshots)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > ework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > > >  in repository apache.public.https (
> > > > https://repository.apache.org/content/repositorie
> > > > s/public)
> > > > Downloading:
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-context/3.1.3.R
> > > > ELEASE/spring-context-3.1.3.RELEASE.pom
> > > > 8K downloaded  (spring-context-3.1.3.RELEASE.pom)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > >
> > > >
> > >
> >
> ramework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > > SE' in repository apache.snapshots.https (
> > > > https://repository.apache.org/content/repos
> > > > itories/snapshots)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > >
> > ework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > > SE' in repository apache.public.https (
> > > > https://repository.apache.org/content/reposito
> > > > ries/public)
> > > > Downloading:
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-expression/3.1.
> > > > 3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > > 1K downloaded  (spring-expression-3.1.3.RELEASE.pom)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > >
> > > >
> > >
> >
> ramework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.po
> > > > m
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-context-support:pom:3.1.3.
> > > > RELEASE' in repository apache.snapshots.https (
> > > > https://repository.apache.org/content/
> > > > repositories/snapshots)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > >
> > > >
> > >
> >
> ework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-context-support:pom:3.1.3.
> > > > RELEASE' in repository apache.public.https (
> > > > https://repository.apache.org/content/rep
> > > > ositories/public)
> > > > Downloading:
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-context-support
> > > > /3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > > 4K downloaded  (spring-context-support-3.1.3.RELEASE.pom)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > ramework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> > > >  repository apache.snapshots.https (
> > > > https://repository.apache.org/content/repositorie
> > > > s/snapshots)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > ework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> > > >  repository apache.public.https (
> > > > https://repository.apache.org/content/repositories/p
> > > > ublic)
> > > > Downloading:
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-jdbc/3.1.3.RELE
> > > > ASE/spring-jdbc-3.1.3.RELEASE.pom
> > > > 3K downloaded  (spring-jdbc-3.1.3.RELEASE.pom)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > ramework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > > > epository apache.snapshots.https (
> > > > https://repository.apache.org/content/repositories/
> > > > snapshots)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > ework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > > > epository apache.public.https (
> > > > https://repository.apache.org/content/repositories/pub
> > > > lic)
> > > > Downloading:
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-tx/3.1.3.RELEAS
> > > > E/spring-tx-3.1.3.RELEASE.pom
> > > > 3K downloaded  (spring-tx-3.1.3.RELEASE.pom)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > ramework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > > > repository apache.snapshots.https (
> > > > https://repository.apache.org/content/repositories
> > > > /snapshots)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > ework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > > > repository apache.public.https (
> > > > https://repository.apache.org/content/repositories/pu
> > > > blic)
> > > > Downloading:
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-orm/3.1.3.RELEA
> > > > SE/spring-orm-3.1.3.RELEASE.pom
> > > > 7K downloaded  (spring-orm-3.1.3.RELEASE.pom)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > > > ramework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > > > repository apache.snapshots.https (
> > > > https://repository.apache.org/content/repositories
> > > > /snapshots)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/public/org/springfram
> > > > ework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > > [INFO] Unable to find resource
> > > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > > > repository apache.public.https (
> > > > https://repository.apache.org/content/repositories/pu
> > > > blic)
> > > > Downloading:
> > > >
> > http://repo1.maven.org/maven2/org/springframework/spring-web/3.1.3.RELEA
> > > > SE/spring-web-3.1.3.RELEASE.pom
> > > > 6K downloaded  (spring-web-3.1.3.RELEASE.pom)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/snapshots/com/sun/jer
> > > > sey/jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > > [INFO] Unable to find resource 'com.sun.jersey:jersey-bundle:pom:1.4'
> > in
> > > > repository a
> > > > pache.snapshots.https (
> > > > https://repository.apache.org/content/repositories/snapshots)
> > > > Downloading:
> > > >
> > https://repository.apache.org/content/repositories/public/com/sun/jersey
> > > > /jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > > [INFO] Unable to find resource 'com.sun.jersey:jersey-bundle:pom:1.4'
> > in
> > > > repository a
> > > > pache.public.https (
> > > > https://repository.apache.org/content/repositories/public)
> > > > Downloading:
> > > >
> > http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.4/jersey-bu
> > > > ndle-1.4.pom
> > > > 19K downloaded  (jersey-bundle-1.4.pom)
> > > > Downloading:
> > > >
> > http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > > y-project/1.4/jersey-project-1.4.pom
> > > > 178b downloaded  (jersey-project-1.4.pom)
> > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> > > > '81ffbd1712afe8c
> > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > > <head><title>301' - RETRYING
> > > > Downloading:
> > > >
> > http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > > y-project/1.4/jersey-project-1.4.pom
> > > > 178b downloaded  (jersey-project-1.4.pom)
> > > > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> > > > '81ffbd1712afe8c
> > > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > > <head><title>301' - IGNORING
> > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > [ERROR] BUILD ERROR
> > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > [INFO] Failed to resolve dependencies for one or more projects in the
> > > > reactor. Reason
> > > > : Unable to get dependency information: Unable to read the metadata
> > file
> > > > for artifact
> > > >  'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > > com.sun.jersey:jersey-projec
> > > > t for project: null:jersey-bundle:jar:null for project
> > > > null:jersey-bundle:jar:null
> > > >   com.sun.jersey:jersey-bundle:jar:1.4
> > > >
> > > > from the specified remote repositories:
> > > >   apache.snapshots (http://repository.apache.org/snapshots),
> > > >   apache.snapshots.https (
> > > > https://repository.apache.org/content/repositories/snapshot
> > > > s),
> > > >   central (http://repo1.maven.org/maven2),
> > > >   apache.public.https (
> > > > https://repository.apache.org/content/repositories/public)
> > > >
> > > > Path to dependency:
> > > >         1) org.apache.ranger:security-admin-web:war:0.4.0
> > > >
> > > >
> > > >
> > > > Not a v4.0.0 POM. for project com.sun.jersey:jersey-project at
> > > > C:\Users\HomeXPS\.m2\r
> > > > epository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > [INFO] For more information, run Maven with the -e switch
> > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > [INFO] Total time: 12 minutes 27 seconds
> > > > [INFO] Finished at: Sat Jan 10 17:03:43 IST 2015
> > > > [INFO] Final Memory: 238M/572M
> > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > >
> > > > On Sat, Jan 10, 2015 at 11:51 AM, Gautam Borad <gb...@gmail.com>
> > wrote:
> > > >
> > > > > Hi Sitaraman,
> > > > >     Please try compiling with -DskipTests, the problem seem to be
> > with
> > > > path
> > > > > issue on Windows.
> > > > >
> > > > > On Fri, Jan 9, 2015 at 2:18 PM, Sitaraman Vilayannur <
> > > > > vrsitaramanietflists@gmail.com> wrote:
> > > > >
> > > > > > Hi,
> > > > > >   I am just starting out on Ranger. When i used the command
> > > > > >  mvn -DskipTests=false clean compile package install
> > > assembly:assembly
> > > > > > to build i get the following error, what am i missing? Thanks
> > > > > > Sitaraman
> > > > > >
> > > > > > -------------------------------------------------------
> > > > > >
> > > > > >  T E S T S
> > > > > >
> > > > > > -------------------------------------------------------
> > > > > >
> > > > > > Running
> > > > > >
> > > >
> > org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > > > > >
> > > > > > log4j:WARN No appenders could be found for logger
> > > > > > (org.apache.hadoop.util.Shell).
> > > > > >
> > > > > > log4j:WARN Please initialize the log4j system properly.
> > > > > >
> > > > > > log4j:WARN See
> > http://logging.apache.org/log4j/1.2/faq.html#noconfig
> > > > for
> > > > > > more info.
> > > > > >
> > > > > > java.io.IOException: Bad configuration of
> > > > > > hadoop.security.credential.provider.path at
> > > > > >
> > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > >
> > > > > > edentialProviderFactory.java:70)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > >
> > > > > > ider(CredentialShell.java:164)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > > > > >
> > > > > > edentialShell.java:323)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > >
> > > > > > 67)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > >
> > > > > > setup(RangerCredentialProviderTest.java:50)
> > > > > >
> > > > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > Method)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > >
> > > > > > 39)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > >
> > > > > > pl.java:25)
> > > > > >
> > > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > >
> > > > > > d.java:47)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > >
> > > > > > .java:12)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > >
> > > > > > java:44)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > > > > >
> > > > > > 24)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > > > > >
> > > > > > )
> > > > > >
> > > > > >         at
> > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > >
> > > > > > ava:70)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > >
> > > > > > ava:50)
> > > > > >
> > > > > >         at
> > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > >
> > > > > >         at
> > > > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > >
> > > > > >         at
> > > > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > >
> > > > > >         at
> > > > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > >
> > > > > >         at
> > > > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > >
> > > > > >         at
> > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > >
> > > > > > a:264)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > >
> > > > > > der.java:153)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > >
> > > > > > :124)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > >
> > > > > > der(ForkedBooter.java:200)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > >
> > > > > > ter.java:153)
> > > > > >
> > > > > >         at
> > > > > >
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > >
> > > > > > Caused by: java.net.URISyntaxException: Illegal character in
> > > authority
> > > > at
> > > > > > index 8: jc
> > > > > >
> > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > >
> > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > >
> > > > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > >
> > > > > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > >
> > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > >
> > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > >
> > > > > > edentialProviderFactory.java:55)
> > > > > >
> > > > > >         ... 28 more
> > > > > >
> > > > > > There are no valid CredentialProviders configured.
> > > > > >
> > > > > > Credential will not be created.
> > > > > >
> > > > > > Consider using the -provider option to indicate the provider to
> > use.
> > > > > >
> > > > > > java.io.IOException: Bad configuration of
> > > > > > hadoop.security.credential.provider.path at
> > > > > >
> > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > >
> > > > > > edentialProviderFactory.java:70)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > >
> > > > > > ider(CredentialShell.java:164)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > > > > >
> > > > > > edentialShell.java:254)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > >
> > > > > > 67)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > >
> > > > > > teardown(RangerCredentialProviderTest.java:85)
> > > > > >
> > > > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > Method)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > >
> > > > > > 39)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > >
> > > > > > pl.java:25)
> > > > > >
> > > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > >
> > > > > > d.java:47)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > >
> > > > > > .java:12)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > >
> > > > > > java:44)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > > > > >
> > > > > > )
> > > > > >
> > > > > >         at
> > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > >
> > > > > > ava:70)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > >
> > > > > > ava:50)
> > > > > >
> > > > > >         at
> > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > >
> > > > > >         at
> > > > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > >
> > > > > >         at
> > > > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > >
> > > > > >         at
> > > > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > >
> > > > > >         at
> > > > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > >
> > > > > >         at
> > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > >
> > > > > > a:264)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > >
> > > > > > der.java:153)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > >
> > > > > > :124)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > >
> > > > > > der(ForkedBooter.java:200)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > >
> > > > > > ter.java:153)
> > > > > >
> > > > > >         at
> > > > > >
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > >
> > > > > > Caused by: java.net.URISyntaxException: Illegal character in
> > > authority
> > > > at
> > > > > > index 8: jc
> > > > > >
> > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > >
> > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > >
> > > > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > >
> > > > > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > >
> > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > >
> > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > >
> > > > > > edentialProviderFactory.java:55)
> > > > > >
> > > > > >         ... 27 more
> > > > > >
> > > > > > There are no valid CredentialProviders configured.
> > > > > >
> > > > > > Nothing will be deleted.
> > > > > >
> > > > > > Consider using the -provider option to indicate the provider to
> > use.
> > > > > >
> > > > > > java.io.IOException: Bad configuration of
> > > > > > hadoop.security.credential.provider.path at
> > > > > >
> > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > >
> > > > > > edentialProviderFactory.java:70)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > >
> > > > > > ider(CredentialShell.java:164)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > > > > >
> > > > > > edentialShell.java:323)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > >
> > > > > > 67)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > >
> > > > > > setup(RangerCredentialProviderTest.java:50)
> > > > > >
> > > > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > Method)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > >
> > > > > > 39)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > >
> > > > > > pl.java:25)
> > > > > >
> > > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > >
> > > > > > d.java:47)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > >
> > > > > > .java:12)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > >
> > > > > > java:44)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > > > > >
> > > > > > 24)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > > > > >
> > > > > > )
> > > > > >
> > > > > >         at
> > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > >
> > > > > > ava:70)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > >
> > > > > > ava:50)
> > > > > >
> > > > > >         at
> > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > >
> > > > > >         at
> > > > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > >
> > > > > >         at
> > > > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > >
> > > > > >         at
> > > > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > >
> > > > > >         at
> > > > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > >
> > > > > >         at
> > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > >
> > > > > > a:264)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > >
> > > > > > der.java:153)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > >
> > > > > > :124)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > >
> > > > > > der(ForkedBooter.java:200)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > >
> > > > > > ter.java:153)
> > > > > >
> > > > > >         at
> > > > > >
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > >
> > > > > > Caused by: java.net.URISyntaxException: Illegal character in
> > > authority
> > > > at
> > > > > > index 8: jc
> > > > > >
> > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > >
> > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > >
> > > > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > >
> > > > > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > >
> > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > >
> > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > >
> > > > > > edentialProviderFactory.java:55)
> > > > > >
> > > > > >         ... 28 more
> > > > > >
> > > > > > There are no valid CredentialProviders configured.
> > > > > >
> > > > > > Credential will not be created.
> > > > > >
> > > > > > Consider using the -provider option to indicate the provider to
> > use.
> > > > > >
> > > > > > java.io.IOException: Bad configuration of
> > > > > > hadoop.security.credential.provider.path at
> > > > > >
> > > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > >
> > > > > > edentialProviderFactory.java:70)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > > >
> > > > > > ider(CredentialShell.java:164)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > > > > >
> > > > > > edentialShell.java:254)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > > >
> > > > > > 67)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > >
> > > > > > teardown(RangerCredentialProviderTest.java:85)
> > > > > >
> > > > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > Method)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > > >
> > > > > > 39)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > > >
> > > > > > pl.java:25)
> > > > > >
> > > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > > >
> > > > > > d.java:47)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > > >
> > > > > > .java:12)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > > >
> > > > > > java:44)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > > > > >
> > > > > > )
> > > > > >
> > > > > >         at
> > > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > >
> > > > > > ava:70)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > > >
> > > > > > ava:50)
> > > > > >
> > > > > >         at
> > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > > >
> > > > > >         at
> > > > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > > >
> > > > > >         at
> > > > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > > >
> > > > > >         at
> > > > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > > >
> > > > > >         at
> > > > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > > >
> > > > > >         at
> > org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > > >
> > > > > > a:264)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > > >
> > > > > > der.java:153)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > > >
> > > > > > :124)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > > >
> > > > > > der(ForkedBooter.java:200)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > > >
> > > > > > ter.java:153)
> > > > > >
> > > > > >         at
> > > > > >
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > > >
> > > > > > Caused by: java.net.URISyntaxException: Illegal character in
> > > authority
> > > > at
> > > > > > index 8: jc
> > > > > >
> > > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > > >
> > > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > > >
> > > > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > > >
> > > > > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > > >
> > > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > > >
> > > > > >         at java.net.URI.<init>(URI.java:577)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > > >
> > > > > > edentialProviderFactory.java:55)
> > > > > >
> > > > > >         ... 27 more
> > > > > >
> > > > > > There are no valid CredentialProviders configured.
> > > > > >
> > > > > > Nothing will be deleted.
> > > > > >
> > > > > > Consider using the -provider option to indicate the provider to
> > use.
> > > > > >
> > > > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time elapsed:
> > 0.823
> > > > sec
> > > > > > <<< FAILURE
> > > > > >
> > > > > > ! - in
> > > > > >
> > > >
> > org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> > > > > >
> > > > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> > > > > >
> > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > >
> > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > >
> > > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > >
> > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > >
> > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > >
> > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > >
> > > > > > setup(RangerCredentialProviderTest.java:54)
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> > > > > >
> > > > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> > > > > >
> > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > >
> > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > >
> > > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > >
> > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > >
> > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > >
> > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > >
> > > > > > teardown(RangerCredentialProviderTest.java:89)
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> > > > > >
> > > > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> > > > > >
> > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > >
> > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > >
> > > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > >
> > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > >
> > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > >
> > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > >
> > > > > > setup(RangerCredentialProviderTest.java:54)
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> > > > > >
> > > > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> > > > > >
> > > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > > >
> > > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > > >
> > > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > > >
> > > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > > >
> > > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > > >
> > > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > > >
> > > > > >         at
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > > >
> > > > > > teardown(RangerCredentialProviderTest.java:89)
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > Results :
> > > > > >
> > > > > >
> > > > > >
> > > > > > Failed tests:
> > > > > >
> > > > > >   RangerCredentialProviderTest.setup:54 expected:<0> but was:<1>
> > > > > >
> > > > > >   RangerCredentialProviderTest.teardown:89 expected:<0> but
> was:<1>
> > > > > >
> > > > > >   RangerCredentialProviderTest.setup:54 expected:<0> but was:<1>
> > > > > >
> > > > > >   RangerCredentialProviderTest.teardown:89 expected:<0> but
> was:<1>
> > > > > >
> > > > > >
> > > > > >
> > > > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0
> > > > > >
> > > > > >
> > > > > >
> > > > > > [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > >
> > > > > > [ERROR] BUILD FAILURE
> > > > > >
> > > > > > [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > >
> > > > > > [INFO] There are test failures.
> > > > > >
> > > > > >
> > > > > >
> > > > > > Please refer to
> > > > > >
> > F:\Consulting\DataGuise\Software\ApacheRanger\incubator-ranger-master
> > > > > >
> > > > > > \incubator-ranger-master\agents-cred\target\surefire-reports for
> > the
> > > > > > individual test
> > > > > >
> > > > > > results.
> > > > > >
> > > > > > [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > >
> > > > > > [INFO] For more information, run Maven with the -e switch
> > > > > >
> > > > > > [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > >
> > > > > > [INFO] Total time: 15 minutes 7 seconds
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Regards,
> > > > > Gautam.
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Regards,
> > > Gautam.
> > >
> >
>
>
>
> --
> Regards,
> Gautam.
>

Re: Error while building.

Posted by Gautam Borad <gb...@gmail.com>.
Sitaraman, Which tool did you use to checkout the codebase? Can you let me
know the branch that you are trying to compile?

On Sat, Jan 10, 2015 at 6:29 PM, Sitaraman Vilayannur <
vrsitaramanietflists@gmail.com> wrote:

> Hi Gautam,
>    I am not behind a proxy.  Which other network configurations should i be
> checking. I got the code via a git clone git://
> git.apache.org/incubator-ranger.git. Thanks for your continued help.
> Sitaraman
>
> On Sat, Jan 10, 2015 at 6:15 PM, Gautam Borad <gb...@gmail.com> wrote:
>
> > Sitaraman, this is most likely a network issue. Can you check your proxy
> > and network configuration? Also can you let me know which branch are you
> > trying to compile?
> >
> > Thanks.
> >
> > On Sat, Jan 10, 2015 at 5:11 PM, Sitaraman Vilayannur <
> > vrsitaramanietflists@gmail.com> wrote:
> >
> > > Hi Gautam,
> > >  Thanks for your response.
> > >  Tried with -DskipTests=true and i am getting the following error.
> > >
> > > Downloading:
> > >
> http://repo1.maven.org/maven2/net/htmlparser/jericho/jericho-html/3.3/je
> > > richo-html-3.3.pom
> > > 2K downloaded  (jericho-html-3.3.pom)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > ramework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > > repository apache.snapshots.https (
> > > https://repository.apache.org/content/repositories
> > > /snapshots)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > ework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > > repository apache.public.https (
> > > https://repository.apache.org/content/repositories/pu
> > > blic)
> > > Downloading:
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.3.RELEA
> > > SE/spring-aop-3.1.3.RELEASE.pom
> > > 2K downloaded  (spring-aop-3.1.3.RELEASE.pom)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > ramework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > in repository apache.snapshots.https (
> > > https://repository.apache.org/content/repositor
> > > ies/snapshots)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > ework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > > in repository apache.public.https (
> > > https://repository.apache.org/content/repositories
> > > /public)
> > > Downloading:
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-parent/3.1.3.RE
> > > LEASE/spring-parent-3.1.3.RELEASE.pom
> > > 8K downloaded  (spring-parent-3.1.3.RELEASE.pom)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > ramework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > > repository apache.snapshots.https (
> > > https://repository.apache.org/content/repositories
> > > /snapshots)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > ework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > > repository apache.public.https (
> > > https://repository.apache.org/content/repositories/pu
> > > blic)
> > > Downloading:
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.3.RELEA
> > > SE/spring-asm-3.1.3.RELEASE.pom
> > > 2K downloaded  (spring-asm-3.1.3.RELEASE.pom)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > ramework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > n repository apache.snapshots.https (
> > > https://repository.apache.org/content/repositori
> > > es/snapshots)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > ework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > > n repository apache.public.https (
> > > https://repository.apache.org/content/repositories/
> > > public)
> > > Downloading:
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.3.REL
> > > EASE/spring-beans-3.1.3.RELEASE.pom
> > > 2K downloaded  (spring-beans-3.1.3.RELEASE.pom)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > ramework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> > >  repository apache.snapshots.https (
> > > https://repository.apache.org/content/repositorie
> > > s/snapshots)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > ework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> > >  repository apache.public.https (
> > > https://repository.apache.org/content/repositories/p
> > > ublic)
> > > Downloading:
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-core/3.1.3.RELE
> > > ASE/spring-core-3.1.3.RELEASE.pom
> > > 2K downloaded  (spring-core-3.1.3.RELEASE.pom)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > ramework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > >  in repository apache.snapshots.https (
> > > https://repository.apache.org/content/reposito
> > > ries/snapshots)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > ework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> > >  in repository apache.public.https (
> > > https://repository.apache.org/content/repositorie
> > > s/public)
> > > Downloading:
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-context/3.1.3.R
> > > ELEASE/spring-context-3.1.3.RELEASE.pom
> > > 8K downloaded  (spring-context-3.1.3.RELEASE.pom)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > >
> > >
> >
> ramework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > SE' in repository apache.snapshots.https (
> > > https://repository.apache.org/content/repos
> > > itories/snapshots)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > >
> ework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > > SE' in repository apache.public.https (
> > > https://repository.apache.org/content/reposito
> > > ries/public)
> > > Downloading:
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-expression/3.1.
> > > 3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > > 1K downloaded  (spring-expression-3.1.3.RELEASE.pom)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > >
> > >
> >
> ramework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.po
> > > m
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-context-support:pom:3.1.3.
> > > RELEASE' in repository apache.snapshots.https (
> > > https://repository.apache.org/content/
> > > repositories/snapshots)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > >
> > >
> >
> ework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-context-support:pom:3.1.3.
> > > RELEASE' in repository apache.public.https (
> > > https://repository.apache.org/content/rep
> > > ositories/public)
> > > Downloading:
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-context-support
> > > /3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > > 4K downloaded  (spring-context-support-3.1.3.RELEASE.pom)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > ramework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> > >  repository apache.snapshots.https (
> > > https://repository.apache.org/content/repositorie
> > > s/snapshots)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > ework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> > >  repository apache.public.https (
> > > https://repository.apache.org/content/repositories/p
> > > ublic)
> > > Downloading:
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-jdbc/3.1.3.RELE
> > > ASE/spring-jdbc-3.1.3.RELEASE.pom
> > > 3K downloaded  (spring-jdbc-3.1.3.RELEASE.pom)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > ramework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > > epository apache.snapshots.https (
> > > https://repository.apache.org/content/repositories/
> > > snapshots)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > ework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > > epository apache.public.https (
> > > https://repository.apache.org/content/repositories/pub
> > > lic)
> > > Downloading:
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-tx/3.1.3.RELEAS
> > > E/spring-tx-3.1.3.RELEASE.pom
> > > 3K downloaded  (spring-tx-3.1.3.RELEASE.pom)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > ramework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > > repository apache.snapshots.https (
> > > https://repository.apache.org/content/repositories
> > > /snapshots)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > ework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > > repository apache.public.https (
> > > https://repository.apache.org/content/repositories/pu
> > > blic)
> > > Downloading:
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-orm/3.1.3.RELEA
> > > SE/spring-orm-3.1.3.RELEASE.pom
> > > 7K downloaded  (spring-orm-3.1.3.RELEASE.pom)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/snapshots/org/springf
> > > ramework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > > repository apache.snapshots.https (
> > > https://repository.apache.org/content/repositories
> > > /snapshots)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/public/org/springfram
> > > ework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > > [INFO] Unable to find resource
> > > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > > repository apache.public.https (
> > > https://repository.apache.org/content/repositories/pu
> > > blic)
> > > Downloading:
> > >
> http://repo1.maven.org/maven2/org/springframework/spring-web/3.1.3.RELEA
> > > SE/spring-web-3.1.3.RELEASE.pom
> > > 6K downloaded  (spring-web-3.1.3.RELEASE.pom)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/snapshots/com/sun/jer
> > > sey/jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > [INFO] Unable to find resource 'com.sun.jersey:jersey-bundle:pom:1.4'
> in
> > > repository a
> > > pache.snapshots.https (
> > > https://repository.apache.org/content/repositories/snapshots)
> > > Downloading:
> > >
> https://repository.apache.org/content/repositories/public/com/sun/jersey
> > > /jersey-bundle/1.4/jersey-bundle-1.4.pom
> > > [INFO] Unable to find resource 'com.sun.jersey:jersey-bundle:pom:1.4'
> in
> > > repository a
> > > pache.public.https (
> > > https://repository.apache.org/content/repositories/public)
> > > Downloading:
> > >
> http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.4/jersey-bu
> > > ndle-1.4.pom
> > > 19K downloaded  (jersey-bundle-1.4.pom)
> > > Downloading:
> > >
> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > y-project/1.4/jersey-project-1.4.pom
> > > 178b downloaded  (jersey-project-1.4.pom)
> > > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> > > '81ffbd1712afe8c
> > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > <head><title>301' - RETRYING
> > > Downloading:
> > >
> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > > y-project/1.4/jersey-project-1.4.pom
> > > 178b downloaded  (jersey-project-1.4.pom)
> > > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> > > '81ffbd1712afe8c
> > > df138b570c0fc9934742c33c1'; remote = '<html>
> > > <head><title>301' - IGNORING
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [ERROR] BUILD ERROR
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [INFO] Failed to resolve dependencies for one or more projects in the
> > > reactor. Reason
> > > : Unable to get dependency information: Unable to read the metadata
> file
> > > for artifact
> > >  'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > > com.sun.jersey:jersey-projec
> > > t for project: null:jersey-bundle:jar:null for project
> > > null:jersey-bundle:jar:null
> > >   com.sun.jersey:jersey-bundle:jar:1.4
> > >
> > > from the specified remote repositories:
> > >   apache.snapshots (http://repository.apache.org/snapshots),
> > >   apache.snapshots.https (
> > > https://repository.apache.org/content/repositories/snapshot
> > > s),
> > >   central (http://repo1.maven.org/maven2),
> > >   apache.public.https (
> > > https://repository.apache.org/content/repositories/public)
> > >
> > > Path to dependency:
> > >         1) org.apache.ranger:security-admin-web:war:0.4.0
> > >
> > >
> > >
> > > Not a v4.0.0 POM. for project com.sun.jersey:jersey-project at
> > > C:\Users\HomeXPS\.m2\r
> > > epository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [INFO] For more information, run Maven with the -e switch
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [INFO] Total time: 12 minutes 27 seconds
> > > [INFO] Finished at: Sat Jan 10 17:03:43 IST 2015
> > > [INFO] Final Memory: 238M/572M
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > >
> > > On Sat, Jan 10, 2015 at 11:51 AM, Gautam Borad <gb...@gmail.com>
> wrote:
> > >
> > > > Hi Sitaraman,
> > > >     Please try compiling with -DskipTests, the problem seem to be
> with
> > > path
> > > > issue on Windows.
> > > >
> > > > On Fri, Jan 9, 2015 at 2:18 PM, Sitaraman Vilayannur <
> > > > vrsitaramanietflists@gmail.com> wrote:
> > > >
> > > > > Hi,
> > > > >   I am just starting out on Ranger. When i used the command
> > > > >  mvn -DskipTests=false clean compile package install
> > assembly:assembly
> > > > > to build i get the following error, what am i missing? Thanks
> > > > > Sitaraman
> > > > >
> > > > > -------------------------------------------------------
> > > > >
> > > > >  T E S T S
> > > > >
> > > > > -------------------------------------------------------
> > > > >
> > > > > Running
> > > > >
> > >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > > > >
> > > > > log4j:WARN No appenders could be found for logger
> > > > > (org.apache.hadoop.util.Shell).
> > > > >
> > > > > log4j:WARN Please initialize the log4j system properly.
> > > > >
> > > > > log4j:WARN See
> http://logging.apache.org/log4j/1.2/faq.html#noconfig
> > > for
> > > > > more info.
> > > > >
> > > > > java.io.IOException: Bad configuration of
> > > > > hadoop.security.credential.provider.path at
> > > > >
> > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > >
> > > > > edentialProviderFactory.java:70)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > >
> > > > > ider(CredentialShell.java:164)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > > > >
> > > > > edentialShell.java:323)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > >
> > > > > 67)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > >
> > > > > setup(RangerCredentialProviderTest.java:50)
> > > > >
> > > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > Method)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > >
> > > > > 39)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > >
> > > > > pl.java:25)
> > > > >
> > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > >
> > > > > d.java:47)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > >
> > > > > .java:12)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > >
> > > > > java:44)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > > > >
> > > > > 24)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > > > >
> > > > > )
> > > > >
> > > > >         at
> > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > >
> > > > > ava:70)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > >
> > > > > ava:50)
> > > > >
> > > > >         at
> > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > >
> > > > >         at
> > > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > >
> > > > >         at
> > > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > >
> > > > >         at
> > > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > >
> > > > >         at
> > > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > >
> > > > >         at
> org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > >
> > > > > a:264)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > >
> > > > > der.java:153)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > >
> > > > > :124)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > >
> > > > > der(ForkedBooter.java:200)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > >
> > > > > ter.java:153)
> > > > >
> > > > >         at
> > > > >
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > >
> > > > > Caused by: java.net.URISyntaxException: Illegal character in
> > authority
> > > at
> > > > > index 8: jc
> > > > >
> > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > >
> > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > >
> > > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > >
> > > > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > >
> > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > >
> > > > >         at java.net.URI.<init>(URI.java:577)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > >
> > > > > edentialProviderFactory.java:55)
> > > > >
> > > > >         ... 28 more
> > > > >
> > > > > There are no valid CredentialProviders configured.
> > > > >
> > > > > Credential will not be created.
> > > > >
> > > > > Consider using the -provider option to indicate the provider to
> use.
> > > > >
> > > > > java.io.IOException: Bad configuration of
> > > > > hadoop.security.credential.provider.path at
> > > > >
> > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > >
> > > > > edentialProviderFactory.java:70)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > >
> > > > > ider(CredentialShell.java:164)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > > > >
> > > > > edentialShell.java:254)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > >
> > > > > 67)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > >
> > > > > teardown(RangerCredentialProviderTest.java:85)
> > > > >
> > > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > Method)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > >
> > > > > 39)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > >
> > > > > pl.java:25)
> > > > >
> > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > >
> > > > > d.java:47)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > >
> > > > > .java:12)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > >
> > > > > java:44)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > > > >
> > > > > )
> > > > >
> > > > >         at
> > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > >
> > > > > ava:70)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > >
> > > > > ava:50)
> > > > >
> > > > >         at
> > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > >
> > > > >         at
> > > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > >
> > > > >         at
> > > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > >
> > > > >         at
> > > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > >
> > > > >         at
> > > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > >
> > > > >         at
> org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > >
> > > > > a:264)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > >
> > > > > der.java:153)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > >
> > > > > :124)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > >
> > > > > der(ForkedBooter.java:200)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > >
> > > > > ter.java:153)
> > > > >
> > > > >         at
> > > > >
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > >
> > > > > Caused by: java.net.URISyntaxException: Illegal character in
> > authority
> > > at
> > > > > index 8: jc
> > > > >
> > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > >
> > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > >
> > > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > >
> > > > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > >
> > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > >
> > > > >         at java.net.URI.<init>(URI.java:577)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > >
> > > > > edentialProviderFactory.java:55)
> > > > >
> > > > >         ... 27 more
> > > > >
> > > > > There are no valid CredentialProviders configured.
> > > > >
> > > > > Nothing will be deleted.
> > > > >
> > > > > Consider using the -provider option to indicate the provider to
> use.
> > > > >
> > > > > java.io.IOException: Bad configuration of
> > > > > hadoop.security.credential.provider.path at
> > > > >
> > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > >
> > > > > edentialProviderFactory.java:70)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > >
> > > > > ider(CredentialShell.java:164)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > > > >
> > > > > edentialShell.java:323)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > >
> > > > > 67)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > >
> > > > > setup(RangerCredentialProviderTest.java:50)
> > > > >
> > > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > Method)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > >
> > > > > 39)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > >
> > > > > pl.java:25)
> > > > >
> > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > >
> > > > > d.java:47)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > >
> > > > > .java:12)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > >
> > > > > java:44)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > > > >
> > > > > 24)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > > > >
> > > > > )
> > > > >
> > > > >         at
> > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > >
> > > > > ava:70)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > >
> > > > > ava:50)
> > > > >
> > > > >         at
> > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > >
> > > > >         at
> > > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > >
> > > > >         at
> > > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > >
> > > > >         at
> > > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > >
> > > > >         at
> > > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > >
> > > > >         at
> org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > >
> > > > > a:264)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > >
> > > > > der.java:153)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > >
> > > > > :124)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > >
> > > > > der(ForkedBooter.java:200)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > >
> > > > > ter.java:153)
> > > > >
> > > > >         at
> > > > >
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > >
> > > > > Caused by: java.net.URISyntaxException: Illegal character in
> > authority
> > > at
> > > > > index 8: jc
> > > > >
> > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > >
> > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > >
> > > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > >
> > > > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > >
> > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > >
> > > > >         at java.net.URI.<init>(URI.java:577)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > >
> > > > > edentialProviderFactory.java:55)
> > > > >
> > > > >         ... 28 more
> > > > >
> > > > > There are no valid CredentialProviders configured.
> > > > >
> > > > > Credential will not be created.
> > > > >
> > > > > Consider using the -provider option to indicate the provider to
> use.
> > > > >
> > > > > java.io.IOException: Bad configuration of
> > > > > hadoop.security.credential.provider.path at
> > > > >
> > > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > >
> > > > > edentialProviderFactory.java:70)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > > >
> > > > > ider(CredentialShell.java:164)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > > > >
> > > > > edentialShell.java:254)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > > >
> > > > > 67)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > >
> > > > > teardown(RangerCredentialProviderTest.java:85)
> > > > >
> > > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > Method)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > > >
> > > > > 39)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > > >
> > > > > pl.java:25)
> > > > >
> > > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > > >
> > > > > d.java:47)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > > >
> > > > > .java:12)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > > >
> > > > > java:44)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > > > >
> > > > > )
> > > > >
> > > > >         at
> > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > >
> > > > > ava:70)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > > >
> > > > > ava:50)
> > > > >
> > > > >         at
> > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > > >
> > > > >         at
> > > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > > >
> > > > >         at
> > > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > > >
> > > > >         at
> > > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > > >
> > > > >         at
> > > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > > >
> > > > >         at
> org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > > >
> > > > > a:264)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > > >
> > > > > der.java:153)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > > >
> > > > > :124)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > > >
> > > > > der(ForkedBooter.java:200)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > > >
> > > > > ter.java:153)
> > > > >
> > > > >         at
> > > > >
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > > >
> > > > > Caused by: java.net.URISyntaxException: Illegal character in
> > authority
> > > at
> > > > > index 8: jc
> > > > >
> > > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > > >
> > > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > > >
> > > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > > >
> > > > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > > >
> > > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > > >
> > > > >         at java.net.URI.<init>(URI.java:577)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > > >
> > > > > edentialProviderFactory.java:55)
> > > > >
> > > > >         ... 27 more
> > > > >
> > > > > There are no valid CredentialProviders configured.
> > > > >
> > > > > Nothing will be deleted.
> > > > >
> > > > > Consider using the -provider option to indicate the provider to
> use.
> > > > >
> > > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time elapsed:
> 0.823
> > > sec
> > > > > <<< FAILURE
> > > > >
> > > > > ! - in
> > > > >
> > >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> > > > >
> > > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> > > > >
> > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > >
> > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > >
> > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > >
> > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > >
> > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > >
> > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > >
> > > > > setup(RangerCredentialProviderTest.java:54)
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> > > > >
> > > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> > > > >
> > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > >
> > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > >
> > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > >
> > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > >
> > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > >
> > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > >
> > > > > teardown(RangerCredentialProviderTest.java:89)
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> > > > >
> > > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> > > > >
> > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > >
> > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > >
> > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > >
> > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > >
> > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > >
> > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > >
> > > > > setup(RangerCredentialProviderTest.java:54)
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> > > > >
> > > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> > > > >
> > > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > > >
> > > > >         at org.junit.Assert.fail(Assert.java:88)
> > > > >
> > > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > > >
> > > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > > >
> > > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > > >
> > > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > > >
> > > > >         at
> > > > >
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > > >
> > > > > teardown(RangerCredentialProviderTest.java:89)
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Results :
> > > > >
> > > > >
> > > > >
> > > > > Failed tests:
> > > > >
> > > > >   RangerCredentialProviderTest.setup:54 expected:<0> but was:<1>
> > > > >
> > > > >   RangerCredentialProviderTest.teardown:89 expected:<0> but was:<1>
> > > > >
> > > > >   RangerCredentialProviderTest.setup:54 expected:<0> but was:<1>
> > > > >
> > > > >   RangerCredentialProviderTest.teardown:89 expected:<0> but was:<1>
> > > > >
> > > > >
> > > > >
> > > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0
> > > > >
> > > > >
> > > > >
> > > > > [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > >
> > > > > [ERROR] BUILD FAILURE
> > > > >
> > > > > [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > >
> > > > > [INFO] There are test failures.
> > > > >
> > > > >
> > > > >
> > > > > Please refer to
> > > > >
> F:\Consulting\DataGuise\Software\ApacheRanger\incubator-ranger-master
> > > > >
> > > > > \incubator-ranger-master\agents-cred\target\surefire-reports for
> the
> > > > > individual test
> > > > >
> > > > > results.
> > > > >
> > > > > [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > >
> > > > > [INFO] For more information, run Maven with the -e switch
> > > > >
> > > > > [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > >
> > > > > [INFO] Total time: 15 minutes 7 seconds
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Regards,
> > > > Gautam.
> > > >
> > >
> >
> >
> >
> > --
> > Regards,
> > Gautam.
> >
>



-- 
Regards,
Gautam.

Re: Error while building.

Posted by Sitaraman Vilayannur <vr...@gmail.com>.
Hi Gautam,
   I am not behind a proxy.  Which other network configurations should i be
checking. I got the code via a git clone git://
git.apache.org/incubator-ranger.git. Thanks for your continued help.
Sitaraman

On Sat, Jan 10, 2015 at 6:15 PM, Gautam Borad <gb...@gmail.com> wrote:

> Sitaraman, this is most likely a network issue. Can you check your proxy
> and network configuration? Also can you let me know which branch are you
> trying to compile?
>
> Thanks.
>
> On Sat, Jan 10, 2015 at 5:11 PM, Sitaraman Vilayannur <
> vrsitaramanietflists@gmail.com> wrote:
>
> > Hi Gautam,
> >  Thanks for your response.
> >  Tried with -DskipTests=true and i am getting the following error.
> >
> > Downloading:
> > http://repo1.maven.org/maven2/net/htmlparser/jericho/jericho-html/3.3/je
> > richo-html-3.3.pom
> > 2K downloaded  (jericho-html-3.3.pom)
> > Downloading:
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > ramework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > repository apache.snapshots.https (
> > https://repository.apache.org/content/repositories
> > /snapshots)
> > Downloading:
> > https://repository.apache.org/content/repositories/public/org/springfram
> > ework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> > repository apache.public.https (
> > https://repository.apache.org/content/repositories/pu
> > blic)
> > Downloading:
> > http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.3.RELEA
> > SE/spring-aop-3.1.3.RELEASE.pom
> > 2K downloaded  (spring-aop-3.1.3.RELEASE.pom)
> > Downloading:
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > ramework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > in repository apache.snapshots.https (
> > https://repository.apache.org/content/repositor
> > ies/snapshots)
> > Downloading:
> > https://repository.apache.org/content/repositories/public/org/springfram
> > ework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> > in repository apache.public.https (
> > https://repository.apache.org/content/repositories
> > /public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/springframework/spring-parent/3.1.3.RE
> > LEASE/spring-parent-3.1.3.RELEASE.pom
> > 8K downloaded  (spring-parent-3.1.3.RELEASE.pom)
> > Downloading:
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > ramework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > repository apache.snapshots.https (
> > https://repository.apache.org/content/repositories
> > /snapshots)
> > Downloading:
> > https://repository.apache.org/content/repositories/public/org/springfram
> > ework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> > repository apache.public.https (
> > https://repository.apache.org/content/repositories/pu
> > blic)
> > Downloading:
> > http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.3.RELEA
> > SE/spring-asm-3.1.3.RELEASE.pom
> > 2K downloaded  (spring-asm-3.1.3.RELEASE.pom)
> > Downloading:
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > ramework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > n repository apache.snapshots.https (
> > https://repository.apache.org/content/repositori
> > es/snapshots)
> > Downloading:
> > https://repository.apache.org/content/repositories/public/org/springfram
> > ework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> > n repository apache.public.https (
> > https://repository.apache.org/content/repositories/
> > public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.3.REL
> > EASE/spring-beans-3.1.3.RELEASE.pom
> > 2K downloaded  (spring-beans-3.1.3.RELEASE.pom)
> > Downloading:
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > ramework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> >  repository apache.snapshots.https (
> > https://repository.apache.org/content/repositorie
> > s/snapshots)
> > Downloading:
> > https://repository.apache.org/content/repositories/public/org/springfram
> > ework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
> >  repository apache.public.https (
> > https://repository.apache.org/content/repositories/p
> > ublic)
> > Downloading:
> > http://repo1.maven.org/maven2/org/springframework/spring-core/3.1.3.RELE
> > ASE/spring-core-3.1.3.RELEASE.pom
> > 2K downloaded  (spring-core-3.1.3.RELEASE.pom)
> > Downloading:
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > ramework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> >  in repository apache.snapshots.https (
> > https://repository.apache.org/content/reposito
> > ries/snapshots)
> > Downloading:
> > https://repository.apache.org/content/repositories/public/org/springfram
> > ework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-context:pom:3.1.3.RELEASE'
> >  in repository apache.public.https (
> > https://repository.apache.org/content/repositorie
> > s/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/springframework/spring-context/3.1.3.R
> > ELEASE/spring-context-3.1.3.RELEASE.pom
> > 8K downloaded  (spring-context-3.1.3.RELEASE.pom)
> > Downloading:
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> >
> >
> ramework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > SE' in repository apache.snapshots.https (
> > https://repository.apache.org/content/repos
> > itories/snapshots)
> > Downloading:
> > https://repository.apache.org/content/repositories/public/org/springfram
> > ework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-expression:pom:3.1.3.RELEA
> > SE' in repository apache.public.https (
> > https://repository.apache.org/content/reposito
> > ries/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/springframework/spring-expression/3.1.
> > 3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> > 1K downloaded  (spring-expression-3.1.3.RELEASE.pom)
> > Downloading:
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> >
> >
> ramework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.po
> > m
> > [INFO] Unable to find resource
> > 'org.springframework:spring-context-support:pom:3.1.3.
> > RELEASE' in repository apache.snapshots.https (
> > https://repository.apache.org/content/
> > repositories/snapshots)
> > Downloading:
> > https://repository.apache.org/content/repositories/public/org/springfram
> >
> >
> ework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-context-support:pom:3.1.3.
> > RELEASE' in repository apache.public.https (
> > https://repository.apache.org/content/rep
> > ositories/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/springframework/spring-context-support
> > /3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> > 4K downloaded  (spring-context-support-3.1.3.RELEASE.pom)
> > Downloading:
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > ramework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> >  repository apache.snapshots.https (
> > https://repository.apache.org/content/repositorie
> > s/snapshots)
> > Downloading:
> > https://repository.apache.org/content/repositories/public/org/springfram
> > ework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
> >  repository apache.public.https (
> > https://repository.apache.org/content/repositories/p
> > ublic)
> > Downloading:
> > http://repo1.maven.org/maven2/org/springframework/spring-jdbc/3.1.3.RELE
> > ASE/spring-jdbc-3.1.3.RELEASE.pom
> > 3K downloaded  (spring-jdbc-3.1.3.RELEASE.pom)
> > Downloading:
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > ramework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > epository apache.snapshots.https (
> > https://repository.apache.org/content/repositories/
> > snapshots)
> > Downloading:
> > https://repository.apache.org/content/repositories/public/org/springfram
> > ework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> > epository apache.public.https (
> > https://repository.apache.org/content/repositories/pub
> > lic)
> > Downloading:
> > http://repo1.maven.org/maven2/org/springframework/spring-tx/3.1.3.RELEAS
> > E/spring-tx-3.1.3.RELEASE.pom
> > 3K downloaded  (spring-tx-3.1.3.RELEASE.pom)
> > Downloading:
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > ramework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > repository apache.snapshots.https (
> > https://repository.apache.org/content/repositories
> > /snapshots)
> > Downloading:
> > https://repository.apache.org/content/repositories/public/org/springfram
> > ework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> > repository apache.public.https (
> > https://repository.apache.org/content/repositories/pu
> > blic)
> > Downloading:
> > http://repo1.maven.org/maven2/org/springframework/spring-orm/3.1.3.RELEA
> > SE/spring-orm-3.1.3.RELEASE.pom
> > 7K downloaded  (spring-orm-3.1.3.RELEASE.pom)
> > Downloading:
> > https://repository.apache.org/content/repositories/snapshots/org/springf
> > ramework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > repository apache.snapshots.https (
> > https://repository.apache.org/content/repositories
> > /snapshots)
> > Downloading:
> > https://repository.apache.org/content/repositories/public/org/springfram
> > ework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> > [INFO] Unable to find resource
> > 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> > repository apache.public.https (
> > https://repository.apache.org/content/repositories/pu
> > blic)
> > Downloading:
> > http://repo1.maven.org/maven2/org/springframework/spring-web/3.1.3.RELEA
> > SE/spring-web-3.1.3.RELEASE.pom
> > 6K downloaded  (spring-web-3.1.3.RELEASE.pom)
> > Downloading:
> > https://repository.apache.org/content/repositories/snapshots/com/sun/jer
> > sey/jersey-bundle/1.4/jersey-bundle-1.4.pom
> > [INFO] Unable to find resource 'com.sun.jersey:jersey-bundle:pom:1.4' in
> > repository a
> > pache.snapshots.https (
> > https://repository.apache.org/content/repositories/snapshots)
> > Downloading:
> > https://repository.apache.org/content/repositories/public/com/sun/jersey
> > /jersey-bundle/1.4/jersey-bundle-1.4.pom
> > [INFO] Unable to find resource 'com.sun.jersey:jersey-bundle:pom:1.4' in
> > repository a
> > pache.public.https (
> > https://repository.apache.org/content/repositories/public)
> > Downloading:
> > http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.4/jersey-bu
> > ndle-1.4.pom
> > 19K downloaded  (jersey-bundle-1.4.pom)
> > Downloading:
> > http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > y-project/1.4/jersey-project-1.4.pom
> > 178b downloaded  (jersey-project-1.4.pom)
> > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> > '81ffbd1712afe8c
> > df138b570c0fc9934742c33c1'; remote = '<html>
> > <head><title>301' - RETRYING
> > Downloading:
> > http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> > y-project/1.4/jersey-project-1.4.pom
> > 178b downloaded  (jersey-project-1.4.pom)
> > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> > '81ffbd1712afe8c
> > df138b570c0fc9934742c33c1'; remote = '<html>
> > <head><title>301' - IGNORING
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Failed to resolve dependencies for one or more projects in the
> > reactor. Reason
> > : Unable to get dependency information: Unable to read the metadata file
> > for artifact
> >  'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> > com.sun.jersey:jersey-projec
> > t for project: null:jersey-bundle:jar:null for project
> > null:jersey-bundle:jar:null
> >   com.sun.jersey:jersey-bundle:jar:1.4
> >
> > from the specified remote repositories:
> >   apache.snapshots (http://repository.apache.org/snapshots),
> >   apache.snapshots.https (
> > https://repository.apache.org/content/repositories/snapshot
> > s),
> >   central (http://repo1.maven.org/maven2),
> >   apache.public.https (
> > https://repository.apache.org/content/repositories/public)
> >
> > Path to dependency:
> >         1) org.apache.ranger:security-admin-web:war:0.4.0
> >
> >
> >
> > Not a v4.0.0 POM. for project com.sun.jersey:jersey-project at
> > C:\Users\HomeXPS\.m2\r
> > epository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 12 minutes 27 seconds
> > [INFO] Finished at: Sat Jan 10 17:03:43 IST 2015
> > [INFO] Final Memory: 238M/572M
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > On Sat, Jan 10, 2015 at 11:51 AM, Gautam Borad <gb...@gmail.com> wrote:
> >
> > > Hi Sitaraman,
> > >     Please try compiling with -DskipTests, the problem seem to be with
> > path
> > > issue on Windows.
> > >
> > > On Fri, Jan 9, 2015 at 2:18 PM, Sitaraman Vilayannur <
> > > vrsitaramanietflists@gmail.com> wrote:
> > >
> > > > Hi,
> > > >   I am just starting out on Ranger. When i used the command
> > > >  mvn -DskipTests=false clean compile package install
> assembly:assembly
> > > > to build i get the following error, what am i missing? Thanks
> > > > Sitaraman
> > > >
> > > > -------------------------------------------------------
> > > >
> > > >  T E S T S
> > > >
> > > > -------------------------------------------------------
> > > >
> > > > Running
> > > >
> > org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > > >
> > > > log4j:WARN No appenders could be found for logger
> > > > (org.apache.hadoop.util.Shell).
> > > >
> > > > log4j:WARN Please initialize the log4j system properly.
> > > >
> > > > log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig
> > for
> > > > more info.
> > > >
> > > > java.io.IOException: Bad configuration of
> > > > hadoop.security.credential.provider.path at
> > > >
> > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > >
> > > > edentialProviderFactory.java:70)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > >
> > > > ider(CredentialShell.java:164)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > > >
> > > > edentialShell.java:323)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > >
> > > > 67)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > >
> > > > setup(RangerCredentialProviderTest.java:50)
> > > >
> > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> > > >
> > > >         at
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > >
> > > > 39)
> > > >
> > > >         at
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > >
> > > > pl.java:25)
> > > >
> > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > >
> > > > d.java:47)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > >
> > > > .java:12)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > >
> > > > java:44)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > > >
> > > > 24)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > > >
> > > > )
> > > >
> > > >         at
> > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > >
> > > > ava:70)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > >
> > > > ava:50)
> > > >
> > > >         at
> org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > >
> > > >         at
> > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > >
> > > >         at
> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > >
> > > >         at
> > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > >
> > > >         at
> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > >
> > > >         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > >
> > > > a:264)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > >
> > > > der.java:153)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > >
> > > > :124)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > >
> > > > der(ForkedBooter.java:200)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > >
> > > > ter.java:153)
> > > >
> > > >         at
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > >
> > > > Caused by: java.net.URISyntaxException: Illegal character in
> authority
> > at
> > > > index 8: jc
> > > >
> > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > >
> > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > >
> > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > >
> > > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > >
> > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > >
> > > >         at java.net.URI.<init>(URI.java:577)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > >
> > > > edentialProviderFactory.java:55)
> > > >
> > > >         ... 28 more
> > > >
> > > > There are no valid CredentialProviders configured.
> > > >
> > > > Credential will not be created.
> > > >
> > > > Consider using the -provider option to indicate the provider to use.
> > > >
> > > > java.io.IOException: Bad configuration of
> > > > hadoop.security.credential.provider.path at
> > > >
> > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > >
> > > > edentialProviderFactory.java:70)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > >
> > > > ider(CredentialShell.java:164)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > > >
> > > > edentialShell.java:254)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > >
> > > > 67)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > >
> > > > teardown(RangerCredentialProviderTest.java:85)
> > > >
> > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> > > >
> > > >         at
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > >
> > > > 39)
> > > >
> > > >         at
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > >
> > > > pl.java:25)
> > > >
> > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > >
> > > > d.java:47)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > >
> > > > .java:12)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > >
> > > > java:44)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > > >
> > > > )
> > > >
> > > >         at
> > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > >
> > > > ava:70)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > >
> > > > ava:50)
> > > >
> > > >         at
> org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > >
> > > >         at
> > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > >
> > > >         at
> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > >
> > > >         at
> > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > >
> > > >         at
> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > >
> > > >         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > >
> > > > a:264)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > >
> > > > der.java:153)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > >
> > > > :124)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > >
> > > > der(ForkedBooter.java:200)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > >
> > > > ter.java:153)
> > > >
> > > >         at
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > >
> > > > Caused by: java.net.URISyntaxException: Illegal character in
> authority
> > at
> > > > index 8: jc
> > > >
> > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > >
> > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > >
> > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > >
> > > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > >
> > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > >
> > > >         at java.net.URI.<init>(URI.java:577)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > >
> > > > edentialProviderFactory.java:55)
> > > >
> > > >         ... 27 more
> > > >
> > > > There are no valid CredentialProviders configured.
> > > >
> > > > Nothing will be deleted.
> > > >
> > > > Consider using the -provider option to indicate the provider to use.
> > > >
> > > > java.io.IOException: Bad configuration of
> > > > hadoop.security.credential.provider.path at
> > > >
> > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > >
> > > > edentialProviderFactory.java:70)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > >
> > > > ider(CredentialShell.java:164)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > > >
> > > > edentialShell.java:323)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > >
> > > > 67)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > >
> > > > setup(RangerCredentialProviderTest.java:50)
> > > >
> > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> > > >
> > > >         at
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > >
> > > > 39)
> > > >
> > > >         at
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > >
> > > > pl.java:25)
> > > >
> > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > >
> > > > d.java:47)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > >
> > > > .java:12)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > >
> > > > java:44)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > > >
> > > > 24)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > > >
> > > > )
> > > >
> > > >         at
> > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > >
> > > > ava:70)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > >
> > > > ava:50)
> > > >
> > > >         at
> org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > >
> > > >         at
> > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > >
> > > >         at
> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > >
> > > >         at
> > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > >
> > > >         at
> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > >
> > > >         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > >
> > > > a:264)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > >
> > > > der.java:153)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > >
> > > > :124)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > >
> > > > der(ForkedBooter.java:200)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > >
> > > > ter.java:153)
> > > >
> > > >         at
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > >
> > > > Caused by: java.net.URISyntaxException: Illegal character in
> authority
> > at
> > > > index 8: jc
> > > >
> > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > >
> > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > >
> > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > >
> > > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > >
> > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > >
> > > >         at java.net.URI.<init>(URI.java:577)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > >
> > > > edentialProviderFactory.java:55)
> > > >
> > > >         ... 28 more
> > > >
> > > > There are no valid CredentialProviders configured.
> > > >
> > > > Credential will not be created.
> > > >
> > > > Consider using the -provider option to indicate the provider to use.
> > > >
> > > > java.io.IOException: Bad configuration of
> > > > hadoop.security.credential.provider.path at
> > > >
> > > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > >
> > > > edentialProviderFactory.java:70)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > > >
> > > > ider(CredentialShell.java:164)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > > >
> > > > edentialShell.java:254)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > > >
> > > > 67)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > >
> > > > teardown(RangerCredentialProviderTest.java:85)
> > > >
> > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> > > >
> > > >         at
> > > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > > >
> > > > 39)
> > > >
> > > >         at
> > > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > > >
> > > > pl.java:25)
> > > >
> > > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > > >
> > > > d.java:47)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > > >
> > > > .java:12)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > > >
> > > > java:44)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > > >
> > > > )
> > > >
> > > >         at
> > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > >
> > > > ava:70)
> > > >
> > > >         at
> > > >
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > > >
> > > > ava:50)
> > > >
> > > >         at
> org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > > >
> > > >         at
> > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > > >
> > > >         at
> > > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > > >
> > > >         at
> > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > > >
> > > >         at
> > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > > >
> > > >         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > > >
> > > > a:264)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > > >
> > > > der.java:153)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > > >
> > > > :124)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > > >
> > > > der(ForkedBooter.java:200)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > > >
> > > > ter.java:153)
> > > >
> > > >         at
> > > >
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > > >
> > > > Caused by: java.net.URISyntaxException: Illegal character in
> authority
> > at
> > > > index 8: jc
> > > >
> > > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > > >
> > > >         at java.net.URI$Parser.fail(URI.java:2810)
> > > >
> > > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > > >
> > > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > > >
> > > >         at java.net.URI$Parser.parse(URI.java:3015)
> > > >
> > > >         at java.net.URI.<init>(URI.java:577)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > > >
> > > > edentialProviderFactory.java:55)
> > > >
> > > >         ... 27 more
> > > >
> > > > There are no valid CredentialProviders configured.
> > > >
> > > > Nothing will be deleted.
> > > >
> > > > Consider using the -provider option to indicate the provider to use.
> > > >
> > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 0.823
> > sec
> > > > <<< FAILURE
> > > >
> > > > ! - in
> > > >
> > org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > > >
> > > >
> > > >
> > >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> > > >
> > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> > > >
> > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > >
> > > >         at org.junit.Assert.fail(Assert.java:88)
> > > >
> > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > >
> > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > >
> > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > >
> > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > >
> > > > setup(RangerCredentialProviderTest.java:54)
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> > > >
> > > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> > > >
> > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > >
> > > >         at org.junit.Assert.fail(Assert.java:88)
> > > >
> > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > >
> > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > >
> > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > >
> > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > >
> > > > teardown(RangerCredentialProviderTest.java:89)
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> > > >
> > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> > > >
> > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > >
> > > >         at org.junit.Assert.fail(Assert.java:88)
> > > >
> > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > >
> > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > >
> > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > >
> > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > >
> > > > setup(RangerCredentialProviderTest.java:54)
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> > > >
> > > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> > > >
> > > > java.lang.AssertionError: expected:<0> but was:<1>
> > > >
> > > >         at org.junit.Assert.fail(Assert.java:88)
> > > >
> > > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > > >
> > > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > > >
> > > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > > >
> > > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > > >
> > > >         at
> > > >
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > > >
> > > > teardown(RangerCredentialProviderTest.java:89)
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Results :
> > > >
> > > >
> > > >
> > > > Failed tests:
> > > >
> > > >   RangerCredentialProviderTest.setup:54 expected:<0> but was:<1>
> > > >
> > > >   RangerCredentialProviderTest.teardown:89 expected:<0> but was:<1>
> > > >
> > > >   RangerCredentialProviderTest.setup:54 expected:<0> but was:<1>
> > > >
> > > >   RangerCredentialProviderTest.teardown:89 expected:<0> but was:<1>
> > > >
> > > >
> > > >
> > > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0
> > > >
> > > >
> > > >
> > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > >
> > > > [ERROR] BUILD FAILURE
> > > >
> > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > >
> > > > [INFO] There are test failures.
> > > >
> > > >
> > > >
> > > > Please refer to
> > > > F:\Consulting\DataGuise\Software\ApacheRanger\incubator-ranger-master
> > > >
> > > > \incubator-ranger-master\agents-cred\target\surefire-reports for the
> > > > individual test
> > > >
> > > > results.
> > > >
> > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > >
> > > > [INFO] For more information, run Maven with the -e switch
> > > >
> > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > >
> > > > [INFO] Total time: 15 minutes 7 seconds
> > > >
> > >
> > >
> > >
> > > --
> > > Regards,
> > > Gautam.
> > >
> >
>
>
>
> --
> Regards,
> Gautam.
>

Re: Error while building.

Posted by Gautam Borad <gb...@gmail.com>.
Sitaraman, this is most likely a network issue. Can you check your proxy
and network configuration? Also can you let me know which branch are you
trying to compile?

Thanks.

On Sat, Jan 10, 2015 at 5:11 PM, Sitaraman Vilayannur <
vrsitaramanietflists@gmail.com> wrote:

> Hi Gautam,
>  Thanks for your response.
>  Tried with -DskipTests=true and i am getting the following error.
>
> Downloading:
> http://repo1.maven.org/maven2/net/htmlparser/jericho/jericho-html/3.3/je
> richo-html-3.3.pom
> 2K downloaded  (jericho-html-3.3.pom)
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/org/springf
> ramework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> repository apache.snapshots.https (
> https://repository.apache.org/content/repositories
> /snapshots)
> Downloading:
> https://repository.apache.org/content/repositories/public/org/springfram
> ework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
> repository apache.public.https (
> https://repository.apache.org/content/repositories/pu
> blic)
> Downloading:
> http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.3.RELEA
> SE/spring-aop-3.1.3.RELEASE.pom
> 2K downloaded  (spring-aop-3.1.3.RELEASE.pom)
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/org/springf
> ramework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> in repository apache.snapshots.https (
> https://repository.apache.org/content/repositor
> ies/snapshots)
> Downloading:
> https://repository.apache.org/content/repositories/public/org/springfram
> ework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-parent:pom:3.1.3.RELEASE'
> in repository apache.public.https (
> https://repository.apache.org/content/repositories
> /public)
> Downloading:
> http://repo1.maven.org/maven2/org/springframework/spring-parent/3.1.3.RE
> LEASE/spring-parent-3.1.3.RELEASE.pom
> 8K downloaded  (spring-parent-3.1.3.RELEASE.pom)
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/org/springf
> ramework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> repository apache.snapshots.https (
> https://repository.apache.org/content/repositories
> /snapshots)
> Downloading:
> https://repository.apache.org/content/repositories/public/org/springfram
> ework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
> repository apache.public.https (
> https://repository.apache.org/content/repositories/pu
> blic)
> Downloading:
> http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.3.RELEA
> SE/spring-asm-3.1.3.RELEASE.pom
> 2K downloaded  (spring-asm-3.1.3.RELEASE.pom)
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/org/springf
> ramework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> n repository apache.snapshots.https (
> https://repository.apache.org/content/repositori
> es/snapshots)
> Downloading:
> https://repository.apache.org/content/repositories/public/org/springfram
> ework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
> n repository apache.public.https (
> https://repository.apache.org/content/repositories/
> public)
> Downloading:
> http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.3.REL
> EASE/spring-beans-3.1.3.RELEASE.pom
> 2K downloaded  (spring-beans-3.1.3.RELEASE.pom)
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/org/springf
> ramework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
>  repository apache.snapshots.https (
> https://repository.apache.org/content/repositorie
> s/snapshots)
> Downloading:
> https://repository.apache.org/content/repositories/public/org/springfram
> ework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-core:pom:3.1.3.RELEASE' in
>  repository apache.public.https (
> https://repository.apache.org/content/repositories/p
> ublic)
> Downloading:
> http://repo1.maven.org/maven2/org/springframework/spring-core/3.1.3.RELE
> ASE/spring-core-3.1.3.RELEASE.pom
> 2K downloaded  (spring-core-3.1.3.RELEASE.pom)
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/org/springf
> ramework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-context:pom:3.1.3.RELEASE'
>  in repository apache.snapshots.https (
> https://repository.apache.org/content/reposito
> ries/snapshots)
> Downloading:
> https://repository.apache.org/content/repositories/public/org/springfram
> ework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-context:pom:3.1.3.RELEASE'
>  in repository apache.public.https (
> https://repository.apache.org/content/repositorie
> s/public)
> Downloading:
> http://repo1.maven.org/maven2/org/springframework/spring-context/3.1.3.R
> ELEASE/spring-context-3.1.3.RELEASE.pom
> 8K downloaded  (spring-context-3.1.3.RELEASE.pom)
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/org/springf
>
> ramework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-expression:pom:3.1.3.RELEA
> SE' in repository apache.snapshots.https (
> https://repository.apache.org/content/repos
> itories/snapshots)
> Downloading:
> https://repository.apache.org/content/repositories/public/org/springfram
> ework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-expression:pom:3.1.3.RELEA
> SE' in repository apache.public.https (
> https://repository.apache.org/content/reposito
> ries/public)
> Downloading:
> http://repo1.maven.org/maven2/org/springframework/spring-expression/3.1.
> 3.RELEASE/spring-expression-3.1.3.RELEASE.pom
> 1K downloaded  (spring-expression-3.1.3.RELEASE.pom)
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/org/springf
>
> ramework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.po
> m
> [INFO] Unable to find resource
> 'org.springframework:spring-context-support:pom:3.1.3.
> RELEASE' in repository apache.snapshots.https (
> https://repository.apache.org/content/
> repositories/snapshots)
> Downloading:
> https://repository.apache.org/content/repositories/public/org/springfram
>
> ework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-context-support:pom:3.1.3.
> RELEASE' in repository apache.public.https (
> https://repository.apache.org/content/rep
> ositories/public)
> Downloading:
> http://repo1.maven.org/maven2/org/springframework/spring-context-support
> /3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
> 4K downloaded  (spring-context-support-3.1.3.RELEASE.pom)
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/org/springf
> ramework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
>  repository apache.snapshots.https (
> https://repository.apache.org/content/repositorie
> s/snapshots)
> Downloading:
> https://repository.apache.org/content/repositories/public/org/springfram
> ework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
>  repository apache.public.https (
> https://repository.apache.org/content/repositories/p
> ublic)
> Downloading:
> http://repo1.maven.org/maven2/org/springframework/spring-jdbc/3.1.3.RELE
> ASE/spring-jdbc-3.1.3.RELEASE.pom
> 3K downloaded  (spring-jdbc-3.1.3.RELEASE.pom)
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/org/springf
> ramework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> epository apache.snapshots.https (
> https://repository.apache.org/content/repositories/
> snapshots)
> Downloading:
> https://repository.apache.org/content/repositories/public/org/springfram
> ework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
> epository apache.public.https (
> https://repository.apache.org/content/repositories/pub
> lic)
> Downloading:
> http://repo1.maven.org/maven2/org/springframework/spring-tx/3.1.3.RELEAS
> E/spring-tx-3.1.3.RELEASE.pom
> 3K downloaded  (spring-tx-3.1.3.RELEASE.pom)
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/org/springf
> ramework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> repository apache.snapshots.https (
> https://repository.apache.org/content/repositories
> /snapshots)
> Downloading:
> https://repository.apache.org/content/repositories/public/org/springfram
> ework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
> repository apache.public.https (
> https://repository.apache.org/content/repositories/pu
> blic)
> Downloading:
> http://repo1.maven.org/maven2/org/springframework/spring-orm/3.1.3.RELEA
> SE/spring-orm-3.1.3.RELEASE.pom
> 7K downloaded  (spring-orm-3.1.3.RELEASE.pom)
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/org/springf
> ramework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> repository apache.snapshots.https (
> https://repository.apache.org/content/repositories
> /snapshots)
> Downloading:
> https://repository.apache.org/content/repositories/public/org/springfram
> ework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
> [INFO] Unable to find resource
> 'org.springframework:spring-web:pom:3.1.3.RELEASE' in
> repository apache.public.https (
> https://repository.apache.org/content/repositories/pu
> blic)
> Downloading:
> http://repo1.maven.org/maven2/org/springframework/spring-web/3.1.3.RELEA
> SE/spring-web-3.1.3.RELEASE.pom
> 6K downloaded  (spring-web-3.1.3.RELEASE.pom)
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/com/sun/jer
> sey/jersey-bundle/1.4/jersey-bundle-1.4.pom
> [INFO] Unable to find resource 'com.sun.jersey:jersey-bundle:pom:1.4' in
> repository a
> pache.snapshots.https (
> https://repository.apache.org/content/repositories/snapshots)
> Downloading:
> https://repository.apache.org/content/repositories/public/com/sun/jersey
> /jersey-bundle/1.4/jersey-bundle-1.4.pom
> [INFO] Unable to find resource 'com.sun.jersey:jersey-bundle:pom:1.4' in
> repository a
> pache.public.https (
> https://repository.apache.org/content/repositories/public)
> Downloading:
> http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.4/jersey-bu
> ndle-1.4.pom
> 19K downloaded  (jersey-bundle-1.4.pom)
> Downloading:
> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> y-project/1.4/jersey-project-1.4.pom
> 178b downloaded  (jersey-project-1.4.pom)
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> '81ffbd1712afe8c
> df138b570c0fc9934742c33c1'; remote = '<html>
> <head><title>301' - RETRYING
> Downloading:
> http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
> y-project/1.4/jersey-project-1.4.pom
> 178b downloaded  (jersey-project-1.4.pom)
> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
> '81ffbd1712afe8c
> df138b570c0fc9934742c33c1'; remote = '<html>
> <head><title>301' - IGNORING
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve dependencies for one or more projects in the
> reactor. Reason
> : Unable to get dependency information: Unable to read the metadata file
> for artifact
>  'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
> com.sun.jersey:jersey-projec
> t for project: null:jersey-bundle:jar:null for project
> null:jersey-bundle:jar:null
>   com.sun.jersey:jersey-bundle:jar:1.4
>
> from the specified remote repositories:
>   apache.snapshots (http://repository.apache.org/snapshots),
>   apache.snapshots.https (
> https://repository.apache.org/content/repositories/snapshot
> s),
>   central (http://repo1.maven.org/maven2),
>   apache.public.https (
> https://repository.apache.org/content/repositories/public)
>
> Path to dependency:
>         1) org.apache.ranger:security-admin-web:war:0.4.0
>
>
>
> Not a v4.0.0 POM. for project com.sun.jersey:jersey-project at
> C:\Users\HomeXPS\.m2\r
> epository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 12 minutes 27 seconds
> [INFO] Finished at: Sat Jan 10 17:03:43 IST 2015
> [INFO] Final Memory: 238M/572M
> [INFO]
> ------------------------------------------------------------------------
>
> On Sat, Jan 10, 2015 at 11:51 AM, Gautam Borad <gb...@gmail.com> wrote:
>
> > Hi Sitaraman,
> >     Please try compiling with -DskipTests, the problem seem to be with
> path
> > issue on Windows.
> >
> > On Fri, Jan 9, 2015 at 2:18 PM, Sitaraman Vilayannur <
> > vrsitaramanietflists@gmail.com> wrote:
> >
> > > Hi,
> > >   I am just starting out on Ranger. When i used the command
> > >  mvn -DskipTests=false clean compile package install assembly:assembly
> > > to build i get the following error, what am i missing? Thanks
> > > Sitaraman
> > >
> > > -------------------------------------------------------
> > >
> > >  T E S T S
> > >
> > > -------------------------------------------------------
> > >
> > > Running
> > >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > >
> > > log4j:WARN No appenders could be found for logger
> > > (org.apache.hadoop.util.Shell).
> > >
> > > log4j:WARN Please initialize the log4j system properly.
> > >
> > > log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig
> for
> > > more info.
> > >
> > > java.io.IOException: Bad configuration of
> > > hadoop.security.credential.provider.path at
> > >
> > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > >
> > > edentialProviderFactory.java:70)
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > >
> > > ider(CredentialShell.java:164)
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > >
> > > edentialShell.java:323)
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > >
> > > 67)
> > >
> > >         at
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > >
> > > setup(RangerCredentialProviderTest.java:50)
> > >
> > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >
> > >         at
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > >
> > > 39)
> > >
> > >         at
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > >
> > > pl.java:25)
> > >
> > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > >
> > >         at
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > >
> > > d.java:47)
> > >
> > >         at
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > >
> > > .java:12)
> > >
> > >         at
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > >
> > > java:44)
> > >
> > >         at
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > >
> > > 24)
> > >
> > >         at
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > >
> > > )
> > >
> > >         at
> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > >
> > >         at
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > >
> > > ava:70)
> > >
> > >         at
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > >
> > > ava:50)
> > >
> > >         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > >
> > >         at
> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > >
> > >         at
> > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > >
> > >         at
> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > >
> > >         at
> > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > >
> > >         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > >
> > > a:264)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > >
> > > der.java:153)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > >
> > > :124)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > >
> > > der(ForkedBooter.java:200)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > >
> > > ter.java:153)
> > >
> > >         at
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > >
> > > Caused by: java.net.URISyntaxException: Illegal character in authority
> at
> > > index 8: jc
> > >
> > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > >
> > >         at java.net.URI$Parser.fail(URI.java:2810)
> > >
> > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > >
> > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > >
> > >         at java.net.URI$Parser.parse(URI.java:3015)
> > >
> > >         at java.net.URI.<init>(URI.java:577)
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > >
> > > edentialProviderFactory.java:55)
> > >
> > >         ... 28 more
> > >
> > > There are no valid CredentialProviders configured.
> > >
> > > Credential will not be created.
> > >
> > > Consider using the -provider option to indicate the provider to use.
> > >
> > > java.io.IOException: Bad configuration of
> > > hadoop.security.credential.provider.path at
> > >
> > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > >
> > > edentialProviderFactory.java:70)
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > >
> > > ider(CredentialShell.java:164)
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > >
> > > edentialShell.java:254)
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > >
> > > 67)
> > >
> > >         at
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > >
> > > teardown(RangerCredentialProviderTest.java:85)
> > >
> > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >
> > >         at
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > >
> > > 39)
> > >
> > >         at
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > >
> > > pl.java:25)
> > >
> > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > >
> > >         at
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > >
> > > d.java:47)
> > >
> > >         at
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > >
> > > .java:12)
> > >
> > >         at
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > >
> > > java:44)
> > >
> > >         at
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > >
> > > )
> > >
> > >         at
> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > >
> > >         at
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > >
> > > ava:70)
> > >
> > >         at
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > >
> > > ava:50)
> > >
> > >         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > >
> > >         at
> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > >
> > >         at
> > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > >
> > >         at
> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > >
> > >         at
> > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > >
> > >         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > >
> > > a:264)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > >
> > > der.java:153)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > >
> > > :124)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > >
> > > der(ForkedBooter.java:200)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > >
> > > ter.java:153)
> > >
> > >         at
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > >
> > > Caused by: java.net.URISyntaxException: Illegal character in authority
> at
> > > index 8: jc
> > >
> > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > >
> > >         at java.net.URI$Parser.fail(URI.java:2810)
> > >
> > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > >
> > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > >
> > >         at java.net.URI$Parser.parse(URI.java:3015)
> > >
> > >         at java.net.URI.<init>(URI.java:577)
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > >
> > > edentialProviderFactory.java:55)
> > >
> > >         ... 27 more
> > >
> > > There are no valid CredentialProviders configured.
> > >
> > > Nothing will be deleted.
> > >
> > > Consider using the -provider option to indicate the provider to use.
> > >
> > > java.io.IOException: Bad configuration of
> > > hadoop.security.credential.provider.path at
> > >
> > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > >
> > > edentialProviderFactory.java:70)
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > >
> > > ider(CredentialShell.java:164)
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> > >
> > > edentialShell.java:323)
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > >
> > > 67)
> > >
> > >         at
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > >
> > > setup(RangerCredentialProviderTest.java:50)
> > >
> > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >
> > >         at
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > >
> > > 39)
> > >
> > >         at
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > >
> > > pl.java:25)
> > >
> > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > >
> > >         at
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > >
> > > d.java:47)
> > >
> > >         at
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > >
> > > .java:12)
> > >
> > >         at
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > >
> > > java:44)
> > >
> > >         at
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> > >
> > > 24)
> > >
> > >         at
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> > >
> > > )
> > >
> > >         at
> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > >
> > >         at
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > >
> > > ava:70)
> > >
> > >         at
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > >
> > > ava:50)
> > >
> > >         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > >
> > >         at
> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > >
> > >         at
> > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > >
> > >         at
> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > >
> > >         at
> > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > >
> > >         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > >
> > > a:264)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > >
> > > der.java:153)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > >
> > > :124)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > >
> > > der(ForkedBooter.java:200)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > >
> > > ter.java:153)
> > >
> > >         at
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > >
> > > Caused by: java.net.URISyntaxException: Illegal character in authority
> at
> > > index 8: jc
> > >
> > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > >
> > >         at java.net.URI$Parser.fail(URI.java:2810)
> > >
> > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > >
> > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > >
> > >         at java.net.URI$Parser.parse(URI.java:3015)
> > >
> > >         at java.net.URI.<init>(URI.java:577)
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > >
> > > edentialProviderFactory.java:55)
> > >
> > >         ... 28 more
> > >
> > > There are no valid CredentialProviders configured.
> > >
> > > Credential will not be created.
> > >
> > > Consider using the -provider option to indicate the provider to use.
> > >
> > > java.io.IOException: Bad configuration of
> > > hadoop.security.credential.provider.path at
> > >
> > >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > >
> > > edentialProviderFactory.java:70)
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> > >
> > > ider(CredentialShell.java:164)
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> > >
> > > edentialShell.java:254)
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> > >
> > > 67)
> > >
> > >         at
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > >
> > > teardown(RangerCredentialProviderTest.java:85)
> > >
> > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >
> > >         at
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> > >
> > > 39)
> > >
> > >         at
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> > >
> > > pl.java:25)
> > >
> > >         at java.lang.reflect.Method.invoke(Method.java:597)
> > >
> > >         at
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> > >
> > > d.java:47)
> > >
> > >         at
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> > >
> > > .java:12)
> > >
> > >         at
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> > >
> > > java:44)
> > >
> > >         at
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> > >
> > > )
> > >
> > >         at
> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> > >
> > >         at
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > >
> > > ava:70)
> > >
> > >         at
> > >
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> > >
> > > ava:50)
> > >
> > >         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> > >
> > >         at
> > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> > >
> > >         at
> > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> > >
> > >         at
> > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> > >
> > >         at
> > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> > >
> > >         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> > >
> > > a:264)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> > >
> > > der.java:153)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> > >
> > > :124)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> > >
> > > der(ForkedBooter.java:200)
> > >
> > >         at
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> > >
> > > ter.java:153)
> > >
> > >         at
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> > >
> > > Caused by: java.net.URISyntaxException: Illegal character in authority
> at
> > > index 8: jc
> > >
> > > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> > >
> > >         at java.net.URI$Parser.fail(URI.java:2810)
> > >
> > >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> > >
> > >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> > >
> > >         at java.net.URI$Parser.parse(URI.java:3015)
> > >
> > >         at java.net.URI.<init>(URI.java:577)
> > >
> > >         at
> > >
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> > >
> > > edentialProviderFactory.java:55)
> > >
> > >         ... 27 more
> > >
> > > There are no valid CredentialProviders configured.
> > >
> > > Nothing will be deleted.
> > >
> > > Consider using the -provider option to indicate the provider to use.
> > >
> > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 0.823
> sec
> > > <<< FAILURE
> > >
> > > ! - in
> > >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> > >
> > >
> > >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> > >
> > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> > >
> > > java.lang.AssertionError: expected:<0> but was:<1>
> > >
> > >         at org.junit.Assert.fail(Assert.java:88)
> > >
> > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > >
> > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > >
> > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > >
> > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > >
> > >         at
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > >
> > > setup(RangerCredentialProviderTest.java:54)
> > >
> > >
> > >
> > >
> > >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> > >
> > > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> > >
> > > java.lang.AssertionError: expected:<0> but was:<1>
> > >
> > >         at org.junit.Assert.fail(Assert.java:88)
> > >
> > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > >
> > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > >
> > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > >
> > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > >
> > >         at
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > >
> > > teardown(RangerCredentialProviderTest.java:89)
> > >
> > >
> > >
> > >
> > >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> > >
> > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> > >
> > > java.lang.AssertionError: expected:<0> but was:<1>
> > >
> > >         at org.junit.Assert.fail(Assert.java:88)
> > >
> > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > >
> > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > >
> > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > >
> > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > >
> > >         at
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > >
> > > setup(RangerCredentialProviderTest.java:54)
> > >
> > >
> > >
> > >
> > >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> > >
> > > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> > >
> > > java.lang.AssertionError: expected:<0> but was:<1>
> > >
> > >         at org.junit.Assert.fail(Assert.java:88)
> > >
> > >         at org.junit.Assert.failNotEquals(Assert.java:743)
> > >
> > >         at org.junit.Assert.assertEquals(Assert.java:118)
> > >
> > >         at org.junit.Assert.assertEquals(Assert.java:555)
> > >
> > >         at org.junit.Assert.assertEquals(Assert.java:542)
> > >
> > >         at
> > >
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> > >
> > > teardown(RangerCredentialProviderTest.java:89)
> > >
> > >
> > >
> > >
> > >
> > > Results :
> > >
> > >
> > >
> > > Failed tests:
> > >
> > >   RangerCredentialProviderTest.setup:54 expected:<0> but was:<1>
> > >
> > >   RangerCredentialProviderTest.teardown:89 expected:<0> but was:<1>
> > >
> > >   RangerCredentialProviderTest.setup:54 expected:<0> but was:<1>
> > >
> > >   RangerCredentialProviderTest.teardown:89 expected:<0> but was:<1>
> > >
> > >
> > >
> > > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0
> > >
> > >
> > >
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > >
> > > [ERROR] BUILD FAILURE
> > >
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > >
> > > [INFO] There are test failures.
> > >
> > >
> > >
> > > Please refer to
> > > F:\Consulting\DataGuise\Software\ApacheRanger\incubator-ranger-master
> > >
> > > \incubator-ranger-master\agents-cred\target\surefire-reports for the
> > > individual test
> > >
> > > results.
> > >
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > >
> > > [INFO] For more information, run Maven with the -e switch
> > >
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > >
> > > [INFO] Total time: 15 minutes 7 seconds
> > >
> >
> >
> >
> > --
> > Regards,
> > Gautam.
> >
>



-- 
Regards,
Gautam.

Re: Error while building.

Posted by Sitaraman Vilayannur <vr...@gmail.com>.
Hi Gautam,
 Thanks for your response.
 Tried with -DskipTests=true and i am getting the following error.

Downloading:
http://repo1.maven.org/maven2/net/htmlparser/jericho/jericho-html/3.3/je
richo-html-3.3.pom
2K downloaded  (jericho-html-3.3.pom)
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/springf
ramework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
repository apache.snapshots.https (
https://repository.apache.org/content/repositories
/snapshots)
Downloading:
https://repository.apache.org/content/repositories/public/org/springfram
ework/spring-aop/3.1.3.RELEASE/spring-aop-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-aop:pom:3.1.3.RELEASE' in
repository apache.public.https (
https://repository.apache.org/content/repositories/pu
blic)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-aop/3.1.3.RELEA
SE/spring-aop-3.1.3.RELEASE.pom
2K downloaded  (spring-aop-3.1.3.RELEASE.pom)
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/springf
ramework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-parent:pom:3.1.3.RELEASE'
in repository apache.snapshots.https (
https://repository.apache.org/content/repositor
ies/snapshots)
Downloading:
https://repository.apache.org/content/repositories/public/org/springfram
ework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-parent:pom:3.1.3.RELEASE'
in repository apache.public.https (
https://repository.apache.org/content/repositories
/public)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-parent/3.1.3.RE
LEASE/spring-parent-3.1.3.RELEASE.pom
8K downloaded  (spring-parent-3.1.3.RELEASE.pom)
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/springf
ramework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
repository apache.snapshots.https (
https://repository.apache.org/content/repositories
/snapshots)
Downloading:
https://repository.apache.org/content/repositories/public/org/springfram
ework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-asm:pom:3.1.3.RELEASE' in
repository apache.public.https (
https://repository.apache.org/content/repositories/pu
blic)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-asm/3.1.3.RELEA
SE/spring-asm-3.1.3.RELEASE.pom
2K downloaded  (spring-asm-3.1.3.RELEASE.pom)
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/springf
ramework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
n repository apache.snapshots.https (
https://repository.apache.org/content/repositori
es/snapshots)
Downloading:
https://repository.apache.org/content/repositories/public/org/springfram
ework/spring-beans/3.1.3.RELEASE/spring-beans-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-beans:pom:3.1.3.RELEASE' i
n repository apache.public.https (
https://repository.apache.org/content/repositories/
public)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-beans/3.1.3.REL
EASE/spring-beans-3.1.3.RELEASE.pom
2K downloaded  (spring-beans-3.1.3.RELEASE.pom)
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/springf
ramework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-core:pom:3.1.3.RELEASE' in
 repository apache.snapshots.https (
https://repository.apache.org/content/repositorie
s/snapshots)
Downloading:
https://repository.apache.org/content/repositories/public/org/springfram
ework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-core:pom:3.1.3.RELEASE' in
 repository apache.public.https (
https://repository.apache.org/content/repositories/p
ublic)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-core/3.1.3.RELE
ASE/spring-core-3.1.3.RELEASE.pom
2K downloaded  (spring-core-3.1.3.RELEASE.pom)
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/springf
ramework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-context:pom:3.1.3.RELEASE'
 in repository apache.snapshots.https (
https://repository.apache.org/content/reposito
ries/snapshots)
Downloading:
https://repository.apache.org/content/repositories/public/org/springfram
ework/spring-context/3.1.3.RELEASE/spring-context-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-context:pom:3.1.3.RELEASE'
 in repository apache.public.https (
https://repository.apache.org/content/repositorie
s/public)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-context/3.1.3.R
ELEASE/spring-context-3.1.3.RELEASE.pom
8K downloaded  (spring-context-3.1.3.RELEASE.pom)
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/springf
ramework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-expression:pom:3.1.3.RELEA
SE' in repository apache.snapshots.https (
https://repository.apache.org/content/repos
itories/snapshots)
Downloading:
https://repository.apache.org/content/repositories/public/org/springfram
ework/spring-expression/3.1.3.RELEASE/spring-expression-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-expression:pom:3.1.3.RELEA
SE' in repository apache.public.https (
https://repository.apache.org/content/reposito
ries/public)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-expression/3.1.
3.RELEASE/spring-expression-3.1.3.RELEASE.pom
1K downloaded  (spring-expression-3.1.3.RELEASE.pom)
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/springf
ramework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.po
m
[INFO] Unable to find resource
'org.springframework:spring-context-support:pom:3.1.3.
RELEASE' in repository apache.snapshots.https (
https://repository.apache.org/content/
repositories/snapshots)
Downloading:
https://repository.apache.org/content/repositories/public/org/springfram
ework/spring-context-support/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-context-support:pom:3.1.3.
RELEASE' in repository apache.public.https (
https://repository.apache.org/content/rep
ositories/public)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-context-support
/3.1.3.RELEASE/spring-context-support-3.1.3.RELEASE.pom
4K downloaded  (spring-context-support-3.1.3.RELEASE.pom)
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/springf
ramework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
 repository apache.snapshots.https (
https://repository.apache.org/content/repositorie
s/snapshots)
Downloading:
https://repository.apache.org/content/repositories/public/org/springfram
ework/spring-jdbc/3.1.3.RELEASE/spring-jdbc-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-jdbc:pom:3.1.3.RELEASE' in
 repository apache.public.https (
https://repository.apache.org/content/repositories/p
ublic)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-jdbc/3.1.3.RELE
ASE/spring-jdbc-3.1.3.RELEASE.pom
3K downloaded  (spring-jdbc-3.1.3.RELEASE.pom)
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/springf
ramework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
epository apache.snapshots.https (
https://repository.apache.org/content/repositories/
snapshots)
Downloading:
https://repository.apache.org/content/repositories/public/org/springfram
ework/spring-tx/3.1.3.RELEASE/spring-tx-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-tx:pom:3.1.3.RELEASE' in r
epository apache.public.https (
https://repository.apache.org/content/repositories/pub
lic)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-tx/3.1.3.RELEAS
E/spring-tx-3.1.3.RELEASE.pom
3K downloaded  (spring-tx-3.1.3.RELEASE.pom)
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/springf
ramework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
repository apache.snapshots.https (
https://repository.apache.org/content/repositories
/snapshots)
Downloading:
https://repository.apache.org/content/repositories/public/org/springfram
ework/spring-orm/3.1.3.RELEASE/spring-orm-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-orm:pom:3.1.3.RELEASE' in
repository apache.public.https (
https://repository.apache.org/content/repositories/pu
blic)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-orm/3.1.3.RELEA
SE/spring-orm-3.1.3.RELEASE.pom
7K downloaded  (spring-orm-3.1.3.RELEASE.pom)
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/springf
ramework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-web:pom:3.1.3.RELEASE' in
repository apache.snapshots.https (
https://repository.apache.org/content/repositories
/snapshots)
Downloading:
https://repository.apache.org/content/repositories/public/org/springfram
ework/spring-web/3.1.3.RELEASE/spring-web-3.1.3.RELEASE.pom
[INFO] Unable to find resource
'org.springframework:spring-web:pom:3.1.3.RELEASE' in
repository apache.public.https (
https://repository.apache.org/content/repositories/pu
blic)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-web/3.1.3.RELEA
SE/spring-web-3.1.3.RELEASE.pom
6K downloaded  (spring-web-3.1.3.RELEASE.pom)
Downloading:
https://repository.apache.org/content/repositories/snapshots/com/sun/jer
sey/jersey-bundle/1.4/jersey-bundle-1.4.pom
[INFO] Unable to find resource 'com.sun.jersey:jersey-bundle:pom:1.4' in
repository a
pache.snapshots.https (
https://repository.apache.org/content/repositories/snapshots)
Downloading:
https://repository.apache.org/content/repositories/public/com/sun/jersey
/jersey-bundle/1.4/jersey-bundle-1.4.pom
[INFO] Unable to find resource 'com.sun.jersey:jersey-bundle:pom:1.4' in
repository a
pache.public.https (
https://repository.apache.org/content/repositories/public)
Downloading:
http://repo1.maven.org/maven2/com/sun/jersey/jersey-bundle/1.4/jersey-bu
ndle-1.4.pom
19K downloaded  (jersey-bundle-1.4.pom)
Downloading:
http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
y-project/1.4/jersey-project-1.4.pom
178b downloaded  (jersey-project-1.4.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
'81ffbd1712afe8c
df138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - RETRYING
Downloading:
http://maven.glassfish.org/content/groups/glassfish/com/sun/jersey/jerse
y-project/1.4/jersey-project-1.4.pom
178b downloaded  (jersey-project-1.4.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
'81ffbd1712afe8c
df138b570c0fc9934742c33c1'; remote = '<html>
<head><title>301' - IGNORING
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve dependencies for one or more projects in the
reactor. Reason
: Unable to get dependency information: Unable to read the metadata file
for artifact
 'com.sun.jersey:jersey-bundle:jar': Cannot find parent:
com.sun.jersey:jersey-projec
t for project: null:jersey-bundle:jar:null for project
null:jersey-bundle:jar:null
  com.sun.jersey:jersey-bundle:jar:1.4

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  apache.snapshots.https (
https://repository.apache.org/content/repositories/snapshot
s),
  central (http://repo1.maven.org/maven2),
  apache.public.https (
https://repository.apache.org/content/repositories/public)

Path to dependency:
        1) org.apache.ranger:security-admin-web:war:0.4.0



Not a v4.0.0 POM. for project com.sun.jersey:jersey-project at
C:\Users\HomeXPS\.m2\r
epository\com\sun\jersey\jersey-project\1.4\jersey-project-1.4.pom
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 12 minutes 27 seconds
[INFO] Finished at: Sat Jan 10 17:03:43 IST 2015
[INFO] Final Memory: 238M/572M
[INFO]
------------------------------------------------------------------------

On Sat, Jan 10, 2015 at 11:51 AM, Gautam Borad <gb...@gmail.com> wrote:

> Hi Sitaraman,
>     Please try compiling with -DskipTests, the problem seem to be with path
> issue on Windows.
>
> On Fri, Jan 9, 2015 at 2:18 PM, Sitaraman Vilayannur <
> vrsitaramanietflists@gmail.com> wrote:
>
> > Hi,
> >   I am just starting out on Ranger. When i used the command
> >  mvn -DskipTests=false clean compile package install assembly:assembly
> > to build i get the following error, what am i missing? Thanks
> > Sitaraman
> >
> > -------------------------------------------------------
> >
> >  T E S T S
> >
> > -------------------------------------------------------
> >
> > Running
> > org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> >
> > log4j:WARN No appenders could be found for logger
> > (org.apache.hadoop.util.Shell).
> >
> > log4j:WARN Please initialize the log4j system properly.
> >
> > log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
> > more info.
> >
> > java.io.IOException: Bad configuration of
> > hadoop.security.credential.provider.path at
> >
> >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> >
> > edentialProviderFactory.java:70)
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> >
> > ider(CredentialShell.java:164)
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> >
> > edentialShell.java:323)
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> >
> > 67)
> >
> >         at
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> >
> > setup(RangerCredentialProviderTest.java:50)
> >
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >
> >         at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> >
> > 39)
> >
> >         at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> >
> > pl.java:25)
> >
> >         at java.lang.reflect.Method.invoke(Method.java:597)
> >
> >         at
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> >
> > d.java:47)
> >
> >         at
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> >
> > .java:12)
> >
> >         at
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> >
> > java:44)
> >
> >         at
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> >
> > 24)
> >
> >         at
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> >
> > )
> >
> >         at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> >
> >         at
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> >
> > ava:70)
> >
> >         at
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> >
> > ava:50)
> >
> >         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> >
> >         at
> org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> >
> >         at
> > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> >
> >         at
> org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> >
> >         at
> org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> >
> >         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> >
> >         at
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> >
> > a:264)
> >
> >         at
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> >
> > der.java:153)
> >
> >         at
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> >
> > :124)
> >
> >         at
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> >
> > der(ForkedBooter.java:200)
> >
> >         at
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> >
> > ter.java:153)
> >
> >         at
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> >
> > Caused by: java.net.URISyntaxException: Illegal character in authority at
> > index 8: jc
> >
> > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> >
> >         at java.net.URI$Parser.fail(URI.java:2810)
> >
> >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> >
> >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> >
> >         at java.net.URI$Parser.parse(URI.java:3015)
> >
> >         at java.net.URI.<init>(URI.java:577)
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> >
> > edentialProviderFactory.java:55)
> >
> >         ... 28 more
> >
> > There are no valid CredentialProviders configured.
> >
> > Credential will not be created.
> >
> > Consider using the -provider option to indicate the provider to use.
> >
> > java.io.IOException: Bad configuration of
> > hadoop.security.credential.provider.path at
> >
> >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> >
> > edentialProviderFactory.java:70)
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> >
> > ider(CredentialShell.java:164)
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> >
> > edentialShell.java:254)
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> >
> > 67)
> >
> >         at
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> >
> > teardown(RangerCredentialProviderTest.java:85)
> >
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >
> >         at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> >
> > 39)
> >
> >         at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> >
> > pl.java:25)
> >
> >         at java.lang.reflect.Method.invoke(Method.java:597)
> >
> >         at
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> >
> > d.java:47)
> >
> >         at
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> >
> > .java:12)
> >
> >         at
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> >
> > java:44)
> >
> >         at
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> >
> > )
> >
> >         at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> >
> >         at
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> >
> > ava:70)
> >
> >         at
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> >
> > ava:50)
> >
> >         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> >
> >         at
> org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> >
> >         at
> > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> >
> >         at
> org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> >
> >         at
> org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> >
> >         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> >
> >         at
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> >
> > a:264)
> >
> >         at
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> >
> > der.java:153)
> >
> >         at
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> >
> > :124)
> >
> >         at
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> >
> > der(ForkedBooter.java:200)
> >
> >         at
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> >
> > ter.java:153)
> >
> >         at
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> >
> > Caused by: java.net.URISyntaxException: Illegal character in authority at
> > index 8: jc
> >
> > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> >
> >         at java.net.URI$Parser.fail(URI.java:2810)
> >
> >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> >
> >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> >
> >         at java.net.URI$Parser.parse(URI.java:3015)
> >
> >         at java.net.URI.<init>(URI.java:577)
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> >
> > edentialProviderFactory.java:55)
> >
> >         ... 27 more
> >
> > There are no valid CredentialProviders configured.
> >
> > Nothing will be deleted.
> >
> > Consider using the -provider option to indicate the provider to use.
> >
> > java.io.IOException: Bad configuration of
> > hadoop.security.credential.provider.path at
> >
> >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> >
> > edentialProviderFactory.java:70)
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> >
> > ider(CredentialShell.java:164)
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
> >
> > edentialShell.java:323)
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> >
> > 67)
> >
> >         at
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> >
> > setup(RangerCredentialProviderTest.java:50)
> >
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >
> >         at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> >
> > 39)
> >
> >         at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> >
> > pl.java:25)
> >
> >         at java.lang.reflect.Method.invoke(Method.java:597)
> >
> >         at
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> >
> > d.java:47)
> >
> >         at
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> >
> > .java:12)
> >
> >         at
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> >
> > java:44)
> >
> >         at
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
> >
> > 24)
> >
> >         at
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
> >
> > )
> >
> >         at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> >
> >         at
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> >
> > ava:70)
> >
> >         at
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> >
> > ava:50)
> >
> >         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> >
> >         at
> org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> >
> >         at
> > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> >
> >         at
> org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> >
> >         at
> org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> >
> >         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> >
> >         at
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> >
> > a:264)
> >
> >         at
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> >
> > der.java:153)
> >
> >         at
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> >
> > :124)
> >
> >         at
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> >
> > der(ForkedBooter.java:200)
> >
> >         at
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> >
> > ter.java:153)
> >
> >         at
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> >
> > Caused by: java.net.URISyntaxException: Illegal character in authority at
> > index 8: jc
> >
> > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> >
> >         at java.net.URI$Parser.fail(URI.java:2810)
> >
> >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> >
> >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> >
> >         at java.net.URI$Parser.parse(URI.java:3015)
> >
> >         at java.net.URI.<init>(URI.java:577)
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> >
> > edentialProviderFactory.java:55)
> >
> >         ... 28 more
> >
> > There are no valid CredentialProviders configured.
> >
> > Credential will not be created.
> >
> > Consider using the -provider option to indicate the provider to use.
> >
> > java.io.IOException: Bad configuration of
> > hadoop.security.credential.provider.path at
> >
> >  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> >
> > edentialProviderFactory.java:70)
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
> >
> > ider(CredentialShell.java:164)
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
> >
> > edentialShell.java:254)
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
> >
> > 67)
> >
> >         at
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> >
> > teardown(RangerCredentialProviderTest.java:85)
> >
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >
> >         at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> >
> > 39)
> >
> >         at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> >
> > pl.java:25)
> >
> >         at java.lang.reflect.Method.invoke(Method.java:597)
> >
> >         at
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
> >
> > d.java:47)
> >
> >         at
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
> >
> > .java:12)
> >
> >         at
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
> >
> > java:44)
> >
> >         at
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
> >
> > )
> >
> >         at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> >
> >         at
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> >
> > ava:70)
> >
> >         at
> >
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
> >
> > ava:50)
> >
> >         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> >
> >         at
> org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> >
> >         at
> > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> >
> >         at
> org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> >
> >         at
> org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> >
> >         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> >
> >         at
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
> >
> > a:264)
> >
> >         at
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
> >
> > der.java:153)
> >
> >         at
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
> >
> > :124)
> >
> >         at
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
> >
> > der(ForkedBooter.java:200)
> >
> >         at
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
> >
> > ter.java:153)
> >
> >         at
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> >
> > Caused by: java.net.URISyntaxException: Illegal character in authority at
> > index 8: jc
> >
> > eks://fileC:\Users\HomeXPS/testkeystore.jceks
> >
> >         at java.net.URI$Parser.fail(URI.java:2810)
> >
> >         at java.net.URI$Parser.parseAuthority(URI.java:3148)
> >
> >         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
> >
> >         at java.net.URI$Parser.parse(URI.java:3015)
> >
> >         at java.net.URI.<init>(URI.java:577)
> >
> >         at
> >
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
> >
> > edentialProviderFactory.java:55)
> >
> >         ... 27 more
> >
> > There are no valid CredentialProviders configured.
> >
> > Nothing will be deleted.
> >
> > Consider using the -provider option to indicate the provider to use.
> >
> > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 0.823 sec
> > <<< FAILURE
> >
> > ! - in
> > org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
> >
> >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> >
> > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> >
> > java.lang.AssertionError: expected:<0> but was:<1>
> >
> >         at org.junit.Assert.fail(Assert.java:88)
> >
> >         at org.junit.Assert.failNotEquals(Assert.java:743)
> >
> >         at org.junit.Assert.assertEquals(Assert.java:118)
> >
> >         at org.junit.Assert.assertEquals(Assert.java:555)
> >
> >         at org.junit.Assert.assertEquals(Assert.java:542)
> >
> >         at
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> >
> > setup(RangerCredentialProviderTest.java:54)
> >
> >
> >
> >
> >
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
> >
> > roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
> >
> > java.lang.AssertionError: expected:<0> but was:<1>
> >
> >         at org.junit.Assert.fail(Assert.java:88)
> >
> >         at org.junit.Assert.failNotEquals(Assert.java:743)
> >
> >         at org.junit.Assert.assertEquals(Assert.java:118)
> >
> >         at org.junit.Assert.assertEquals(Assert.java:555)
> >
> >         at org.junit.Assert.assertEquals(Assert.java:542)
> >
> >         at
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> >
> > teardown(RangerCredentialProviderTest.java:89)
> >
> >
> >
> >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> >
> > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> >
> > java.lang.AssertionError: expected:<0> but was:<1>
> >
> >         at org.junit.Assert.fail(Assert.java:88)
> >
> >         at org.junit.Assert.failNotEquals(Assert.java:743)
> >
> >         at org.junit.Assert.assertEquals(Assert.java:118)
> >
> >         at org.junit.Assert.assertEquals(Assert.java:555)
> >
> >         at org.junit.Assert.assertEquals(Assert.java:542)
> >
> >         at
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> >
> > setup(RangerCredentialProviderTest.java:54)
> >
> >
> >
> >
> >
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
> >
> > viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
> >
> > java.lang.AssertionError: expected:<0> but was:<1>
> >
> >         at org.junit.Assert.fail(Assert.java:88)
> >
> >         at org.junit.Assert.failNotEquals(Assert.java:743)
> >
> >         at org.junit.Assert.assertEquals(Assert.java:118)
> >
> >         at org.junit.Assert.assertEquals(Assert.java:555)
> >
> >         at org.junit.Assert.assertEquals(Assert.java:542)
> >
> >         at
> >
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
> >
> > teardown(RangerCredentialProviderTest.java:89)
> >
> >
> >
> >
> >
> > Results :
> >
> >
> >
> > Failed tests:
> >
> >   RangerCredentialProviderTest.setup:54 expected:<0> but was:<1>
> >
> >   RangerCredentialProviderTest.teardown:89 expected:<0> but was:<1>
> >
> >   RangerCredentialProviderTest.setup:54 expected:<0> but was:<1>
> >
> >   RangerCredentialProviderTest.teardown:89 expected:<0> but was:<1>
> >
> >
> >
> > Tests run: 4, Failures: 4, Errors: 0, Skipped: 0
> >
> >
> >
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > [ERROR] BUILD FAILURE
> >
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > [INFO] There are test failures.
> >
> >
> >
> > Please refer to
> > F:\Consulting\DataGuise\Software\ApacheRanger\incubator-ranger-master
> >
> > \incubator-ranger-master\agents-cred\target\surefire-reports for the
> > individual test
> >
> > results.
> >
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > [INFO] For more information, run Maven with the -e switch
> >
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > [INFO] Total time: 15 minutes 7 seconds
> >
>
>
>
> --
> Regards,
> Gautam.
>

Re: Error while building.

Posted by Gautam Borad <gb...@gmail.com>.
Hi Sitaraman,
    Please try compiling with -DskipTests, the problem seem to be with path
issue on Windows.

On Fri, Jan 9, 2015 at 2:18 PM, Sitaraman Vilayannur <
vrsitaramanietflists@gmail.com> wrote:

> Hi,
>   I am just starting out on Ranger. When i used the command
>  mvn -DskipTests=false clean compile package install assembly:assembly
> to build i get the following error, what am i missing? Thanks
> Sitaraman
>
> -------------------------------------------------------
>
>  T E S T S
>
> -------------------------------------------------------
>
> Running
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
>
> log4j:WARN No appenders could be found for logger
> (org.apache.hadoop.util.Shell).
>
> log4j:WARN Please initialize the log4j system properly.
>
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
> more info.
>
> java.io.IOException: Bad configuration of
> hadoop.security.credential.provider.path at
>
>  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
>
>         at
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>
> edentialProviderFactory.java:70)
>
>         at
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
>
> ider(CredentialShell.java:164)
>
>         at
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
>
> edentialShell.java:323)
>
>         at
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
>
> 67)
>
>         at
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>
> setup(RangerCredentialProviderTest.java:50)
>
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
>
> 39)
>
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>
> pl.java:25)
>
>         at java.lang.reflect.Method.invoke(Method.java:597)
>
>         at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
>
> d.java:47)
>
>         at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
>
> .java:12)
>
>         at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
>
> java:44)
>
>         at
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
>
> 24)
>
>         at
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
>
> )
>
>         at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>
>         at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>
> ava:70)
>
>         at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>
> ava:50)
>
>         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>
>         at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>
>         at
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>
>         at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>
>         at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>
>         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
>
> a:264)
>
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
>
> der.java:153)
>
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
>
> :124)
>
>         at
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
>
> der(ForkedBooter.java:200)
>
>         at
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
>
> ter.java:153)
>
>         at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>
> Caused by: java.net.URISyntaxException: Illegal character in authority at
> index 8: jc
>
> eks://fileC:\Users\HomeXPS/testkeystore.jceks
>
>         at java.net.URI$Parser.fail(URI.java:2810)
>
>         at java.net.URI$Parser.parseAuthority(URI.java:3148)
>
>         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
>
>         at java.net.URI$Parser.parse(URI.java:3015)
>
>         at java.net.URI.<init>(URI.java:577)
>
>         at
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>
> edentialProviderFactory.java:55)
>
>         ... 28 more
>
> There are no valid CredentialProviders configured.
>
> Credential will not be created.
>
> Consider using the -provider option to indicate the provider to use.
>
> java.io.IOException: Bad configuration of
> hadoop.security.credential.provider.path at
>
>  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
>
>         at
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>
> edentialProviderFactory.java:70)
>
>         at
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
>
> ider(CredentialShell.java:164)
>
>         at
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
>
> edentialShell.java:254)
>
>         at
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
>
> 67)
>
>         at
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>
> teardown(RangerCredentialProviderTest.java:85)
>
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
>
> 39)
>
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>
> pl.java:25)
>
>         at java.lang.reflect.Method.invoke(Method.java:597)
>
>         at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
>
> d.java:47)
>
>         at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
>
> .java:12)
>
>         at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
>
> java:44)
>
>         at
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
>
> )
>
>         at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>
>         at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>
> ava:70)
>
>         at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>
> ava:50)
>
>         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>
>         at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>
>         at
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>
>         at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>
>         at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>
>         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
>
> a:264)
>
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
>
> der.java:153)
>
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
>
> :124)
>
>         at
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
>
> der(ForkedBooter.java:200)
>
>         at
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
>
> ter.java:153)
>
>         at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>
> Caused by: java.net.URISyntaxException: Illegal character in authority at
> index 8: jc
>
> eks://fileC:\Users\HomeXPS/testkeystore.jceks
>
>         at java.net.URI$Parser.fail(URI.java:2810)
>
>         at java.net.URI$Parser.parseAuthority(URI.java:3148)
>
>         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
>
>         at java.net.URI$Parser.parse(URI.java:3015)
>
>         at java.net.URI.<init>(URI.java:577)
>
>         at
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>
> edentialProviderFactory.java:55)
>
>         ... 27 more
>
> There are no valid CredentialProviders configured.
>
> Nothing will be deleted.
>
> Consider using the -provider option to indicate the provider to use.
>
> java.io.IOException: Bad configuration of
> hadoop.security.credential.provider.path at
>
>  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
>
>         at
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>
> edentialProviderFactory.java:70)
>
>         at
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
>
> ider(CredentialShell.java:164)
>
>         at
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.validate(Cr
>
> edentialShell.java:323)
>
>         at
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
>
> 67)
>
>         at
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>
> setup(RangerCredentialProviderTest.java:50)
>
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
>
> 39)
>
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>
> pl.java:25)
>
>         at java.lang.reflect.Method.invoke(Method.java:597)
>
>         at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
>
> d.java:47)
>
>         at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
>
> .java:12)
>
>         at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
>
> java:44)
>
>         at
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:
>
> 24)
>
>         at
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27
>
> )
>
>         at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>
>         at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>
> ava:70)
>
>         at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>
> ava:50)
>
>         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>
>         at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>
>         at
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>
>         at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>
>         at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>
>         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
>
> a:264)
>
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
>
> der.java:153)
>
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
>
> :124)
>
>         at
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
>
> der(ForkedBooter.java:200)
>
>         at
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
>
> ter.java:153)
>
>         at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>
> Caused by: java.net.URISyntaxException: Illegal character in authority at
> index 8: jc
>
> eks://fileC:\Users\HomeXPS/testkeystore.jceks
>
>         at java.net.URI$Parser.fail(URI.java:2810)
>
>         at java.net.URI$Parser.parseAuthority(URI.java:3148)
>
>         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
>
>         at java.net.URI$Parser.parse(URI.java:3015)
>
>         at java.net.URI.<init>(URI.java:577)
>
>         at
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>
> edentialProviderFactory.java:55)
>
>         ... 28 more
>
> There are no valid CredentialProviders configured.
>
> Credential will not be created.
>
> Consider using the -provider option to indicate the provider to use.
>
> java.io.IOException: Bad configuration of
> hadoop.security.credential.provider.path at
>
>  jceks://fileC:\Users\HomeXPS/testkeystore.jceks
>
>         at
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>
> edentialProviderFactory.java:70)
>
>         at
> org.apache.hadoop.security.alias.CredentialShell$Command.getCredentialProv
>
> ider(CredentialShell.java:164)
>
>         at
> org.apache.hadoop.security.alias.CredentialShell$DeleteCommand.validate(Cr
>
> edentialShell.java:254)
>
>         at
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:
>
> 67)
>
>         at
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>
> teardown(RangerCredentialProviderTest.java:85)
>
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
>
> 39)
>
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
>
> pl.java:25)
>
>         at java.lang.reflect.Method.invoke(Method.java:597)
>
>         at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMetho
>
> d.java:47)
>
>         at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable
>
> .java:12)
>
>         at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.
>
> java:44)
>
>         at
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33
>
> )
>
>         at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>
>         at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>
> ava:70)
>
>         at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.j
>
> ava:50)
>
>         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>
>         at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>
>         at
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>
>         at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>
>         at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>
>         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.jav
>
> a:264)
>
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provi
>
> der.java:153)
>
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java
>
> :124)
>
>         at
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoa
>
> der(ForkedBooter.java:200)
>
>         at
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoo
>
> ter.java:153)
>
>         at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>
> Caused by: java.net.URISyntaxException: Illegal character in authority at
> index 8: jc
>
> eks://fileC:\Users\HomeXPS/testkeystore.jceks
>
>         at java.net.URI$Parser.fail(URI.java:2810)
>
>         at java.net.URI$Parser.parseAuthority(URI.java:3148)
>
>         at java.net.URI$Parser.parseHierarchical(URI.java:3059)
>
>         at java.net.URI$Parser.parse(URI.java:3015)
>
>         at java.net.URI.<init>(URI.java:577)
>
>         at
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(Cr
>
> edentialProviderFactory.java:55)
>
>         ... 27 more
>
> There are no valid CredentialProviders configured.
>
> Nothing will be deleted.
>
> Consider using the -provider option to indicate the provider to use.
>
> Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 0.823 sec
> <<< FAILURE
>
> ! - in
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest
>
>
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
>
> roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
>
> java.lang.AssertionError: expected:<0> but was:<1>
>
>         at org.junit.Assert.fail(Assert.java:88)
>
>         at org.junit.Assert.failNotEquals(Assert.java:743)
>
>         at org.junit.Assert.assertEquals(Assert.java:118)
>
>         at org.junit.Assert.assertEquals(Assert.java:555)
>
>         at org.junit.Assert.assertEquals(Assert.java:542)
>
>         at
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>
> setup(RangerCredentialProviderTest.java:54)
>
>
>
>
> testCredentialProvider(org.apache.ranger.authorization.hadoop.utils.RangerCredentialP
>
> roviderTest)  Time elapsed: 0.543 sec  <<< FAILURE!
>
> java.lang.AssertionError: expected:<0> but was:<1>
>
>         at org.junit.Assert.fail(Assert.java:88)
>
>         at org.junit.Assert.failNotEquals(Assert.java:743)
>
>         at org.junit.Assert.assertEquals(Assert.java:118)
>
>         at org.junit.Assert.assertEquals(Assert.java:555)
>
>         at org.junit.Assert.assertEquals(Assert.java:542)
>
>         at
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>
> teardown(RangerCredentialProviderTest.java:89)
>
>
>
>
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
>
> viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
>
> java.lang.AssertionError: expected:<0> but was:<1>
>
>         at org.junit.Assert.fail(Assert.java:88)
>
>         at org.junit.Assert.failNotEquals(Assert.java:743)
>
>         at org.junit.Assert.assertEquals(Assert.java:118)
>
>         at org.junit.Assert.assertEquals(Assert.java:555)
>
>         at org.junit.Assert.assertEquals(Assert.java:542)
>
>         at
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>
> setup(RangerCredentialProviderTest.java:54)
>
>
>
>
> testCredentialString(org.apache.ranger.authorization.hadoop.utils.RangerCredentialPro
>
> viderTest)  Time elapsed: 0.207 sec  <<< FAILURE!
>
> java.lang.AssertionError: expected:<0> but was:<1>
>
>         at org.junit.Assert.fail(Assert.java:88)
>
>         at org.junit.Assert.failNotEquals(Assert.java:743)
>
>         at org.junit.Assert.assertEquals(Assert.java:118)
>
>         at org.junit.Assert.assertEquals(Assert.java:555)
>
>         at org.junit.Assert.assertEquals(Assert.java:542)
>
>         at
> org.apache.ranger.authorization.hadoop.utils.RangerCredentialProviderTest.
>
> teardown(RangerCredentialProviderTest.java:89)
>
>
>
>
>
> Results :
>
>
>
> Failed tests:
>
>   RangerCredentialProviderTest.setup:54 expected:<0> but was:<1>
>
>   RangerCredentialProviderTest.teardown:89 expected:<0> but was:<1>
>
>   RangerCredentialProviderTest.setup:54 expected:<0> but was:<1>
>
>   RangerCredentialProviderTest.teardown:89 expected:<0> but was:<1>
>
>
>
> Tests run: 4, Failures: 4, Errors: 0, Skipped: 0
>
>
>
> [INFO]
> ------------------------------------------------------------------------
>
> [ERROR] BUILD FAILURE
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] There are test failures.
>
>
>
> Please refer to
> F:\Consulting\DataGuise\Software\ApacheRanger\incubator-ranger-master
>
> \incubator-ranger-master\agents-cred\target\surefire-reports for the
> individual test
>
> results.
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] For more information, run Maven with the -e switch
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] Total time: 15 minutes 7 seconds
>



-- 
Regards,
Gautam.