Skip to Content.
Sympa Menu

shibboleth-dev - Re: Re: [Shib-Dev] IdP OpenID Installation dead link ?

Subject: Shibboleth Developers

List archive

Re: Re: [Shib-Dev] IdP OpenID Installation dead link ?


Chronological Thread 
  • From: <>
  • To:
  • Subject: Re: Re: [Shib-Dev] IdP OpenID Installation dead link ?
  • Date: Thu, 28 Oct 2010 04:08:42 -0400 (EDT)

I got it (thanks).
I download maven 2.2.1 and use java 1.6 (under windows vista).
Note : I used Subversion with eclispe to download java-openid

I have this directory in java-openid
-.setings (eclipse directory...)
-.svn
-srv
-target
.chekstyle (file)
.classpath (file)
.project (file)
checkstyle.xml
pom.xml

I launch according to
https://spaces.internet2.edu/display/SHIB2/IdP+OpenID+Installation in trunk
directory
: mvn install

Some error are repported in window console :
------------------------------------------------------------------------------
------------------
...
map {http://specs.openid.net/auth/2.0}assoc_handle = new-handle
09:34:55.073 [main] DEBUG e.i.m.openid.common.ParameterMap - adding parameter
to
map {http://specs.openid.net/auth/2.0}invalidate_handle = old-handle
09:34:55.073 [main] DEBUG e.i.m.openid.common.ParameterMap - adding parameter
to
map {http://specs.openid.net/auth/2.0}response_nonce = 123
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec

Results :

Failed tests:

testUrlFormEncoding(edu.internet2.middleware.openid.message.encoding.EncodingT
est)

testKeyValueEncoding(edu.internet2.middleware.openid.message.encoding.Encoding
Test)

Tests run: 64, Failures: 2, Errors: 0, Skipped: 0

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to \java-openid\trunk\target\
surefire-reports for the individual test results.
[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: There are test failures.

Please refer \java-openid\trunk\target\
surefire-reports for the individual test results.
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:715)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
fecycle(DefaultLifecycleExecutor.java:556)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
ltLifecycleExecutor.java:535)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
dleFailures(DefaultLifecycleExecutor.java:387)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
ts(DefaultLifecycleExecutor.java:348)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
fecycleExecutor.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:6
0)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
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.MojoFailureException: There are test
failures
.

Please refer to ...\java-openid\trunk\target\
surefire-reports for the individual test results.
at
org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugi
n.java:575)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
nManager.java:490)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:694)
... 17 more
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Thu Oct 28 09:34:55 CEST 2010
[INFO] Final Memory: 11M/29M
[INFO]
------------------------------------------------------------------------

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

It my first time I use maven, may be I need any other element to work fine ?
But the https://spaces.internet2.edu/display/SHIB2/IdP+OpenID+Installation's
page indicate nothing else

Thanks for your help.

best regards

David



Archive powered by MHonArc 2.6.16.

Top of Page