agarciasc / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
0 stars 0 forks source link

The server encountered an internal error () that prevented it from fulfilling this request. #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. running simple-openid example on tomcat.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by poonam.m...@gmail.com on 3 Mar 2009 at 9:29

GoogleCodeExporter commented 9 years ago
Did you use maven to deploy the sample? If not you need to download it and run 
mvn
war:war in simple-openid directory, otherwise you'll not get all of the required
dependencies.

If you used maven and it's still not working you're probably not deploying the 
sample
on http://localhost:8080/simple-openid, all this is explained in the README in 
the
simple-openid directory.

Hope that helps.

Original comment by guj...@gmail.com on 3 Mar 2009 at 10:55

GoogleCodeExporter commented 9 years ago
How can i run without maven,may be by using Ant.

Original comment by poonam.m...@gmail.com on 4 Mar 2009 at 5:44

GoogleCodeExporter commented 9 years ago
From the readme file:

--------------
This demo *requires* apache Maven2 to build.
[...]

RUNNING THE DEMO
****************
To run this as a demo, install the maven2 tool and run the following
command in the simple-openid directory:
mvn jetty:run
--------------

Original comment by Johnny.B...@gmail.com on 9 Mar 2009 at 7:26

GoogleCodeExporter commented 9 years ago

Original comment by Johnny.B...@gmail.com on 6 May 2009 at 4:56